@charset "UTF-8";

:root {

  --bs-primary-rgb: 13, 110, 253;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-success-text-emphasis: #0a3622;
  --bs-danger-text-emphasis: #58151c;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-success-border-subtle: #a3cfbb;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-white-rgb: 255, 255, 255;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-bg: #e9ecef;
  --bs-tertiary-bg: #f8f9fa;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-border-width: 1px;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h4, .h4, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}


strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}


th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.modwrap {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .modwrap {
    font-size: 5rem;
  }
}

.dockunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .dockunit {
    font-size: 4.5rem;
  }
}

.flexunit {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .flexunit {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
}
@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);
}

.outline {
  --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;
}
.outline .nav-link.active, .outline .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 .outline {
    flex-direction: row;
  }
  .navbar-expand-lg .outline .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);
}

.fieldsetwrap {
  --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);
}

.zone {
  --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;
}

.d-none {
  display: none !important;
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/thick1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.navbar-dropdown {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .navbar-dropdown .target {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .navbar-dropdown .target img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .navbar-dropdown .navbar-caption {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .navbar-dropdown .navbar-caption, .navbar-dropdown .navbar-caption:hover {
      color: inherit;
      text-decoration: none; }
  .navbar-dropdown .navbar-brand span {
    vertical-align: -4px; }

.nav-dropdown {
  font-size: 0.75rem;
  font-weight: 500;
  height: auto !important; }
  .nav-dropdown .link {
    margin: .667em 1.667em;
    font-weight: 500;
    padding: 0;
    transition: color .2s ease-in-out; }
  .nav-dropdown .link::after {
    color: inherit; }
  .nav-dropdown .btn {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }



.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/thick1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";

@font-face {
  font-family: 'Socicon';
  src:  url('fonts/socicon.eot');
  src:  url('fonts/socicon.eot') format('embedded-opentype'),
    url('fonts/socicon.woff2') format('woff2'),
    url('fonts/socicon.ttf') format('truetype'),
    url('fonts/socicon.woff') format('woff'),
    url('fonts/socicon.svg#socicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/thick1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.infographic-section-title {
  font-style: normal;
  line-height: 1.3;
}

.sectionrow {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h4,
.modwrap,
.dockunit,
.flexunit,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}


strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

/*! Base colors */
.content {
  color: #ffffff;
}

/*! Text-aligns */

.areaunit {
  text-align: center;
}

/*! Font-weight  */

.layouter {
  font-weight: 700;
}

/*! Media  */

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}
/*! Buttons */
.infographic-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 .infographic-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */

.layouter {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.flexbox .blockwrap {
  min-height: 100vh;
}

.flexbox {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */

/*! Scroll to top arrow */

/*! Arrow Down */

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .target 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 .outline.nav-dropdown {
    display: -webkit-flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.form-group:focus {
  outline: none;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .infographic-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;
}

.blockwrap {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.item {
  position: relative;
}
.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/thick1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@font-face {
  font-family: 'zoomIcons';
  src:  url('fonts/zoom-icons.eot');
  src:  url('fonts/zoom-icons.eot') format('embedded-opentype'),
    url('fonts/zoom-icons.woff2') format('woff2'),
    url('fonts/zoom-icons.woff') format('woff'),
    url('fonts/zoom-icons.ttf') format('truetype'),
    url('fonts/zoom-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/thick1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
@font-face {
  font-family: 'distribution2';
  font-display: swap;
  src:  url('fonts/zoom2.eot');
  src:  url('fonts/zoom2.eot') format('embedded-opentype'),
    url('fonts/zoom2.woff2') format('woff2'),
    url('fonts/zoom2.woff') format('woff'),
    url('fonts/zoom2.ttf') format('truetype'),
    url('fonts/zoom2.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/thick1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.btn {
  border-width: 2px;
}
body {
  font-family: Inter;
}
.modwrap {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.dockunit {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.flexunit {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-5 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-7 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
}
/* ---- 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) {
  .modwrap {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .modwrap {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .dockunit {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .flexunit {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .modwrap {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .dockunit {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .flexunit {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary {
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: #000000 0px 8px 15px -5px;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary {
  box-shadow: #210100 0px 8px 15px -5px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #860401 !important;
  border-color: #860401 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: inherit;
  background-color: #b90601 !important;
  border-color: #b90601 !important;
  box-shadow: #000000 0px 8px 15px -5px;
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b90601 !important;
  border-color: #b90601 !important;
}
.btn-info {
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: #000000 0px 8px 15px -5px;
}

.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success {
  box-shadow: #530d0b 0px 8px 15px -5px;
}
.btn-success,
.btn-success:active {
  background-color: #ad1b17 !important;
  border-color: #ad1b17 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  color: inherit;
  background-color: #da221d !important;
  border-color: #da221d !important;
  box-shadow: #260605 0px 8px 15px -5px;
}

.btn-success:disabled {
  color: #ffffff !important;
  background-color: #da221d !important;
  border-color: #da221d !important;
}
.btn-warning {
  box-shadow: #cccccc 0px 8px 15px -5px;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: #b3b3b3 0px 8px 15px -5px;
}

.btn-warning:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger {
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-danger,
.btn-danger:active {
  background-color: #090909 !important;
  border-color: #090909 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
  color: inherit;
  background-color: #232323 !important;
  border-color: #232323 !important;
  box-shadow: #000000 0px 8px 15px -5px;
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white {
  box-shadow: #c2c2c2 0px 8px 15px -5px;
}
.btn-white,
.btn-white:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #5c5c5c !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: #a9a9a9 0px 8px 15px -5px;
}

.btn-white:disabled {
  color: #5c5c5c !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  box-shadow: #000000 0px 8px 15px -5px;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: #000000 0px 8px 15px -5px;
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #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: #860401;
  color: #860401;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.active {
  color: #300100 !important;
  background-color: transparent !important;
  border-color: #300100 !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #860401 !important;
  border-color: #860401 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ad1b17;
  color: #ad1b17;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.active {
  color: #600f0d !important;
  background-color: transparent !important;
  border-color: #600f0d !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ad1b17 !important;
  border-color: #ad1b17 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #090909;
  color: #090909;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #090909 !important;
  border-color: #090909 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f5f5f5;
  color: #f5f5f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.active {
  color: #cacaca !important;
  background-color: transparent !important;
  border-color: #cacaca !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.text-primary {
  color: #000000 !important;
}
.text-success {
  color: #ad1b17 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-white {
  color: #f5f5f5 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #530d0b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c2c2c2 !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;
}
.fieldsetwrap {
  background-color: #70c770;
}
.zone {
  background-color: #090909;
}
.infographic-section-btn .btn:not(.btn-form) {
  border-radius: 10px;
}
a,
a:hover {
  color: #000000;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
/* Forms */
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.infographic-section-btn .btn {
  padding: 12px 24px;
  font-weight: 500;
}
.infographic-section-btn .btn-black {
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #333333 0px 2.28853px 4.11936px -2.5px, #4d4d4d 0px 10px 18px -3.75px, #666666 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #cccccc 0px 6.8656px 6.8656px -2.33333px, #e6e6e6 0px 8.6468px 8.6468px -2.91667px, #f2f2f2 0px 10px 10px -3.5px;
}
.infographic-section-btn .btn-black:hover,
.infographic-section-btn .btn-black:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important;
  box-shadow: #000000 0 0.602187px 1.08394px -1.25px, #1a1a1a 0px 2.28853px 4.11936px -2.5px, #333333 0px 10px 18px -3.75px, #4d4d4d 0px 0.706592px 0.706592px -0.583333px, #808080 0px 1.80656px 1.80656px -1.16667px, #999999 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px;
}
.infographic-section-btn .btn-white {
  color: #000000 !important;
  box-shadow: #808080 0px 0.706592px 0.706592px -0.583333px, #999999 0px 1.80656px 1.80656px -1.16667px, #b3b3b3 0px 3.62176px 3.62176px -1.75px, #bfbfbf 0px 6.8656px 6.8656px -2.33333px, #cccccc 0px 8.6468px 8.6468px -2.91667px, #e6e6e6 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
.infographic-section-btn .btn-white:hover,
.infographic-section-btn .btn-white:focus {
  background-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: #737373 0px 0.706592px 0.706592px -0.583333px, #8c8c8c 0px 1.80656px 1.80656px -1.16667px, #a6a6a6 0px 3.62176px 3.62176px -1.75px, #b3b3b3 0px 6.8656px 6.8656px -2.33333px, #bfbfbf 0px 8.6468px 8.6468px -2.91667px, #d9d9d9 0px 10px 10px -3.5px, #ffffff 0px 3px 1px 0px inset;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.block,
.form-control {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.layoutbox .navbar-dropdown {
  position: relative !important;
}
.layoutbox .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .layoutbox .container {
    padding: 0 1rem;
  }
}
.layoutbox .nav-link {
  position: relative;
}
.layoutbox .nav-link:hover {
  color: #000000 !important;
}
.layoutbox .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.layoutbox .navbar .target img {
  width: auto;
}
.layoutbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbox .navbar .target img {
    height: 3rem !important;
  }
  .layoutbox .navbar ul.outline li {
    margin: auto;
  }
  .layoutbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.layoutbox .nav-item:focus,
.layoutbox .nav-link:focus {
  outline: none;
}
.layoutbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutbox .navbar-brand .target a {
  outline: none;
}
.layoutbox .navbar-expand-lg .outline .nav-link {
  padding: 0;
}
.layoutbox ul.outline {
  flex-wrap: wrap;
}
.layoutbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutbox .navbar-dropdown {
  padding: 0 1rem;
}
.layoutbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbox .navbar {
    height: 70px;
  }
  .layoutbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.pathbox {
  background-image: url("images/yellow1.jpg");
}
.pathbox .card-wrapper {
  padding: 60px;
  background-color: #ffffff;
  border-top: 3px solid #ad1b17;
  box-shadow: 0 8px 15px -8px #515151;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .pathbox .card-wrapper {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .pathbox .card-wrapper {
    padding: 24px;
  }
}
.pathbox .card-wrapper .domcellwrap {
  margin-bottom: 32px;
}
.pathbox .card-wrapper .footwrap .infographic-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #d33430, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .pathbox .card-wrapper .footwrap .infographic-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #d33430, #000000 40%);
  }
}
.pathbox .card-wrapper .text-wrapper .sectionrow {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .pathbox .card-wrapper .text-wrapper .sectionrow {
    width: 100%;
  }
}
.pathbox .card-wrapper .infographic-section-btn {
  margin-top: 22px;
}
.pathbox .traceunit,
.pathbox .domcellwrap {
  color: #000000;
  text-align: center;
}
.pathbox .infographic-section-title {
  color: #000000;
}
.pathbox .sectionrow,
.pathbox .text-wrapper {
  color: #000000;
  text-align: center;
}
.pathbox .infographic-section-title,
.pathbox .footwrap,
.pathbox .infographic-section-btn {
  text-align: center;
}
.docksegment {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .docksegment .fold {
    margin-bottom: 32px;
  }
}
.docksegment .fold .infographic-section-title {
  margin-bottom: 0;
}
.docksegment .fold .infographic-section-btn {
  margin-top: 14px;
}
.docksegment .fold .infographic-section-btn .btn {
  margin-bottom: 0;
}
.docksegment .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.docksegment .text-wrapper .sectionrow {
  display: inline-block;
  margin-bottom: 0;
}
.docksegment .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.docksegment .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.docksegment .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #860401;
}
.docksegment .infographic-section-title {
  color: #000000;
}
.docksegment .sectionrow,
.docksegment .text-wrapper {
  color: #4f4f4f;
}
.docksegment .list {
  color: #000000;
}
.docksegment .sectionrow {
  color: #000000;
}
.docksegment .infographic-section-title,
.docksegment .infographic-section-btn {
  text-align: center;
}
.docksegment .list,
.docksegment .item-wrap,
.docksegment .list-wrapper {
  color: #ffffff;
}
.partgrid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.partgrid .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .partgrid .fold {
    margin-bottom: 32px;
  }
}
.partgrid .fold .domcellwrap {
  margin-bottom: 16px;
}
.partgrid .fold .domcellwrap .traceunit {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #860401;
}
.partgrid .fold .infographic-section-title {
  margin-bottom: 16px;
}
.partgrid .fold .text-wrapper .sectionrow {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .partgrid .fold .text-wrapper .sectionrow {
    width: 100%;
  }
}
.partgrid .fold .infographic-section-btn {
  margin-top: 14px;
}
.partgrid .navwrap {
  background-color: #ad1b17;
  padding: 8px;
}
.partgrid .navwrap .wrapbox {
  background-color: #ffffff;
  padding: 24px;
}
.partgrid .navwrap .wrapbox img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .partgrid .navwrap .wrapbox img {
    height: 300px;
  }
}
.partgrid .traceunit,
.partgrid .domcellwrap {
  color: #ffffff;
}
.partgrid .infographic-section-title {
  color: #000000;
}
.partgrid .sectionrow,
.partgrid .text-wrapper {
  color: #000000;
}
.gridrowunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .gridrowunit .fold {
    margin-bottom: 32px;
  }
}
.gridrowunit .fold .infographic-section-title {
  margin-bottom: 0;
}
.gridrowunit .fold .infographic-section-btn {
  margin-top: 14px;
}
.gridrowunit .fold .infographic-section-btn .btn {
  margin-bottom: 0;
}
.gridrowunit .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gridrowunit .text-wrapper .sectionrow {
  display: inline-block;
  margin-bottom: 0;
}
.gridrowunit .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.gridrowunit .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gridrowunit .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #860401;
}
.gridrowunit .infographic-section-title {
  color: #000000;
}
.gridrowunit .sectionrow,
.gridrowunit .text-wrapper {
  color: #4f4f4f;
}
.gridrowunit .list {
  color: #000000;
}
.gridrowunit .sectionrow {
  color: #000000;
}
.gridrowunit .infographic-section-title,
.gridrowunit .infographic-section-btn {
  text-align: center;
}
.gridrowunit .list,
.gridrowunit .item-wrap,
.gridrowunit .list-wrapper {
  color: #ffffff;
}
.domcell {
  padding-top: 5rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #ffffff;
}
.domcell .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 112px 64px 128px;
  background-color: #ffffff;
  border: 4px solid #860401;
  box-shadow: 6px 6px 0 0 #860401;
  overflow: hidden;
}
@media (max-width: 992px) {
  .domcell .card-wrapper {
    padding: 32px 16px 0;
    display: block;
  }
}
.domcell .layoutwrap {
  width: 65%;
}
@media (max-width: 992px) {
  .domcell .layoutwrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.domcell .layoutwrap .infographic-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .domcell .layoutwrap .infographic-section-title {
    margin-bottom: 22px;
  }
}
.domcell .layoutwrap .text-wrapper .sectionrow {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .domcell .layoutwrap .text-wrapper .sectionrow {
    width: 100%;
  }
}
.domcell .layoutwrap .infographic-section-btn {
  margin-top: 12px;
  margin-bottom: -9.6px;
}
.domcell .navwrap {
  display: flex;
  justify-content: center;
  width: 25%;
}
@media (max-width: 992px) {
  .domcell .navwrap {
    width: 100%;
  }
}
.domcell .navwrap img {
  height: 470px;
  width: 350px;
  border: 14px solid #860401;
  border-bottom: none;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin-bottom: -128px;
  object-fit: cover;
  will-change: transform;
}
@media (max-width: 1200px) {
  .domcell .navwrap img {
    height: 350px;
    width: 300px;
  }
}
@media (max-width: 992px) {
  .domcell .navwrap img {
    height: 300px;
    margin-bottom: -1px;
    border: 6px solid #860401;
    border-bottom: none;
  }
}
.domcell .infographic-section-title {
  color: #252322;
}
.domcell .sectionrow {
  color: #252322;
}
.domcell .sectionrow,
.domcell .text-wrapper {
  text-align: left;
  color: #000000;
}
.domcell .infographic-section-title,
.domcell .infographic-section-btn {
  text-align: justify;
  color: #000000;
}
.mount {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #860401;
}
.mount .wrapper {
  background-color: #ffffff;
}
.mount li {
  list-style-type: none;
}
.mount .contact-info-m {
  margin-bottom: 1.875rem;
}
.mount .list-1 li {
  margin-bottom: 1rem;
}
.mount .list-1 li:last-child {
  margin-bottom: 0;
}
.mount .list-2 li {
  margin-bottom: 1.875rem;
}
.mount .list-2 li:last-child {
  margin-bottom: 0;
}
.mount ul {
  margin: 0;
}
.mount .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.mount .sectionrow {
  text-align: center;
}
.layoutbox .navbar-dropdown {
  position: relative !important;
}
.layoutbox .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .layoutbox .container {
    padding: 0 1rem;
  }
}
.layoutbox .nav-link {
  position: relative;
}
.layoutbox .nav-link:hover {
  color: #000000 !important;
}
.layoutbox .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.layoutbox .navbar .target img {
  width: auto;
}
.layoutbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbox .navbar .target img {
    height: 3rem !important;
  }
  .layoutbox .navbar ul.outline li {
    margin: auto;
  }
  .layoutbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.layoutbox .nav-item:focus,
.layoutbox .nav-link:focus {
  outline: none;
}
.layoutbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutbox .navbar-brand .target a {
  outline: none;
}
.layoutbox .navbar-expand-lg .outline .nav-link {
  padding: 0;
}
.layoutbox ul.outline {
  flex-wrap: wrap;
}
.layoutbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutbox .navbar-dropdown {
  padding: 0 1rem;
}
.layoutbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbox .navbar {
    height: 70px;
  }
  .layoutbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.pinbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #860401;
  background: linear-gradient(-45deg, rgba(134, 4, 1, 0.8), #000000);
}
.pinbox .blockwrap {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.pinbox .container {
  pointer-events: none;
  z-index: 1;
}
.pinbox .title__block,
.pinbox .image__block {
  pointer-events: all;
}
.pinbox .infographic-section-title {
  margin-bottom: 40px;
  text-align: center;
}
.pinbox .sectionrow {
  margin-bottom: 35px;
  line-height: 32px;
}
.pinbox .infographic-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.pinbox .infographic-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.pinbox .infographic-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.pinbox .image__block {
  max-height: 600px;
}
.pinbox .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pinbox .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(173, 27, 23, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.pinbox .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(0, 0, 0, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.pinbox .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(0, 0, 0, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.pinbox .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.pinbox .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.pinbox .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.pinbox .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.pinbox .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.pinbox .sectionrow,
.pinbox .infographic-section-btn {
  text-align: left;
}
.layoutbase {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.layoutbase .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #f5f5f5 43%, #f0c2c0 100%);
}
.layoutbase .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #f5f5f5 43%, #f0c2c0 100%);
}
.layoutbase .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #f5f5f5 43%, #f0c2c0 100%);
}
.layoutbase .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .layoutbase .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .layoutbase .container {
    padding: 0 30px;
  }
}
.layoutbase .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.layoutbase .layoutwrap .infographic-section-title {
  margin-bottom: 40px;
}
.layoutbase .layoutwrap .text-wrapper .sectionrow {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layoutbase .layoutwrap .text-wrapper .sectionrow {
    margin-bottom: 30px;
    width: 100%;
  }
}
.layoutbase .infographic-section-title {
  color: #ffffff;
}
.layoutbase .sectionrow,
.layoutbase .text-wrapper {
  color: #000000;
  text-align: center;
}
.layoutbase .infographic-section-title,
.layoutbase .infographic-section-btn {
  text-align: center;
  color: #000000;
}
.holdunit {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.holdunit .row {
  justify-content: center;
  margin: 0 -24px;
}
.holdunit .row .card {
  padding: 0 24px;
}
.holdunit .card-wrapper {
  border: 3px solid #ad1b17;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .holdunit .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .holdunit .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .holdunit .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.holdunit .card-wrapper .card-wrap .infographic-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .holdunit .card-wrapper .card-wrap .infographic-section-title {
    margin-bottom: 30px;
  }
}
.holdunit .card-wrapper .card-wrap .sectionrow {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .holdunit .card-wrapper .card-wrap .sectionrow {
    margin-bottom: 30px;
  }
}
.holdunit .navwrap {
  height: 100%;
}
.holdunit .navwrap img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .holdunit .navwrap img {
    height: 350px;
  }
}
.holdunit .infographic-section-title {
  color: #cbff5b;
}
.holdunit .sectionrow {
  color: #000000;
  text-align: center;
}
.holdunit .infographic-section-title,
.holdunit .infographic-section-btn {
  text-align: center;
  color: #000000;
}
.flow {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.flow .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #f5f5f5 43%, #f0c2c0 100%);
}
.flow .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #f5f5f5 43%, #f0c2c0 100%);
}
.flow .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #ffffff 0, #f5f5f5 43%, #f0c2c0 100%);
}
.flow .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .flow .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .flow .container {
    padding: 0 30px;
  }
}
.flow .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.flow .layoutwrap .infographic-section-title {
  margin-bottom: 40px;
}
.flow .layoutwrap .text-wrapper .sectionrow {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .flow .layoutwrap .text-wrapper .sectionrow {
    margin-bottom: 30px;
    width: 100%;
  }
}
.flow .infographic-section-title {
  color: #ffffff;
}
.flow .sectionrow,
.flow .text-wrapper {
  color: #000000;
  text-align: center;
}
.flow .infographic-section-title,
.flow .infographic-section-btn {
  text-align: center;
  color: #000000;
}
.bound {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.bound .layoutwrap {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .bound .layoutwrap {
    margin-bottom: 32px;
  }
}
.bound .layoutwrap .domcellwrap {
  margin-bottom: 32px;
}
.bound .layoutwrap .footwrap .infographic-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #ad1b17, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .bound .layoutwrap .footwrap .infographic-section-title {
    width: 100%;
  }
}
.bound .layoutwrap .text-wrapper .sectionrow {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .bound .layoutwrap .text-wrapper .sectionrow {
    width: 100%;
  }
}
.bound .viewnode {
  margin: 0 -12px;
  justify-content: center;
}
.bound .viewnode .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .bound .viewnode .card {
    margin-bottom: 18px;
  }
}
.bound .viewnode .card .card-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ad1b17;
  box-shadow: 0 8px 15px -8px #515151;
  padding: 30px;
}
@media (max-width: 992px) {
  .bound .viewnode .card .card-wrapper {
    padding: 24px;
  }
}
.bound .viewnode .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.bound .viewnode .card .card-wrapper .infographic-section-btn {
  margin-top: 14px;
}
.bound .viewnode .card .card-wrapper .infographic-section-btn .btn {
  margin-bottom: 0;
}
.bound .viewnode .card .card-wrapper .navwrap {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .bound .viewnode .card .card-wrapper .navwrap {
    height: 300px;
  }
}
.bound .viewnode .card .card-wrapper .navwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #ffffff;
}
.bound .viewnode .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .bound .viewnode .card .text-wrapper {
    padding: 24px;
  }
}
.bound .traceunit,
.bound .domcellwrap {
  color: #000000;
  text-align: center;
}
.bound .infographic-section-title,
.bound .footwrap {
  color: #000000;
  text-align: center;
}
.bound .sectionrow,
.bound .text-wrapper {
  color: #000000;
  text-align: center;
}
.bound .item-text {
  color: #000000;
}
.bound .item-text,
.bound .infographic-section-btn {
  text-align: left;
}
.mount {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #860401;
}
.mount .wrapper {
  background-color: #ffffff;
}
.mount li {
  list-style-type: none;
}
.mount .contact-info-m {
  margin-bottom: 1.875rem;
}
.mount .list-1 li {
  margin-bottom: 1rem;
}
.mount .list-1 li:last-child {
  margin-bottom: 0;
}
.mount .list-2 li {
  margin-bottom: 1.875rem;
}
.mount .list-2 li:last-child {
  margin-bottom: 0;
}
.mount ul {
  margin: 0;
}
.mount .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.mount .sectionrow {
  text-align: center;
}
.layoutbox .navbar-dropdown {
  position: relative !important;
}
.layoutbox .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .layoutbox .container {
    padding: 0 1rem;
  }
}
.layoutbox .nav-link {
  position: relative;
}
.layoutbox .nav-link:hover {
  color: #000000 !important;
}
.layoutbox .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.layoutbox .navbar .target img {
  width: auto;
}
.layoutbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbox .navbar .target img {
    height: 3rem !important;
  }
  .layoutbox .navbar ul.outline li {
    margin: auto;
  }
  .layoutbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.layoutbox .nav-item:focus,
.layoutbox .nav-link:focus {
  outline: none;
}
.layoutbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutbox .navbar-brand .target a {
  outline: none;
}
.layoutbox .navbar-expand-lg .outline .nav-link {
  padding: 0;
}
.layoutbox ul.outline {
  flex-wrap: wrap;
}
.layoutbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutbox .navbar-dropdown {
  padding: 0 1rem;
}
.layoutbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbox .navbar {
    height: 70px;
  }
  .layoutbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zonecore {
  padding-top: 180px;
  padding-bottom: 135px;
  background-image: url("images/cold1.jpg");
}
.zonecore .media-container-column .btn-bgr {
  z-index: 0;
}
.zonecore .blockwrap {
  background: linear-gradient(#ad1b17 -10%, #000000 75%);
}
.gridnode {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.gridnode .layoutwrap {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .gridnode .layoutwrap {
    margin-bottom: 32px;
  }
}
.gridnode .layoutwrap .domcellwrap {
  margin-bottom: 32px;
}
.gridnode .layoutwrap .footwrap .infographic-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .gridnode .layoutwrap .footwrap .infographic-section-title {
    width: 100%;
  }
}
.gridnode .layoutwrap .text-wrapper .sectionrow {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .gridnode .layoutwrap .text-wrapper .sectionrow {
    width: 100%;
  }
}
.gridnode .viewnode {
  margin: 0 -12px;
  justify-content: center;
}
.gridnode .viewnode .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .gridnode .viewnode .item {
    margin-bottom: 18px;
  }
}
.gridnode .viewnode .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ad1b17;
  box-shadow: 0 8px 15px -8px #515151;
  padding: 30px;
}
@media (max-width: 992px) {
  .gridnode .viewnode .item .item-wrapper {
    padding: 24px;
  }
}
.gridnode .viewnode .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.gridnode .viewnode .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.gridnode .viewnode .item .item-wrapper .item-content .infographic-section-btn {
  margin-top: 10px;
}
.gridnode .viewnode .item .item-wrapper .item-content .infographic-section-btn .btn {
  margin-bottom: 0;
}
.gridnode .viewnode .item .item-wrapper .item-img {
  margin-top: 24px;
}
.gridnode .viewnode .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #ffffff;
}
@media (max-width: 992px) {
  .gridnode .viewnode .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.gridnode .traceunit,
.gridnode .domcellwrap {
  color: #000000;
  text-align: center;
}
.gridnode .infographic-section-title,
.gridnode .footwrap {
  color: #000000;
  text-align: center;
}
.gridnode .sectionrow,
.gridnode .text-wrapper {
  color: #515151;
  text-align: center;
}
.gridnode .item-title {
  color: #000000;
}
.gridnode .item-text {
  color: #000000;
  text-align: center;
}
.gridnode .item-title,
.gridnode .infographic-section-btn {
  text-align: center;
}
.structurebox {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.structurebox .row {
  justify-content: center;
}
.structurebox .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .structurebox .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .structurebox .container {
    padding: 0 15px;
  }
}
.structurebox .footwrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .structurebox .footwrap {
    margin-bottom: 40px;
  }
}
.structurebox .footwrap .infographic-section-title {
  margin-bottom: 0;
}
.structurebox .viewnode {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .structurebox .viewnode {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .structurebox .viewnode {
    display: block;
  }
}
@media (max-width: 768px) {
  .structurebox .viewnode .item {
    margin-bottom: 15px;
  }
}
.structurebox .viewnode .item:hover .item-wrapper::before,
.structurebox .viewnode .item:focus .item-wrapper::before {
  margin-right: -10rem;
}
.structurebox .viewnode .item .item-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 40px 22px;
  background-color: #000000;
  border: 1px solid #ffffff;
  border-radius: 20px !important;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .structurebox .viewnode .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .structurebox .viewnode .item .item-wrapper {
    height: auto;
  }
}
.structurebox .viewnode .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: -25%;
  width: 150%;
  height: 50%;
  background-image: linear-gradient(90deg, #ad1b17 -20%, #ad1b17 50%, #ad1b17 100%);
  border-radius: 50%;
  filter: blur(100px);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .structurebox .viewnode .item .item-wrapper::before {
    display: none;
  }
}
.structurebox .viewnode .item .item-wrapper .card-box {
  position: relative;
}
.structurebox .viewnode .item .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.structurebox .viewnode .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.structurebox .viewnode .item .item-wrapper .infographic-section-btn {
  width: 100%;
  margin-top: 20px;
}
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-primary-outline,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-secondary-outline,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-success-outline,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-info-outline,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-warning-outline,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-danger-outline,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-white-outline,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-black-outline {
  padding: 0;
  border: none !important;
}
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-primary-outline:hover,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-secondary-outline:hover,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-success-outline:hover,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-info-outline:hover,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-warning-outline:hover,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-danger-outline:hover,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-white-outline:hover,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-black-outline:hover,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-primary-outline:focus,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-secondary-outline:focus,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-success-outline:focus,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-info-outline:focus,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-warning-outline:focus,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-danger-outline:focus,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-white-outline:focus,
.structurebox .viewnode .item .item-wrapper .infographic-section-btn .btn-black-outline:focus {
  text-decoration: underline;
}
.structurebox .infographic-section-title {
  color: #ffffff;
  text-align: center;
}
.structurebox .item-title {
  color: #f2ac2b;
}
.structurebox .item-text {
  color: #ffffff;
  text-align: center;
}
.structurebox .item-title,
.structurebox .infographic-section-btn {
  color: #ffffff;
  text-align: center;
}
.modsegment {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.modsegment .layoutwrap {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .modsegment .layoutwrap {
    margin-bottom: 32px;
  }
}
.modsegment .layoutwrap .domcellwrap {
  margin-bottom: 32px;
}
.modsegment .layoutwrap .footwrap .infographic-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .modsegment .layoutwrap .footwrap .infographic-section-title {
    width: 100%;
  }
}
.modsegment .layoutwrap .text-wrapper .sectionrow {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .modsegment .layoutwrap .text-wrapper .sectionrow {
    width: 100%;
  }
}
.modsegment .viewnode {
  margin: 0 -12px;
  justify-content: center;
}
.modsegment .viewnode .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .modsegment .viewnode .item {
    margin-bottom: 18px;
  }
}
.modsegment .viewnode .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ad1b17;
  box-shadow: 0 8px 15px -8px #515151;
  padding: 30px;
}
@media (max-width: 992px) {
  .modsegment .viewnode .item .item-wrapper {
    padding: 24px;
  }
}
.modsegment .viewnode .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.modsegment .viewnode .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.modsegment .viewnode .item .item-wrapper .item-content .infographic-section-btn {
  margin-top: 10px;
}
.modsegment .viewnode .item .item-wrapper .item-content .infographic-section-btn .btn {
  margin-bottom: 0;
}
.modsegment .viewnode .item .item-wrapper .item-img {
  margin-top: 24px;
}
.modsegment .viewnode .item .item-wrapper .item-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #ffffff;
}
@media (max-width: 992px) {
  .modsegment .viewnode .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.modsegment .traceunit,
.modsegment .domcellwrap {
  color: #000000;
  text-align: center;
}
.modsegment .infographic-section-title,
.modsegment .footwrap {
  color: #000000;
  text-align: center;
}
.modsegment .sectionrow,
.modsegment .text-wrapper {
  color: #515151;
  text-align: center;
}
.modsegment .item-title {
  color: #000000;
}
.modsegment .item-text {
  color: #000000;
  text-align: center;
}
.modsegment .item-title,
.modsegment .infographic-section-btn {
  text-align: center;
}
.mount {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #860401;
}
.mount .wrapper {
  background-color: #ffffff;
}
.mount li {
  list-style-type: none;
}
.mount .contact-info-m {
  margin-bottom: 1.875rem;
}
.mount .list-1 li {
  margin-bottom: 1rem;
}
.mount .list-1 li:last-child {
  margin-bottom: 0;
}
.mount .list-2 li {
  margin-bottom: 1.875rem;
}
.mount .list-2 li:last-child {
  margin-bottom: 0;
}
.mount ul {
  margin: 0;
}
.mount .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.mount .sectionrow {
  text-align: center;
}
.layoutbox .navbar-dropdown {
  position: relative !important;
}
.layoutbox .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .layoutbox .container {
    padding: 0 1rem;
  }
}
.layoutbox .nav-link {
  position: relative;
}
.layoutbox .nav-link:hover {
  color: #000000 !important;
}
.layoutbox .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.layoutbox .navbar .target img {
  width: auto;
}
.layoutbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbox .navbar .target img {
    height: 3rem !important;
  }
  .layoutbox .navbar ul.outline li {
    margin: auto;
  }
  .layoutbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.layoutbox .nav-item:focus,
.layoutbox .nav-link:focus {
  outline: none;
}
.layoutbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutbox .navbar-brand .target a {
  outline: none;
}
.layoutbox .navbar-expand-lg .outline .nav-link {
  padding: 0;
}
.layoutbox ul.outline {
  flex-wrap: wrap;
}
.layoutbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutbox .navbar-dropdown {
  padding: 0 1rem;
}
.layoutbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbox .navbar {
    height: 70px;
  }
  .layoutbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zoneunitbox {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
}
.zoneunitbox::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #860401 10%, #860401 25%, #860401 100%);
  filter: blur(150px);
  pointer-events: none;
}
.zoneunitbox::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.zoneunitbox .layoutwrap {
  position: relative;
  z-index: 1;
}
.zoneunitbox .layoutwrap .domcellwrap .traceunit {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.zoneunitbox .layoutwrap .infographic-section-title {
  margin-bottom: 24px;
}
.zoneunitbox .layoutwrap .text-wrapper .sectionrow {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .zoneunitbox .layoutwrap .text-wrapper .sectionrow {
    width: 100%;
  }
}
.zoneunitbox .layoutwrap .infographic-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .zoneunitbox .layoutwrap .infographic-section-btn {
    margin-top: 10px;
  }
}
.zoneunitbox .traceunit,
.zoneunitbox .domcellwrap {
  color: #ffffff;
  text-align: center;
}
.zoneunitbox .infographic-section-title {
  color: #ffffff;
}
.zoneunitbox .sectionrow,
.zoneunitbox .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.zoneunitbox .infographic-section-title,
.zoneunitbox .infographic-section-btn {
  text-align: center;
}
.unitband {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.unitband .item:focus,
.unitband span:focus {
  outline: none;
}
.unitband .item {
  cursor: pointer;
}
.unitband .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .unitband .grid-container {
    grid-row-gap: 20px;
  }
}

.unitband .grid-container-3 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  
  .unitband .grid-container-3 {
    gap: 0 20px;
  }
}
.unitband .infographic-section-title {
  margin-bottom: 60px;
  color: #3a353e;
  text-align: center;
}
@media (max-width: 992px) {
  .unitband .infographic-section-title {
    margin-bottom: 30px;
  }
}
.unitband .objectbox {
  max-width: 800px;
}
.unitband .container,
.unitband .container-fluid {
  overflow: hidden;
}
.unitband .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.unitband .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.unitband .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .unitband .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .unitband .grid-item img {
    min-width: 35vw;
    height: 200px;
  }
}
@media (max-width: 425px) {
  .unitband .grid-item img {
    height: 140px;
  }
}

.unitband .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.region {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.region .layoutwrap {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .region .layoutwrap {
    margin-bottom: 32px;
  }
}
.region .layoutwrap .domcellwrap {
  margin-bottom: 32px;
}
.region .layoutwrap .footwrap .infographic-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .region .layoutwrap .footwrap .infographic-section-title {
    width: 100%;
  }
}
.region .layoutwrap .text-wrapper .sectionrow {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .region .layoutwrap .text-wrapper .sectionrow {
    width: 100%;
  }
}
.region .viewnode {
  margin: 0 -12px;
  justify-content: center;
}
.region .viewnode .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .region .viewnode .item {
    margin-bottom: 18px;
  }
}
.region .viewnode .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ad1b17;
  box-shadow: 0 8px 15px -8px #515151;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .region .viewnode .item .item-wrapper {
    padding: 24px;
  }
}
.region .viewnode .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.region .viewnode .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.region .viewnode .item .item-wrapper .item-content .infographic-section-btn {
  margin-top: 10px;
}
.region .viewnode .item .item-wrapper .item-content .infographic-section-btn .btn {
  margin-bottom: 0;
}
.region .traceunit,
.region .domcellwrap {
  color: #000000;
  text-align: center;
}
.region .infographic-section-title,
.region .footwrap {
  color: #000000;
  text-align: center;
}
.region .sectionrow,
.region .text-wrapper {
  color: #515151;
  text-align: center;
}
.region .item-title {
  color: #000000;
}
.region .item-text {
  color: #000000;
  text-align: center;
}
.region .item-title,
.region .infographic-section-btn {
  text-align: center;
}
.outerpad {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.outerpad .layoutwrap {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .outerpad .layoutwrap {
    margin-bottom: 32px;
  }
}
.outerpad .layoutwrap .domcellwrap {
  margin-bottom: 32px;
}
.outerpad .layoutwrap .footwrap .infographic-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .outerpad .layoutwrap .footwrap .infographic-section-title {
    width: 100%;
  }
}
.outerpad .layoutwrap .text-wrapper .sectionrow {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .outerpad .layoutwrap .text-wrapper .sectionrow {
    width: 100%;
  }
}
.outerpad .viewnode {
  margin: 0 -12px;
  justify-content: center;
}
.outerpad .viewnode .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .outerpad .viewnode .item {
    margin-bottom: 18px;
  }
}
.outerpad .viewnode .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ad1b17;
  box-shadow: 0 8px 15px -8px #515151;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .outerpad .viewnode .item .item-wrapper {
    padding: 24px;
  }
}
.outerpad .viewnode .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .outerpad .viewnode .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.outerpad .viewnode .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.outerpad .viewnode .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.outerpad .viewnode .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.outerpad .viewnode .item .item-wrapper .item-content .infographic-section-btn {
  margin-top: 10px;
}
.outerpad .viewnode .item .item-wrapper .item-content .infographic-section-btn .btn {
  margin-bottom: 0;
}
.outerpad .traceunit,
.outerpad .domcellwrap {
  color: #000000;
  text-align: center;
}
.outerpad .infographic-section-title,
.outerpad .footwrap {
  color: #000000;
  text-align: center;
}
.outerpad .sectionrow,
.outerpad .text-wrapper {
  color: #515151;
  text-align: center;
}
.outerpad .item-title {
  color: #000000;
}
.outerpad .item-text {
  color: #000000;
  text-align: center;
}
.outerpad .item-title,
.outerpad .infographic-section-btn {
  text-align: center;
}
.tilenode {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.tilenode .layoutwrap {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .tilenode .layoutwrap {
    margin-bottom: 32px;
  }
}
.tilenode .layoutwrap .domcellwrap {
  margin-bottom: 32px;
}
.tilenode .layoutwrap .footwrap .infographic-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .tilenode .layoutwrap .footwrap .infographic-section-title {
    width: 100%;
  }
}
.tilenode .layoutwrap .text-wrapper .sectionrow {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tilenode .layoutwrap .text-wrapper .sectionrow {
    width: 100%;
  }
}
.tilenode .viewnode {
  margin: 0 -12px;
  justify-content: center;
}
.tilenode .viewnode .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .tilenode .viewnode .item {
    margin-bottom: 18px;
  }
}
.tilenode .viewnode .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ad1b17;
  box-shadow: 0 8px 15px -8px #515151;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .tilenode .viewnode .item .item-wrapper {
    padding: 24px;
  }
}
.tilenode .viewnode .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.tilenode .viewnode .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.tilenode .viewnode .item .item-wrapper .item-content .infographic-section-btn {
  margin-top: 10px;
}
.tilenode .viewnode .item .item-wrapper .item-content .infographic-section-btn .btn {
  margin-bottom: 0;
}
.tilenode .traceunit,
.tilenode .domcellwrap {
  color: #000000;
  text-align: center;
}
.tilenode .infographic-section-title,
.tilenode .footwrap {
  color: #000000;
  text-align: center;
}
.tilenode .sectionrow,
.tilenode .text-wrapper {
  color: #515151;
  text-align: center;
}
.tilenode .item-title {
  color: #000000;
}
.tilenode .item-text {
  color: #000000;
  text-align: center;
}
.tilenode .item-title,
.tilenode .infographic-section-btn {
  text-align: center;
}
.cellunitwrap {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cellunitwrap .layoutwrap {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cellunitwrap .layoutwrap {
    margin-bottom: 32px;
  }
}
.cellunitwrap .layoutwrap .domcellwrap {
  margin-bottom: 32px;
}
.cellunitwrap .layoutwrap .footwrap .infographic-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cellunitwrap .layoutwrap .footwrap .infographic-section-title {
    width: 100%;
  }
}
.cellunitwrap .layoutwrap .text-wrapper .sectionrow {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cellunitwrap .layoutwrap .text-wrapper .sectionrow {
    width: 100%;
  }
}
.cellunitwrap .viewnode {
  margin: 0 -12px;
  justify-content: center;
}
.cellunitwrap .viewnode .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cellunitwrap .viewnode .item {
    margin-bottom: 18px;
  }
}
.cellunitwrap .viewnode .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ad1b17;
  box-shadow: 0 8px 15px -8px #515151;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cellunitwrap .viewnode .item .item-wrapper {
    padding: 24px;
  }
}
.cellunitwrap .viewnode .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cellunitwrap .viewnode .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cellunitwrap .viewnode .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cellunitwrap .viewnode .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cellunitwrap .viewnode .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cellunitwrap .viewnode .item .item-wrapper .item-content .infographic-section-btn {
  margin-top: 10px;
}
.cellunitwrap .viewnode .item .item-wrapper .item-content .infographic-section-btn .btn {
  margin-bottom: 0;
}
.cellunitwrap .traceunit,
.cellunitwrap .domcellwrap {
  color: #000000;
  text-align: center;
}
.cellunitwrap .infographic-section-title,
.cellunitwrap .footwrap {
  color: #000000;
  text-align: center;
}
.cellunitwrap .sectionrow,
.cellunitwrap .text-wrapper {
  color: #515151;
  text-align: center;
}
.cellunitwrap .item-title {
  color: #000000;
}
.cellunitwrap .item-text {
  color: #000000;
  text-align: center;
}
.cellunitwrap .item-title,
.cellunitwrap .infographic-section-btn {
  text-align: center;
}
.mount {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #860401;
}
.mount .wrapper {
  background-color: #ffffff;
}
.mount li {
  list-style-type: none;
}
.mount .contact-info-m {
  margin-bottom: 1.875rem;
}
.mount .list-1 li {
  margin-bottom: 1rem;
}
.mount .list-1 li:last-child {
  margin-bottom: 0;
}
.mount .list-2 li {
  margin-bottom: 1.875rem;
}
.mount .list-2 li:last-child {
  margin-bottom: 0;
}
.mount ul {
  margin: 0;
}
.mount .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.mount .sectionrow {
  text-align: center;
}
.layoutbox .navbar-dropdown {
  position: relative !important;
}
.layoutbox .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .layoutbox .container {
    padding: 0 1rem;
  }
}
.layoutbox .nav-link {
  position: relative;
}
.layoutbox .nav-link:hover {
  color: #000000 !important;
}
.layoutbox .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.layoutbox .navbar .target img {
  width: auto;
}
.layoutbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbox .navbar .target img {
    height: 3rem !important;
  }
  .layoutbox .navbar ul.outline li {
    margin: auto;
  }
  .layoutbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.layoutbox .nav-item:focus,
.layoutbox .nav-link:focus {
  outline: none;
}
.layoutbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutbox .navbar-brand .target a {
  outline: none;
}
.layoutbox .navbar-expand-lg .outline .nav-link {
  padding: 0;
}
.layoutbox ul.outline {
  flex-wrap: wrap;
}
.layoutbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutbox .navbar-dropdown {
  padding: 0 1rem;
}
.layoutbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbox .navbar {
    height: 70px;
  }
  .layoutbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.track {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #000000;
}
.track .row {
  align-items: center;
  justify-content: center;
}
.track .shape_left {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  background-color: #860401;
}
.track .shape_right {
  width: 25%;
  position: absolute;
  top: 20%;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #860401;
}
.track .content_box {
  position: relative;
  z-index: 1;
}
.track .infographic-section-title {
  margin-bottom: 21px;
  color: #ffffff;
}
.track .sectionrow {
  margin-bottom: 21px;
}
.track .navwrap,
.track img {
  width: 100%;
}
.track .navwrap {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .track .content_box {
    padding: 0 5rem 0 1rem;
  }
  .track .image_left {
    padding-top: 5rem;
  }
  .track .image_right {
    right: -2rem;
  }
}
@media (max-width: 767px) {
  .track .row {
    flex-direction: column;
  }
  .track .shape {
    display: none;
  }
  .track .content_box {
    padding: 2rem 0;
  }
}
.track .sectionrow,
.track .infographic-section-btn {
  color: #ffffff;
}
.contentunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .contentunit .fold {
    margin-bottom: 32px;
  }
}
.contentunit .fold .infographic-section-title {
  margin-bottom: 0;
}
.contentunit .fold .infographic-section-btn {
  margin-top: 14px;
}
.contentunit .fold .infographic-section-btn .btn {
  margin-bottom: 0;
}
.contentunit .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contentunit .text-wrapper .sectionrow {
  display: inline-block;
  margin-bottom: 0;
}
.contentunit .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.contentunit .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contentunit .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #860401;
}
.contentunit .infographic-section-title {
  color: #000000;
}
.contentunit .sectionrow,
.contentunit .text-wrapper {
  color: #4f4f4f;
}
.contentunit .list {
  color: #000000;
}
.contentunit .sectionrow {
  color: #000000;
}
.contentunit .infographic-section-title,
.contentunit .infographic-section-btn {
  text-align: center;
}
.contentunit .list,
.contentunit .item-wrap,
.contentunit .list-wrapper {
  color: #ffffff;
}
.slot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.slot .row {
  justify-content: center;
  margin: 0 -24px;
}
.slot .row .card {
  padding: 0 24px;
}
.slot .card-wrapper {
  border: 3px solid #ad1b17;
  padding: 150px 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1600px) {
  .slot .card-wrapper {
    padding: 150px 60px;
  }
}
@media (max-width: 1440px) {
  .slot .card-wrapper {
    padding: 150px 30px;
  }
}
@media (max-width: 992px) {
  .slot .card-wrapper {
    margin-bottom: 16px;
    padding: 30px 20px;
  }
}
.slot .card-wrapper .card-wrap .infographic-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .slot .card-wrapper .card-wrap .infographic-section-title {
    margin-bottom: 30px;
  }
}
.slot .card-wrapper .card-wrap .sectionrow {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .slot .card-wrapper .card-wrap .sectionrow {
    margin-bottom: 30px;
  }
}
.slot .navwrap {
  height: 100%;
}
.slot .navwrap img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .slot .navwrap img {
    height: 350px;
  }
}
.slot .infographic-section-title {
  color: #cbff5b;
}
.slot .sectionrow {
  color: #000000;
  text-align: center;
}
.slot .infographic-section-title,
.slot .infographic-section-btn {
  text-align: center;
  color: #000000;
}
.dock {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .dock .fold {
    margin-bottom: 32px;
  }
}
.dock .fold .infographic-section-title {
  margin-bottom: 0;
}
.dock .fold .infographic-section-btn {
  margin-top: 14px;
}
.dock .fold .infographic-section-btn .btn {
  margin-bottom: 0;
}
.dock .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dock .text-wrapper .sectionrow {
  display: inline-block;
  margin-bottom: 0;
}
.dock .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.dock .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dock .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #860401;
}
.dock .infographic-section-title {
  color: #000000;
}
.dock .sectionrow,
.dock .text-wrapper {
  color: #4f4f4f;
}
.dock .list {
  color: #000000;
}
.dock .sectionrow {
  color: #000000;
}
.dock .infographic-section-title,
.dock .infographic-section-btn {
  text-align: center;
}
.dock .list,
.dock .item-wrap,
.dock .list-wrapper {
  color: #ffffff;
}
.mount {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #860401;
}
.mount .wrapper {
  background-color: #ffffff;
}
.mount li {
  list-style-type: none;
}
.mount .contact-info-m {
  margin-bottom: 1.875rem;
}
.mount .list-1 li {
  margin-bottom: 1rem;
}
.mount .list-1 li:last-child {
  margin-bottom: 0;
}
.mount .list-2 li {
  margin-bottom: 1.875rem;
}
.mount .list-2 li:last-child {
  margin-bottom: 0;
}
.mount ul {
  margin: 0;
}
.mount .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.mount .sectionrow {
  text-align: center;
}
.layoutbox .navbar-dropdown {
  position: relative !important;
}
.layoutbox .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .layoutbox .container {
    padding: 0 1rem;
  }
}
.layoutbox .nav-link {
  position: relative;
}
.layoutbox .nav-link:hover {
  color: #000000 !important;
}
.layoutbox .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.layoutbox .navbar .target img {
  width: auto;
}
.layoutbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbox .navbar .target img {
    height: 3rem !important;
  }
  .layoutbox .navbar ul.outline li {
    margin: auto;
  }
  .layoutbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.layoutbox .nav-item:focus,
.layoutbox .nav-link:focus {
  outline: none;
}
.layoutbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutbox .navbar-brand .target a {
  outline: none;
}
.layoutbox .navbar-expand-lg .outline .nav-link {
  padding: 0;
}
.layoutbox ul.outline {
  flex-wrap: wrap;
}
.layoutbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutbox .navbar-dropdown {
  padding: 0 1rem;
}
.layoutbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbox .navbar {
    height: 70px;
  }
  .layoutbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.plane {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("images/gray2.jpg");
}
.plane .layoutwrap {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .plane .layoutwrap {
    margin-bottom: 32px;
  }
}
.plane .layoutwrap .domcellwrap {
  margin-bottom: 32px;
}
.plane .layoutwrap .footwrap .infographic-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f0c2c0, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plane .layoutwrap .text-wrapper .sectionrow {
  margin-bottom: 0;
}
.plane .traceunit,
.plane .domcellwrap {
  color: #000000;
  text-align: center;
}
.plane .infographic-section-title,
.plane .footwrap {
  color: #000000;
  text-align: center;
}
.plane .sectionrow,
.plane .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.plane label {
  color: #000000;
}
.blockrow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .blockrow .fold {
    margin-bottom: 32px;
  }
}
.blockrow .fold .infographic-section-title {
  margin-bottom: 0;
}
.blockrow .fold .infographic-section-btn {
  margin-top: 14px;
}
.blockrow .fold .infographic-section-btn .btn {
  margin-bottom: 0;
}
.blockrow .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blockrow .text-wrapper .sectionrow {
  display: inline-block;
  margin-bottom: 0;
}
.blockrow .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.blockrow .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.blockrow .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #860401;
}
.blockrow .infographic-section-title {
  color: #000000;
}
.blockrow .sectionrow,
.blockrow .text-wrapper {
  color: #4f4f4f;
}
.blockrow .list {
  color: #000000;
}
.blockrow .sectionrow {
  color: #000000;
}
.blockrow .infographic-section-title,
.blockrow .infographic-section-btn {
  text-align: center;
}
.blockrow .list,
.blockrow .item-wrap,
.blockrow .list-wrapper {
  color: #ffffff;
}
.outerwrap {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.outerwrap .layoutwrap {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .outerwrap .layoutwrap {
    margin-bottom: 32px;
  }
}
.outerwrap .layoutwrap .domcellwrap {
  margin-bottom: 32px;
}
.outerwrap .layoutwrap .footwrap .infographic-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #ad1b17, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .outerwrap .layoutwrap .footwrap .infographic-section-title {
    width: 100%;
  }
}
.outerwrap .layoutwrap .text-wrapper .sectionrow {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .outerwrap .layoutwrap .text-wrapper .sectionrow {
    width: 100%;
  }
}
.outerwrap .viewnode {
  margin: 0 -12px;
  justify-content: center;
}
.outerwrap .viewnode .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .outerwrap .viewnode .card {
    margin-bottom: 18px;
  }
}
.outerwrap .viewnode .card .card-wrapper {
  height: 100%;
  background-color: #ffffff;
  border-top: 3px solid #ad1b17;
  box-shadow: 0 8px 15px -8px #515151;
  padding: 30px;
}
@media (max-width: 992px) {
  .outerwrap .viewnode .card .card-wrapper {
    padding: 24px;
  }
}
.outerwrap .viewnode .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.outerwrap .viewnode .card .card-wrapper .infographic-section-btn {
  margin-top: 14px;
}
.outerwrap .viewnode .card .card-wrapper .infographic-section-btn .btn {
  margin-bottom: 0;
}
.outerwrap .viewnode .card .card-wrapper .navwrap {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .outerwrap .viewnode .card .card-wrapper .navwrap {
    height: 300px;
  }
}
.outerwrap .viewnode .card .card-wrapper .navwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #ffffff;
}
.outerwrap .viewnode .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .outerwrap .viewnode .card .text-wrapper {
    padding: 24px;
  }
}
.outerwrap .traceunit,
.outerwrap .domcellwrap {
  color: #000000;
  text-align: center;
}
.outerwrap .infographic-section-title,
.outerwrap .footwrap {
  color: #000000;
  text-align: center;
}
.outerwrap .sectionrow,
.outerwrap .text-wrapper {
  color: #000000;
  text-align: center;
}
.outerwrap .item-text {
  color: #000000;
}
.outerwrap .item-text,
.outerwrap .infographic-section-btn {
  text-align: left;
}
.mount {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #860401;
}
.mount .wrapper {
  background-color: #ffffff;
}
.mount li {
  list-style-type: none;
}
.mount .contact-info-m {
  margin-bottom: 1.875rem;
}
.mount .list-1 li {
  margin-bottom: 1rem;
}
.mount .list-1 li:last-child {
  margin-bottom: 0;
}
.mount .list-2 li {
  margin-bottom: 1.875rem;
}
.mount .list-2 li:last-child {
  margin-bottom: 0;
}
.mount ul {
  margin: 0;
}
.mount .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.mount .sectionrow {
  text-align: center;
}
.layoutbox .navbar-dropdown {
  position: relative !important;
}
.layoutbox .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .layoutbox .container {
    padding: 0 1rem;
  }
}
.layoutbox .nav-link {
  position: relative;
}
.layoutbox .nav-link:hover {
  color: #000000 !important;
}
.layoutbox .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.layoutbox .navbar .target img {
  width: auto;
}
.layoutbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .layoutbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .layoutbox .navbar .target img {
    height: 3rem !important;
  }
  .layoutbox .navbar ul.outline li {
    margin: auto;
  }
  .layoutbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .layoutbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.layoutbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.layoutbox .nav-item:focus,
.layoutbox .nav-link:focus {
  outline: none;
}
.layoutbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.layoutbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.layoutbox .navbar-brand .target a {
  outline: none;
}
.layoutbox .navbar-expand-lg .outline .nav-link {
  padding: 0;
}
.layoutbox ul.outline {
  flex-wrap: wrap;
}
.layoutbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.layoutbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.layoutbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.layoutbox .navbar-dropdown {
  padding: 0 1rem;
}
.layoutbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .layoutbox .navbar {
    height: 70px;
  }
  .layoutbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.body {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .body .fold {
    margin-bottom: 32px;
  }
}
.body .fold .infographic-section-title {
  margin-bottom: 0;
}
.body .fold .infographic-section-btn {
  margin-top: 14px;
}
.body .fold .infographic-section-btn .btn {
  margin-bottom: 0;
}
.body .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.body .text-wrapper .sectionrow {
  display: inline-block;
  margin-bottom: 0;
}
.body .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.body .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.body .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #860401;
}
.body .infographic-section-title {
  color: #000000;
}
.body .sectionrow,
.body .text-wrapper {
  color: #4f4f4f;
}
.body .list {
  color: #000000;
}
.body .sectionrow {
  color: #000000;
}
.body .infographic-section-title,
.body .infographic-section-btn {
  text-align: center;
}
.body .list,
.body .item-wrap,
.body .list-wrapper {
  color: #ffffff;
}
.patternbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.patternbox h1,
.patternbox h2,
.patternbox h4,
.patternbox p {
  margin: 0;
}
.patternbox .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.patternbox .infographic-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.patternbox .sectionrow {
  color: #000000;
  margin: 10px 0;
}
.mount {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #860401;
}
.mount .wrapper {
  background-color: #ffffff;
}
.mount li {
  list-style-type: none;
}
.mount .contact-info-m {
  margin-bottom: 1.875rem;
}
.mount .list-1 li {
  margin-bottom: 1rem;
}
.mount .list-1 li:last-child {
  margin-bottom: 0;
}
.mount .list-2 li {
  margin-bottom: 1.875rem;
}
.mount .list-2 li:last-child {
  margin-bottom: 0;
}
.mount ul {
  margin: 0;
}
.mount .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.mount .sectionrow {
  text-align: center;
}
.wrapgrid .navbar-dropdown {
  position: relative !important;
}
.wrapgrid .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .wrapgrid .container {
    padding: 0 1rem;
  }
}
.wrapgrid .nav-link {
  position: relative;
}
.wrapgrid .nav-link:hover {
  color: #000000 !important;
}
.wrapgrid .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.wrapgrid .navbar .target img {
  width: auto;
}
.wrapgrid .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .wrapgrid .navbar .nav-item .nav-link::before {
    display: none;
  }
  .wrapgrid .navbar .target img {
    height: 3rem !important;
  }
  .wrapgrid .navbar ul.outline li {
    margin: auto;
  }
  .wrapgrid .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .wrapgrid .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.wrapgrid .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.wrapgrid .nav-item:focus,
.wrapgrid .nav-link:focus {
  outline: none;
}
.wrapgrid .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.wrapgrid .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.wrapgrid .navbar-brand .target a {
  outline: none;
}
.wrapgrid .navbar-expand-lg .outline .nav-link {
  padding: 0;
}
.wrapgrid ul.outline {
  flex-wrap: wrap;
}
.wrapgrid button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.wrapgrid button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.wrapgrid button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.wrapgrid button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.wrapgrid button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.wrapgrid button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.wrapgrid .navbar-dropdown {
  padding: 0 1rem;
}
.wrapgrid a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .wrapgrid .navbar {
    height: 70px;
  }
  .wrapgrid .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.pathunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .pathunit .fold {
    margin-bottom: 32px;
  }
}
.pathunit .fold .infographic-section-title {
  margin-bottom: 0;
}
.pathunit .fold .infographic-section-btn {
  margin-top: 14px;
}
.pathunit .fold .infographic-section-btn .btn {
  margin-bottom: 0;
}
.pathunit .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pathunit .text-wrapper .sectionrow {
  display: inline-block;
  margin-bottom: 0;
}
.pathunit .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.pathunit .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pathunit .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #860401;
}
.pathunit .infographic-section-title {
  color: #000000;
}
.pathunit .sectionrow,
.pathunit .text-wrapper {
  color: #4f4f4f;
}
.pathunit .list {
  color: #000000;
}
.pathunit .sectionrow {
  color: #000000;
}
.pathunit .infographic-section-title,
.pathunit .infographic-section-btn {
  text-align: center;
}
.pathunit .list,
.pathunit .item-wrap,
.pathunit .list-wrapper {
  color: #ffffff;
}
.matrix {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.matrix h1,
.matrix h2,
.matrix h4,
.matrix p {
  margin: 0;
}
.matrix .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.matrix .infographic-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.matrix .sectionrow {
  color: #000000;
  margin: 10px 0;
}
.gridunitbox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #860401;
}
.gridunitbox .wrapper {
  background-color: #ffffff;
}
.gridunitbox li {
  list-style-type: none;
}
.gridunitbox .contact-info-m {
  margin-bottom: 1.875rem;
}
.gridunitbox .list-1 li {
  margin-bottom: 1rem;
}
.gridunitbox .list-1 li:last-child {
  margin-bottom: 0;
}
.gridunitbox .list-2 li {
  margin-bottom: 1.875rem;
}
.gridunitbox .list-2 li:last-child {
  margin-bottom: 0;
}
.gridunitbox ul {
  margin: 0;
}
.gridunitbox .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.gridunitbox .sectionrow {
  text-align: center;
}
.coversegment .navbar-dropdown {
  position: relative !important;
}
.coversegment .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .coversegment .container {
    padding: 0 1rem;
  }
}
.coversegment .nav-link {
  position: relative;
}
.coversegment .nav-link:hover {
  color: #000000 !important;
}
.coversegment .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.coversegment .navbar .target img {
  width: auto;
}
.coversegment .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .coversegment .navbar .nav-item .nav-link::before {
    display: none;
  }
  .coversegment .navbar .target img {
    height: 3rem !important;
  }
  .coversegment .navbar ul.outline li {
    margin: auto;
  }
  .coversegment .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .coversegment .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.coversegment .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.coversegment .nav-item:focus,
.coversegment .nav-link:focus {
  outline: none;
}
.coversegment .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.coversegment .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.coversegment .navbar-brand .target a {
  outline: none;
}
.coversegment .navbar-expand-lg .outline .nav-link {
  padding: 0;
}
.coversegment ul.outline {
  flex-wrap: wrap;
}
.coversegment button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.coversegment button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.coversegment button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.coversegment button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.coversegment button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.coversegment button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.coversegment .navbar-dropdown {
  padding: 0 1rem;
}
.coversegment a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .coversegment .navbar {
    height: 70px;
  }
  .coversegment .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.zonepad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .zonepad .fold {
    margin-bottom: 32px;
  }
}
.zonepad .fold .infographic-section-title {
  margin-bottom: 0;
}
.zonepad .fold .infographic-section-btn {
  margin-top: 14px;
}
.zonepad .fold .infographic-section-btn .btn {
  margin-bottom: 0;
}
.zonepad .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.zonepad .text-wrapper .sectionrow {
  display: inline-block;
  margin-bottom: 0;
}
.zonepad .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.zonepad .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.zonepad .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #860401;
}
.zonepad .infographic-section-title {
  color: #000000;
}
.zonepad .sectionrow,
.zonepad .text-wrapper {
  color: #4f4f4f;
}
.zonepad .list {
  color: #000000;
}
.zonepad .sectionrow {
  color: #000000;
}
.zonepad .infographic-section-title,
.zonepad .infographic-section-btn {
  text-align: center;
}
.zonepad .list,
.zonepad .item-wrap,
.zonepad .list-wrapper {
  color: #ffffff;
}
.clipwrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.clipwrap h1,
.clipwrap h2,
.clipwrap h4,
.clipwrap p {
  margin: 0;
}
.clipwrap .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.clipwrap .infographic-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.clipwrap .sectionrow {
  color: #000000;
  margin: 10px 0;
}
.rowsegmentbox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #860401;
}
.rowsegmentbox .wrapper {
  background-color: #ffffff;
}
.rowsegmentbox li {
  list-style-type: none;
}
.rowsegmentbox .contact-info-m {
  margin-bottom: 1.875rem;
}
.rowsegmentbox .list-1 li {
  margin-bottom: 1rem;
}
.rowsegmentbox .list-1 li:last-child {
  margin-bottom: 0;
}
.rowsegmentbox .list-2 li {
  margin-bottom: 1.875rem;
}
.rowsegmentbox .list-2 li:last-child {
  margin-bottom: 0;
}
.rowsegmentbox ul {
  margin: 0;
}
.rowsegmentbox .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.rowsegmentbox .sectionrow {
  text-align: center;
}
.footbox .navbar-dropdown {
  position: relative !important;
}
.footbox .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .footbox .container {
    padding: 0 1rem;
  }
}
.footbox .nav-link {
  position: relative;
}
.footbox .nav-link:hover {
  color: #000000 !important;
}
.footbox .navbar {
  padding: 0!important;
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.footbox .navbar .target img {
  width: auto;
}
.footbox .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .footbox .navbar .nav-item .nav-link::before {
    display: none;
  }
  .footbox .navbar .target img {
    height: 3rem !important;
  }
  .footbox .navbar ul.outline li {
    margin: auto;
  }
  .footbox .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .footbox .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.footbox .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 0.5em !important;
}
.footbox .nav-item:focus,
.footbox .nav-link:focus {
  outline: none;
}
.footbox .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.footbox .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.footbox .navbar-brand .target a {
  outline: none;
}
.footbox .navbar-expand-lg .outline .nav-link {
  padding: 0;
}
.footbox ul.outline {
  flex-wrap: wrap;
}
.footbox button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.footbox button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.footbox button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.footbox button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.footbox button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.footbox button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.footbox .navbar-dropdown {
  padding: 0 1rem;
}
.footbox a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footbox .navbar {
    height: 70px;
  }
  .footbox .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.pathwrap {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .pathwrap .fold {
    margin-bottom: 32px;
  }
}
.pathwrap .fold .infographic-section-title {
  margin-bottom: 0;
}
.pathwrap .fold .infographic-section-btn {
  margin-top: 14px;
}
.pathwrap .fold .infographic-section-btn .btn {
  margin-bottom: 0;
}
.pathwrap .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pathwrap .text-wrapper .sectionrow {
  display: inline-block;
  margin-bottom: 0;
}
.pathwrap .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.pathwrap .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pathwrap .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #860401;
}
.pathwrap .infographic-section-title {
  color: #000000;
}
.pathwrap .sectionrow,
.pathwrap .text-wrapper {
  color: #4f4f4f;
}
.pathwrap .list {
  color: #000000;
}
.pathwrap .sectionrow {
  color: #000000;
}
.pathwrap .infographic-section-title,
.pathwrap .infographic-section-btn {
  text-align: center;
}
.pathwrap .list,
.pathwrap .item-wrap,
.pathwrap .list-wrapper {
  color: #ffffff;
}
.piece {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.piece h1,
.piece h2,
.piece h4,
.piece p {
  margin: 0;
}
.piece .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.piece .infographic-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.piece .sectionrow {
  color: #000000;
  margin: 10px 0;
}
.colunit {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #860401;
}
.colunit .wrapper {
  background-color: #ffffff;
}
.colunit li {
  list-style-type: none;
}
.colunit .contact-info-m {
  margin-bottom: 1.875rem;
}
.colunit .list-1 li {
  margin-bottom: 1rem;
}
.colunit .list-1 li:last-child {
  margin-bottom: 0;
}
.colunit .list-2 li {
  margin-bottom: 1.875rem;
}
.colunit .list-2 li:last-child {
  margin-bottom: 0;
}
.colunit ul {
  margin: 0;
}
.colunit .logo {
  width: auto;
  height: 140px;
  object-fit: cover;
}
.colunit .sectionrow {
  text-align: center;
}

/* Base Cookie Banner */
@keyframes spinIn {
  0% {
    opacity: 0;
    transform: rotate(-360deg) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: rotate(30deg) scale(1.1);
  }
  80% {
    transform: rotate(-10deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
@keyframes spinOut {
  0% {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(360deg) scale(0.5);
  }
}
.bar {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(20px) scale(0.95);
  transition: opacity 0.3s ease;
  box-sizing: border-box;
}
.bar.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: spinIn 0.8s ease-out forwards;
}
.bar p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}
#cookieBanner button,
.bar button,
.cookieAcceptBtn,
.cookieRejectBtn {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow:
    5px 5px 10px rgba(0, 0, 0, 0.2),
    -5px -5px 10px rgba(255, 255, 255, 0.8);
  text-align: center;
}
#cookieAcceptBtn,
.cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: #fff;
}
#cookieAcceptBtn:hover,
.cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.3),
    inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}
#cookieRejectBtn,
.cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}
#cookieRejectBtn:hover,
.cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow:
    inset 4px 4px 6px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .bar {
    left: 50%;
    bottom: 16px;
    max-width: 480px;
    width: calc(100% - 32px);
    padding: 15px;
    border-radius: 10px;
    transform: translate(-50%, 0);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  }
  .bar.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    animation: spinIn 0.8s ease-out forwards;
    transform-origin: center bottom;
  }
  #cookieBanner button,
  .bar button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 10px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .bar {
    bottom: 16px;
    width: calc(100% - 16px);
    padding: 10px;
  }
  #cookieBanner button,
  .bar button,
  .cookieAcceptBtn,
  .cookieRejectBtn {
    padding: 8px;
    font-size: 12px;
  }
}
/* Finish Cookie Banner */

/* logoanimations */
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.navbar-brand {
    animation: slideInFromLeft 1s ease-out;
}
/* 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, #d20000, #c10000);
  color: #fff;
  cursor: pointer;
  transition: all 0.25s ease;
}

.ttc-form #customForm .btn:hover {
  background: linear-gradient(90deg, #9d0000, #c40000);
  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 .wrap,
.ttc-form #customForm .corewrapbox {
  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 .fieldcore,
.ttc-form #customForm .floatbox {
  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 .wrapunit,
.ttc-form #customForm .shellunit {
  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 .wrap,
  .ttc-form #customForm .corewrapbox {
    padding: 14px;
  }

  .ttc-form #customForm .fieldcore,
  .ttc-form #customForm .floatbox {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 420px) {
  .ttc-form #customForm {
    padding: 20px 15px;
  }

  .ttc-form #customForm .fieldcore,
  .ttc-form #customForm .floatbox {
    font-size: 13px;
    line-height: 1.4;
  }
}
/* cssform-end */

.quiz-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  min-height: 100vh;
  background: url("images/thick1.jpg") center / cover no-repeat;
}

.quiz-form {
  width: 100%;
  max-width: 400px;
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.quiz-title {
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
  width: 100%;
}

.form-group label {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  color: #555;
}

.quiz-form select,
.quiz-form input[type="number"] {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-size: 15px;
  box-sizing: border-box;
}

.quiz-button {
  display: block;
  margin: 20px auto 0;
  background: linear-gradient(to right, #c10000, #9d0000);
  color: #fff;
  padding: 13px 36px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.quiz-button:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}