:root {

  --site-primary-rgb: 13, 110, 253;
  --site-white-rgb: 255, 255, 255;
  --site-black-rgb: 0, 0, 0;
  --site-body-font-family: var(--site-font-sans-serif);
  --site-body-font-size: 1rem;
  --site-body-font-weight: 400;
  --site-body-line-height: 1.5;
  --site-body-color: #212529;
  --site-body-color-rgb: 33, 37, 41;
  --site-body-bg: #fff;
  --site-emphasis-color-rgb: 0, 0, 0;
  --site-secondary-color: rgba(33, 37, 41, 0.75);
  --site-heading-color: inherit;
  --site-link-color: #0d6efd;
  --site-link-color-rgb: 13, 110, 253;
  --site-link-hover-color: #0a58ca;
  --site-link-hover-color-rgb: 10, 88, 202;
  --site-border-width: 1px;
  --site-border-color-translucent: rgba(0, 0, 0, 0.175);
  --site-border-radius: 0.375rem;
  --site-border-radius-sm: 0.25rem;
  --site-border-radius-lg: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--site-body-font-family);
  font-size: var(--site-body-font-size);
  font-weight: var(--site-body-font-weight);
  line-height: var(--site-body-line-height);
  color: var(--site-body-color);
  text-align: var(--site-body-text-align);
  background-color: var(--site-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h6, .h6, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--site-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  padding-left: 2rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

a {
  color: rgba(var(--site-link-color-rgb), var(--site-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --site-link-color-rgb: var(--site-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.container,
.container-fluid {
  --site-gutter-x: 1.5rem;
  --site-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--site-gutter-x) * 0.5);
  padding-left: calc(var(--site-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --site-breakpoint-xs: 0;
  --site-breakpoint-sm: 576px;
  --site-breakpoint-md: 768px;
  --site-breakpoint-lg: 992px;
  --site-breakpoint-xl: 1200px;
  --site-breakpoint-xxl: 1400px;
}

.row {
  --site-gutter-x: 1.5rem;
  --site-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--site-gutter-y));
  margin-right: calc(-0.5 * var(--site-gutter-x));
  margin-left: calc(-0.5 * var(--site-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--site-gutter-x) * 0.5);
  padding-left: calc(var(--site-gutter-x) * 0.5);
  margin-top: var(--site-gutter-y);
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-form-label {
  padding-top: calc(0.375rem + var(--site-border-width));
  padding-bottom: calc(0.375rem + var(--site-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--site-border-width));
  padding-bottom: calc(0.5rem + var(--site-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--site-border-width));
  padding-bottom: calc(0.25rem + var(--site-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--site-secondary-color);
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
 .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn {
  --site-btn-padding-x: 0.75rem;
  --site-btn-padding-y: 0.375rem;
  --site-btn-font-family: ;
  --site-btn-font-size: 1rem;
  --site-btn-font-weight: 400;
  --site-btn-line-height: 1.5;
  --site-btn-color: var(--site-body-color);
  --site-btn-bg: transparent;
  --site-btn-border-width: var(--site-border-width);
  --site-btn-border-color: transparent;
  --site-btn-border-radius: var(--site-border-radius);
  --site-btn-hover-border-color: transparent;
  --site-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --site-btn-disabled-opacity: 0.65;
  --site-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--site-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--site-btn-padding-y) var(--site-btn-padding-x);
  font-family: var(--site-btn-font-family);
  font-size: var(--site-btn-font-size);
  font-weight: var(--site-btn-font-weight);
  line-height: var(--site-btn-line-height);
  color: var(--site-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--site-btn-border-width) solid var(--site-btn-border-color);
  border-radius: var(--site-btn-border-radius);
  background-color: var(--site-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--site-btn-hover-color);
  background-color: var(--site-btn-hover-bg);
  border-color: var(--site-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--site-btn-color);
  background-color: var(--site-btn-bg);
  border-color: var(--site-btn-border-color);
}
.btn:focus-visible {
  color: var(--site-btn-hover-color);
  background-color: var(--site-btn-hover-bg);
  border-color: var(--site-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--site-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--site-btn-active-color);
  background-color: var(--site-btn-active-bg);
  border-color: var(--site-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--site-btn-focus-box-shadow);
}
.btn:disabled {
  color: var(--site-btn-disabled-color);
  pointer-events: none;
  background-color: var(--site-btn-disabled-bg);
  border-color: var(--site-btn-disabled-border-color);
  opacity: var(--site-btn-disabled-opacity);
}

.btn-primary {
  --site-btn-color: #fff;
  --site-btn-bg: #0d6efd;
  --site-btn-border-color: #0d6efd;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #0b5ed7;
  --site-btn-hover-border-color: #0a58ca;
  --site-btn-focus-shadow-rgb: 49, 132, 253;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #0a58ca;
  --site-btn-active-border-color: #0a53be;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #0d6efd;
  --site-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --site-btn-color: #fff;
  --site-btn-bg: #6c757d;
  --site-btn-border-color: #6c757d;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #5c636a;
  --site-btn-hover-border-color: #565e64;
  --site-btn-focus-shadow-rgb: 130, 138, 145;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #565e64;
  --site-btn-active-border-color: #51585e;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #6c757d;
  --site-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --site-btn-color: #fff;
  --site-btn-bg: #198754;
  --site-btn-border-color: #198754;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #157347;
  --site-btn-hover-border-color: #146c43;
  --site-btn-focus-shadow-rgb: 60, 153, 110;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #146c43;
  --site-btn-active-border-color: #13653f;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #198754;
  --site-btn-disabled-border-color: #198754;
}

.btn-info {
  --site-btn-color: #000;
  --site-btn-bg: #0dcaf0;
  --site-btn-border-color: #0dcaf0;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #31d2f2;
  --site-btn-hover-border-color: #25cff2;
  --site-btn-focus-shadow-rgb: 11, 172, 204;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #3dd5f3;
  --site-btn-active-border-color: #25cff2;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #0dcaf0;
  --site-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --site-btn-color: #000;
  --site-btn-bg: #ffc107;
  --site-btn-border-color: #ffc107;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #ffca2c;
  --site-btn-hover-border-color: #ffc720;
  --site-btn-focus-shadow-rgb: 217, 164, 6;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #ffcd39;
  --site-btn-active-border-color: #ffc720;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #ffc107;
  --site-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --site-btn-color: #fff;
  --site-btn-bg: #dc3545;
  --site-btn-border-color: #dc3545;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #bb2d3b;
  --site-btn-hover-border-color: #b02a37;
  --site-btn-focus-shadow-rgb: 225, 83, 97;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #b02a37;
  --site-btn-active-border-color: #a52834;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #dc3545;
  --site-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --site-btn-color: #000;
  --site-btn-bg: #f8f9fa;
  --site-btn-border-color: #f8f9fa;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #d3d4d5;
  --site-btn-hover-border-color: #c6c7c8;
  --site-btn-focus-shadow-rgb: 211, 212, 213;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #c6c7c8;
  --site-btn-active-border-color: #babbbc;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #000;
  --site-btn-disabled-bg: #f8f9fa;
  --site-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --site-btn-color: #fff;
  --site-btn-bg: #212529;
  --site-btn-border-color: #212529;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #424649;
  --site-btn-hover-border-color: #373b3e;
  --site-btn-focus-shadow-rgb: 66, 70, 73;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #4d5154;
  --site-btn-active-border-color: #373b3e;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #fff;
  --site-btn-disabled-bg: #212529;
  --site-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --site-btn-color: #0d6efd;
  --site-btn-border-color: #0d6efd;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #0d6efd;
  --site-btn-hover-border-color: #0d6efd;
  --site-btn-focus-shadow-rgb: 13, 110, 253;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #0d6efd;
  --site-btn-active-border-color: #0d6efd;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #0d6efd;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #0d6efd;
  --site-gradient: none;
}

.btn-outline-secondary {
  --site-btn-color: #6c757d;
  --site-btn-border-color: #6c757d;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #6c757d;
  --site-btn-hover-border-color: #6c757d;
  --site-btn-focus-shadow-rgb: 108, 117, 125;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #6c757d;
  --site-btn-active-border-color: #6c757d;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #6c757d;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #6c757d;
  --site-gradient: none;
}

.btn-outline-success {
  --site-btn-color: #198754;
  --site-btn-border-color: #198754;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #198754;
  --site-btn-hover-border-color: #198754;
  --site-btn-focus-shadow-rgb: 25, 135, 84;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #198754;
  --site-btn-active-border-color: #198754;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #198754;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #198754;
  --site-gradient: none;
}

.btn-outline-info {
  --site-btn-color: #0dcaf0;
  --site-btn-border-color: #0dcaf0;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #0dcaf0;
  --site-btn-hover-border-color: #0dcaf0;
  --site-btn-focus-shadow-rgb: 13, 202, 240;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #0dcaf0;
  --site-btn-active-border-color: #0dcaf0;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #0dcaf0;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #0dcaf0;
  --site-gradient: none;
}

.btn-outline-warning {
  --site-btn-color: #ffc107;
  --site-btn-border-color: #ffc107;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #ffc107;
  --site-btn-hover-border-color: #ffc107;
  --site-btn-focus-shadow-rgb: 255, 193, 7;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #ffc107;
  --site-btn-active-border-color: #ffc107;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #ffc107;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #ffc107;
  --site-gradient: none;
}

.btn-outline-danger {
  --site-btn-color: #dc3545;
  --site-btn-border-color: #dc3545;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #dc3545;
  --site-btn-hover-border-color: #dc3545;
  --site-btn-focus-shadow-rgb: 220, 53, 69;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #dc3545;
  --site-btn-active-border-color: #dc3545;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #dc3545;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #dc3545;
  --site-gradient: none;
}

.btn-outline-light {
  --site-btn-color: #f8f9fa;
  --site-btn-border-color: #f8f9fa;
  --site-btn-hover-color: #000;
  --site-btn-hover-bg: #f8f9fa;
  --site-btn-hover-border-color: #f8f9fa;
  --site-btn-focus-shadow-rgb: 248, 249, 250;
  --site-btn-active-color: #000;
  --site-btn-active-bg: #f8f9fa;
  --site-btn-active-border-color: #f8f9fa;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #f8f9fa;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #f8f9fa;
  --site-gradient: none;
}

.btn-outline-dark {
  --site-btn-color: #212529;
  --site-btn-border-color: #212529;
  --site-btn-hover-color: #fff;
  --site-btn-hover-bg: #212529;
  --site-btn-hover-border-color: #212529;
  --site-btn-focus-shadow-rgb: 33, 37, 41;
  --site-btn-active-color: #fff;
  --site-btn-active-bg: #212529;
  --site-btn-active-border-color: #212529;
  --site-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --site-btn-disabled-color: #212529;
  --site-btn-disabled-bg: transparent;
  --site-btn-disabled-border-color: #212529;
  --site-gradient: none;
}

.btn-link {
  --site-btn-font-weight: 400;
  --site-btn-color: var(--site-link-color);
  --site-btn-bg: transparent;
  --site-btn-border-color: transparent;
  --site-btn-hover-color: var(--site-link-hover-color);
  --site-btn-hover-border-color: transparent;
  --site-btn-active-color: var(--site-link-hover-color);
  --site-btn-active-border-color: transparent;
  --site-btn-disabled-color: #6c757d;
  --site-btn-disabled-border-color: transparent;
  --site-btn-box-shadow: 0 0 0 #000;
  --site-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--site-btn-color);
}
.btn-link:hover {
  color: var(--site-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --site-btn-padding-y: 0.5rem;
  --site-btn-padding-x: 1rem;
  --site-btn-font-size: 1.25rem;
  --site-btn-border-radius: var(--site-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --site-btn-padding-y: 0.25rem;
  --site-btn-padding-x: 0.5rem;
  --site-btn-font-size: 0.875rem;
  --site-btn-border-radius: var(--site-border-radius-sm);
}

.collapse:not(.show) {
  display: none;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-group {
  border-radius: var(--site-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--site-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--site-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --site-nav-link-padding-x: 1rem;
  --site-nav-link-padding-y: 0.5rem;
  --site-nav-link-font-weight: ;
  --site-nav-link-color: var(--site-link-color);
  --site-nav-link-hover-color: var(--site-link-hover-color);
  --site-nav-link-disabled-color: var(--site-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--site-nav-link-padding-y) var(--site-nav-link-padding-x);
  font-size: var(--site-nav-link-font-size);
  font-weight: var(--site-nav-link-font-weight);
  color: var(--site-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--site-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
 .nav-link:disabled {
  color: var(--site-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.navbar {
  --site-navbar-padding-x: 0;
  --site-navbar-padding-y: 0.5rem;
  --site-navbar-color: rgba(var(--site-emphasis-color-rgb), 0.65);
  --site-navbar-hover-color: rgba(var(--site-emphasis-color-rgb), 0.8);
  --site-navbar-disabled-color: rgba(var(--site-emphasis-color-rgb), 0.3);
  --site-navbar-active-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-brand-padding-y: 0.3125rem;
  --site-navbar-brand-margin-end: 1rem;
  --site-navbar-brand-font-size: 1.25rem;
  --site-navbar-brand-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-brand-hover-color: rgba(var(--site-emphasis-color-rgb), 1);
  --site-navbar-nav-link-padding-x: 0.5rem;
  --site-navbar-toggler-padding-y: 0.25rem;
  --site-navbar-toggler-padding-x: 0.75rem;
  --site-navbar-toggler-font-size: 1.25rem;
--site-navbar-toggler-border-color: rgba(var(--site-emphasis-color-rgb), 0.15);
  --site-navbar-toggler-border-radius: var(--site-border-radius);
  --site-navbar-toggler-focus-width: 0.25rem;
  --site-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--site-navbar-padding-y) var(--site-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--site-navbar-brand-padding-y);
  padding-bottom: var(--site-navbar-brand-padding-y);
  margin-right: var(--site-navbar-brand-margin-end);
  font-size: var(--site-navbar-brand-font-size);
  color: var(--site-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--site-navbar-brand-hover-color);
}

.navbar-nav {
  --site-nav-link-padding-x: 0;
  --site-nav-link-padding-y: 0.5rem;
  --site-nav-link-font-weight: ;
  --site-nav-link-color: var(--site-navbar-color);
  --site-nav-link-hover-color: var(--site-navbar-hover-color);
  --site-nav-link-disabled-color: var(--site-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--site-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--site-navbar-toggler-padding-y) var(--site-navbar-toggler-padding-x);
  font-size: var(--site-navbar-toggler-font-size);
  line-height: 1;
  color: var(--site-navbar-color);
  background-color: transparent;
  border: var(--site-border-width) solid var(--site-navbar-toggler-border-color);
  border-radius: var(--site-navbar-toggler-border-radius);
  transition: var(--site-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--site-navbar-toggler-focus-width);
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--site-navbar-nav-link-padding-x);
    padding-left: var(--site-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  --site-card-spacer-y: 1rem;
  --site-card-spacer-x: 1rem;
  --site-card-title-spacer-y: 0.5rem;
  --site-card-title-color: ;
  --site-card-subtitle-color: ;
  --site-card-border-width: var(--site-border-width);
  --site-card-border-color: var(--site-border-color-translucent);
  --site-card-border-radius: var(--site-border-radius);
  --site-card-box-shadow: ;
  --site-card-inner-border-radius: calc(var(--site-border-radius) - (var(--site-border-width)));
  --site-card-cap-padding-y: 0.5rem;
  --site-card-cap-padding-x: 1rem;
  --site-card-cap-bg: rgba(var(--site-body-color-rgb), 0.03);
  --site-card-cap-color: ;
  --site-card-height: ;
  --site-card-color: ;
  --site-card-bg: var(--site-body-bg);
  --site-card-img-overlay-padding: 1rem;
  --site-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--site-card-height);
  color: var(--site-body-color);
  word-wrap: break-word;
  background-color: var(--site-card-bg);
  background-clip: border-box;
  border: var(--site-card-border-width) solid var(--site-card-border-color);
  border-radius: var(--site-card-border-radius);
}

.card-title {
  margin-bottom: var(--site-card-title-spacer-y);
  color: var(--site-card-title-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.alert {
  --site-alert-bg: transparent;
  --site-alert-padding-x: 1rem;
  --site-alert-padding-y: 1rem;
  --site-alert-margin-bottom: 1rem;
  --site-alert-color: inherit;
  --site-alert-border-color: transparent;
  --site-alert-border: var(--site-border-width) solid var(--site-alert-border-color);
  --site-alert-border-radius: var(--site-border-radius);
  --site-alert-link-color: inherit;
  position: relative;
  padding: var(--site-alert-padding-y) var(--site-alert-padding-x);
  margin-bottom: var(--site-alert-margin-bottom);
  color: var(--site-alert-color);
  background-color: var(--site-alert-bg);
  border: var(--site-alert-border);
  border-radius: var(--site-alert-border-radius);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--site-progress-height);
  }
}

.btn-close {
  --site-btn-close-color: #000;
  --site-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --site-btn-close-opacity: 0.5;
  --site-btn-close-hover-opacity: 0.75;
  --site-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --site-btn-close-focus-opacity: 1;
  --site-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--site-btn-close-color);
  background: transparent var(--site-btn-close-bg) center/1em auto no-repeat;
  filter: var(--site-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--site-btn-close-opacity);
}
.btn-close:hover {
  color: var(--site-btn-close-color);
  text-decoration: none;
  opacity: var(--site-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--site-btn-close-focus-shadow);
  opacity: var(--site-btn-close-focus-opacity);
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--site-btn-close-disabled-opacity);
}

.btn-close-white {
  --site-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root {
  --site-btn-close-filter: ;
}

:root {
  --site-carousel-indicator-active-bg: #fff;
  --site-carousel-caption-color: #fff;
  --site-carousel-control-icon-filter: ;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) ;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.w-100 {
  width: 100% !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.justify-content-center {
  justify-content: center !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-primary {
  --site-text-opacity: 1;
  color: rgba(var(--site-primary-rgb), var(--site-text-opacity)) !important;
}

.text-black {
  --site-text-opacity: 1;
  color: rgba(var(--site-black-rgb), var(--site-text-opacity)) !important;
}

.text-white {
  --site-text-opacity: 1;
  color: rgba(var(--site-white-rgb), var(--site-text-opacity)) !important;
}

.visible {
  visibility: visible !important;
}

.top-nav {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .top-nav .contentbox {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .top-nav .contentbox img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
  .top-nav .nodewrap {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .top-nav .nodewrap, .top-nav .nodewrap:hover {
      color: inherit;
      text-decoration: none; }
  .top-nav.navbar-fixed-top {
    position: fixed; }
  .top-nav .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; }

@font-face {
  font-family: 'Socicon';
  src: url('fonts/iconset.woff2') format('woff2'), url('fonts/iconset.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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;
}.block-title,
.chapter-title,
.header-text,
.lead-h2,
.main-heading,
.page-h,
.section-h,
.section-heading,
.topic-title {
  font-style: normal;
  line-height: 1.3;
}.sub-heading {
  line-height: 1.3;
}

.abstractbox {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.holdwrap,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hidden {
  visibility: hidden;
}

.bodycore {
  color: #ffffff;
}

.layoutgroup {
  text-align: left;
}

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}.cta-link,
.main-btn,
.primary-cta,
.section-action,
.section-cta {
  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 .cta-link,
nav .main-btn,
nav .primary-cta,
nav .section-action,
nav .section-cta {
  margin-left: 0rem;
  margin-right: 0rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}

.menu .navbar-brand {
  display: flex;
}
.menu .navbar-brand span {
  display: flex;
  display: flex;
}
.menu .navbar-brand .navbar-brand {
  display: flex;
}
.menu .navbar-brand .contentbox img {
  display: flex;
  width: auto;
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: flex;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: flex;
  }

.navbar-collapse {
  }

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: flex;
  }

.row {
  display: flex;
  }

.justify-content-center {
  }

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}form .cta-link,
form .main-btn,
form .primary-cta,
form .section-action,
form .section-cta {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  min-height: 48px;
}

.tile {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul {
  margin-bottom: 2.3125rem;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'symbol2';
  font-display: swap;
  src: url('fonts/form2.woff2') format('woff2'), url('fonts/form2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.btn {
  border-width: 2px;
}
img,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3.6rem;
  line-height: .8;
  letter-spacing: -0.04em;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1em;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
.holdwrap {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

@media (max-width: 992px) {
  .display-1 {
    font-size: 2.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .holdwrap {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}

.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary,
.btn-primary:active {
  background-color: #4c8c7a !important;
  border-color: #4c8c7a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
  color: inherit;
  background-color: #62aa95 !important;
  border-color: #62aa95 !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #62aa95 !important;
  border-color: #62aa95 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f7f1e3 !important;
  border-color: #f7f1e3 !important;
  color: #aa8631 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #aa8631 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #dcd4cb !important;
  border-color: #dcd4cb !important;
  color: #645544 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
  color: inherit;
  background-color: #f1ede9 !important;
  border-color: #f1ede9 !important;
  box-shadow: none;
}

.btn-success:disabled {
  color: #645544 !important;
  background-color: #f1ede9 !important;
  border-color: #f1ede9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdfc7 !important;
  border-color: #ffdfc7 !important;
  color: #c75500 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active {
  color: inherit;
  background-color: #fffcfa !important;
  border-color: #fffcfa !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #c75500 !important;
  background-color: #fffcfa !important;
  border-color: #fffcfa !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ee7e00 !important;
  border-color: #ee7e00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff9722 !important;
  border-color: #ff9722 !important;
  box-shadow: none;
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff9722 !important;
  border-color: #ff9722 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4c8c7a;
  color: #4c8c7a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.active {
  color: #2d5449 !important;
  background-color: transparent !important;
  border-color: #2d5449 !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c8c7a !important;
  border-color: #4c8c7a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f7f1e3;
  color: #f7f1e3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.active {
  color: #e4cfa0 !important;
  background-color: transparent !important;
  border-color: #e4cfa0 !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #aa8631 !important;
  background-color: #f7f1e3 !important;
  border-color: #f7f1e3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #dcd4cb;
  color: #dcd4cb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.active {
  color: #b9a997 !important;
  background-color: transparent !important;
  border-color: #b9a997 !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #645544 !important;
  background-color: #dcd4cb !important;
  border-color: #dcd4cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffdfc7;
  color: #ffdfc7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.active {
  color: #ffad70 !important;
  background-color: transparent !important;
  border-color: #ffad70 !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #c75500 !important;
  background-color: #ffdfc7 !important;
  border-color: #ffdfc7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ee7e00;
  color: #ee7e00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.active {
  color: #975000 !important;
  background-color: transparent !important;
  border-color: #975000 !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ee7e00 !important;
  border-color: #ee7e00 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4c8c7a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #284a40 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !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;
}.cta-link .btn:not(.btn-form),
.main-btn .btn:not(.btn-form),
.primary-cta .btn:not(.btn-form),
.section-action .btn:not(.btn-form),
.section-cta .btn:not(.btn-form) {
  border-radius: 100px;
}
a,
a:hover {
  color: #4c8c7a;
}

html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}.cta-link,
.main-btn,
.primary-cta,
.section-action,
.section-cta {
  width: 100%;
}.cta-link .btn,
.main-btn .btn,
.primary-cta .btn,
.section-action .btn,
.section-cta .btn {
  padding: 8px 50px;
  border-radius: 5px !important;
  font-weight: 400;
  border-width: 1px !important;
}
@media (max-width: 768px) {.cta-link .btn,
.main-btn .btn,
.primary-cta .btn,
.section-action .btn,
.section-cta .btn {
    padding: 10px 15px;
    width: 100%;
  }
}.cta-link .btn-primary:hover,
.main-btn .btn-primary:hover,
.primary-cta .btn-primary:hover,
.section-action .btn-primary:hover,
.section-cta .btn-primary:hover,
.cta-link .btn-primary:focus,
.main-btn .btn-primary:focus,
.primary-cta .btn-primary:focus,
.section-action .btn-primary:focus,
.section-cta .btn-primary:focus {
  background-color: transparent !important;
  color: #4c8c7a !important;
}.cta-link .btn-secondary:hover,
.main-btn .btn-secondary:hover,
.primary-cta .btn-secondary:hover,
.section-action .btn-secondary:hover,
.section-cta .btn-secondary:hover,
.cta-link .btn-secondary:focus,
.main-btn .btn-secondary:focus,
.primary-cta .btn-secondary:focus,
.section-action .btn-secondary:focus,
.section-cta .btn-secondary:focus {
  background-color: transparent !important;
  color: #f7f1e3 !important;
}.cta-link .btn-success:hover,
.main-btn .btn-success:hover,
.primary-cta .btn-success:hover,
.section-action .btn-success:hover,
.section-cta .btn-success:hover,
.cta-link .btn-success:focus,
.main-btn .btn-success:focus,
.primary-cta .btn-success:focus,
.section-action .btn-success:focus,
.section-cta .btn-success:focus {
  background-color: transparent !important;
  color: #dcd4cb !important;
}.cta-link .btn-info:hover,
.main-btn .btn-info:hover,
.primary-cta .btn-info:hover,
.section-action .btn-info:hover,
.section-cta .btn-info:hover,
.cta-link .btn-info:focus,
.main-btn .btn-info:focus,
.primary-cta .btn-info:focus,
.section-action .btn-info:focus,
.section-cta .btn-info:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}.cta-link .btn-warning:hover,
.main-btn .btn-warning:hover,
.primary-cta .btn-warning:hover,
.section-action .btn-warning:hover,
.section-cta .btn-warning:hover,
.cta-link .btn-warning:focus,
.main-btn .btn-warning:focus,
.primary-cta .btn-warning:focus,
.section-action .btn-warning:focus,
.section-cta .btn-warning:focus {
  background-color: transparent !important;
  color: #ffdfc7 !important;
}.cta-link .btn-danger:hover,
.main-btn .btn-danger:hover,
.primary-cta .btn-danger:hover,
.section-action .btn-danger:hover,
.section-cta .btn-danger:hover,
.cta-link .btn-danger:focus,
.main-btn .btn-danger:focus,
.primary-cta .btn-danger:focus,
.section-action .btn-danger:focus,
.section-cta .btn-danger:focus {
  background-color: transparent !important;
  color: #ee7e00 !important;
}.cta-link .btn-black:hover,
.main-btn .btn-black:hover,
.primary-cta .btn-black:hover,
.section-action .btn-black:hover,
.section-cta .btn-black:hover,
.cta-link .btn-black:focus,
.main-btn .btn-black:focus,
.primary-cta .btn-black:focus,
.section-action .btn-black:focus,
.section-cta .btn-black:focus {
  background-color: transparent !important;
  color: #000000 !important;
}.cta-link .btn-white:hover,
.main-btn .btn-white:hover,
.primary-cta .btn-white:hover,
.section-action .btn-white:hover,
.section-cta .btn-white:hover,
.cta-link .btn-white:focus,
.main-btn .btn-white:focus,
.primary-cta .btn-white:focus,
.section-action .btn-white:focus,
.section-cta .btn-white:focus {
  background-color: transparent !important;
  color: #ffffff !important;
}.cta-link .btn-primary-outline:hover,
.main-btn .btn-primary-outline:hover,
.primary-cta .btn-primary-outline:hover,
.section-action .btn-primary-outline:hover,
.section-cta .btn-primary-outline:hover,
.cta-link .btn-primary-outline:focus,
.main-btn .btn-primary-outline:focus,
.primary-cta .btn-primary-outline:focus,
.section-action .btn-primary-outline:focus,
.section-cta .btn-primary-outline:focus {
  background-color: #4c8c7a !important;
  color: #ffffff !important;
}.cta-link .btn-secondary-outline:hover,
.main-btn .btn-secondary-outline:hover,
.primary-cta .btn-secondary-outline:hover,
.section-action .btn-secondary-outline:hover,
.section-cta .btn-secondary-outline:hover,
.cta-link .btn-secondary-outline:focus,
.main-btn .btn-secondary-outline:focus,
.primary-cta .btn-secondary-outline:focus,
.section-action .btn-secondary-outline:focus,
.section-cta .btn-secondary-outline:focus {
  background-color: #f7f1e3 !important;
  color: #4c8c7a !important;
}.cta-link .btn-success-outline:hover,
.main-btn .btn-success-outline:hover,
.primary-cta .btn-success-outline:hover,
.section-action .btn-success-outline:hover,
.section-cta .btn-success-outline:hover,
.cta-link .btn-success-outline:focus,
.main-btn .btn-success-outline:focus,
.primary-cta .btn-success-outline:focus,
.section-action .btn-success-outline:focus,
.section-cta .btn-success-outline:focus {
  background-color: #dcd4cb !important;
  color: #4c8c7a !important;
}.cta-link .btn-info-outline:hover,
.main-btn .btn-info-outline:hover,
.primary-cta .btn-info-outline:hover,
.section-action .btn-info-outline:hover,
.section-cta .btn-info-outline:hover,
.cta-link .btn-info-outline:focus,
.main-btn .btn-info-outline:focus,
.primary-cta .btn-info-outline:focus,
.section-action .btn-info-outline:focus,
.section-cta .btn-info-outline:focus {
  background-color: #ffffff !important;
  color: #4c8c7a !important;
}.cta-link .btn-warning-outline:hover,
.main-btn .btn-warning-outline:hover,
.primary-cta .btn-warning-outline:hover,
.section-action .btn-warning-outline:hover,
.section-cta .btn-warning-outline:hover,
.cta-link .btn-warning-outline:focus,
.main-btn .btn-warning-outline:focus,
.primary-cta .btn-warning-outline:focus,
.section-action .btn-warning-outline:focus,
.section-cta .btn-warning-outline:focus {
  background-color: #ffdfc7 !important;
  color: #4c8c7a !important;
}.cta-link .btn-danger-outline:hover,
.main-btn .btn-danger-outline:hover,
.primary-cta .btn-danger-outline:hover,
.section-action .btn-danger-outline:hover,
.section-cta .btn-danger-outline:hover,
.cta-link .btn-danger-outline:focus,
.main-btn .btn-danger-outline:focus,
.primary-cta .btn-danger-outline:focus,
.section-action .btn-danger-outline:focus,
.section-cta .btn-danger-outline:focus {
  background-color: #ee7e00 !important;
  color: #4c8c7a !important;
}.cta-link .btn-black-outline:hover,
.main-btn .btn-black-outline:hover,
.primary-cta .btn-black-outline:hover,
.section-action .btn-black-outline:hover,
.section-cta .btn-black-outline:hover,
.cta-link .btn-black-outline:focus,
.main-btn .btn-black-outline:focus,
.primary-cta .btn-black-outline:focus,
.section-action .btn-black-outline:focus,
.section-cta .btn-black-outline:focus {
  background-color: #000000 !important;
  color: #ffffff !important;
}.cta-link .btn-white-outline:hover,
.main-btn .btn-white-outline:hover,
.primary-cta .btn-white-outline:hover,
.section-action .btn-white-outline:hover,
.section-cta .btn-white-outline:hover,
.cta-link .btn-white-outline:focus,
.main-btn .btn-white-outline:focus,
.primary-cta .btn-white-outline:focus,
.section-action .btn-white-outline:focus,
.section-cta .btn-white-outline:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 20px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.boxcore {
  z-index: 1000;
  width: 100%;
}
.boxcore nav.navbar {
  position: fixed;
}
.boxcore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.boxcore .nav-link {
  position: relative;
}
.boxcore .container {
  display: flex;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .boxcore .container {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .boxcore .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .boxcore .container {
    max-width: 1484px;
  }
}
.boxcore .nav-item:focus,
.boxcore .nav-link:focus {
  outline: none;
}
.boxcore .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1f3a5f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.boxcore .navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  -webkit-mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  background-color: #1f3a5f;
}
.boxcore .navbar .contentbox {
  margin-right: 1rem;
}
.boxcore .navbar .contentbox img {
  width: auto;
}
.boxcore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxcore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxcore .navbar .contentbox img {
    height: 3rem !important;
  }
  .boxcore .navbar ul.navbar-nav li {
    margin: auto;
  }
  .boxcore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .boxcore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxcore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.boxcore .navbar-brand .nodewrap {
  line-height: inherit !important;
  font-weight: 400;
}
.boxcore .navbar-brand .nodewrap:hover,
.boxcore .navbar-brand .nodewrap:focus {
  color: #ffffff !important;
}
.boxcore .navbar-brand .contentbox a {
  outline: none;
}
.boxcore .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.boxcore ul.navbar-nav {
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .boxcore ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.boxcore .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .boxcore .navbar-buttons {
    text-align: left;
  }
}
.boxcore .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .boxcore .navbar-buttons .btn {
    width: auto !important;
  }
}
.boxcore button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #1f3a5f !important;
  border: none !important;
  box-shadow: none !important;
}

.boxcore .top-nav {
  padding: 0 1rem;
  position: fixed;
}
.boxcore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxcore .navbar {
    height: 70px;
  }
  .boxcore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxcore .nav-item {
  padding: 0;
  margin: 0;
}
.boxcore .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.boxcore .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.boxcore .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.boxcore .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.boxcore .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .boxcore .navbar {
    justify-content: flex-start !important;
  }
  .boxcore .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .boxcore .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .boxcore .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .boxcore .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .boxcore .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.holder {
  padding-top: 11rem;
  padding-bottom: 7rem;
  background-image: url("images/low1.jpg");
}
.holder img {
  width: 220px;
}
.holder .img-col {
  border-left: 1px solid gray;
  padding: 4rem 2rem;
}
@media (min-width: 768px) {
  .holder {
    align-items: center;
  }
  .holder .row {
    justify-content: flex-start;
  }
}.holder .block-title,
.holder .chapter-title,
.holder .header-text,
.holder .lead-h2,
.holder .main-heading,
.holder .page-h,
.holder .section-h,
.holder .section-heading,
.holder .topic-title {
  text-align: left;
  color: #232323;
}.holder .abstractbox,
.holder .cta-link,
.holder .main-btn,
.holder .primary-cta,
.holder .section-action,
.holder .section-cta {
  text-align: left;
  color: #000000;
}.holder .block-title,
.holder .chapter-title,
.holder .header-text,
.holder .lead-h2,
.holder .main-heading,
.holder .page-h,
.holder .section-h,
.holder .section-heading,
.holder .topic-title {
  color: #223047;
}
.holder h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.holder h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}.holder .sub-heading,
.holder .align {
  text-align: left;
  color: #223047;
}
.treebox {
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #f7f9fc, #eef3f8);
}
@media (min-width: 768px) {
  .treebox {
    align-items: flex-start;
  }
  .treebox .row {
    justify-content: center;
  }
}.treebox .block-title,
.treebox .chapter-title,
.treebox .header-text,
.treebox .lead-h2,
.treebox .main-heading,
.treebox .page-h,
.treebox .section-h,
.treebox .section-heading,
.treebox .topic-title {
  text-align: left;
  color: #232323;
}.treebox .abstractbox,
.treebox .cta-link,
.treebox .main-btn,
.treebox .primary-cta,
.treebox .section-action,
.treebox .section-cta {
  text-align: center;
  color: #232323;
}.treebox .block-title,
.treebox .chapter-title,
.treebox .header-text,
.treebox .lead-h2,
.treebox .main-heading,
.treebox .page-h,
.treebox .section-h,
.treebox .section-heading,
.treebox .topic-title {
  color: #223047;
  text-align: center;
}
.treebox h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.treebox h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}.treebox .sub-heading,
.treebox .align {
  text-align: left;
  color: #232323;
}
.region {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f9fc;
}
.region .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .region .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .region .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .region .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .region .container {
    padding: 0 16px;
  }
}
.region .row {
  background-color: #eef3f8;
  justify-content: center;
  margin: 0;
  border-radius: 1rem;
}
.region .item {
  padding: 40px 80px;
  border-right: 1px solid #4c8c7a;
}
@media (max-width: 1200px) {
  .region .item {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .region .item {
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #4c8c7a;
  }
}
.region .item:nth-child(2n) {
  border-right: none;
}
@media (max-width: 992px) {
  .region .item:nth-child(2n) {
    border-right: none;
  }
}
.region .item .item-wrapper .item-img {
  margin-bottom: 28px;
}
.region .item .item-wrapper .item-img img {
  display: inline-flex;
  object-fit: cover;
  height: 350px;
  border-radius: 1rem !important;
  width: 80%;
}
@media (max-width: 992px) {
  .region .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.region .item .item-wrapper .card-title {
  margin-bottom: 10px;
}
.region .item .item-wrapper .card-text {
  margin-bottom: 20px;
}
.region .card-title {
  color: #000000;
}
.region .card-text {
  color: #000000;
  text-align: center;
}.region .card-title,
.region .item-img,
.region .cta-link,
.region .main-btn,
.region .primary-cta,
.region .section-action,
.region .section-cta {
  text-align: center;
}.region .card-title,
.region .cta-link,
.region .main-btn,
.region .primary-cta,
.region .section-action,
.region .section-cta,
.region .item-img {
  color: #223047;
}
.layoutbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eef3f8;
}
.layoutbox .innerwrap {
  justify-content: flex-end;
}
.layoutbox .innerwrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .layoutbox .pathbox {
    margin-bottom: 32px;
  }
}
.layoutbox .pathbox img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .layoutbox .pathbox img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .layoutbox .pathbox img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .layoutbox .pathbox img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .layoutbox .pathbox img {
    width: 260px;
    height: 260px;
  }
}
.layoutbox .shellcell {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .layoutbox .shellcell {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .layoutbox .shellcell {
    padding-left: 0;
  }
}
.layoutbox .shellcell .tilepad {
  margin-bottom: 8px;
}.layoutbox .shellcell .block-title,
.layoutbox .shellcell .chapter-title,
.layoutbox .shellcell .header-text,
.layoutbox .shellcell .lead-h2,
.layoutbox .shellcell .main-heading,
.layoutbox .shellcell .page-h,
.layoutbox .shellcell .section-h,
.layoutbox .shellcell .section-heading,
.layoutbox .shellcell .topic-title {
  margin-bottom: 24px;
}
.layoutbox .shellcell .abstractbox {
  margin-bottom: 24px;
}
.layoutbox .tilepad {
  color: #272b2e;
}.layoutbox .block-title,
.layoutbox .chapter-title,
.layoutbox .header-text,
.layoutbox .lead-h2,
.layoutbox .main-heading,
.layoutbox .page-h,
.layoutbox .section-h,
.layoutbox .section-heading,
.layoutbox .topic-title {
  color: #272b2e;
}
.layoutbox .abstractbox,
.layoutbox .text-wrapper {
  color: #272b2e;
}.layoutbox .block-title,
.layoutbox .chapter-title,
.layoutbox .header-text,
.layoutbox .lead-h2,
.layoutbox .main-heading,
.layoutbox .page-h,
.layoutbox .section-h,
.layoutbox .section-heading,
.layoutbox .topic-title,
.layoutbox .cta-link,
.layoutbox .main-btn,
.layoutbox .primary-cta,
.layoutbox .section-action,
.layoutbox .section-cta {
  text-align: center;
  color: #223047;
}
.layoutbox .abstractbox {
  text-align: center;
  color: #000000;
}
.boxpad {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f9fc;
}
.boxpad .row {
  justify-content: space-between;
}
.boxpad .shellcell {
  padding: 90px;
  border-radius: 3rem;
  background-color: #eef3f8;
}
@media (max-width: 992px) {
  .boxpad .shellcell {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}.boxpad .shellcell .block-title,
.boxpad .shellcell .chapter-title,
.boxpad .shellcell .header-text,
.boxpad .shellcell .lead-h2,
.boxpad .shellcell .main-heading,
.boxpad .shellcell .page-h,
.boxpad .shellcell .section-h,
.boxpad .shellcell .section-heading,
.boxpad .shellcell .topic-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {.boxpad .shellcell .block-title,
.boxpad .shellcell .chapter-title,
.boxpad .shellcell .header-text,
.boxpad .shellcell .lead-h2,
.boxpad .shellcell .main-heading,
.boxpad .shellcell .page-h,
.boxpad .shellcell .section-h,
.boxpad .shellcell .section-heading,
.boxpad .shellcell .topic-title {
    margin-bottom: 20px;
  }
}
.boxpad .shellcell .abstractbox {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .boxpad .shellcell .abstractbox {
    margin-bottom: 20px;
  }
}
.boxpad .shellcell .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}.boxpad .shellcell .logo-wrapper .logo-wrap .desc-wrapper .sub-heading {
  margin-bottom: 0;
}
.boxpad .shellcell .logo-wrapper .logo-wrap .desc-wrapper .tilepad {
  margin-bottom: 0;
}.boxpad .block-title,
.boxpad .chapter-title,
.boxpad .header-text,
.boxpad .lead-h2,
.boxpad .main-heading,
.boxpad .page-h,
.boxpad .section-h,
.boxpad .section-heading,
.boxpad .topic-title {
  color: #000000;
}.boxpad .sub-heading {
  color: #000000;
}
.boxpad .tilepad {
  color: #000000;
}
.boxpad .abstractbox {
  color: #000000;
  text-align: center;
}.boxpad .block-title,
.boxpad .chapter-title,
.boxpad .header-text,
.boxpad .lead-h2,
.boxpad .main-heading,
.boxpad .page-h,
.boxpad .section-h,
.boxpad .section-heading,
.boxpad .topic-title,
.boxpad .cta-link,
.boxpad .main-btn,
.boxpad .primary-cta,
.boxpad .section-action,
.boxpad .section-cta {
  text-align: center;
  color: #223047;
}
.unitbox {
  padding-top: 3rem;
  background-color: #eef3f8;
}
.unitbox .shellcell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.unitbox .shellcell .rowwrap {
  margin-bottom: 40px;
}
.unitbox .shellcell .rowwrap .topwrap {
  margin-bottom: 16px;
}.unitbox .shellcell .rowwrap .block-title,
.unitbox .shellcell .rowwrap .chapter-title,
.unitbox .shellcell .rowwrap .header-text,
.unitbox .shellcell .rowwrap .lead-h2,
.unitbox .shellcell .rowwrap .main-heading,
.unitbox .shellcell .rowwrap .page-h,
.unitbox .shellcell .rowwrap .section-h,
.unitbox .shellcell .rowwrap .section-heading,
.unitbox .shellcell .rowwrap .topic-title {
  margin-bottom: 16px;
}
.unitbox .shellcell .rowwrap .text-wrapper .abstractbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .unitbox .shellcell .rowwrap .text-wrapper .abstractbox {
    width: 100%;
  }
}
.unitbox .innerwrap {
  margin: 0 -10px;
}
.unitbox .innerwrap .card {
  padding: 0 10px;
}
.unitbox .pathbox {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 335px;
}
@media (max-width: 992px) {
  .unitbox .pathbox {
    min-height: auto;
    height: 320px;
  }
}
.unitbox .pathbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .unitbox .holdlayer {
    margin-bottom: 20px;
  }
}
.unitbox .holdlayer .item {
  margin-bottom: 20px;
}
.unitbox .holdlayer .item:last-child {
  margin-bottom: 0;
}
.unitbox .holdlayer .item:hover .item-wrapper .card-box .text-wrap .item-text,
.unitbox .holdlayer .item:focus .item-wrapper .card-box .text-wrap .item-text {
  color: #000000;
}
.unitbox .holdlayer .item:hover .item-wrapper .card-box .text-wrap .item-text::before,
.unitbox .holdlayer .item:focus .item-wrapper .card-box .text-wrap .item-text::before {
  opacity: 1;
  transform: translateY(0);
}
.unitbox .holdlayer .item .item-wrapper {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #f7f9fc;
  box-shadow: inset 0 10px 8px 0 #4c8c7a, inset 0 -5px 10px -4px #4c8c7a, 0 10px 10px -5px #4c8c7a;
}
@media (max-width: 992px) {
  .unitbox .holdlayer .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.unitbox .holdlayer .item .item-wrapper .card-box {
  width: 100%;
}
.unitbox .holdlayer .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.unitbox .holdlayer .item .item-wrapper .card-box .text-wrap .item-text {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-bottom: 0;
  transition: all .3s ease;
}
.unitbox .holdlayer .item .item-wrapper .card-box .text-wrap .item-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.unitbox .btn-wrapper {
  margin-top: 0;
  margin-right: 0;
}

.unitbox .topwrap {
  color: #334155;
  text-align: center;
}.unitbox .block-title,
.unitbox .chapter-title,
.unitbox .header-text,
.unitbox .lead-h2,
.unitbox .main-heading,
.unitbox .page-h,
.unitbox .section-h,
.unitbox .section-heading,
.unitbox .topic-title {
  color: #0f172a;
  text-align: center;
}
.unitbox .abstractbox,
.unitbox .text-wrapper {
  color: #000000;
  text-align: center;
}
.unitbox .item-title {
  color: #0f172a;
}
.unitbox .item-text {
  color: #475569;
}.unitbox .block-title,
.unitbox .chapter-title,
.unitbox .header-text,
.unitbox .lead-h2,
.unitbox .main-heading,
.unitbox .page-h,
.unitbox .section-h,
.unitbox .section-heading,
.unitbox .topic-title,
.unitbox .cta-link,
.unitbox .main-btn,
.unitbox .primary-cta,
.unitbox .section-action,
.unitbox .section-cta {
  color: #223047;
}
.unitbox .item-text,
.unitbox .text-wrap {
  color: #000000;
}
.stage {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f9fc;
}
@media (max-width: 992px) {
  .stage .container {
    padding: 0 15px;
  }
}
.stage .shellcell {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .stage .shellcell {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .stage .shellcell {
    padding-left: 0;
  }
}
.stage .shellcell .dockwrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #4c8c7a;
}
.stage .shellcell .dockwrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #4c8c7a;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .stage .shellcell .dockwrap {
    margin-bottom: 40px;
  }
}.stage .shellcell .block-title,
.stage .shellcell .chapter-title,
.stage .shellcell .header-text,
.stage .shellcell .lead-h2,
.stage .shellcell .main-heading,
.stage .shellcell .page-h,
.stage .shellcell .section-h,
.stage .shellcell .section-heading,
.stage .shellcell .topic-title {
  margin-bottom: 40px;
}
.stage .shellcell .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .stage .shellcell .desc-wrapper .desc-wrap {
    display: block;
  }
}
.stage .shellcell .desc-wrapper .desc-wrap .tilepad {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .stage .shellcell .desc-wrapper .desc-wrap .tilepad {
    margin-bottom: 20px;
  }
}
.stage .shellcell .desc-wrapper .desc-wrap .tilepad::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #2d3622;
  transform: skewX(-22deg);
}.stage .block-title,
.stage .chapter-title,
.stage .header-text,
.stage .lead-h2,
.stage .main-heading,
.stage .page-h,
.stage .section-h,
.stage .section-heading,
.stage .topic-title {
  color: #223047;
  text-align: right;
}
.stage .tilepad,
.stage .desc-wrapper {
  color: #2d3622;
  text-align: right;
}
.foldbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #162a44;
}
.foldbox .domwrap {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #4c8c7a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .foldbox .domwrap {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .foldbox .domwrap {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .foldbox .domwrap {
    display: none;
  }
}
.foldbox .rowwrap {
  position: relative;
  z-index: 1;
}.foldbox .rowwrap .block-title,
.foldbox .rowwrap .chapter-title,
.foldbox .rowwrap .header-text,
.foldbox .rowwrap .lead-h2,
.foldbox .rowwrap .main-heading,
.foldbox .rowwrap .page-h,
.foldbox .rowwrap .section-h,
.foldbox .rowwrap .section-heading,
.foldbox .rowwrap .topic-title {
  margin-bottom: 20px;
}
.foldbox .rowwrap .nodemap {
  margin-bottom: 0;
}
.foldbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper {
    margin-top: 32px;
  }
}
.foldbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.foldbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.foldbox .nav-wrapper .list .item-wrap:hover,
.foldbox .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title {
  color: #ffffff;
  text-align: center;
}
.foldbox .nodemap {
  color: #ffffff;
  text-align: center;
}
.foldbox .list {
  color: #ffffff;
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title,
.foldbox .cta-link,
.foldbox .main-btn,
.foldbox .primary-cta,
.foldbox .section-action,
.foldbox .section-cta {
  color: #000000;
}
.foldbox .list,
.foldbox .item-wrap {
  color: #ffffff;
}
.partwrapbox {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #f7f9fc;
}
.partwrapbox .row {
  align-items: center;
}
@media (max-width: 991px) {
  .partwrapbox .pathbox {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .partwrapbox .text-wrapper {
    padding: 0 2rem;
  }
}.partwrapbox .block-title,
.partwrapbox .chapter-title,
.partwrapbox .header-text,
.partwrapbox .lead-h2,
.partwrapbox .main-heading,
.partwrapbox .page-h,
.partwrapbox .section-h,
.partwrapbox .section-heading,
.partwrapbox .topic-title {
  color: #223047;
}.partwrapbox .abstractbox,
.partwrapbox .cta-link,
.partwrapbox .main-btn,
.partwrapbox .primary-cta,
.partwrapbox .section-action,
.partwrapbox .section-cta {
  text-align: center;
  color: #000000;
}
.line {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eef3f8;
}
.line .shellcell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.line .shellcell .layoutgrid {
  margin: 0;
}
.line .shellcell .mainsegment {
  align-items: flex-end;
}
.line .shellcell .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.line .shellcell .rowwrap {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .line .shellcell .rowwrap {
    margin-bottom: 32px;
  }
}
.line .shellcell .rowwrap .topwrap {
  margin-bottom: 24px;
}.line .shellcell .rowwrap .block-title,
.line .shellcell .rowwrap .chapter-title,
.line .shellcell .rowwrap .header-text,
.line .shellcell .rowwrap .lead-h2,
.line .shellcell .rowwrap .main-heading,
.line .shellcell .rowwrap .page-h,
.line .shellcell .rowwrap .section-h,
.line .shellcell .rowwrap .section-heading,
.line .shellcell .rowwrap .topic-title {
  margin-bottom: 0;
}
.line .shellcell .desc-wrapper .tilepad {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .line .shellcell .desc-wrapper .tilepad {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .line .shellcell .text-wrapper {
    margin-bottom: 32px;
  }
}
.line .shellcell .text-wrapper .abstractbox {
  margin-bottom: 0;
}.line .shellcell .text-wrapper .cta-link,
.line .shellcell .text-wrapper .main-btn,
.line .shellcell .text-wrapper .primary-cta,
.line .shellcell .text-wrapper .section-action,
.line .shellcell .text-wrapper .section-cta {
  margin-top: 24px;
}
.line .shellcell .pathbox img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .line .shellcell .pathbox img {
    height: 300px;
  }
}.line .block-title,
.line .chapter-title,
.line .header-text,
.line .lead-h2,
.line .main-heading,
.line .page-h,
.line .section-h,
.line .section-heading,
.line .topic-title {
  color: #223047;
  text-align: left;
}
.line .tilepad {
  color: #808080;
  text-align: justify;
}
.line .abstractbox {
  color: #808080;
}.line .abstractbox,
.line .cta-link,
.line .main-btn,
.line .primary-cta,
.line .section-action,
.line .section-cta {
  color: #000000;
}
.subunit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f9fc;
}
@media (max-width: 992px) {
  .subunit .container {
    padding: 0 22px;
  }
}
.subunit .card {
  justify-content: center;
}
.subunit .shellcell {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .subunit .shellcell {
    padding: 0;
  }
}.subunit .shellcell .block-title,
.subunit .shellcell .chapter-title,
.subunit .shellcell .header-text,
.subunit .shellcell .lead-h2,
.subunit .shellcell .main-heading,
.subunit .shellcell .page-h,
.subunit .shellcell .section-h,
.subunit .shellcell .section-heading,
.subunit .shellcell .topic-title {
  margin-bottom: 10px;
}
.subunit .shellcell .abstractbox {
  margin-bottom: 10px;
}
.subunit .pathbox {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .subunit .pathbox {
    margin-top: 20px;
    padding: 0;
  }
}
.subunit .pathbox img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .subunit .pathbox img {
    height: 350px;
  }
}.subunit .block-title,
.subunit .chapter-title,
.subunit .header-text,
.subunit .lead-h2,
.subunit .main-heading,
.subunit .page-h,
.subunit .section-h,
.subunit .section-heading,
.subunit .topic-title {
  color: #ffffff;
}
.subunit .abstractbox {
  color: #000000;
  text-align: center;
}.subunit .block-title,
.subunit .chapter-title,
.subunit .header-text,
.subunit .lead-h2,
.subunit .main-heading,
.subunit .page-h,
.subunit .section-h,
.subunit .section-heading,
.subunit .topic-title,
.subunit .cta-link,
.subunit .main-btn,
.subunit .primary-cta,
.subunit .section-action,
.subunit .section-cta {
  color: #223047;
  text-align: center;
}
.colunit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eef3f8;
}
.colunit .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .colunit .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .colunit .container {
    padding: 0 16px;
  }
}
.colunit .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .colunit .row {
    margin: 0 10px;
  }
}
.colunit .row .card {
  padding: 0;
}
.colunit .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .colunit .row .card:first-child {
    padding: 0;
  }
}
.colunit .rowwrap {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f7f9fc;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .colunit .rowwrap {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}.colunit .rowwrap .mainsegment .block-title,
.colunit .rowwrap .mainsegment .chapter-title,
.colunit .rowwrap .mainsegment .header-text,
.colunit .rowwrap .mainsegment .lead-h2,
.colunit .rowwrap .mainsegment .main-heading,
.colunit .rowwrap .mainsegment .page-h,
.colunit .rowwrap .mainsegment .section-h,
.colunit .rowwrap .mainsegment .section-heading,
.colunit .rowwrap .mainsegment .topic-title {
  margin-bottom: 0;
}
.colunit .rowwrap .mainsegment .tilepad {
  margin: 10px 0 0;
}
.colunit .shellcell {
  border: 1px solid #4c8c7a;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .colunit .shellcell {
    padding: 20px;
  }
}
.colunit .shellcell .abstractbox {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .colunit .shellcell .abstractbox {
    margin-bottom: 20px;
  }
}.colunit .shellcell .cta-link .btn,
.colunit .shellcell .main-btn .btn,
.colunit .shellcell .primary-cta .btn,
.colunit .shellcell .section-action .btn,
.colunit .shellcell .section-cta .btn {
  margin-bottom: 0;
}.colunit .block-title,
.colunit .chapter-title,
.colunit .header-text,
.colunit .lead-h2,
.colunit .main-heading,
.colunit .page-h,
.colunit .section-h,
.colunit .section-heading,
.colunit .topic-title {
  color: #192227;
}
.colunit .tilepad {
  color: #223047;
  text-align: center;
}
.colunit .abstractbox {
  color: #fdfcfc;
}.colunit .block-title,
.colunit .chapter-title,
.colunit .header-text,
.colunit .lead-h2,
.colunit .main-heading,
.colunit .page-h,
.colunit .section-h,
.colunit .section-heading,
.colunit .topic-title {
  text-align: center;
  color: #223047;
}.colunit .abstractbox,
.colunit .cta-link,
.colunit .main-btn,
.colunit .primary-cta,
.colunit .section-action,
.colunit .section-cta {
  text-align: center;
  color: #000000;
}
.boxareaunit {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f9fc;
}
@media (max-width: 992px) {
  .boxareaunit .container {
    padding: 0 15px;
  }
}
.boxareaunit .shellcell {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .boxareaunit .shellcell {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .boxareaunit .shellcell {
    padding-left: 0;
  }
}
.boxareaunit .shellcell .dockwrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #4c8c7a;
}
.boxareaunit .shellcell .dockwrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #4c8c7a;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .boxareaunit .shellcell .dockwrap {
    margin-bottom: 40px;
  }
}.boxareaunit .shellcell .block-title,
.boxareaunit .shellcell .chapter-title,
.boxareaunit .shellcell .header-text,
.boxareaunit .shellcell .lead-h2,
.boxareaunit .shellcell .main-heading,
.boxareaunit .shellcell .page-h,
.boxareaunit .shellcell .section-h,
.boxareaunit .shellcell .section-heading,
.boxareaunit .shellcell .topic-title {
  margin-bottom: 40px;
}
.boxareaunit .shellcell .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .boxareaunit .shellcell .desc-wrapper .desc-wrap {
    display: block;
  }
}
.boxareaunit .shellcell .desc-wrapper .desc-wrap .tilepad {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .boxareaunit .shellcell .desc-wrapper .desc-wrap .tilepad {
    margin-bottom: 20px;
  }
}
.boxareaunit .shellcell .desc-wrapper .desc-wrap .tilepad::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #2d3622;
  transform: skewX(-22deg);
}.boxareaunit .block-title,
.boxareaunit .chapter-title,
.boxareaunit .header-text,
.boxareaunit .lead-h2,
.boxareaunit .main-heading,
.boxareaunit .page-h,
.boxareaunit .section-h,
.boxareaunit .section-heading,
.boxareaunit .topic-title {
  color: #223047;
  text-align: right;
}
.boxareaunit .tilepad,
.boxareaunit .desc-wrapper {
  color: #2d3622;
  text-align: right;
}
.foldbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #162a44;
}
.foldbox .domwrap {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #4c8c7a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .foldbox .domwrap {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .foldbox .domwrap {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .foldbox .domwrap {
    display: none;
  }
}
.foldbox .rowwrap {
  position: relative;
  z-index: 1;
}.foldbox .rowwrap .block-title,
.foldbox .rowwrap .chapter-title,
.foldbox .rowwrap .header-text,
.foldbox .rowwrap .lead-h2,
.foldbox .rowwrap .main-heading,
.foldbox .rowwrap .page-h,
.foldbox .rowwrap .section-h,
.foldbox .rowwrap .section-heading,
.foldbox .rowwrap .topic-title {
  margin-bottom: 20px;
}
.foldbox .rowwrap .nodemap {
  margin-bottom: 0;
}
.foldbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper {
    margin-top: 32px;
  }
}
.foldbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.foldbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.foldbox .nav-wrapper .list .item-wrap:hover,
.foldbox .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title {
  color: #ffffff;
  text-align: center;
}
.foldbox .nodemap {
  color: #ffffff;
  text-align: center;
}
.foldbox .list {
  color: #ffffff;
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title,
.foldbox .cta-link,
.foldbox .main-btn,
.foldbox .primary-cta,
.foldbox .section-action,
.foldbox .section-cta {
  color: #000000;
}
.foldbox .list,
.foldbox .item-wrap {
  color: #ffffff;
}
.boxcore {
  z-index: 1000;
  width: 100%;
}
.boxcore nav.navbar {
  position: fixed;
}
.boxcore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.boxcore .nav-link {
  position: relative;
}
.boxcore .container {
  display: flex;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .boxcore .container {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .boxcore .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .boxcore .container {
    max-width: 1484px;
  }
}
.boxcore .nav-item:focus,
.boxcore .nav-link:focus {
  outline: none;
}
.boxcore .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1f3a5f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.boxcore .navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  -webkit-mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  background-color: #1f3a5f;
}
.boxcore .navbar .contentbox {
  margin-right: 1rem;
}
.boxcore .navbar .contentbox img {
  width: auto;
}
.boxcore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxcore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxcore .navbar .contentbox img {
    height: 3rem !important;
  }
  .boxcore .navbar ul.navbar-nav li {
    margin: auto;
  }
  .boxcore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .boxcore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxcore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.boxcore .navbar-brand .nodewrap {
  line-height: inherit !important;
  font-weight: 400;
}
.boxcore .navbar-brand .nodewrap:hover,
.boxcore .navbar-brand .nodewrap:focus {
  color: #ffffff !important;
}
.boxcore .navbar-brand .contentbox a {
  outline: none;
}
.boxcore .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.boxcore ul.navbar-nav {
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .boxcore ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.boxcore .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .boxcore .navbar-buttons {
    text-align: left;
  }
}
.boxcore .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .boxcore .navbar-buttons .btn {
    width: auto !important;
  }
}
.boxcore button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #1f3a5f !important;
  border: none !important;
  box-shadow: none !important;
}

.boxcore .top-nav {
  padding: 0 1rem;
  position: fixed;
}
.boxcore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxcore .navbar {
    height: 70px;
  }
  .boxcore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxcore .nav-item {
  padding: 0;
  margin: 0;
}
.boxcore .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.boxcore .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.boxcore .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.boxcore .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.boxcore .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .boxcore .navbar {
    justify-content: flex-start !important;
  }
  .boxcore .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .boxcore .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .boxcore .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .boxcore .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .boxcore .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.rootsegment {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #f7f9fc;
}
.rootsegment .row {
  margin: 0 -45px;
}
.rootsegment .row .card {
  padding: 0 45px;
  justify-content: center;
}
.rootsegment .pathbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .rootsegment .pathbox {
    padding-left: 0;
  }
}
.rootsegment .pathbox img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .rootsegment .pathbox img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 992px) {
  .rootsegment .pathbox img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .rootsegment .pathbox img {
    height: 300px;
  }
}
.rootsegment .shellcell {
  padding-left: 66px;
  padding-left: 0;
}
@media (max-width: 1440px) {
  .rootsegment .shellcell {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .rootsegment .shellcell {
    margin-bottom: 32px;
  }
}.rootsegment .shellcell .rowwrap .block-title,
.rootsegment .shellcell .rowwrap .chapter-title,
.rootsegment .shellcell .rowwrap .header-text,
.rootsegment .shellcell .rowwrap .lead-h2,
.rootsegment .shellcell .rowwrap .main-heading,
.rootsegment .shellcell .rowwrap .page-h,
.rootsegment .shellcell .rowwrap .section-h,
.rootsegment .shellcell .rowwrap .section-heading,
.rootsegment .shellcell .rowwrap .topic-title {
  margin-bottom: 22px;
}
.rootsegment .shellcell .text-wrapper .abstractbox {
  margin-bottom: 12px;
}.rootsegment .shellcell .cta-link .btn,
.rootsegment .shellcell .main-btn .btn,
.rootsegment .shellcell .primary-cta .btn,
.rootsegment .shellcell .section-action .btn,
.rootsegment .shellcell .section-cta .btn {
  margin-bottom: 0;
}.rootsegment .block-title,
.rootsegment .chapter-title,
.rootsegment .header-text,
.rootsegment .lead-h2,
.rootsegment .main-heading,
.rootsegment .page-h,
.rootsegment .section-h,
.rootsegment .section-heading,
.rootsegment .topic-title {
  color: #3a001d;
}
.rootsegment .abstractbox {
  color: #3a001d;
}.rootsegment .block-title,
.rootsegment .chapter-title,
.rootsegment .header-text,
.rootsegment .lead-h2,
.rootsegment .main-heading,
.rootsegment .page-h,
.rootsegment .section-h,
.rootsegment .section-heading,
.rootsegment .topic-title,
.rootsegment .cta-link,
.rootsegment .main-btn,
.rootsegment .primary-cta,
.rootsegment .section-action,
.rootsegment .section-cta {
  text-align: center;
  color: #223047;
}
.rootsegment .abstractbox,
.rootsegment .text-wrapper {
  text-align: center;
  color: #000000;
}
.pathwrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f9fc;
}
.pathwrap .row {
  justify-content: space-between;
}
.pathwrap .shellcell {
  padding: 90px;
  border-radius: 3rem;
  background-color: #eef3f8;
}
@media (max-width: 992px) {
  .pathwrap .shellcell {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}.pathwrap .shellcell .block-title,
.pathwrap .shellcell .chapter-title,
.pathwrap .shellcell .header-text,
.pathwrap .shellcell .lead-h2,
.pathwrap .shellcell .main-heading,
.pathwrap .shellcell .page-h,
.pathwrap .shellcell .section-h,
.pathwrap .shellcell .section-heading,
.pathwrap .shellcell .topic-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {.pathwrap .shellcell .block-title,
.pathwrap .shellcell .chapter-title,
.pathwrap .shellcell .header-text,
.pathwrap .shellcell .lead-h2,
.pathwrap .shellcell .main-heading,
.pathwrap .shellcell .page-h,
.pathwrap .shellcell .section-h,
.pathwrap .shellcell .section-heading,
.pathwrap .shellcell .topic-title {
    margin-bottom: 20px;
  }
}
.pathwrap .shellcell .abstractbox {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .pathwrap .shellcell .abstractbox {
    margin-bottom: 20px;
  }
}
.pathwrap .shellcell .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}.pathwrap .shellcell .logo-wrapper .logo-wrap .desc-wrapper .sub-heading {
  margin-bottom: 0;
}
.pathwrap .shellcell .logo-wrapper .logo-wrap .desc-wrapper .tilepad {
  margin-bottom: 0;
}.pathwrap .block-title,
.pathwrap .chapter-title,
.pathwrap .header-text,
.pathwrap .lead-h2,
.pathwrap .main-heading,
.pathwrap .page-h,
.pathwrap .section-h,
.pathwrap .section-heading,
.pathwrap .topic-title {
  color: #000000;
}.pathwrap .sub-heading {
  color: #000000;
}
.pathwrap .tilepad {
  color: #000000;
}
.pathwrap .abstractbox {
  color: #000000;
}.pathwrap .block-title,
.pathwrap .chapter-title,
.pathwrap .header-text,
.pathwrap .lead-h2,
.pathwrap .main-heading,
.pathwrap .page-h,
.pathwrap .section-h,
.pathwrap .section-heading,
.pathwrap .topic-title,
.pathwrap .cta-link,
.pathwrap .main-btn,
.pathwrap .primary-cta,
.pathwrap .section-action,
.pathwrap .section-cta {
  color: #223047;
}
.scaffold {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eef3f8;
}
.scaffold .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.scaffold .item-title {
  border-bottom: 1px solid currentColor;
  color: #223047;
  padding-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
}
.scaffold img,
.scaffold .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.scaffold .item:focus,
.scaffold span:focus {
  outline: none;
}
.scaffold .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .scaffold .item {
    margin-bottom: 1rem;
  }
}
.scaffold .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}.scaffold .block-title,
.scaffold .chapter-title,
.scaffold .header-text,
.scaffold .lead-h2,
.scaffold .main-heading,
.scaffold .page-h,
.scaffold .section-h,
.scaffold .section-heading,
.scaffold .topic-title {
  color: #232323;
}.scaffold .abstractbox,
.scaffold .cta-link,
.scaffold .main-btn,
.scaffold .primary-cta,
.scaffold .section-action,
.scaffold .section-cta {
  color: #232323;
}
.scaffold .zonebox {
  max-width: 800px;
}
.areabox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f9fc;
}
@media (min-width: 1400px) {
  .areabox .text-wrapper {
    padding: 0 2rem;
  }
}
.areabox img {
  border-radius: 3rem;
}
.areabox .row {
  flex-direction: row-reverse;
}
.areabox .row {
  align-items: center;
}.areabox .block-title,
.areabox .chapter-title,
.areabox .header-text,
.areabox .lead-h2,
.areabox .main-heading,
.areabox .page-h,
.areabox .section-h,
.areabox .section-heading,
.areabox .topic-title {
  color: #223047;
  text-align: center;
}.areabox .abstractbox,
.areabox .cta-link,
.areabox .main-btn,
.areabox .primary-cta,
.areabox .section-action,
.areabox .section-cta {
  color: #000000;
  text-align: center;
}.areabox .sub-heading {
  color: #491414;
}
.anchorbox {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f9fc;
}
@media (max-width: 992px) {
  .anchorbox .container {
    padding: 0 15px;
  }
}
.anchorbox .shellcell {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .anchorbox .shellcell {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .anchorbox .shellcell {
    padding-left: 0;
  }
}
.anchorbox .shellcell .dockwrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #4c8c7a;
}
.anchorbox .shellcell .dockwrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #4c8c7a;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .anchorbox .shellcell .dockwrap {
    margin-bottom: 40px;
  }
}.anchorbox .shellcell .block-title,
.anchorbox .shellcell .chapter-title,
.anchorbox .shellcell .header-text,
.anchorbox .shellcell .lead-h2,
.anchorbox .shellcell .main-heading,
.anchorbox .shellcell .page-h,
.anchorbox .shellcell .section-h,
.anchorbox .shellcell .section-heading,
.anchorbox .shellcell .topic-title {
  margin-bottom: 40px;
}
.anchorbox .shellcell .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .anchorbox .shellcell .desc-wrapper .desc-wrap {
    display: block;
  }
}
.anchorbox .shellcell .desc-wrapper .desc-wrap .tilepad {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .anchorbox .shellcell .desc-wrapper .desc-wrap .tilepad {
    margin-bottom: 20px;
  }
}
.anchorbox .shellcell .desc-wrapper .desc-wrap .tilepad::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #2d3622;
  transform: skewX(-22deg);
}.anchorbox .block-title,
.anchorbox .chapter-title,
.anchorbox .header-text,
.anchorbox .lead-h2,
.anchorbox .main-heading,
.anchorbox .page-h,
.anchorbox .section-h,
.anchorbox .section-heading,
.anchorbox .topic-title {
  color: #223047;
  text-align: right;
}
.anchorbox .tilepad,
.anchorbox .desc-wrapper {
  color: #2d3622;
  text-align: right;
}
.foldbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #162a44;
}
.foldbox .domwrap {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #4c8c7a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .foldbox .domwrap {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .foldbox .domwrap {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .foldbox .domwrap {
    display: none;
  }
}
.foldbox .rowwrap {
  position: relative;
  z-index: 1;
}.foldbox .rowwrap .block-title,
.foldbox .rowwrap .chapter-title,
.foldbox .rowwrap .header-text,
.foldbox .rowwrap .lead-h2,
.foldbox .rowwrap .main-heading,
.foldbox .rowwrap .page-h,
.foldbox .rowwrap .section-h,
.foldbox .rowwrap .section-heading,
.foldbox .rowwrap .topic-title {
  margin-bottom: 20px;
}
.foldbox .rowwrap .nodemap {
  margin-bottom: 0;
}
.foldbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper {
    margin-top: 32px;
  }
}
.foldbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.foldbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.foldbox .nav-wrapper .list .item-wrap:hover,
.foldbox .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title {
  color: #ffffff;
  text-align: center;
}
.foldbox .nodemap {
  color: #ffffff;
  text-align: center;
}
.foldbox .list {
  color: #ffffff;
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title,
.foldbox .cta-link,
.foldbox .main-btn,
.foldbox .primary-cta,
.foldbox .section-action,
.foldbox .section-cta {
  color: #000000;
}
.foldbox .list,
.foldbox .item-wrap {
  color: #ffffff;
}
.boxcore {
  z-index: 1000;
  width: 100%;
}
.boxcore nav.navbar {
  position: fixed;
}
.boxcore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.boxcore .nav-link {
  position: relative;
}
.boxcore .container {
  display: flex;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .boxcore .container {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .boxcore .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .boxcore .container {
    max-width: 1484px;
  }
}
.boxcore .nav-item:focus,
.boxcore .nav-link:focus {
  outline: none;
}
.boxcore .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1f3a5f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.boxcore .navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  -webkit-mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  background-color: #1f3a5f;
}
.boxcore .navbar .contentbox {
  margin-right: 1rem;
}
.boxcore .navbar .contentbox img {
  width: auto;
}
.boxcore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxcore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxcore .navbar .contentbox img {
    height: 3rem !important;
  }
  .boxcore .navbar ul.navbar-nav li {
    margin: auto;
  }
  .boxcore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .boxcore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxcore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.boxcore .navbar-brand .nodewrap {
  line-height: inherit !important;
  font-weight: 400;
}
.boxcore .navbar-brand .nodewrap:hover,
.boxcore .navbar-brand .nodewrap:focus {
  color: #ffffff !important;
}
.boxcore .navbar-brand .contentbox a {
  outline: none;
}
.boxcore .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.boxcore ul.navbar-nav {
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .boxcore ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.boxcore .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .boxcore .navbar-buttons {
    text-align: left;
  }
}
.boxcore .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .boxcore .navbar-buttons .btn {
    width: auto !important;
  }
}
.boxcore button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #1f3a5f !important;
  border: none !important;
  box-shadow: none !important;
}

.boxcore .top-nav {
  padding: 0 1rem;
  position: fixed;
}
.boxcore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxcore .navbar {
    height: 70px;
  }
  .boxcore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxcore .nav-item {
  padding: 0;
  margin: 0;
}
.boxcore .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.boxcore .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.boxcore .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.boxcore .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.boxcore .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .boxcore .navbar {
    justify-content: flex-start !important;
  }
  .boxcore .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .boxcore .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .boxcore .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .boxcore .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .boxcore .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.layoutunit {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #eef3f8;
}
.layoutunit .shellcell {
  justify-content: flex-end;
}
.layoutunit .card {
  justify-content: center;
}
.layoutunit .rowwrap {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .layoutunit .rowwrap {
    margin-bottom: 40px;
    padding: 0;
  }
}.layoutunit .rowwrap .block-title,
.layoutunit .rowwrap .chapter-title,
.layoutunit .rowwrap .header-text,
.layoutunit .rowwrap .lead-h2,
.layoutunit .rowwrap .main-heading,
.layoutunit .rowwrap .page-h,
.layoutunit .rowwrap .section-h,
.layoutunit .rowwrap .section-heading,
.layoutunit .rowwrap .topic-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {.layoutunit .rowwrap .block-title,
.layoutunit .rowwrap .chapter-title,
.layoutunit .rowwrap .header-text,
.layoutunit .rowwrap .lead-h2,
.layoutunit .rowwrap .main-heading,
.layoutunit .rowwrap .page-h,
.layoutunit .rowwrap .section-h,
.layoutunit .rowwrap .section-heading,
.layoutunit .rowwrap .topic-title {
    margin-bottom: 20px;
  }
}
.layoutunit .rowwrap .text-wrapper .abstractbox {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .layoutunit .rowwrap .text-wrapper .abstractbox {
    width: 100%;
  }
}.layoutunit .cta-link .btn,
.layoutunit .main-btn .btn,
.layoutunit .primary-cta .btn,
.layoutunit .section-action .btn,
.layoutunit .section-cta .btn {
  margin-bottom: 0;
}.layoutunit .cta-link .btn::after,
.layoutunit .main-btn .btn::after,
.layoutunit .primary-cta .btn::after,
.layoutunit .section-action .btn::after,
.layoutunit .section-cta .btn::after,
.layoutunit .cta-link .btn::before,
.layoutunit .main-btn .btn::before,
.layoutunit .primary-cta .btn::before,
.layoutunit .section-action .btn::before,
.layoutunit .section-cta .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}.layoutunit .cta-link .btn:hover,
.layoutunit .main-btn .btn:hover,
.layoutunit .primary-cta .btn:hover,
.layoutunit .section-action .btn:hover,
.layoutunit .section-cta .btn:hover,
.layoutunit .cta-link .btn:focus,
.layoutunit .main-btn .btn:focus,
.layoutunit .primary-cta .btn:focus,
.layoutunit .section-action .btn:focus,
.layoutunit .section-cta .btn:focus {
  color: #000000 !important;
}.layoutunit .cta-link .btn:hover::after,
.layoutunit .main-btn .btn:hover::after,
.layoutunit .primary-cta .btn:hover::after,
.layoutunit .section-action .btn:hover::after,
.layoutunit .section-cta .btn:hover::after,
.layoutunit .cta-link .btn:focus::after,
.layoutunit .main-btn .btn:focus::after,
.layoutunit .primary-cta .btn:focus::after,
.layoutunit .section-action .btn:focus::after,
.layoutunit .section-cta .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.layoutunit .form-wrapper {
  padding: 110px 200px;
  background-color: #f7f9fc;
}
@media (max-width: 1640px) {
  .layoutunit .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .layoutunit .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .layoutunit .form-wrapper {
    padding: 20px;
  }
}
.layoutunit .form-wrapper .mainsegment {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layoutunit .form-wrapper .mainsegment {
    margin-bottom: 20px;
  }
}
.layoutunit .form-wrapper .mainsegment .gridnode {
  margin-bottom: 16px;
}
.layoutunit .form-wrapper .mainsegment .form-text {
  margin-bottom: 0;
}.layoutunit .block-title,
.layoutunit .chapter-title,
.layoutunit .header-text,
.layoutunit .lead-h2,
.layoutunit .main-heading,
.layoutunit .page-h,
.layoutunit .section-h,
.layoutunit .section-heading,
.layoutunit .topic-title {
  color: #223047;
  text-align: center;
}
.layoutunit .abstractbox {
  color: #ffffff;
}
.layoutunit .gridnode {
  color: #223047;
}
.layoutunit .form-text {
  color: #000000;
}
.layoutunit label {
  color: #121212;
}
.layoutunit .abstractbox,
.layoutunit .text-wrapper {
  color: #000000;
  text-align: center;
}
.shell {
  padding-top: 3rem;
  background-color: #f7f9fc;
}
.shell .shellcell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 3rem;
}
.shell .shellcell .rowwrap {
  margin-bottom: 40px;
}
.shell .shellcell .rowwrap .topwrap {
  margin-bottom: 16px;
}.shell .shellcell .rowwrap .block-title,
.shell .shellcell .rowwrap .chapter-title,
.shell .shellcell .rowwrap .header-text,
.shell .shellcell .rowwrap .lead-h2,
.shell .shellcell .rowwrap .main-heading,
.shell .shellcell .rowwrap .page-h,
.shell .shellcell .rowwrap .section-h,
.shell .shellcell .rowwrap .section-heading,
.shell .shellcell .rowwrap .topic-title {
  margin-bottom: 16px;
}
.shell .shellcell .rowwrap .text-wrapper .abstractbox {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .shell .shellcell .rowwrap .text-wrapper .abstractbox {
    width: 100%;
  }
}
.shell .innerwrap {
  margin: 0 -10px;
}
.shell .innerwrap .card {
  padding: 0 10px;
}
.shell .pathbox {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 335px;
}
@media (max-width: 992px) {
  .shell .pathbox {
    min-height: auto;
    height: 320px;
  }
}
.shell .pathbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .shell .holdlayer {
    margin-bottom: 20px;
  }
}
.shell .holdlayer .item {
  margin-bottom: 20px;
}
.shell .holdlayer .item:last-child {
  margin-bottom: 0;
}
.shell .holdlayer .item:hover .item-wrapper .card-box .text-wrap .item-text,
.shell .holdlayer .item:focus .item-wrapper .card-box .text-wrap .item-text {
  color: #000000;
}
.shell .holdlayer .item:hover .item-wrapper .card-box .text-wrap .item-text::before,
.shell .holdlayer .item:focus .item-wrapper .card-box .text-wrap .item-text::before {
  opacity: 1;
  transform: translateY(0);
}
.shell .holdlayer .item .item-wrapper {
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #f7f9fc;
  box-shadow: inset 0 10px 8px 0 #4c8c7a, inset 0 -5px 10px -4px #4c8c7a, 0 10px 10px -5px #4c8c7a;
}
@media (max-width: 992px) {
  .shell .holdlayer .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.shell .holdlayer .item .item-wrapper .card-box {
  width: 100%;
}
.shell .holdlayer .item .item-wrapper .card-box .item-title {
  margin-bottom: 4px;
}
.shell .holdlayer .item .item-wrapper .card-box .text-wrap .item-text {
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-bottom: 0;
  transition: all .3s ease;
}
.shell .holdlayer .item .item-wrapper .card-box .text-wrap .item-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.shell .btn-wrapper {
  margin-top: 0;
  margin-right: 0;
}

.shell .topwrap {
  color: #334155;
  text-align: center;
}.shell .block-title,
.shell .chapter-title,
.shell .header-text,
.shell .lead-h2,
.shell .main-heading,
.shell .page-h,
.shell .section-h,
.shell .section-heading,
.shell .topic-title {
  color: #0f172a;
  text-align: center;
}
.shell .abstractbox,
.shell .text-wrapper {
  color: #000000;
  text-align: center;
}
.shell .item-title {
  color: #0f172a;
}
.shell .item-text {
  color: #475569;
}.shell .block-title,
.shell .chapter-title,
.shell .header-text,
.shell .lead-h2,
.shell .main-heading,
.shell .page-h,
.shell .section-h,
.shell .section-heading,
.shell .topic-title,
.shell .cta-link,
.shell .main-btn,
.shell .primary-cta,
.shell .section-action,
.shell .section-cta {
  color: #223047;
}
.shell .item-text,
.shell .text-wrap {
  color: #000000;
}
.layer {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f9fc;
}
@media (max-width: 992px) {
  .layer .container {
    padding: 0 15px;
  }
}
.layer .shellcell {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .layer .shellcell {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .layer .shellcell {
    padding-left: 0;
  }
}
.layer .shellcell .dockwrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #4c8c7a;
}
.layer .shellcell .dockwrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #4c8c7a;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .layer .shellcell .dockwrap {
    margin-bottom: 40px;
  }
}.layer .shellcell .block-title,
.layer .shellcell .chapter-title,
.layer .shellcell .header-text,
.layer .shellcell .lead-h2,
.layer .shellcell .main-heading,
.layer .shellcell .page-h,
.layer .shellcell .section-h,
.layer .shellcell .section-heading,
.layer .shellcell .topic-title {
  margin-bottom: 40px;
}
.layer .shellcell .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .layer .shellcell .desc-wrapper .desc-wrap {
    display: block;
  }
}
.layer .shellcell .desc-wrapper .desc-wrap .tilepad {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .layer .shellcell .desc-wrapper .desc-wrap .tilepad {
    margin-bottom: 20px;
  }
}
.layer .shellcell .desc-wrapper .desc-wrap .tilepad::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #2d3622;
  transform: skewX(-22deg);
}.layer .block-title,
.layer .chapter-title,
.layer .header-text,
.layer .lead-h2,
.layer .main-heading,
.layer .page-h,
.layer .section-h,
.layer .section-heading,
.layer .topic-title {
  color: #223047;
  text-align: right;
}
.layer .tilepad,
.layer .desc-wrapper {
  color: #2d3622;
  text-align: right;
}
.foldbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #162a44;
}
.foldbox .domwrap {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #4c8c7a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .foldbox .domwrap {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .foldbox .domwrap {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .foldbox .domwrap {
    display: none;
  }
}
.foldbox .rowwrap {
  position: relative;
  z-index: 1;
}.foldbox .rowwrap .block-title,
.foldbox .rowwrap .chapter-title,
.foldbox .rowwrap .header-text,
.foldbox .rowwrap .lead-h2,
.foldbox .rowwrap .main-heading,
.foldbox .rowwrap .page-h,
.foldbox .rowwrap .section-h,
.foldbox .rowwrap .section-heading,
.foldbox .rowwrap .topic-title {
  margin-bottom: 20px;
}
.foldbox .rowwrap .nodemap {
  margin-bottom: 0;
}
.foldbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper {
    margin-top: 32px;
  }
}
.foldbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.foldbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.foldbox .nav-wrapper .list .item-wrap:hover,
.foldbox .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title {
  color: #ffffff;
  text-align: center;
}
.foldbox .nodemap {
  color: #ffffff;
  text-align: center;
}
.foldbox .list {
  color: #ffffff;
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title,
.foldbox .cta-link,
.foldbox .main-btn,
.foldbox .primary-cta,
.foldbox .section-action,
.foldbox .section-cta {
  color: #000000;
}
.foldbox .list,
.foldbox .item-wrap {
  color: #ffffff;
}
.boxcore {
  z-index: 1000;
  width: 100%;
}
.boxcore nav.navbar {
  position: fixed;
}
.boxcore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.boxcore .nav-link {
  position: relative;
}
.boxcore .container {
  display: flex;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .boxcore .container {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .boxcore .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .boxcore .container {
    max-width: 1484px;
  }
}
.boxcore .nav-item:focus,
.boxcore .nav-link:focus {
  outline: none;
}
.boxcore .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1f3a5f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.boxcore .navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  -webkit-mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  background-color: #1f3a5f;
}
.boxcore .navbar .contentbox {
  margin-right: 1rem;
}
.boxcore .navbar .contentbox img {
  width: auto;
}
.boxcore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxcore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxcore .navbar .contentbox img {
    height: 3rem !important;
  }
  .boxcore .navbar ul.navbar-nav li {
    margin: auto;
  }
  .boxcore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .boxcore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxcore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.boxcore .navbar-brand .nodewrap {
  line-height: inherit !important;
  font-weight: 400;
}
.boxcore .navbar-brand .nodewrap:hover,
.boxcore .navbar-brand .nodewrap:focus {
  color: #ffffff !important;
}
.boxcore .navbar-brand .contentbox a {
  outline: none;
}
.boxcore .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.boxcore ul.navbar-nav {
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .boxcore ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.boxcore .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .boxcore .navbar-buttons {
    text-align: left;
  }
}
.boxcore .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .boxcore .navbar-buttons .btn {
    width: auto !important;
  }
}
.boxcore button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #1f3a5f !important;
  border: none !important;
  box-shadow: none !important;
}

.boxcore .top-nav {
  padding: 0 1rem;
  position: fixed;
}
.boxcore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxcore .navbar {
    height: 70px;
  }
  .boxcore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxcore .nav-item {
  padding: 0;
  margin: 0;
}
.boxcore .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.boxcore .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.boxcore .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.boxcore .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.boxcore .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .boxcore .navbar {
    justify-content: flex-start !important;
  }
  .boxcore .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .boxcore .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .boxcore .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .boxcore .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .boxcore .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.framefield {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #eef3f8, #f7f9fc);
}
@media (min-width: 768px) {
  .framefield {
    align-items: flex-start;
  }
  .framefield .row {
    justify-content: flex-start;
  }
}.framefield .block-title,
.framefield .chapter-title,
.framefield .header-text,
.framefield .lead-h2,
.framefield .main-heading,
.framefield .page-h,
.framefield .section-h,
.framefield .section-heading,
.framefield .topic-title {
  text-align: left;
  color: #232323;
}.framefield .abstractbox,
.framefield .cta-link,
.framefield .main-btn,
.framefield .primary-cta,
.framefield .section-action,
.framefield .section-cta {
  text-align: left;
  color: #000000;
}.framefield .block-title,
.framefield .chapter-title,
.framefield .header-text,
.framefield .lead-h2,
.framefield .main-heading,
.framefield .page-h,
.framefield .section-h,
.framefield .section-heading,
.framefield .topic-title {
  color: #223047;
  text-align: center;
}
.framefield h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.framefield h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}.framefield .sub-heading,
.framefield .align {
  text-align: left;
  color: #232323;
}
.shiftbox {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f9fc;
}
.shiftbox .container,
.shiftbox .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .shiftbox .container,
  .shiftbox .container-fluid {
    padding: 0 20px;
  }
}.shiftbox .rowwrap .sub-heading {
  margin-bottom: 25px;
}
@media (max-width: 992px) {.shiftbox .rowwrap .sub-heading {
    margin-bottom: 20px;
  }
}.shiftbox .rowwrap .block-title,
.shiftbox .rowwrap .chapter-title,
.shiftbox .rowwrap .header-text,
.shiftbox .rowwrap .lead-h2,
.shiftbox .rowwrap .main-heading,
.shiftbox .rowwrap .page-h,
.shiftbox .rowwrap .section-h,
.shiftbox .rowwrap .section-heading,
.shiftbox .rowwrap .topic-title {
  margin-bottom: 0;
}.shiftbox .block-title,
.shiftbox .chapter-title,
.shiftbox .header-text,
.shiftbox .lead-h2,
.shiftbox .main-heading,
.shiftbox .page-h,
.shiftbox .section-h,
.shiftbox .section-heading,
.shiftbox .topic-title {
  color: #162a44;
  text-align: center;
}.shiftbox .sub-heading {
  color: #ed9b82;
}
.zoneunit {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f9fc;
}
@media (max-width: 992px) {
  .zoneunit .container {
    padding: 0 15px;
  }
}
.zoneunit .shellcell {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .zoneunit .shellcell {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .zoneunit .shellcell {
    padding-left: 0;
  }
}
.zoneunit .shellcell .dockwrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #4c8c7a;
}
.zoneunit .shellcell .dockwrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #4c8c7a;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .zoneunit .shellcell .dockwrap {
    margin-bottom: 40px;
  }
}.zoneunit .shellcell .block-title,
.zoneunit .shellcell .chapter-title,
.zoneunit .shellcell .header-text,
.zoneunit .shellcell .lead-h2,
.zoneunit .shellcell .main-heading,
.zoneunit .shellcell .page-h,
.zoneunit .shellcell .section-h,
.zoneunit .shellcell .section-heading,
.zoneunit .shellcell .topic-title {
  margin-bottom: 40px;
}
.zoneunit .shellcell .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .zoneunit .shellcell .desc-wrapper .desc-wrap {
    display: block;
  }
}
.zoneunit .shellcell .desc-wrapper .desc-wrap .tilepad {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .zoneunit .shellcell .desc-wrapper .desc-wrap .tilepad {
    margin-bottom: 20px;
  }
}
.zoneunit .shellcell .desc-wrapper .desc-wrap .tilepad::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #2d3622;
  transform: skewX(-22deg);
}.zoneunit .block-title,
.zoneunit .chapter-title,
.zoneunit .header-text,
.zoneunit .lead-h2,
.zoneunit .main-heading,
.zoneunit .page-h,
.zoneunit .section-h,
.zoneunit .section-heading,
.zoneunit .topic-title {
  color: #223047;
  text-align: right;
}
.zoneunit .tilepad,
.zoneunit .desc-wrapper {
  color: #2d3622;
  text-align: right;
}
.foldbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #162a44;
}
.foldbox .domwrap {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #4c8c7a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .foldbox .domwrap {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .foldbox .domwrap {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .foldbox .domwrap {
    display: none;
  }
}
.foldbox .rowwrap {
  position: relative;
  z-index: 1;
}.foldbox .rowwrap .block-title,
.foldbox .rowwrap .chapter-title,
.foldbox .rowwrap .header-text,
.foldbox .rowwrap .lead-h2,
.foldbox .rowwrap .main-heading,
.foldbox .rowwrap .page-h,
.foldbox .rowwrap .section-h,
.foldbox .rowwrap .section-heading,
.foldbox .rowwrap .topic-title {
  margin-bottom: 20px;
}
.foldbox .rowwrap .nodemap {
  margin-bottom: 0;
}
.foldbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper {
    margin-top: 32px;
  }
}
.foldbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.foldbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.foldbox .nav-wrapper .list .item-wrap:hover,
.foldbox .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title {
  color: #ffffff;
  text-align: center;
}
.foldbox .nodemap {
  color: #ffffff;
  text-align: center;
}
.foldbox .list {
  color: #ffffff;
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title,
.foldbox .cta-link,
.foldbox .main-btn,
.foldbox .primary-cta,
.foldbox .section-action,
.foldbox .section-cta {
  color: #000000;
}
.foldbox .list,
.foldbox .item-wrap {
  color: #ffffff;
}
.boxcore {
  z-index: 1000;
  width: 100%;
}
.boxcore nav.navbar {
  position: fixed;
}
.boxcore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.boxcore .nav-link {
  position: relative;
}
.boxcore .container {
  display: flex;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .boxcore .container {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .boxcore .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .boxcore .container {
    max-width: 1484px;
  }
}
.boxcore .nav-item:focus,
.boxcore .nav-link:focus {
  outline: none;
}
.boxcore .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1f3a5f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.boxcore .navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  -webkit-mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  background-color: #1f3a5f;
}
.boxcore .navbar .contentbox {
  margin-right: 1rem;
}
.boxcore .navbar .contentbox img {
  width: auto;
}
.boxcore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxcore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxcore .navbar .contentbox img {
    height: 3rem !important;
  }
  .boxcore .navbar ul.navbar-nav li {
    margin: auto;
  }
  .boxcore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .boxcore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxcore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.boxcore .navbar-brand .nodewrap {
  line-height: inherit !important;
  font-weight: 400;
}
.boxcore .navbar-brand .nodewrap:hover,
.boxcore .navbar-brand .nodewrap:focus {
  color: #ffffff !important;
}
.boxcore .navbar-brand .contentbox a {
  outline: none;
}
.boxcore .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.boxcore ul.navbar-nav {
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .boxcore ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.boxcore .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .boxcore .navbar-buttons {
    text-align: left;
  }
}
.boxcore .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .boxcore .navbar-buttons .btn {
    width: auto !important;
  }
}
.boxcore button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #1f3a5f !important;
  border: none !important;
  box-shadow: none !important;
}

.boxcore .top-nav {
  padding: 0 1rem;
  position: fixed;
}
.boxcore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxcore .navbar {
    height: 70px;
  }
  .boxcore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxcore .nav-item {
  padding: 0;
  margin: 0;
}
.boxcore .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.boxcore .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.boxcore .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.boxcore .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.boxcore .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .boxcore .navbar {
    justify-content: flex-start !important;
  }
  .boxcore .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .boxcore .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .boxcore .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .boxcore .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .boxcore .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.shellbox {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #eef3f8, #f7f9fc);
}
@media (min-width: 768px) {
  .shellbox {
    align-items: flex-start;
  }
  .shellbox .row {
    justify-content: flex-start;
  }
}.shellbox .block-title,
.shellbox .chapter-title,
.shellbox .header-text,
.shellbox .lead-h2,
.shellbox .main-heading,
.shellbox .page-h,
.shellbox .section-h,
.shellbox .section-heading,
.shellbox .topic-title {
  text-align: left;
  color: #232323;
}.shellbox .abstractbox,
.shellbox .cta-link,
.shellbox .main-btn,
.shellbox .primary-cta,
.shellbox .section-action,
.shellbox .section-cta {
  text-align: left;
  color: #000000;
}.shellbox .block-title,
.shellbox .chapter-title,
.shellbox .header-text,
.shellbox .lead-h2,
.shellbox .main-heading,
.shellbox .page-h,
.shellbox .section-h,
.shellbox .section-heading,
.shellbox .topic-title {
  color: #223047;
  text-align: center;
}
.shellbox h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.shellbox h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}.shellbox .sub-heading,
.shellbox .align {
  text-align: left;
  color: #232323;
}
.band {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f9fc;
}
.band .container,
.band .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .band .container,
  .band .container-fluid {
    padding: 0 20px;
  }
}.band .rowwrap .sub-heading {
  margin-bottom: 25px;
}
@media (max-width: 992px) {.band .rowwrap .sub-heading {
    margin-bottom: 20px;
  }
}.band .rowwrap .block-title,
.band .rowwrap .chapter-title,
.band .rowwrap .header-text,
.band .rowwrap .lead-h2,
.band .rowwrap .main-heading,
.band .rowwrap .page-h,
.band .rowwrap .section-h,
.band .rowwrap .section-heading,
.band .rowwrap .topic-title {
  margin-bottom: 0;
}.band .block-title,
.band .chapter-title,
.band .header-text,
.band .lead-h2,
.band .main-heading,
.band .page-h,
.band .section-h,
.band .section-heading,
.band .topic-title {
  color: #162a44;
  text-align: center;
}.band .sub-heading {
  color: #ed9b82;
}
.stagebox {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f9fc;
}
@media (max-width: 992px) {
  .stagebox .container {
    padding: 0 15px;
  }
}
.stagebox .shellcell {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .stagebox .shellcell {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .stagebox .shellcell {
    padding-left: 0;
  }
}
.stagebox .shellcell .dockwrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #4c8c7a;
}
.stagebox .shellcell .dockwrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #4c8c7a;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .stagebox .shellcell .dockwrap {
    margin-bottom: 40px;
  }
}.stagebox .shellcell .block-title,
.stagebox .shellcell .chapter-title,
.stagebox .shellcell .header-text,
.stagebox .shellcell .lead-h2,
.stagebox .shellcell .main-heading,
.stagebox .shellcell .page-h,
.stagebox .shellcell .section-h,
.stagebox .shellcell .section-heading,
.stagebox .shellcell .topic-title {
  margin-bottom: 40px;
}
.stagebox .shellcell .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .stagebox .shellcell .desc-wrapper .desc-wrap {
    display: block;
  }
}
.stagebox .shellcell .desc-wrapper .desc-wrap .tilepad {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .stagebox .shellcell .desc-wrapper .desc-wrap .tilepad {
    margin-bottom: 20px;
  }
}
.stagebox .shellcell .desc-wrapper .desc-wrap .tilepad::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #2d3622;
  transform: skewX(-22deg);
}.stagebox .block-title,
.stagebox .chapter-title,
.stagebox .header-text,
.stagebox .lead-h2,
.stagebox .main-heading,
.stagebox .page-h,
.stagebox .section-h,
.stagebox .section-heading,
.stagebox .topic-title {
  color: #223047;
  text-align: right;
}
.stagebox .tilepad,
.stagebox .desc-wrapper {
  color: #2d3622;
  text-align: right;
}
.foldbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #162a44;
}
.foldbox .domwrap {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #4c8c7a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .foldbox .domwrap {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .foldbox .domwrap {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .foldbox .domwrap {
    display: none;
  }
}
.foldbox .rowwrap {
  position: relative;
  z-index: 1;
}.foldbox .rowwrap .block-title,
.foldbox .rowwrap .chapter-title,
.foldbox .rowwrap .header-text,
.foldbox .rowwrap .lead-h2,
.foldbox .rowwrap .main-heading,
.foldbox .rowwrap .page-h,
.foldbox .rowwrap .section-h,
.foldbox .rowwrap .section-heading,
.foldbox .rowwrap .topic-title {
  margin-bottom: 20px;
}
.foldbox .rowwrap .nodemap {
  margin-bottom: 0;
}
.foldbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper {
    margin-top: 32px;
  }
}
.foldbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.foldbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.foldbox .nav-wrapper .list .item-wrap:hover,
.foldbox .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title {
  color: #ffffff;
  text-align: center;
}
.foldbox .nodemap {
  color: #ffffff;
  text-align: center;
}
.foldbox .list {
  color: #ffffff;
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title,
.foldbox .cta-link,
.foldbox .main-btn,
.foldbox .primary-cta,
.foldbox .section-action,
.foldbox .section-cta {
  color: #000000;
}
.foldbox .list,
.foldbox .item-wrap {
  color: #ffffff;
}
.boxcore {
  z-index: 1000;
  width: 100%;
}
.boxcore nav.navbar {
  position: fixed;
}
.boxcore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.boxcore .nav-link {
  position: relative;
}
.boxcore .container {
  display: flex;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .boxcore .container {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .boxcore .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .boxcore .container {
    max-width: 1484px;
  }
}
.boxcore .nav-item:focus,
.boxcore .nav-link:focus {
  outline: none;
}
.boxcore .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1f3a5f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.boxcore .navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  -webkit-mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  background-color: #1f3a5f;
}
.boxcore .navbar .contentbox {
  margin-right: 1rem;
}
.boxcore .navbar .contentbox img {
  width: auto;
}
.boxcore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxcore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxcore .navbar .contentbox img {
    height: 3rem !important;
  }
  .boxcore .navbar ul.navbar-nav li {
    margin: auto;
  }
  .boxcore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .boxcore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxcore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.boxcore .navbar-brand .nodewrap {
  line-height: inherit !important;
  font-weight: 400;
}
.boxcore .navbar-brand .nodewrap:hover,
.boxcore .navbar-brand .nodewrap:focus {
  color: #ffffff !important;
}
.boxcore .navbar-brand .contentbox a {
  outline: none;
}
.boxcore .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.boxcore ul.navbar-nav {
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .boxcore ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.boxcore .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .boxcore .navbar-buttons {
    text-align: left;
  }
}
.boxcore .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .boxcore .navbar-buttons .btn {
    width: auto !important;
  }
}
.boxcore button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #1f3a5f !important;
  border: none !important;
  box-shadow: none !important;
}

.boxcore .top-nav {
  padding: 0 1rem;
  position: fixed;
}
.boxcore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxcore .navbar {
    height: 70px;
  }
  .boxcore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxcore .nav-item {
  padding: 0;
  margin: 0;
}
.boxcore .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.boxcore .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.boxcore .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.boxcore .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.boxcore .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .boxcore .navbar {
    justify-content: flex-start !important;
  }
  .boxcore .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .boxcore .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .boxcore .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .boxcore .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .boxcore .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.layerbox {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #eef3f8, #f7f9fc);
}
@media (min-width: 768px) {
  .layerbox {
    align-items: flex-start;
  }
  .layerbox .row {
    justify-content: flex-start;
  }
}.layerbox .block-title,
.layerbox .chapter-title,
.layerbox .header-text,
.layerbox .lead-h2,
.layerbox .main-heading,
.layerbox .page-h,
.layerbox .section-h,
.layerbox .section-heading,
.layerbox .topic-title {
  text-align: left;
  color: #232323;
}.layerbox .abstractbox,
.layerbox .cta-link,
.layerbox .main-btn,
.layerbox .primary-cta,
.layerbox .section-action,
.layerbox .section-cta {
  text-align: left;
  color: #000000;
}.layerbox .block-title,
.layerbox .chapter-title,
.layerbox .header-text,
.layerbox .lead-h2,
.layerbox .main-heading,
.layerbox .page-h,
.layerbox .section-h,
.layerbox .section-heading,
.layerbox .topic-title {
  color: #223047;
  text-align: center;
}
.layerbox h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.layerbox h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}.layerbox .sub-heading,
.layerbox .align {
  text-align: left;
  color: #232323;
}
.colpad {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f9fc;
}
.colpad .container,
.colpad .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .colpad .container,
  .colpad .container-fluid {
    padding: 0 20px;
  }
}.colpad .rowwrap .sub-heading {
  margin-bottom: 25px;
}
@media (max-width: 992px) {.colpad .rowwrap .sub-heading {
    margin-bottom: 20px;
  }
}.colpad .rowwrap .block-title,
.colpad .rowwrap .chapter-title,
.colpad .rowwrap .header-text,
.colpad .rowwrap .lead-h2,
.colpad .rowwrap .main-heading,
.colpad .rowwrap .page-h,
.colpad .rowwrap .section-h,
.colpad .rowwrap .section-heading,
.colpad .rowwrap .topic-title {
  margin-bottom: 0;
}.colpad .block-title,
.colpad .chapter-title,
.colpad .header-text,
.colpad .lead-h2,
.colpad .main-heading,
.colpad .page-h,
.colpad .section-h,
.colpad .section-heading,
.colpad .topic-title {
  color: #162a44;
  text-align: center;
}.colpad .sub-heading {
  color: #ed9b82;
}
.flexbox {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f9fc;
}
@media (max-width: 992px) {
  .flexbox .container {
    padding: 0 15px;
  }
}
.flexbox .shellcell {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .flexbox .shellcell {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .flexbox .shellcell {
    padding-left: 0;
  }
}
.flexbox .shellcell .dockwrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #4c8c7a;
}
.flexbox .shellcell .dockwrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #4c8c7a;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .flexbox .shellcell .dockwrap {
    margin-bottom: 40px;
  }
}.flexbox .shellcell .block-title,
.flexbox .shellcell .chapter-title,
.flexbox .shellcell .header-text,
.flexbox .shellcell .lead-h2,
.flexbox .shellcell .main-heading,
.flexbox .shellcell .page-h,
.flexbox .shellcell .section-h,
.flexbox .shellcell .section-heading,
.flexbox .shellcell .topic-title {
  margin-bottom: 40px;
}
.flexbox .shellcell .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .flexbox .shellcell .desc-wrapper .desc-wrap {
    display: block;
  }
}
.flexbox .shellcell .desc-wrapper .desc-wrap .tilepad {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .flexbox .shellcell .desc-wrapper .desc-wrap .tilepad {
    margin-bottom: 20px;
  }
}
.flexbox .shellcell .desc-wrapper .desc-wrap .tilepad::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #2d3622;
  transform: skewX(-22deg);
}.flexbox .block-title,
.flexbox .chapter-title,
.flexbox .header-text,
.flexbox .lead-h2,
.flexbox .main-heading,
.flexbox .page-h,
.flexbox .section-h,
.flexbox .section-heading,
.flexbox .topic-title {
  color: #223047;
  text-align: right;
}
.flexbox .tilepad,
.flexbox .desc-wrapper {
  color: #2d3622;
  text-align: right;
}
.foldbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #162a44;
}
.foldbox .domwrap {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #4c8c7a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .foldbox .domwrap {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .foldbox .domwrap {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .foldbox .domwrap {
    display: none;
  }
}
.foldbox .rowwrap {
  position: relative;
  z-index: 1;
}.foldbox .rowwrap .block-title,
.foldbox .rowwrap .chapter-title,
.foldbox .rowwrap .header-text,
.foldbox .rowwrap .lead-h2,
.foldbox .rowwrap .main-heading,
.foldbox .rowwrap .page-h,
.foldbox .rowwrap .section-h,
.foldbox .rowwrap .section-heading,
.foldbox .rowwrap .topic-title {
  margin-bottom: 20px;
}
.foldbox .rowwrap .nodemap {
  margin-bottom: 0;
}
.foldbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper {
    margin-top: 32px;
  }
}
.foldbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.foldbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.foldbox .nav-wrapper .list .item-wrap:hover,
.foldbox .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title {
  color: #ffffff;
  text-align: center;
}
.foldbox .nodemap {
  color: #ffffff;
  text-align: center;
}
.foldbox .list {
  color: #ffffff;
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title,
.foldbox .cta-link,
.foldbox .main-btn,
.foldbox .primary-cta,
.foldbox .section-action,
.foldbox .section-cta {
  color: #000000;
}
.foldbox .list,
.foldbox .item-wrap {
  color: #ffffff;
}
.boxcore {
  z-index: 1000;
  width: 100%;
}
.boxcore nav.navbar {
  position: fixed;
}
.boxcore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.boxcore .nav-link {
  position: relative;
}
.boxcore .container {
  display: flex;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .boxcore .container {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .boxcore .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .boxcore .container {
    max-width: 1484px;
  }
}
.boxcore .nav-item:focus,
.boxcore .nav-link:focus {
  outline: none;
}
.boxcore .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1f3a5f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.boxcore .navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  -webkit-mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  background-color: #1f3a5f;
}
.boxcore .navbar .contentbox {
  margin-right: 1rem;
}
.boxcore .navbar .contentbox img {
  width: auto;
}
.boxcore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxcore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxcore .navbar .contentbox img {
    height: 3rem !important;
  }
  .boxcore .navbar ul.navbar-nav li {
    margin: auto;
  }
  .boxcore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .boxcore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxcore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.boxcore .navbar-brand .nodewrap {
  line-height: inherit !important;
  font-weight: 400;
}
.boxcore .navbar-brand .nodewrap:hover,
.boxcore .navbar-brand .nodewrap:focus {
  color: #ffffff !important;
}
.boxcore .navbar-brand .contentbox a {
  outline: none;
}
.boxcore .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.boxcore ul.navbar-nav {
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .boxcore ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.boxcore .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .boxcore .navbar-buttons {
    text-align: left;
  }
}
.boxcore .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .boxcore .navbar-buttons .btn {
    width: auto !important;
  }
}
.boxcore button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #1f3a5f !important;
  border: none !important;
  box-shadow: none !important;
}

.boxcore .top-nav {
  padding: 0 1rem;
  position: fixed;
}
.boxcore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxcore .navbar {
    height: 70px;
  }
  .boxcore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxcore .nav-item {
  padding: 0;
  margin: 0;
}
.boxcore .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.boxcore .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.boxcore .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.boxcore .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.boxcore .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .boxcore .navbar {
    justify-content: flex-start !important;
  }
  .boxcore .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .boxcore .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .boxcore .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .boxcore .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .boxcore .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.headwrap {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background: linear-gradient(to bottom, #eef3f8, #f7f9fc);
}
@media (min-width: 768px) {
  .headwrap {
    align-items: flex-start;
  }
  .headwrap .row {
    justify-content: flex-start;
  }
}.headwrap .block-title,
.headwrap .chapter-title,
.headwrap .header-text,
.headwrap .lead-h2,
.headwrap .main-heading,
.headwrap .page-h,
.headwrap .section-h,
.headwrap .section-heading,
.headwrap .topic-title {
  text-align: left;
  color: #232323;
}.headwrap .abstractbox,
.headwrap .cta-link,
.headwrap .main-btn,
.headwrap .primary-cta,
.headwrap .section-action,
.headwrap .section-cta {
  text-align: left;
  color: #000000;
}.headwrap .block-title,
.headwrap .chapter-title,
.headwrap .header-text,
.headwrap .lead-h2,
.headwrap .main-heading,
.headwrap .page-h,
.headwrap .section-h,
.headwrap .section-heading,
.headwrap .topic-title {
  color: #223047;
  text-align: center;
}
.headwrap h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.headwrap h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}.headwrap .sub-heading,
.headwrap .align {
  text-align: left;
  color: #232323;
}
.stackcol {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f9fc;
}
.stackcol .container,
.stackcol .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .stackcol .container,
  .stackcol .container-fluid {
    padding: 0 20px;
  }
}.stackcol .rowwrap .sub-heading {
  margin-bottom: 25px;
}
@media (max-width: 992px) {.stackcol .rowwrap .sub-heading {
    margin-bottom: 20px;
  }
}.stackcol .rowwrap .block-title,
.stackcol .rowwrap .chapter-title,
.stackcol .rowwrap .header-text,
.stackcol .rowwrap .lead-h2,
.stackcol .rowwrap .main-heading,
.stackcol .rowwrap .page-h,
.stackcol .rowwrap .section-h,
.stackcol .rowwrap .section-heading,
.stackcol .rowwrap .topic-title {
  margin-bottom: 0;
}.stackcol .block-title,
.stackcol .chapter-title,
.stackcol .header-text,
.stackcol .lead-h2,
.stackcol .main-heading,
.stackcol .page-h,
.stackcol .section-h,
.stackcol .section-heading,
.stackcol .topic-title {
  color: #162a44;
  text-align: center;
}.stackcol .sub-heading {
  color: #ed9b82;
}
.layoutwrap {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f9fc;
}
@media (max-width: 992px) {
  .layoutwrap .container {
    padding: 0 15px;
  }
}
.layoutwrap .shellcell {
  padding-left: 76px;
}
@media (max-width: 1200px) {
  .layoutwrap .shellcell {
    padding-left: 54px;
  }
}
@media (max-width: 992px) {
  .layoutwrap .shellcell {
    padding-left: 0;
  }
}
.layoutwrap .shellcell .dockwrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #4c8c7a;
}
.layoutwrap .shellcell .dockwrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #4c8c7a;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .layoutwrap .shellcell .dockwrap {
    margin-bottom: 40px;
  }
}.layoutwrap .shellcell .block-title,
.layoutwrap .shellcell .chapter-title,
.layoutwrap .shellcell .header-text,
.layoutwrap .shellcell .lead-h2,
.layoutwrap .shellcell .main-heading,
.layoutwrap .shellcell .page-h,
.layoutwrap .shellcell .section-h,
.layoutwrap .shellcell .section-heading,
.layoutwrap .shellcell .topic-title {
  margin-bottom: 40px;
}
.layoutwrap .shellcell .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .layoutwrap .shellcell .desc-wrapper .desc-wrap {
    display: block;
  }
}
.layoutwrap .shellcell .desc-wrapper .desc-wrap .tilepad {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-bottom: 0;
  padding-left: 25px;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .layoutwrap .shellcell .desc-wrapper .desc-wrap .tilepad {
    margin-bottom: 20px;
  }
}
.layoutwrap .shellcell .desc-wrapper .desc-wrap .tilepad::before {
  content: '';
  position: absolute;
  left: 0;
  height: 65%;
  width: 5px;
  background-color: #2d3622;
  transform: skewX(-22deg);
}.layoutwrap .block-title,
.layoutwrap .chapter-title,
.layoutwrap .header-text,
.layoutwrap .lead-h2,
.layoutwrap .main-heading,
.layoutwrap .page-h,
.layoutwrap .section-h,
.layoutwrap .section-heading,
.layoutwrap .topic-title {
  color: #223047;
  text-align: right;
}
.layoutwrap .tilepad,
.layoutwrap .desc-wrapper {
  color: #2d3622;
  text-align: right;
}
.foldbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #162a44;
}
.foldbox .domwrap {
  position: absolute;
  bottom: -4rem;
  left: -13rem;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
  background-color: #4c8c7a;
  pointer-events: none;
}
@media (max-width: 1600px) {
  .foldbox .domwrap {
    left: -16rem;
  }
}
@media (max-width: 1440px) {
  .foldbox .domwrap {
    left: -20rem;
  }
}
@media (max-width: 992px) {
  .foldbox .domwrap {
    display: none;
  }
}
.foldbox .rowwrap {
  position: relative;
  z-index: 1;
}.foldbox .rowwrap .block-title,
.foldbox .rowwrap .chapter-title,
.foldbox .rowwrap .header-text,
.foldbox .rowwrap .lead-h2,
.foldbox .rowwrap .main-heading,
.foldbox .rowwrap .page-h,
.foldbox .rowwrap .section-h,
.foldbox .rowwrap .section-heading,
.foldbox .rowwrap .topic-title {
  margin-bottom: 20px;
}
.foldbox .rowwrap .nodemap {
  margin-bottom: 0;
}
.foldbox .nav-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper {
    margin-top: 32px;
  }
}
.foldbox .nav-wrapper .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.foldbox .nav-wrapper .list .item-wrap {
  transition: all .3s ease;
  margin: 0 30px 40px;
}
.foldbox .nav-wrapper .list .item-wrap:hover,
.foldbox .nav-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
@media (max-width: 992px) {
  .foldbox .nav-wrapper .list .item-wrap {
    margin: 0 16px 20px;
  }
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title {
  color: #ffffff;
  text-align: center;
}
.foldbox .nodemap {
  color: #ffffff;
  text-align: center;
}
.foldbox .list {
  color: #ffffff;
}.foldbox .block-title,
.foldbox .chapter-title,
.foldbox .header-text,
.foldbox .lead-h2,
.foldbox .main-heading,
.foldbox .page-h,
.foldbox .section-h,
.foldbox .section-heading,
.foldbox .topic-title,
.foldbox .cta-link,
.foldbox .main-btn,
.foldbox .primary-cta,
.foldbox .section-action,
.foldbox .section-cta {
  color: #000000;
}
.foldbox .list,
.foldbox .item-wrap {
  color: #ffffff;
}
.boxcore {
  z-index: 1000;
  width: 100%;
}
.boxcore nav.navbar {
  position: fixed;
}
.boxcore .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.boxcore .nav-link {
  position: relative;
}
.boxcore .container {
  display: flex;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .boxcore .container {
    padding: 0 16px;
  }
}
@media (min-width: 992px) {
  .boxcore .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1440px) {
  .boxcore .container {
    max-width: 1484px;
  }
}
.boxcore .nav-item:focus,
.boxcore .nav-link:focus {
  outline: none;
}
.boxcore .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #1f3a5f;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.boxcore .navbar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  -webkit-mask: linear-gradient(0deg, transparent 0%, #000000 100%);
  background-color: #1f3a5f;
}
.boxcore .navbar .contentbox {
  margin-right: 1rem;
}
.boxcore .navbar .contentbox img {
  width: auto;
}
.boxcore .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .boxcore .navbar .nav-item .nav-link::before {
    display: none;
  }
  .boxcore .navbar .contentbox img {
    height: 3rem !important;
  }
  .boxcore .navbar ul.navbar-nav li {
    margin: auto;
  }
  .boxcore .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .boxcore .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.boxcore .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.boxcore .navbar-brand .nodewrap {
  line-height: inherit !important;
  font-weight: 400;
}
.boxcore .navbar-brand .nodewrap:hover,
.boxcore .navbar-brand .nodewrap:focus {
  color: #ffffff !important;
}
.boxcore .navbar-brand .contentbox a {
  outline: none;
}
.boxcore .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.boxcore ul.navbar-nav {
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .boxcore ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.boxcore .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .boxcore .navbar-buttons {
    text-align: left;
  }
}
.boxcore .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .boxcore .navbar-buttons .btn {
    width: auto !important;
  }
}
.boxcore button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 70px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: #1f3a5f !important;
  border: none !important;
  box-shadow: none !important;
}

.boxcore .top-nav {
  padding: 0 1rem;
  position: fixed;
}
.boxcore a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .boxcore .navbar {
    height: 70px;
  }
  .boxcore .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.boxcore .nav-item {
  padding: 0;
  margin: 0;
}
.boxcore .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}
.boxcore .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.boxcore .nav-item .nav-link:hover {
  background-color: transparent;
  opacity: .5;
}
.boxcore .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.boxcore .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .boxcore .navbar {
    justify-content: flex-start !important;
  }
  .boxcore .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .boxcore .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .boxcore .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .boxcore .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .boxcore .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}

.stacklayer {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  isolation: isolate;
}

.stacklayer *,
.stacklayer *::before,
.stacklayer *::after {
  box-sizing: border-box;
}

.dock {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #d9dde2;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.10);
  overflow: hidden;
}

.dock::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8a97a6 0%, #c5cbd3 100%);
}

.clipwrap {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 200px;
  gap: 14px;
  align-items: start;
  width: 100%;
  margin-bottom: 12px;
}

.trackbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.cookie23-image-box {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  max-width: 64px;
  max-height: 64px;
  border-radius: 16px;
  background: #f5f7f9;
  border: 1px solid #e3e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 64px;
}

.cookie23-image-box img,
.viewlayer {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  object-fit: contain !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  margin: 0 !important;
  flex: 0 0 42px !important;
}

.outerwrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
}

#panelClose {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  border: none;
  background: #2d3742;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(45, 55, 66, 0.14);
}

#panelClose:hover {
  transform: translateY(-1px);
}

.boxsegment {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
}

.elementbox {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f5f7f9;
  border: 1px solid #e3e7eb;
  color: #687481;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.levelbox {
  margin: 0;
  color: #232b34;
  font-size: 17px;
  line-height: 1.12;
  font-weight: 600;
}

.area {
  margin: 0;
  color: #49535d;
  font-size: 13px;
  line-height: 1.62;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.stepbox {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  align-items: center;
  text-align: center;
}

.cookie23-links-text {
  display: block;
  width: 100%;
  color: #74808b;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.cookie23-links-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
  text-align: center;
}

.cookie23-links-row a {
  display: inline-block;
  color: #4f6478;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(79, 100, 120, 0.34);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.cookie23-links-row a:hover {
  color: #324454;
  border-bottom-color: #324454;
}

.cookie23-links-row span {
  color: #74808b;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .clipwrap {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .outerwrap {
    grid-column: 1 / -1;
    max-width: none;
    margin-left: 0;
    flex-direction: row;
  }

  #panelClose {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .stacklayer {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .dock {
    padding: 16px;
    border-radius: 16px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .clipwrap {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 12px;
  }

  .trackbox {
    justify-content: center;
  }

  .outerwrap {
    order: 2;
    flex-direction: column;
    max-width: none;
  }

  .boxsegment {
    order: 1;
    align-items: center;
    text-align: center;
  }

  .elementbox {
    align-self: center;
  }

  .levelbox {
    font-size: 18px;
    text-align: center;
  }

  .area {
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
  }

  .stepbox {
    align-items: center;
    text-align: center;
  }

  .cookie23-links-row {
    justify-content: center;
  }

  #panelClose {
    width: 100%;
  }

  .cookie23-image-box {
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
    max-width: 68px;
    max-height: 68px;
    border-radius: 18px;
    flex: 0 0 68px;
  }

  .cookie23-image-box img,
  .viewlayer {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
    flex: 0 0 46px !important;
  }
}

@media (max-width: 380px) {
  .stacklayer {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .dock {
    padding: 14px;
    border-radius: 14px;
  }

  .levelbox {
    font-size: 16px;
  }

  .cookie23-links-text,
  .cookie23-links-row a,
  .cookie23-links-row span,
  #panelClose {
    font-size: 12px;
  }

  .cookie23-image-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 16px;
    flex: 0 0 60px;
  }

  .cookie23-image-box img,
  .viewlayer {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    flex: 0 0 40px !important;
  }
}

.section-large-btn {
  padding: 0 !important;
  background: transparent;
}
.section-large-btn .box-layout {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}
.section-large-btn .ui-card {
  padding: 40px 40px 32px;
  background: #f8fbff;
  border-bottom: 1px solid #e5eef8;
  text-align: center;
}
.section-large-btn .wrap-status {
  display: inline-flex;
  padding: 8px 18px;
  border-radius: 999px;
  background: #eaf3ff;
  color: #2563eb;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.section-large-btn .flexwrap {
  margin: 18px 0 10px;
  color: #111827;
  font-size: 32px;
  line-height: 1.15;
  font-weight: 800;
  text-align: center;
}
.section-large-btn .side-icon {
  margin: 0 auto;
  max-width: 520px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
.section-large-btn .badge-plain-tile {
  padding: 32px 40px 40px;
  color: #1f2937;
}
.section-large-btn .badge-plain-tile *,
.section-large-btn .badge-plain-tile *::before,
.section-large-btn .badge-plain-tile *::after {
  box-sizing: border-box;
}
.section-large-btn .badge-plain-tile [hidden] {
  display: none !important;
}
.section-large-btn .slot-foot {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.section-large-btn .docksegment {
  display: flex;
  flex-direction: column;
  align-self: start;
}
.section-large-btn .root-single-inner {
  grid-column: 1 / -1;
}
.section-large-btn .shellunit {
  display: block;
  margin: 0 0 10px;
  color: #6b7280;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}
.section-large-btn .layoutbase {
  width: 100%;
  height: 54px;
  min-height: 54px;
  padding: 0 20px;
  border: 1px solid #d1d5db !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #111827 !important;
  font-size: 15px;
  box-shadow: none !important;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.section-large-btn input.layoutbase {
  line-height: normal;
}
.section-large-btn .layoutbase::placeholder {
  color: #9ca3af;
  opacity: 1;
  text-align: center;
}
.section-large-btn .layoutbase:focus {
  outline: none;
  border-color: #2563eb !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12) !important;
}
.section-large-btn select.layoutbase,
.section-large-btn .box-grid {
  line-height: normal;
  padding-right: 46px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 16px !important;
  cursor: pointer;
}
.section-large-btn select.layoutbase option {
  background: #ffffff;
  color: #111827;
}
.section-large-btn textarea.layoutbase {
  height: auto;
  min-height: 180px;
  padding: 15px 18px;
  resize: vertical;
  text-align: left;
}
.section-large-btn textarea.layoutbase::placeholder {
  text-align: left;
}
.section-large-btn .slot-half-frame {
  padding: 18px 22px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #f9fafb;
}
.section-large-btn .bold-wide-wrap {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.section-large-btn .field-half-side {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #2563eb;
  cursor: pointer;
}
.section-large-btn .top-big-input {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.75;
  cursor: pointer;
}
.section-large-btn .top-big-input a {
  color: #2563eb;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
  transition: color 0.2s ease;
}
.section-large-btn .top-big-input a:hover,
.section-large-btn .top-big-input a:focus {
  color: #1d4ed8;
}
.section-large-btn .framebox {
  display: flex;
  justify-content: center;
  width: 100%;
}
.section-large-btn .innerpad {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  padding: 15px 36px;
  border: 1px solid #00b182;
  border-radius: 14px !important;
  background: #00b182;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(37, 99, 235, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.section-large-btn .innerpad:hover,
.section-large-btn .innerpad:focus {
  background: #00ba88;
  border-color: #00ba88;
  box-shadow: 0 14px 36px rgba(37, 99, 235, 0.36);
  transform: translateY(-2px);
}
.section-large-btn .innerpad:active {
  transform: translateY(0);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.22);
}
.section-large-btn .zone-side {
  margin: 0;
  color: #6b7280;
  font-size: 12.5px;
  line-height: 1.8;
  text-align: center;
  padding: 0 8px;
}
.section-large-btn .post-layout {
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.section-large-btn .foot-large-tile {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #166534;
}
.section-large-btn .deck-pro-tag {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}
@media (max-width: 767px) {
  .section-large-btn {
    padding: 0 12px !important;
  }
  .section-large-btn .ui-card {
    padding: 28px 20px 24px;
  }
  .section-large-btn .badge-plain-tile {
    padding: 24px 20px 28px;
  }
  .section-large-btn .flexwrap {
    font-size: 26px;
  }
  .section-large-btn .innerpad {
    width: 100%;
    min-width: 0;
  }
}

.stacklayer {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  z-index: 10000;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
  isolation: isolate;
}

.stacklayer *,
.stacklayer *::before,
.stacklayer *::after {
  box-sizing: border-box;
}

.stacklayer.expanded {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.stacklayer.closed {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
}

.dock {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #d9dde2;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.10);
  overflow: hidden;
}

.dock::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #8a97a6 0%, #c5cbd3 100%);
}

.clipwrap {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr) 200px;
  gap: 14px;
  align-items: start;
  width: 100%;
  margin-bottom: 12px;
}

.trackbox {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.cookie23-image-box {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  max-width: 64px;
  max-height: 64px;
  border-radius: 16px;
  background: #f5f7f9;
  border: 1px solid #e3e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 64px;
}

.cookie23-image-box img,
.viewlayer {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  max-width: 42px !important;
  max-height: 42px !important;
  object-fit: contain !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  margin: 0 !important;
  flex: 0 0 42px !important;
}

.outerwrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
}

#panelClose {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  border: none;
  background: #2d3742;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(45, 55, 66, 0.14);
}

#panelClose:hover {
  transform: translateY(-1px);
}

.boxsegment {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
}

.elementbox {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f5f7f9;
  border: 1px solid #e3e7eb;
  color: #687481;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.levelbox {
  margin: 0;
  color: #232b34;
  font-size: 17px;
  line-height: 1.12;
  font-weight: 600;
}

.area {
  margin: 0;
  color: #49535d;
  font-size: 13px;
  line-height: 1.62;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.stepbox {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  align-items: center;
  text-align: center;
}

.cookie23-links-text {
  display: block;
  width: 100%;
  color: #74808b;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.cookie23-links-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  min-width: 0;
  width: 100%;
  text-align: center;
}

.cookie23-links-row a {
  display: inline-block;
  color: #4f6478;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(79, 100, 120, 0.34);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.cookie23-links-row a:hover {
  color: #324454;
  border-bottom-color: #324454;
}

.cookie23-links-row span {
  color: #74808b;
  font-size: 13px;
  line-height: 1.35;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .clipwrap {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .outerwrap {
    grid-column: 1 / -1;
    max-width: none;
    margin-left: 0;
    flex-direction: row;
  }

  #panelClose {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .stacklayer {
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
  }

  .dock {
    padding: 16px;
    border-radius: 16px;
    max-height: calc(100vh - 20px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .clipwrap {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 12px;
  }

  .trackbox {
    justify-content: center;
  }

  .outerwrap {
    order: 2;
    flex-direction: column;
    max-width: none;
  }

  .boxsegment {
    order: 1;
    align-items: center;
    text-align: center;
  }

  .elementbox {
    align-self: center;
  }

  .levelbox {
    font-size: 18px;
    text-align: center;
  }

  .area {
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
  }

  .stepbox {
    align-items: center;
    text-align: center;
  }

  .cookie23-links-row {
    justify-content: center;
  }

  #panelClose {
    width: 100%;
  }

  .cookie23-image-box {
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
    max-width: 68px;
    max-height: 68px;
    border-radius: 18px;
    flex: 0 0 68px;
  }

  .cookie23-image-box img,
  .viewlayer {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
    flex: 0 0 46px !important;
  }
}

@media (max-width: 380px) {
  .stacklayer {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .dock {
    padding: 14px;
    border-radius: 14px;
  }

  .levelbox {
    font-size: 16px;
  }

  .cookie23-links-text,
  .cookie23-links-row a,
  .cookie23-links-row span,
  #panelClose {
    font-size: 12px;
  }

  .cookie23-image-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 16px;
    flex: 0 0 60px;
  }

  .cookie23-image-box img,
  .viewlayer {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    max-width: 40px !important;
    max-height: 40px !important;
    flex: 0 0 40px !important;
  }
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2C255%2C255%2C0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
