@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-info-rgb: 13, 202, 240;
  --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-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 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;
  }
}

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;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.docklayer {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .docklayer {
    font-size: 5rem;
  }
}

.colwrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .colwrap {
    font-size: 3.5rem;
  }
}

.nodemodule {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .nodemodule {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
 .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.zonefield {
  --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;
}
.zonefield .nav-link.active, .zonefield .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 .zonefield {
    flex-direction: row;
  }
  .navbar-expand-lg .zonefield .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);
}

.mainsegment {
  --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);
}

.node {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --bs-btn-close-filter: ;
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:begin:ignore */

/* rtl:end:ignore */

:root {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.d-flex {
  display: flex !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.m-0 {
  margin: 0 !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.text-center {
  text-align: center !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !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 .alignbox {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .alignbox img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .navbar-dropdown .alignbox.menu-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .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 .menu-iconfont + .navbar-caption {
    vertical-align: -1px; }
  .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.menu-iconfont:hover {
  text-decoration: none;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.menu-section-title {
  font-style: normal;
  line-height: 1.3;
}

.menu-section-subtitle {
  line-height: 1.3;
}

.menu-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
.docklayer,
.colwrap,
.nodemodule,
.wrapper,
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 */
.menu-white {
  color: #ffffff;
}

.menu-black {
  color: #111111;
}

/*! Text-aligns */
.slot {
  text-align: left;
}

.contentwrap {
  text-align: center;
}

.pad {
  text-align: right;
}

/*! Font-weight  */

.menu-regular {
  font-weight: 400;
}

.menu-semibold {
  font-weight: 500;
}

/*! Media  */

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.menu-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .menu-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .menu-iconfont,
.btn.btn-sm .menu-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .menu-iconfont,
.btn.btn-md .menu-iconfont {
  margin-left: 0.8rem;
}

.menu-regular {
  font-weight: 400;
}

.menu-semibold {
  font-weight: 500;
}

[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 .alignbox 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 .zonefield.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .menu-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .menu-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;
}

.menu-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'radio2';
  font-display: swap;
  src:  url('fonts/interactive2.eot');
  src:  url('fonts/interactive2.eot') format('embedded-opentype'),
    url('fonts/interactive2.woff2') format('woff2'),
    url('fonts/interactive2.woff') format('woff'),
    url('fonts/interactive2.ttf') format('truetype'),
    url('fonts/interactive2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="drop-"], [class*=" drop-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'radio2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.drop-form-cust-feedback:before {
  content: "\e920";
}

.btn {
  border-width: 2px;
}
img,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
body {
  font-family: Playfair Display;
}
.docklayer {
  font-family: 'Young Serif', serif;
  font-size: 3rem;
  line-height: 1;
}
.docklayer > .menu-iconfont {
  font-size: 3.75rem;
}
.colwrap {
  font-family: 'Gabarito', display;
  font-size: 1rem;
  line-height: 1.5;
}
.colwrap > .menu-iconfont {
  font-size: 1.25rem;
}
.nodemodule {
  font-family: 'Young Serif', serif;
  font-size: 2rem;
  line-height: 1.1;
}
.nodemodule > .menu-iconfont {
  font-size: 2.5rem;
}
.wrapper {
  font-family: 'Gabarito', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.wrapper > .menu-iconfont {
  font-size: 1.375rem;
}
/* ---- 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) {
  .docklayer {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .docklayer {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .colwrap {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .nodemodule {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .wrapper {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8adbcf !important;
  border-color: #8adbcf !important;
}
.btn-info,
.btn-info:active {
  background-color: #fa9800 !important;
  border-color: #fa9800 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  color: inherit;
  background-color: #ffad2e !important;
  border-color: #ffad2e !important;
  box-shadow: none;
}

.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ffad2e !important;
  border-color: #ffad2e !important;
}
.btn-success,
.btn-success:active {
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
  color: #c08c0c !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-success:disabled {
  color: #c08c0c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
  color: #498a9a !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #498a9a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
  color: #d23d06 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-danger:disabled {
  color: #d23d06 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #63cfbf;
  color: #63cfbf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.active {
  color: #34a897 !important;
  background-color: transparent !important;
  border-color: #34a897 !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #63cfbf !important;
  border-color: #63cfbf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fa9800;
  color: #fa9800;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.active {
  color: #a36300 !important;
  background-color: transparent !important;
  border-color: #a36300 !important;
  box-shadow: none !important;
}

.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #fa9800 !important;
  border-color: #fa9800 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fcefcf;
  color: #fcefcf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.active {
  color: #f7d47d !important;
  background-color: transparent !important;
  border-color: #f7d47d !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #c08c0c !important;
  background-color: #fcefcf !important;
  border-color: #fcefcf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ecf4f6;
  color: #ecf4f6;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.active {
  color: #b1d2da !important;
  background-color: transparent !important;
  border-color: #b1d2da !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #498a9a !important;
  background-color: #ecf4f6 !important;
  border-color: #ecf4f6 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fee3d9;
  color: #fee3d9;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.active {
  color: #fca585 !important;
  background-color: transparent !important;
  border-color: #fca585 !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #d23d06 !important;
  background-color: #fee3d9 !important;
  border-color: #fee3d9 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-info {
  color: #fa9800 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #945a00 !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;
}
.mainsegment {
  background-color: #70c770;
}
.node {
  background-color: #fee3d9;
}
.menu-section-btn .btn:not(.btn-form) {
  border-radius: 30px;
}
a,
a:hover {
  color: #000000;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Gabarito', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .menu-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Gabarito', display;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .menu-iconfont {
  font-size: 1.375rem;
}
/* Forms */
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.menu-section-btn .btn {
  padding: 5px 16px;
  position: relative;
  box-shadow: none;
  border-radius: 30px !important;
  font-weight: 400 !important;
  transition: all .3s ease;
  transform: translate(-5px, -5px);
  z-index: 11;
  border: 1px solid #000000 !important;
}
.menu-section-btn .btn .menu-iconfont {
  margin-left: 7px;
  transition: all .3s ease;
}
.menu-section-btn .btn:hover,
.menu-section-btn .btn:focus {
  box-shadow: none;
  transform: translate(0);
}
.menu-section-btn .btn:hover .menu-iconfont,
.menu-section-btn .btn:focus .menu-iconfont {
  transform: translateX(0.5rem);
}
.menu-section-btn .btn:hover::before,
.menu-section-btn .btn:focus::before {
  transform: translate(0);
  border-width: 0 !important;
}
.menu-section-btn .btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transform: translate(4px, 4px);
  z-index: 10;
  transition: all .3s ease;
  border: 1px solid #000000;
  pointer-events: none;
}
.menu-section-btn .btn-secondary {
  color: #000000 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.framecore .navbar-dropdown {
  position: relative !important;
}
.framecore .navbar-dropdown {
  position: absolute !important;
}
.framecore .navbar-brand {
  border-left: 4px solid #fa9800;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framecore .navbar-brand .alignbox a {
  outline: none;
}
.framecore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framecore .nav-link {
  position: relative;
}
.framecore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .framecore .container {
    flex-wrap: nowrap;
  }
}
.framecore .nav-item:focus,
.framecore .nav-link:focus {
  outline: none;
}
.framecore .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fee3d9;
}
.framecore .navbar .alignbox img {
  width: auto;
}
.framecore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framecore .navbar .alignbox img {
    height: 3rem !important;
  }
  .framecore .navbar ul.zonefield li {
    margin: auto;
  }
  .framecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .framecore .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.framecore .navbar-expand-lg .zonefield .nav-link {
  padding: 0;
}
.framecore ul.zonefield {
  flex-wrap: wrap;
}
.framecore .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.framecore button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.framecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framecore .navbar-dropdown {
  padding: 0 1rem;
}
.framecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framecore .navbar {
    height: 80px;
  }
  .framecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.levelwrap {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("images/narrow1.jpg");
}
.levelwrap .card-wrapper {
  padding: 120px 80px;
  background-color: #fff3ef;
}
@media (max-width: 1440px) {
  .levelwrap .card-wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .levelwrap .card-wrapper {
    padding: 40px 20px;
  }
}
.levelwrap .card-wrapper .menu-section-title {
  margin-bottom: 20px;
}
.levelwrap .card-wrapper .text-wrapper .menu-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .levelwrap .card-wrapper .text-wrapper .menu-text {
    width: 80%;
  }
}
.levelwrap .menu-section-title {
  color: #19171c;
}
.levelwrap .menu-text,
.levelwrap .text-wrapper {
  color: #000000;
  text-align: center;
}
.levelwrap .menu-section-title,
.levelwrap .menu-section-btn {
  text-align: center;
  color: #fa9800;
}
.clusterbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.clusterbox::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120%;
  height: 100%;
  z-index: 1;
  box-shadow: inset 0rem -15rem 100rem #fee3d9;
}
.clusterbox .layoutwrap {
  position: absolute;
  top: 0;
  left: 5rem;
  width: 100%;
  height: 100%;
  border: 100px solid #f7f7f7;
  transform: rotate(-45deg);
}
.clusterbox .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .clusterbox .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .clusterbox .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .clusterbox .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .clusterbox .container {
    padding: 0 14px;
  }
}
.clusterbox .row {
  position: relative;
  z-index: 1;
}
.clusterbox .stub .menu-section-title {
  margin-bottom: 0;
}
.clusterbox .text-wrapper {
  margin-top: 180px;
}
@media (max-width: 992px) {
  .clusterbox .text-wrapper {
    margin-top: 40px;
  }
}
.clusterbox .text-wrapper .menu-text {
  margin-bottom: 22px;
}
.clusterbox .menu-desc {
  color: #000000;
}
.clusterbox .menu-section-title {
  color: #01004c;
}
.clusterbox .menu-text {
  color: #000000;
}
.clusterbox .menu-section-title,
.clusterbox .menu-section-btn {
  color: #fa9800;
}
.wrapunitbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fee3d9;
  background-image: linear-gradient(#fee3d9 70%, #fa9800 110%);
}
.wrapunitbox .row {
  justify-content: center;
}
.wrapunitbox .card-wrapper {
  display: flex;
  background-color: #fff3ef;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
}
@media (max-width: 992px) {
  .wrapunitbox .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.wrapunitbox .card-wrapper .formunit {
  width: 42%;
}
@media (max-width: 992px) {
  .wrapunitbox .card-wrapper .formunit {
    width: 100%;
    margin-bottom: 22px;
  }
}
.wrapunitbox .card-wrapper .formunit .tag-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .wrapunitbox .card-wrapper .formunit .tag-wrapper {
    margin-bottom: 22px;
  }
}
.wrapunitbox .card-wrapper .formunit .tag-wrapper .item-wrap {
  display: inline-flex;
  background-color: #2c2f35;
  padding: 6px 10px;
}
.wrapunitbox .card-wrapper .formunit .menu-section-title {
  margin-bottom: 22px;
}
.wrapunitbox .card-wrapper .formunit .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.wrapunitbox .card-wrapper .formunit .logo-wrapper .logo-wrap .neutralwrap img {
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 100%;
  object-fit: cover;
  margin-right: 12px;
}
.wrapunitbox .card-wrapper .formunit .logo-wrapper .logo-wrap .menu-name {
  margin-bottom: 0;
}
.wrapunitbox .card-wrapper .formunit .menu-section-btn {
  margin-top: 22px;
}
.wrapunitbox .card-wrapper .stackunit {
  width: 50%;
}
@media (max-width: 992px) {
  .wrapunitbox .card-wrapper .stackunit {
    width: 100%;
  }
}
.wrapunitbox .card-wrapper .stackunit img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .wrapunitbox .card-wrapper .stackunit img {
    height: 350px;
  }
}
.wrapunitbox .item-wrap {
  color: #ffffff;
}
.wrapunitbox .menu-section-title {
  color: #ffffff;
}
.wrapunitbox .menu-name {
  color: #ffffff;
}
.wrapunitbox .menu-section-title,
.wrapunitbox .menu-section-btn {
  color: #fa9800;
}
.wrapunitbox .menu-name,
.wrapunitbox .logo-wrapper {
  color: #000000;
}
.formcore {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.formcore .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .formcore .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .formcore .container {
    padding: 0 20px;
  }
}
.formcore .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .formcore .stub {
    margin-bottom: 24px;
  }
}
.formcore .stub .menu-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .formcore .stub .menu-section-title {
    margin-bottom: 24px;
  }
}
.formcore .stub .menu-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .formcore .stub .menu-text {
    margin-bottom: 24px;
  }
}
.formcore .stackunit {
  height: 100%;
  display: flex;
  align-items: center;
}
.formcore .stackunit img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .formcore .stackunit img {
    height: 300px;
  }
}
.formcore .menu-section-title {
  color: #c2b299;
}
.formcore .menu-text {
  color: #000000;
}
.formcore .menu-section-title,
.formcore .menu-section-btn {
  color: #fa9800;
}
.boxholder {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff3ef;
}
@media (max-width: 992px) {
  .boxholder .row {
    padding: 0 13px;
  }
}
.boxholder .stackunit {
  height: 100%;
}
.boxholder .stackunit img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .boxholder .stackunit img {
    height: 400px;
  }
}
.boxholder .domwrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .boxholder .domwrap {
    margin-bottom: 100px;
  }
}
.boxholder .domwrap .stub {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .boxholder .domwrap .stub {
    padding: 0;
  }
}
.boxholder .domwrap .stub .menu-section-title {
  margin-bottom: 0;
}
.boxholder .domwrap .stub .menu-text {
  margin: 25px 0 0;
}
.boxholder .domwrap .stub .menu-section-btn {
  margin: 40px 0 0;
}
.boxholder .domwrap .stub .menu-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.boxholder .menu-section-title {
  color: #ffffff;
}
.boxholder .menu-text {
  color: #000000;
}
.boxholder .menu-section-title,
.boxholder .menu-section-btn {
  color: #fa9800;
}
.coversegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.coversegment .modlayer {
  width: 100%;
  height: 3px;
  background-color: #fa9800;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .coversegment .modlayer {
    height: 2px;
    margin-bottom: 32px;
  }
}
.coversegment .card {
  justify-content: center;
}
.coversegment .stub .menu-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .coversegment .stub .menu-section-title {
    margin-bottom: 32px;
  }
}
.coversegment .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.coversegment .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  transition: all .3s ease;
  border-bottom: 2px solid #fa9800;
}
.coversegment .list-wrapper .list .item-wrap:hover,
.coversegment .list-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.coversegment .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.coversegment .menu-section-title {
  color: #fa9800;
}
.coversegment .list {
  color: #000000;
}
.structurebox {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fee3d9;
}
.structurebox .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .structurebox .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .structurebox .container {
    padding: 0 30px;
  }
}
.structurebox .stub {
  margin-bottom: 20px;
}
.structurebox .stub .domwrap {
  display: inline-flex;
  align-items: center;
}
.structurebox .stub .domwrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.structurebox .stub .domwrap .menu-section-title {
  margin-bottom: 0;
}
.structurebox .menu-desc {
  margin-bottom: 0;
  color: #000000;
}
.structurebox .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .list {
    text-align: left;
  }
}
.structurebox .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.structurebox .list .item-wrap:hover {
  color: #000000;
}
.structurebox .copyright {
  margin: 50px 0;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .copyright {
    margin: 30px 0;
  }
}
.structurebox .menu-section-title {
  color: #ffffff;
}
.structurebox .menu-section-title,
.structurebox .stub {
  text-align: justify;
  color: #000000;
}
.tileunit {
  padding-top: 10rem;
  padding-bottom: 4rem;
  background-color: #fff3ef;
}
@media (max-width: 992px) {
  .tileunit .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .tileunit .container {
    padding: 0 12px;
  }
}
.tileunit .stub .menu-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .tileunit .stub .menu-section-title {
    margin-bottom: 40px;
  }
}
.tileunit .stub .menu-section-title span {
  padding: 6px 12px;
  background-color: #ffcd9f;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .tileunit .stub .menu-section-title span {
    padding: 0 10px;
    border-radius: 8px;
  }
}
.tileunit .stub .menu-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tileunit .stub .menu-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .tileunit .stub .menu-section-btn {
    margin-bottom: 40px;
  }
}
.tileunit .stub .tags-wrapper {
  margin-bottom: 24px;
}
.tileunit .stub .tags-wrapper .tags-wrap {
  display: inline-block;
}
.tileunit .stackunit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.tileunit .stackunit img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #fa9800;
  box-shadow: 4px 4px #fa9800;
  background-color: #fa9800;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .tileunit .stackunit img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .tileunit .stackunit img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .tileunit .stackunit img {
    width: 280px;
    height: 280px;
  }
}
.tileunit .menu-section-title {
  color: #222222;
}
.tileunit .menu-text {
  color: #000000;
}
.tileunit .menu-section-title,
.tileunit .menu-section-btn {
  color: #fa9800;
}
.viewsegment {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.viewsegment img {
  border-radius: 1rem;
}
.viewsegment .row {
  padding: 0 1rem;
}
.viewsegment .btn {
  transition: all 0.3s;
}
.viewsegment .btn:hover,
.viewsegment .btn:focus {
  background: white !important;
  color: #fee3d9 !important;
  border: 2px dashed #fee3d9 !important;
}
.viewsegment .card {
  background: #fee3d9;
  padding: 3rem 15rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .viewsegment .card {
    padding: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .viewsegment .card {
    padding: 3rem 2rem;
  }
}
@media (max-width: 991px) {
  .viewsegment .stackunit {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .viewsegment .text-wrapper {
    padding: 0 2rem;
  }
}
.viewsegment .menu-section-title {
  color: #fa9800;
  text-align: center;
}
.viewsegment .menu-section-subtitle {
  color: #19303d;
  text-align: center;
}
.viewsegment .menu-text,
.viewsegment .menu-section-btn {
  color: #000000;
  text-align: center;
}
.cluster {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff3ef;
}
.cluster .stackunit {
  height: 100%;
}
@media (max-width: 991px) {
  .cluster .stackunit {
    margin-bottom: 2rem;
  }
}
.cluster .stackunit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cluster .stackunit img {
    border-end-start-radius: 5rem;
  }
}
@media (min-width: 992px) {
  .cluster .text-wrapper {
    padding: 10rem 5rem 0 0rem;
  }
}
.cluster .menu-section-title {
  color: #fa9800;
}
.cluster .menu-text {
  color: #6c7577;
}
.cluster .btn {
  padding: 1rem 3.4rem;
}
.cluster .menu-text,
.cluster .menu-section-btn {
  color: #000000;
}
.noteunit {
  padding-top: 90px;
  padding-bottom: 180px;
  background-image: url("images/warm1.jpg");
}
.noteunit .row {
  justify-content: flex-end;
}
.noteunit .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ffffff;
}
.noteunit .block {
  background-color: #fff3ef;
}
.noteunit img {
  width: 100%;
}
.noteunit .formunit {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.noteunit .content {
  max-width: 600px;
}
.noteunit .menu-head-title {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .noteunit .formunit {
    padding: 6rem 4rem;
  }
  .noteunit .menu-head-title {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .noteunit .formunit {
    padding: 4rem 0rem;
  }
  .noteunit .menu-head-title {
    right: 2rem;
    bottom: 30%;
  }
}
.noteunit .menu-text,
.noteunit .menu-section-btn {
  color: #000000;
}
.noteunit .menu-section-title {
  color: #fa9800;
}
.structurebox {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fee3d9;
}
.structurebox .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .structurebox .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .structurebox .container {
    padding: 0 30px;
  }
}
.structurebox .stub {
  margin-bottom: 20px;
}
.structurebox .stub .domwrap {
  display: inline-flex;
  align-items: center;
}
.structurebox .stub .domwrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.structurebox .stub .domwrap .menu-section-title {
  margin-bottom: 0;
}
.structurebox .menu-desc {
  margin-bottom: 0;
  color: #000000;
}
.structurebox .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .list {
    text-align: left;
  }
}
.structurebox .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.structurebox .list .item-wrap:hover {
  color: #000000;
}
.structurebox .copyright {
  margin: 50px 0;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .copyright {
    margin: 30px 0;
  }
}
.structurebox .menu-section-title {
  color: #ffffff;
}
.structurebox .menu-section-title,
.structurebox .stub {
  text-align: justify;
  color: #000000;
}
.framecore .navbar-dropdown {
  position: relative !important;
}
.framecore .navbar-dropdown {
  position: absolute !important;
}
.framecore .navbar-brand {
  border-left: 4px solid #fa9800;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framecore .navbar-brand .alignbox a {
  outline: none;
}
.framecore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framecore .nav-link {
  position: relative;
}
.framecore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .framecore .container {
    flex-wrap: nowrap;
  }
}
.framecore .nav-item:focus,
.framecore .nav-link:focus {
  outline: none;
}
.framecore .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fee3d9;
}
.framecore .navbar .alignbox img {
  width: auto;
}
.framecore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framecore .navbar .alignbox img {
    height: 3rem !important;
  }
  .framecore .navbar ul.zonefield li {
    margin: auto;
  }
  .framecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .framecore .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.framecore .navbar-expand-lg .zonefield .nav-link {
  padding: 0;
}
.framecore ul.zonefield {
  flex-wrap: wrap;
}
.framecore .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.framecore button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.framecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framecore .navbar-dropdown {
  padding: 0 1rem;
}
.framecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framecore .navbar {
    height: 80px;
  }
  .framecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.splitlayer {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.splitlayer .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #fff3ef;
}
.splitlayer img {
  width: 100%;
}
.splitlayer .menu-text {
  margin-top: 6rem;
}
.splitlayer .formunit {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.splitlayer .formunit {
  padding-top: 6rem;
}
.splitlayer .menu-section-subtitle {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .splitlayer .formunit {
    padding-top: 0rem;
  }
  .splitlayer .menu-text {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .splitlayer .back {
    width: 100%;
    height: 75%;
  }
  .splitlayer .formunit {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .splitlayer .menu-text {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .splitlayer .formunit {
    padding: 0rem;
    padding-top: 4rem;
  }
  .splitlayer .menu-section-subtitle {
    right: 2rem;
  }
}
.splitlayer .menu-text,
.splitlayer .menu-section-btn {
  color: #000000;
}
.splitlayer .menu-head-title {
  color: #fa9800;
}
.formwrap {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.formwrap .navbox {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.formwrap .navbox .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #222222;
}
.formwrap .navbox .decor_1 {
  box-shadow: inset 0 0 0 2px #fa9800;
}
.formwrap .navbox .decor_2 {
  box-shadow: inset 0 0 0 2px #fa9800;
}
.formwrap .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .formwrap .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .formwrap .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .formwrap .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .formwrap .decoration_1 {
    left: -380px;
  }
}
.formwrap .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .formwrap .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .formwrap .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .formwrap .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .formwrap .decoration_2 {
    right: -380px;
  }
}
.formwrap .formunit {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 992px) {
  .formwrap .formunit {
    padding: 0 16px;
  }
}
.formwrap .formunit .menu-section-title {
  margin-bottom: 24px;
}
.formwrap .formunit .text-wrapper .menu-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .formwrap .formunit .text-wrapper .menu-text {
    width: 100%;
  }
}
.formwrap .formunit .menu-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .formwrap .formunit .menu-section-btn {
    margin-top: 24px;
  }
}
.formwrap .formunit .stackunit {
  margin-top: 32px;
  height: 100%;
  padding: 12px;
  border: 1px solid #fa9800;
  background-color: #dbb1a2;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .formwrap .formunit .stackunit {
    padding: 6px;
    margin-top: 24px;
  }
}
.formwrap .formunit .stackunit .neutralwrap {
  padding: 12px;
  background-color: #fee3d9;
  border: 1px solid #fa9800;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #b9836f;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .formwrap .formunit .stackunit .neutralwrap {
    padding: 6px;
  }
}
.formwrap .formunit .stackunit .neutralwrap img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .formwrap .formunit .stackunit .neutralwrap img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .formwrap .formunit .stackunit .neutralwrap img {
    height: 250px;
  }
}
.formwrap .menu-section-title {
  color: #181824;
}
.formwrap .menu-text,
.formwrap .text-wrapper {
  color: #54547e;
  text-align: center;
}
.formwrap .menu-section-title,
.formwrap .menu-section-btn,
.formwrap .icon-wrapper {
  text-align: center;
}
.formwrap .menu-section-title,
.formwrap .menu-section-btn {
  color: #fa9800;
}
.formwrap .menu-text {
  color: #000000;
}
.partlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff3ef;
}
.partlayer .stub {
  margin-bottom: 50px;
}
.partlayer .stub .domwrap .menu-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .partlayer .stub .domwrap .menu-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .partlayer .stub .domwrap .menu-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.partlayer .gridlayer {
  margin: 0 -10px;
}
.partlayer .gridlayer .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .partlayer .gridlayer .item:last-child {
    margin-bottom: 0;
  }
}
.partlayer .gridlayer .item:hover .item-wrapper,
.partlayer .gridlayer .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .partlayer .gridlayer .item:hover .item-wrapper,
  .partlayer .gridlayer .item:focus .item-wrapper {
    transform: none;
  }
}
.partlayer .gridlayer .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #fa9800;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .partlayer .gridlayer .item .item-wrapper {
    padding: 20px;
  }
}
.partlayer .gridlayer .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.partlayer .gridlayer .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.partlayer .menu-section-title,
.partlayer .domwrap {
  color: #fa9800;
  text-align: center;
}
.partlayer .item-title {
  color: #000000;
}
.partlayer .item-text {
  color: #000000;
  text-align: center;
}
.partlayer .item-title {
  text-align: center;
  color: #000000;
}
.flexunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .flexunit .container {
    padding: 0 22px;
  }
}
.flexunit .card {
  justify-content: center;
}
.flexunit .formunit {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .flexunit .formunit {
    padding: 0;
  }
}
.flexunit .formunit .menu-section-title {
  margin-bottom: 10px;
}
.flexunit .formunit .menu-text {
  margin-bottom: 10px;
}
.flexunit .stackunit {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .flexunit .stackunit {
    margin-top: 20px;
    padding: 0;
  }
}
.flexunit .stackunit img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .flexunit .stackunit img {
    height: 350px;
  }
}
.flexunit .menu-section-title {
  color: #ffffff;
}
.flexunit .menu-text {
  color: #000000;
}
.flexunit .menu-section-title,
.flexunit .menu-section-btn {
  color: #fa9800;
}
.structurebox {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fee3d9;
}
.structurebox .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .structurebox .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .structurebox .container {
    padding: 0 30px;
  }
}
.structurebox .stub {
  margin-bottom: 20px;
}
.structurebox .stub .domwrap {
  display: inline-flex;
  align-items: center;
}
.structurebox .stub .domwrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.structurebox .stub .domwrap .menu-section-title {
  margin-bottom: 0;
}
.structurebox .menu-desc {
  margin-bottom: 0;
  color: #000000;
}
.structurebox .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .list {
    text-align: left;
  }
}
.structurebox .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.structurebox .list .item-wrap:hover {
  color: #000000;
}
.structurebox .copyright {
  margin: 50px 0;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .copyright {
    margin: 30px 0;
  }
}
.structurebox .menu-section-title {
  color: #ffffff;
}
.structurebox .menu-section-title,
.structurebox .stub {
  text-align: justify;
  color: #000000;
}
.framecore .navbar-dropdown {
  position: relative !important;
}
.framecore .navbar-dropdown {
  position: absolute !important;
}
.framecore .navbar-brand {
  border-left: 4px solid #fa9800;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framecore .navbar-brand .alignbox a {
  outline: none;
}
.framecore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framecore .nav-link {
  position: relative;
}
.framecore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .framecore .container {
    flex-wrap: nowrap;
  }
}
.framecore .nav-item:focus,
.framecore .nav-link:focus {
  outline: none;
}
.framecore .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fee3d9;
}
.framecore .navbar .alignbox img {
  width: auto;
}
.framecore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framecore .navbar .alignbox img {
    height: 3rem !important;
  }
  .framecore .navbar ul.zonefield li {
    margin: auto;
  }
  .framecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .framecore .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.framecore .navbar-expand-lg .zonefield .nav-link {
  padding: 0;
}
.framecore ul.zonefield {
  flex-wrap: wrap;
}
.framecore .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.framecore button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.framecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framecore .navbar-dropdown {
  padding: 0 1rem;
}
.framecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framecore .navbar {
    height: 80px;
  }
  .framecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.colpad {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .colpad .container {
    padding: 0 16px;
  }
}
.colpad .row {
  justify-content: center;
}
.colpad .formunit {
  position: relative;
}
.colpad .formunit .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .colpad .formunit .icon-wrapper {
    margin-bottom: 40px;
  }
}
.colpad .formunit .icon-wrapper .menu-iconfont {
  font-size: 42px;
  color: #fa9800;
  display: inline-flex;
}
.colpad .formunit .menu-text {
  margin-bottom: 0;
}
.colpad .formunit .menu-text span {
  color: #000000;
}
.colpad .formunit .navbox {
  position: absolute;
  top: -10%;
  left: -12rem;
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #dbb1a2 -10%, transparent 70%);
}
.colpad .menu-text {
  color: #000000;
}
.colpad .menu-text,
.colpad .icon-wrapper {
  text-align: center;
  color: #000000;
}
.boardwrap {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff3ef;
}
.boardwrap form .btn {
  border-radius: 2rem;
  padding: 1rem 2rem;
}
.boardwrap .menu-section-subtitle {
  font-weight: 500;
  line-height: 1;
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.boardwrap .menu-section-title {
  color: #fa9800;
}
.boardwrap .menu-text,
.boardwrap .menu-section-btn {
  color: #000000;
}
.boardwrap .menu-section-subtitle {
  color: #04492e;
}
.boardwrap .form-control {
  padding: 1rem;
  background-color: #fee3d9;
  border: none !important;
  border-radius: 0;
  border-left: 2px solid #fa9800 !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.boardwrap .form-control::-webkit-input-placeholder,
.boardwrap .form-control::-webkit-input-placeholder {
  color: #000000;
}
.boardwrap .form-control:-moz-placeholder,
.boardwrap .form-control:-moz-placeholder {
  color: #000000;
}
.boardwrap .form-control:hover,
.boardwrap .form-control:focus {
  background-color: #ffffff;
  border-color: #fa9800 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.boardwrap .form-control:hover::-webkit-input-placeholder,
.boardwrap .form-control:focus::-webkit-input-placeholder,
.boardwrap .form-control:hover::-webkit-input-placeholder,
.boardwrap .form-control:focus::-webkit-input-placeholder {
  color: #000000;
}
.boardwrap .form-control:hover:-moz-placeholder,
.boardwrap .form-control:focus:-moz-placeholder,
.boardwrap .form-control:hover:-moz-placeholder,
.boardwrap .form-control:focus:-moz-placeholder {
  color: #000000;
}
.boardwrap textarea {
  min-height: 150px;
}
.boardwrap input::-webkit-clear-button {
  display: none;
}
.boardwrap input::-webkit-inner-spin-button {
  display: none;
}
.boardwrap input::-webkit-outer-spin-button {
  display: none;
}
.boardwrap input::-webkit-calendar-picker-indicator {
  display: none;
}
@media (max-width: 767px) {
  .boardwrap .col-auto {
    margin: auto;
  }
}
.structurebox {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fee3d9;
}
.structurebox .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .structurebox .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .structurebox .container {
    padding: 0 30px;
  }
}
.structurebox .stub {
  margin-bottom: 20px;
}
.structurebox .stub .domwrap {
  display: inline-flex;
  align-items: center;
}
.structurebox .stub .domwrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.structurebox .stub .domwrap .menu-section-title {
  margin-bottom: 0;
}
.structurebox .menu-desc {
  margin-bottom: 0;
  color: #000000;
}
.structurebox .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .list {
    text-align: left;
  }
}
.structurebox .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.structurebox .list .item-wrap:hover {
  color: #000000;
}
.structurebox .copyright {
  margin: 50px 0;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .copyright {
    margin: 30px 0;
  }
}
.structurebox .menu-section-title {
  color: #ffffff;
}
.structurebox .menu-section-title,
.structurebox .stub {
  text-align: justify;
  color: #000000;
}
.framecore .navbar-dropdown {
  position: relative !important;
}
.framecore .navbar-dropdown {
  position: absolute !important;
}
.framecore .navbar-brand {
  border-left: 4px solid #fa9800;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framecore .navbar-brand .alignbox a {
  outline: none;
}
.framecore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framecore .nav-link {
  position: relative;
}
.framecore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .framecore .container {
    flex-wrap: nowrap;
  }
}
.framecore .nav-item:focus,
.framecore .nav-link:focus {
  outline: none;
}
.framecore .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fee3d9;
}
.framecore .navbar .alignbox img {
  width: auto;
}
.framecore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framecore .navbar .alignbox img {
    height: 3rem !important;
  }
  .framecore .navbar ul.zonefield li {
    margin: auto;
  }
  .framecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .framecore .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.framecore .navbar-expand-lg .zonefield .nav-link {
  padding: 0;
}
.framecore ul.zonefield {
  flex-wrap: wrap;
}
.framecore .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.framecore button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.framecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framecore .navbar-dropdown {
  padding: 0 1rem;
}
.framecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framecore .navbar {
    height: 80px;
  }
  .framecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.field {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.field .row {
  justify-content: flex-start;
}
.field .container {
  max-width: 1140px;
  margin: 0 auto;
}
.field .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .field .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .field .container-fluid {
    padding: 0 15px;
  }
}
.field .linewrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #fee3d9;
}
@media (max-width: 767px) {
  .field .linewrap {
    padding: 70px 30px;
  }
}
.field .contentgrid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.field .menu-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.field .menu-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.field .menu-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .field .menu-section-btn {
    margin-top: 30px;
  }
}
.field .menu-section-subtitle,
.field .menu-section-btn {
  color: #fa9800;
}
.slotunit {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .slotunit .docklayer {
    font-size: 5rem;
  }
}
.slotunit h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .slotunit {
    -webkit-align-items: center;
    align-items: center;
  }
  .slotunit .docklayer {
    font-size: 2.8rem;
  }
  .slotunit .contentgrid {
    width: 100%;
  }
}
.slotunit .contentgrid {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .slotunit .contentgrid {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .slotunit {
    align-items: center;
  }
  .slotunit .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .slotunit .contentgrid {
    min-width: 50%;
  }
}
.slotunit .menu-section-title {
  text-align: center;
  color: #000000;
}
.slotunit .menu-text,
.slotunit .menu-section-btn {
  text-align: left;
  color: #000000;
}
.structurebox {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fee3d9;
}
.structurebox .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .structurebox .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .structurebox .container {
    padding: 0 30px;
  }
}
.structurebox .stub {
  margin-bottom: 20px;
}
.structurebox .stub .domwrap {
  display: inline-flex;
  align-items: center;
}
.structurebox .stub .domwrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.structurebox .stub .domwrap .menu-section-title {
  margin-bottom: 0;
}
.structurebox .menu-desc {
  margin-bottom: 0;
  color: #000000;
}
.structurebox .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .list {
    text-align: left;
  }
}
.structurebox .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.structurebox .list .item-wrap:hover {
  color: #000000;
}
.structurebox .copyright {
  margin: 50px 0;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .copyright {
    margin: 30px 0;
  }
}
.structurebox .menu-section-title {
  color: #ffffff;
}
.structurebox .menu-section-title,
.structurebox .stub {
  text-align: justify;
  color: #000000;
}
.framecore .navbar-dropdown {
  position: relative !important;
}
.framecore .navbar-dropdown {
  position: absolute !important;
}
.framecore .navbar-brand {
  border-left: 4px solid #fa9800;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framecore .navbar-brand .alignbox a {
  outline: none;
}
.framecore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framecore .nav-link {
  position: relative;
}
.framecore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .framecore .container {
    flex-wrap: nowrap;
  }
}
.framecore .nav-item:focus,
.framecore .nav-link:focus {
  outline: none;
}
.framecore .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fee3d9;
}
.framecore .navbar .alignbox img {
  width: auto;
}
.framecore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framecore .navbar .alignbox img {
    height: 3rem !important;
  }
  .framecore .navbar ul.zonefield li {
    margin: auto;
  }
  .framecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .framecore .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.framecore .navbar-expand-lg .zonefield .nav-link {
  padding: 0;
}
.framecore ul.zonefield {
  flex-wrap: wrap;
}
.framecore .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.framecore button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.framecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framecore .navbar-dropdown {
  padding: 0 1rem;
}
.framecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framecore .navbar {
    height: 80px;
  }
  .framecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.fieldwrap {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.fieldwrap .row {
  justify-content: flex-start;
}
.fieldwrap .container {
  max-width: 1140px;
  margin: 0 auto;
}
.fieldwrap .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .fieldwrap .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .fieldwrap .container-fluid {
    padding: 0 15px;
  }
}
.fieldwrap .linewrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #fee3d9;
}
@media (max-width: 767px) {
  .fieldwrap .linewrap {
    padding: 70px 30px;
  }
}
.fieldwrap .contentgrid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.fieldwrap .menu-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.fieldwrap .menu-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.fieldwrap .menu-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .fieldwrap .menu-section-btn {
    margin-top: 30px;
  }
}
.fieldwrap .menu-section-subtitle,
.fieldwrap .menu-section-btn {
  color: #fa9800;
}
.deck {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .deck .docklayer {
    font-size: 5rem;
  }
}
.deck h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .deck {
    -webkit-align-items: center;
    align-items: center;
  }
  .deck .docklayer {
    font-size: 2.8rem;
  }
  .deck .contentgrid {
    width: 100%;
  }
}
.deck .contentgrid {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .deck .contentgrid {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .deck {
    align-items: center;
  }
  .deck .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .deck .contentgrid {
    min-width: 50%;
  }
}
.deck .menu-section-title {
  text-align: center;
  color: #000000;
}
.deck .menu-text,
.deck .menu-section-btn {
  text-align: left;
  color: #000000;
}
.structurebox {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fee3d9;
}
.structurebox .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .structurebox .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .structurebox .container {
    padding: 0 30px;
  }
}
.structurebox .stub {
  margin-bottom: 20px;
}
.structurebox .stub .domwrap {
  display: inline-flex;
  align-items: center;
}
.structurebox .stub .domwrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.structurebox .stub .domwrap .menu-section-title {
  margin-bottom: 0;
}
.structurebox .menu-desc {
  margin-bottom: 0;
  color: #000000;
}
.structurebox .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .list {
    text-align: left;
  }
}
.structurebox .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.structurebox .list .item-wrap:hover {
  color: #000000;
}
.structurebox .copyright {
  margin: 50px 0;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .copyright {
    margin: 30px 0;
  }
}
.structurebox .menu-section-title {
  color: #ffffff;
}
.structurebox .menu-section-title,
.structurebox .stub {
  text-align: justify;
  color: #000000;
}
.framecore .navbar-dropdown {
  position: relative !important;
}
.framecore .navbar-dropdown {
  position: absolute !important;
}
.framecore .navbar-brand {
  border-left: 4px solid #fa9800;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framecore .navbar-brand .alignbox a {
  outline: none;
}
.framecore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framecore .nav-link {
  position: relative;
}
.framecore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .framecore .container {
    flex-wrap: nowrap;
  }
}
.framecore .nav-item:focus,
.framecore .nav-link:focus {
  outline: none;
}
.framecore .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fee3d9;
}
.framecore .navbar .alignbox img {
  width: auto;
}
.framecore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framecore .navbar .alignbox img {
    height: 3rem !important;
  }
  .framecore .navbar ul.zonefield li {
    margin: auto;
  }
  .framecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .framecore .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.framecore .navbar-expand-lg .zonefield .nav-link {
  padding: 0;
}
.framecore ul.zonefield {
  flex-wrap: wrap;
}
.framecore .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.framecore button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.framecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framecore .navbar-dropdown {
  padding: 0 1rem;
}
.framecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framecore .navbar {
    height: 80px;
  }
  .framecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.docksegment {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.docksegment .row {
  justify-content: flex-start;
}
.docksegment .container {
  max-width: 1140px;
  margin: 0 auto;
}
.docksegment .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .docksegment .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .docksegment .container-fluid {
    padding: 0 15px;
  }
}
.docksegment .linewrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #fee3d9;
}
@media (max-width: 767px) {
  .docksegment .linewrap {
    padding: 70px 30px;
  }
}
.docksegment .contentgrid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.docksegment .menu-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.docksegment .menu-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.docksegment .menu-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .docksegment .menu-section-btn {
    margin-top: 30px;
  }
}
.docksegment .menu-section-subtitle,
.docksegment .menu-section-btn {
  color: #fa9800;
}
.shellunit {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .shellunit .docklayer {
    font-size: 5rem;
  }
}
.shellunit h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .shellunit {
    -webkit-align-items: center;
    align-items: center;
  }
  .shellunit .docklayer {
    font-size: 2.8rem;
  }
  .shellunit .contentgrid {
    width: 100%;
  }
}
.shellunit .contentgrid {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .shellunit .contentgrid {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .shellunit {
    align-items: center;
  }
  .shellunit .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .shellunit .contentgrid {
    min-width: 50%;
  }
}
.shellunit .menu-section-title {
  text-align: center;
  color: #000000;
}
.shellunit .menu-text,
.shellunit .menu-section-btn {
  text-align: left;
  color: #000000;
}
.structurebox {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fee3d9;
}
.structurebox .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .structurebox .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .structurebox .container {
    padding: 0 30px;
  }
}
.structurebox .stub {
  margin-bottom: 20px;
}
.structurebox .stub .domwrap {
  display: inline-flex;
  align-items: center;
}
.structurebox .stub .domwrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.structurebox .stub .domwrap .menu-section-title {
  margin-bottom: 0;
}
.structurebox .menu-desc {
  margin-bottom: 0;
  color: #000000;
}
.structurebox .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .list {
    text-align: left;
  }
}
.structurebox .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.structurebox .list .item-wrap:hover {
  color: #000000;
}
.structurebox .copyright {
  margin: 50px 0;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .copyright {
    margin: 30px 0;
  }
}
.structurebox .menu-section-title {
  color: #ffffff;
}
.structurebox .menu-section-title,
.structurebox .stub {
  text-align: justify;
  color: #000000;
}
.framecore .navbar-dropdown {
  position: relative !important;
}
.framecore .navbar-dropdown {
  position: absolute !important;
}
.framecore .navbar-brand {
  border-left: 4px solid #fa9800;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framecore .navbar-brand .alignbox a {
  outline: none;
}
.framecore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framecore .nav-link {
  position: relative;
}
.framecore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .framecore .container {
    flex-wrap: nowrap;
  }
}
.framecore .nav-item:focus,
.framecore .nav-link:focus {
  outline: none;
}
.framecore .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fee3d9;
}
.framecore .navbar .alignbox img {
  width: auto;
}
.framecore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framecore .navbar .alignbox img {
    height: 3rem !important;
  }
  .framecore .navbar ul.zonefield li {
    margin: auto;
  }
  .framecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .framecore .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.framecore .navbar-expand-lg .zonefield .nav-link {
  padding: 0;
}
.framecore ul.zonefield {
  flex-wrap: wrap;
}
.framecore .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.framecore button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.framecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framecore .navbar-dropdown {
  padding: 0 1rem;
}
.framecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framecore .navbar {
    height: 80px;
  }
  .framecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.holdunit {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.holdunit .row {
  justify-content: flex-start;
}
.holdunit .container {
  max-width: 1140px;
  margin: 0 auto;
}
.holdunit .container-fluid {
  padding: 0 130px;
}
@media (max-width: 991px) {
  .holdunit .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .holdunit .container-fluid {
    padding: 0 15px;
  }
}
.holdunit .linewrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 70px;
  border-radius: 30px;
  background-color: #fee3d9;
}
@media (max-width: 767px) {
  .holdunit .linewrap {
    padding: 70px 30px;
  }
}
.holdunit .contentgrid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.holdunit .menu-section-title {
  color: #ffffff;
  margin-bottom: 0 !important;
  width: 100%;
}
.holdunit .menu-section-subtitle {
  color: #f6f6f6;
  margin-bottom: 0 !important;
  margin-top: 20px;
  width: 100%;
}
.holdunit .menu-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .holdunit .menu-section-btn {
    margin-top: 30px;
  }
}
.holdunit .menu-section-subtitle,
.holdunit .menu-section-btn {
  color: #fa9800;
}
.layoutbox {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .layoutbox .docklayer {
    font-size: 5rem;
  }
}
.layoutbox h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .layoutbox {
    -webkit-align-items: center;
    align-items: center;
  }
  .layoutbox .docklayer {
    font-size: 2.8rem;
  }
  .layoutbox .contentgrid {
    width: 100%;
  }
}
.layoutbox .contentgrid {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .layoutbox .contentgrid {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .layoutbox {
    align-items: center;
  }
  .layoutbox .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .layoutbox .contentgrid {
    min-width: 50%;
  }
}
.layoutbox .menu-section-title {
  text-align: center;
  color: #000000;
}
.layoutbox .menu-text,
.layoutbox .menu-section-btn {
  text-align: left;
  color: #000000;
}
.structurebox {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fee3d9;
}
.structurebox .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .structurebox .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .structurebox .container {
    padding: 0 30px;
  }
}
.structurebox .stub {
  margin-bottom: 20px;
}
.structurebox .stub .domwrap {
  display: inline-flex;
  align-items: center;
}
.structurebox .stub .domwrap img {
  height: 78px;
  width: 78px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 16px;
}
.structurebox .stub .domwrap .menu-section-title {
  margin-bottom: 0;
}
.structurebox .menu-desc {
  margin-bottom: 0;
  color: #000000;
}
.structurebox .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .list {
    text-align: left;
  }
}
.structurebox .list .item-wrap {
  text-decoration: underline;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.structurebox .list .item-wrap:hover {
  color: #000000;
}
.structurebox .copyright {
  margin: 50px 0;
  color: #000000;
}
@media (max-width: 992px) {
  .structurebox .copyright {
    margin: 30px 0;
  }
}
.structurebox .menu-section-title {
  color: #ffffff;
}
.structurebox .menu-section-title,
.structurebox .stub {
  text-align: justify;
  color: #000000;
}
.framecore .navbar-dropdown {
  position: relative !important;
}
.framecore .navbar-dropdown {
  position: absolute !important;
}
.framecore .navbar-brand {
  border-left: 4px solid #fa9800;
  flex-shrink: 0;
  padding: 0;
  padding-left: 1rem !important;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.framecore .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.framecore .navbar-brand .alignbox a {
  outline: none;
}
.framecore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.framecore .nav-link {
  position: relative;
}
.framecore .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .framecore .container {
    flex-wrap: nowrap;
  }
}
.framecore .nav-item:focus,
.framecore .nav-link:focus {
  outline: none;
}
.framecore .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fee3d9;
}
.framecore .navbar .alignbox img {
  width: auto;
}
.framecore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .framecore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .framecore .navbar .alignbox img {
    height: 3rem !important;
  }
  .framecore .navbar ul.zonefield li {
    margin: auto;
  }
  .framecore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .framecore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .framecore .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.framecore .navbar-expand-lg .zonefield .nav-link {
  padding: 0;
}
.framecore ul.zonefield {
  flex-wrap: wrap;
}
.framecore .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.framecore button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.framecore button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.framecore button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.framecore button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.framecore .navbar-dropdown {
  padding: 0 1rem;
}
.framecore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .framecore .navbar {
    height: 80px;
  }
  .framecore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}

/* Base Cookie Banner */
.corefield {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  color: #424a4d;
  padding: 15px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  font-family: Arial, sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  pointer-events: none;
  box-sizing: border-box;
}
.corefield.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.corefield p {
  margin: 0;
  font-size: 14px;
}
.corefield a {
  color: #424a4d;
  text-decoration: underline;
}

#cookieAcceptBtn,
#cookieRejectBtn {
  padding: 12px 24px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  text-align: center;
  line-height: 1.2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-sizing: border-box;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

#cookieAcceptBtn:hover,
#cookieRejectBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

#cookieAcceptBtn {
  background-color: #0066cc;
  color: #ffffff;
}

#cookieRejectBtn {
  background-color: #f5f5f5;
  color: #333333;
  border: 1px solid #ccc;
}
@media (max-width: 768px) {
  .corefield {
    left: 50%;
    bottom: 16px;
    width: calc(100% - 32px);
    max-width: 480px;
    transform: translate(-50%, 20px);
    border-radius: 8px;
    gap: 12px;
  }
  .corefield.show {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }
  
  #cookieAcceptBtn,
  #cookieRejectBtn {
    flex: 1;
    padding: 12px 0;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .corefield {
    padding: 8px;
    gap: 8px;
    font-size: 12px;
  }
  .corefield img {
    width: 30px;
    height: 30px;
  }
  
  #cookieAcceptBtn,
  #cookieRejectBtn {
    padding: 10px 0;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes flicker {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 0.3;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 0.5;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0.8;
    }
}

.navbar-brand {
    animation: flicker 2s;
}
/* endlogoanimations */

/* cssform-start */

.ttc-form {
  padding: 0 !important;
  background: transparent;
}

.ttc-form #customForm {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  color: #3c2f1d;
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: #fefcf9 !important;
  border-radius: 10px;
  box-shadow: 0 10px 35px rgba(90, 60, 20, 0.08);
  padding: 42px;
  box-sizing: border-box;
  border: 1px solid #f1e8db;
}

.ttc-form #customForm * {
  color: #3c2f1d;
  box-sizing: border-box;
}

.ttc-form #customForm .form-control {
  width: 100%;
  border: 1px solid #e3d5c3 !important;
  border-radius: 6px !important;
  padding: 14px 16px;
  margin-bottom: 18px;
  background: #fefcf9 !important;
  box-shadow: none !important;
  font-size: 16px;
  transition: all 0.25s ease;
}

.ttc-form #customForm textarea.form-control {
  min-height: 160px;
  resize: vertical;
  border-radius: 6px !important;
}

.ttc-form #customForm ::placeholder {
  color: #9d8e7a;
}

.ttc-form #customForm .form-control:focus {
  outline: none;
  background: #ffffff !important;
  border-color: #d4a46f !important;
  box-shadow: 0 0 0 3px rgba(212, 164, 111, 0.2) !important;
}

.ttc-form #customForm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 6px !important;
  background: linear-gradient(90deg, #d4a46f, #e7c494);
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
}

.ttc-form #customForm .btn:hover {
  background: linear-gradient(90deg, #c79762, #ddb67f);
  transform: translateY(-1px);
}

.ttc-form #customForm small {
  font-size: 12px;
  color: #9d8e7a;
}

.ttc-form #customForm a {
  color: #b98554;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
}

.ttc-form #customForm a:hover {
  text-decoration: underline;
}

.ttc-form #customForm .domcellwrap,
.ttc-form #customForm .mainbox {
  border: 1px solid #e3d5c3;
  background: #fefcf9;
  padding: 16px;
  border-radius: 6px !important;
  margin-bottom: 18px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.ttc-form #customForm .stepbox,
.ttc-form #customForm .layoutunit {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #3c2f1d;
  font-family: inherit;
  cursor: pointer;
  margin: 0;
  flex-wrap: nowrap;
}

.ttc-form #customForm .rowgrid,
.ttc-form #customForm .trunk {
  margin-top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.ttc-form #customForm .alert {
  border-radius: 6px !important;
  font-size: 14px;
}

@media (max-width: 767px) {
  .ttc-form {
    padding: 0 16px !important;
  }

  .ttc-form #customForm {
    padding: 24px 20px;
    margin: 16px auto 0;
    max-width: 100%;
  }

  .ttc-form #customForm .form-control {
    font-size: 15px;
    padding: 12px 14px;
    margin-bottom: 14px;
  }

  .ttc-form #customForm .btn {
    width: 100%;
    font-size: 16px;
    padding: 14px 20px;
  }

  .ttc-form #customForm .domcellwrap,
  .ttc-form #customForm .mainbox {
    padding: 14px;
  }

  .ttc-form #customForm .stepbox,
  .ttc-form #customForm .layoutunit {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 20px 15px;
  }

  .ttc-form #customForm .stepbox,
  .ttc-form #customForm .layoutunit {
    font-size: 13px;
    line-height: 1.4;
  }
}
/* cssform-end */