:root {

  --site-primary-rgb: 13, 110, 253;
  --site-secondary-rgb: 108, 117, 125;
  --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);
}

 h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--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;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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;
}

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],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

::-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;
}

.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%;
  }
}

.d-flex {
  display: flex !important;
}

.w-100 {
  width: 100% !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !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-secondary {
  --site-text-opacity: 1;
  color: rgba(var(--site-secondary-rgb), var(--site-text-opacity)) !important;
}

.site-nav {
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.45s ease;
  z-index: 1030;
  background: #282828; }
  .site-nav .holdunit {
    margin-right: 0.8rem;
    transition: margin 0.3s ease-in-out;
    vertical-align: middle; }
    .site-nav .holdunit img {
      height: 3.125rem;
      transition: all 0.3s ease-in-out; }
    .site-nav .holdunit.submit-iconfont {
      font-size: 3.125rem;
      line-height: 3.125rem; }
  .site-nav .outerpad {
    font-weight: 700;
    white-space: normal;
    vertical-align: -4px;
    line-height: 3.125rem !important; }
    .site-nav .outerpad, .site-nav .outerpad:hover {
      color: inherit;
      text-decoration: none; }
  .site-nav .submit-iconfont + .outerpad {
    vertical-align: -1px; }
  .site-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/brand2.woff2') format('woff2'), url('fonts/brand2.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.submit-iconfont:hover {
  text-decoration: none;
}

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;
}.block-subtitle,
.lead-sub,
.section-sub,
.sub-heading,
.subtitle-text,
.tagline-h {
  line-height: 1.3;
}

.cellwrap {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
.display-1,
.display-2,
.display-4,
.display-5,
.colwrap,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  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;
}

.drawbox {
  color: #ffffff;
}

.sectionlayer {
  color: #111111;
}

.bound {
  text-align: left;
}

.pinbox {
  text-align: center;
}

.gridmap {
  text-align: right;
}

.framepad {
  font-weight: 300;
}

.wrapperunit {
  font-weight: 400;
}

.fieldsetwrap {
  font-weight: 500;
}

img {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}.block-action,
.cta-link,
.lead-btn,
.main-btn,
.page-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 .block-action,
nav .cta-link,
nav .lead-btn,
nav .main-btn,
nav .page-btn,
nav .primary-cta,
nav .section-action,
nav .section-cta {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn .submit-iconfont,
.btn.btn-sm .submit-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .submit-iconfont,
.btn.btn-md .submit-iconfont {
  margin-left: 0.8rem;
}

.wrapperunit {
  font-weight: 400;
}

.fieldsetwrap {
  font-weight: 500;
}

[type=submit] {
  -webkit-appearance: none;
}

.bodybox .nodemapunit {
  min-height: 100vh;
}

.bodybox {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.map {
  height: 25rem;
  position: relative;
}

@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 .holdunit 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;
  }
}

.nav-link .submit-iconfont {
  margin-right: 0.5rem;
}

.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 {
  }

.card-wrapper {
  }

.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 .block-action,
form .cta-link,
form .lead-btn,
form .main-btn,
form .page-btn,
form .primary-cta,
form .section-action,
form .section-cta {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  min-height: 48px;
}

.nodemapunit {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

ul,
ol {
  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: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 992px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 992px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.item {
  position: relative;
}
@font-face {
  font-family: 'guideline2';
  font-display: swap;
  src: url('fonts/palette2.woff2') format('woff2'), url('fonts/palette2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="collaboration-"], [class*=" collaboration-"] {
  
  font-family: 'guideline2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.collaboration-application-file:before {
  content: "\e92f";
}
.collaboration-application-right:before {
  content: "\e96b";
}

.btn {
  border-width: 1px;
}
body {
  font-family: Instrument Serif;
}
.display-1 {
  font-family: 'League Spartan', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .submit-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'League Spartan', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-2 > .submit-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'League Spartan', sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
}
.display-4 > .submit-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'League Spartan', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .submit-iconfont {
  font-size: 2.5rem;
}
.colwrap {
  font-family: 'League Spartan', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.colwrap > .submit-iconfont {
  font-size: 1.25rem;
}

@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.7rem + (3 - 1.7) * ((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.6 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .colwrap {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.6 * (0.965rem + (0.9 - 0.965) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .colwrap {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}

.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}

.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #416ebb !important;
  border-color: #416ebb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #658aca !important;
  border-color: #658aca !important;
  box-shadow: none;
}

.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #658aca !important;
  border-color: #658aca !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-info:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #b2c9e6 !important;
  border-color: #b2c9e6 !important;
  color: #19304d !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d9e4f3 !important;
  border-color: #d9e4f3 !important;
  box-shadow: none;
}

.btn-success:disabled {
  color: #19304d !important;
  background-color: #d9e4f3 !important;
  border-color: #d9e4f3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ecf0f5 !important;
  border-color: #ecf0f5 !important;
  color: #3c5473 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-warning:disabled {
  color: #3c5473 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}

.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}

.btn-white:disabled {
  color: #666666 !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.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}

.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #416ebb;
  color: #416ebb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2b487b !important;
  background-color: transparent !important;
  border-color: #2b487b !important;
  box-shadow: none !important;
}

.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #416ebb !important;
  border-color: #416ebb !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.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: #b2c9e6;
  color: #b2c9e6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #719bd1 !important;
  background-color: transparent !important;
  border-color: #719bd1 !important;
  box-shadow: none !important;
}

.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b2c9e6 !important;
  border-color: #b2c9e6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ecf0f5;
  color: #ecf0f5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b3c3d7 !important;
  background-color: transparent !important;
  border-color: #b3c3d7 !important;
  box-shadow: none !important;
}

.btn-warning-outline:disabled {
  color: #4e6d94 !important;
  background-color: #ecf0f5 !important;
  border-color: #ecf0f5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}

.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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.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: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}

.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #416ebb !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #27416f !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;
}.block-action .btn:not(.btn-form),
.cta-link .btn:not(.btn-form),
.lead-btn .btn:not(.btn-form),
.main-btn .btn:not(.btn-form),
.page-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: #000000;
}

html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}.block-action .btn,
.cta-link .btn,
.lead-btn .btn,
.main-btn .btn,
.page-btn .btn,
.primary-cta .btn,
.section-action .btn,
.section-cta .btn {
  font-weight: 400;
  padding: 8px 20px 6px;
  border-radius: 32px !important;
}.block-action .btn .submit-iconfont,
.cta-link .btn .submit-iconfont,
.lead-btn .btn .submit-iconfont,
.main-btn .btn .submit-iconfont,
.page-btn .btn .submit-iconfont,
.primary-cta .btn .submit-iconfont,
.section-action .btn .submit-iconfont,
.section-cta .btn .submit-iconfont {
  margin-left: 12px;
  transition: all .3s ease;
}.block-action .btn-primary-outline:hover,
.cta-link .btn-primary-outline:hover,
.lead-btn .btn-primary-outline:hover,
.main-btn .btn-primary-outline:hover,
.page-btn .btn-primary-outline:hover,
.primary-cta .btn-primary-outline:hover,
.section-action .btn-primary-outline:hover,
.section-cta .btn-primary-outline:hover,
.block-action .btn-primary-outline:focus,
.cta-link .btn-primary-outline:focus,
.lead-btn .btn-primary-outline:focus,
.main-btn .btn-primary-outline:focus,
.page-btn .btn-primary-outline:focus,
.primary-cta .btn-primary-outline:focus,
.section-action .btn-primary-outline:focus,
.section-cta .btn-primary-outline:focus,
.block-action .btn-primary-outline.focus,
.cta-link .btn-primary-outline.focus,
.lead-btn .btn-primary-outline.focus,
.main-btn .btn-primary-outline.focus,
.page-btn .btn-primary-outline.focus,
.primary-cta .btn-primary-outline.focus,
.section-action .btn-primary-outline.focus,
.section-cta .btn-primary-outline.focus,
.block-action .btn-primary-outline.active,
.cta-link .btn-primary-outline.active,
.lead-btn .btn-primary-outline.active,
.main-btn .btn-primary-outline.active,
.page-btn .btn-primary-outline.active,
.primary-cta .btn-primary-outline.active,
.section-action .btn-primary-outline.active,
.section-cta .btn-primary-outline.active {
  color: #416ebb !important;
  background-color: transparent !important;
  border-color: #416ebb !important;
  box-shadow: none !important;
}.block-action .btn-primary:hover,
.cta-link .btn-primary:hover,
.lead-btn .btn-primary:hover,
.main-btn .btn-primary:hover,
.page-btn .btn-primary:hover,
.primary-cta .btn-primary:hover,
.section-action .btn-primary:hover,
.section-cta .btn-primary:hover,
.block-action .btn-primary:focus,
.cta-link .btn-primary:focus,
.lead-btn .btn-primary:focus,
.main-btn .btn-primary:focus,
.page-btn .btn-primary:focus,
.primary-cta .btn-primary:focus,
.section-action .btn-primary:focus,
.section-cta .btn-primary:focus,
.block-action .btn-primary.focus,
.cta-link .btn-primary.focus,
.lead-btn .btn-primary.focus,
.main-btn .btn-primary.focus,
.page-btn .btn-primary.focus,
.primary-cta .btn-primary.focus,
.section-action .btn-primary.focus,
.section-cta .btn-primary.focus,
.block-action .btn-primary.active,
.cta-link .btn-primary.active,
.lead-btn .btn-primary.active,
.main-btn .btn-primary.active,
.page-btn .btn-primary.active,
.primary-cta .btn-primary.active,
.section-action .btn-primary.active,
.section-cta .btn-primary.active {
  color: #ffffff !important;
  background-color: #416ebb !important;
  border-color: #416ebb !important;
  box-shadow: none;
}
img,
.card-wrap,
.card-wrapper,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.coretrack {
  border-radius: 32px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.band {
  background-color: transparent;
}
.band .site-nav {
  background-color: #ecf0f5 !important;
  padding: 0;
}
.band .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .band .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .band .menu_box .navbar-collapse {
    background-color: #ecf0f5 !important;
    transition: all 0s ease 0s;
  }
}
.band .site-nav {
  position: relative !important;
}.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    display: block;
    padding: 0;
  }
}.band .block-action-main .btn,
.band .cta-link-main .btn,
.band .lead-btn-main .btn,
.band .main-btn-main .btn,
.band .page-btn-main .btn,
.band .primary-cta-main .btn,
.band .section-action-main .btn,
.band .section-cta-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.band .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.band .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .band ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .band li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .band .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.band .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .band .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .band .nav-item {
    margin: 0 !important;
  }
}
.band .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.band .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .nav-item .nav-link:hover:before,
.band .nav-item .nav-link:focus:before {
  width: 100%;
}
.band .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.band .container {
  display: flex;
  margin: auto;
}
.band .layerbox {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.band .layerbox:last-child {
  margin-right: 0;
}
.band .layerbox:hover {
  opacity: .5;
}
.band .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .band .navbar-nav {
    margin: 0;
  }
}
.band .nav-item:focus,
.band .nav-link:focus {
  outline: none;
}
.band .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .band .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.band .navbar .holdunit img {
  object-fit: contain;
  border-radius: 10px !important;
}
.band .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .band .navbar .nav-item {
    padding: .5rem 0;
  }
  .band .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .band .navbar .nav-item .nav-link::before {
    display: none;
  }
  .band .navbar .holdunit img {
    height: 3rem !important;
  }
  .band .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .band .navbar ul.navbar-nav li {
    margin: 0;
  }
  .band .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .band .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.band .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;
  z-index: 1;
}
.band .navbar-brand .outerpad {
  line-height: inherit !important;
  font-weight: 400;
}
.band .navbar-brand .holdunit a {
  outline: none;
}
.band .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.band ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.band button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ecf0f5;
  background: #f1f1f1;
}

.band a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .band .navbar {
    height: 70px;
  }
  .band .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.band .site-nav .holdunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .band .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.band .outerpad:hover {
  color: #000000;
}
.band .padbox {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .band .padbox {
    display: none;
  }
}
.band .padbox a .hold {
  margin: 8px 20px;
  position: relative;
}
.band .padbox a .hold::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .padbox a .hold:hover:before,
.band .padbox a .hold:focus:before {
  width: 100%;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h {
  color: #01004c;
  text-align: center;
}
.band .outerpad {
  color: #01004c;
}
.band .cellwrap {
  color: #01004c;
  text-align: center;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h,
.band .block-action,
.band .cta-link,
.band .lead-btn,
.band .main-btn,
.band .page-btn,
.band .primary-cta,
.band .section-action,
.band .section-cta {
  text-align: center;
}
.band a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.gridunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.gridunit .container {
  padding-left: 10px;
  padding-right: 10px;
}
.gridunit .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.gridunit .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.gridunit .col-img {
  padding: 10px;
}
@media (min-width: 992px) {
  .gridunit .col-img {
    padding-right: 60px !important;
  }
}
.gridunit .col-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .gridunit .col-text {
    order: 2;
  }
}
.gridunit .text-wrapper {
  width: 100%;
}
@media (max-width: 991px) {
  .gridunit .text-wrapper {
    margin-top: 20px;
  }
}.gridunit .block-title,
.gridunit .chapter-title,
.gridunit .header-text,
.gridunit .lead-h2,
.gridunit .main-heading,
.gridunit .page-h,
.gridunit .section-h,
.gridunit .section-heading,
.gridunit .topic-title {
  color: #416ebb;
  margin-bottom: 20px;
  text-align: center;
}.gridunit .block-subtitle,
.gridunit .lead-sub,
.gridunit .section-sub,
.gridunit .sub-heading,
.gridunit .subtitle-text,
.gridunit .tagline-h {
  color: #353535;
  margin-bottom: 22px;
  text-align: center;
}.gridunit .block-subtitle a,
.gridunit .lead-sub a,
.gridunit .section-sub a,
.gridunit .sub-heading a,
.gridunit .subtitle-text a,
.gridunit .tagline-h a {
  font-weight: inherit;
  pointer-events: none;
}
.gridunit .cellwrap {
  color: #C4CFDE;
  margin-bottom: 20px;
  padding-right: 16%;
}
@media (max-width: 991px) {
  .gridunit .cellwrap {
    padding-right: 0;
  }
}.gridunit .block-action,
.gridunit .cta-link,
.gridunit .lead-btn,
.gridunit .main-btn,
.gridunit .page-btn,
.gridunit .primary-cta,
.gridunit .section-action,
.gridunit .section-cta {
  margin-top: 20px;
}
.gridunit .img-wrapper {
  padding: 15px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  background: linear-gradient(145deg, #9db2d6, #ecf0f5);
  box-shadow: 10px 10px 19px #cad3e2, -10px -10px 19px #dde3e9;
}
.gridunit .img-box {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.gridunit .img-box img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 0.87102178;
}.gridunit .cellwrap,
.gridunit .block-action,
.gridunit .cta-link,
.gridunit .lead-btn,
.gridunit .main-btn,
.gridunit .page-btn,
.gridunit .primary-cta,
.gridunit .section-action,
.gridunit .section-cta {
  color: #000000;
}
.corewrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
  align-items: flex-end;
  background-image: url("images/cleanvision1.jpg");
}.corewrap .unitsegment .block-title,
.corewrap .unitsegment .chapter-title,
.corewrap .unitsegment .header-text,
.corewrap .unitsegment .lead-h2,
.corewrap .unitsegment .main-heading,
.corewrap .unitsegment .page-h,
.corewrap .unitsegment .section-h,
.corewrap .unitsegment .section-heading,
.corewrap .unitsegment .topic-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {.corewrap .unitsegment .block-title,
.corewrap .unitsegment .chapter-title,
.corewrap .unitsegment .header-text,
.corewrap .unitsegment .lead-h2,
.corewrap .unitsegment .main-heading,
.corewrap .unitsegment .page-h,
.corewrap .unitsegment .section-h,
.corewrap .unitsegment .section-heading,
.corewrap .unitsegment .topic-title {
    margin-bottom: 48px;
  }
}
.corewrap .padsegment {
  margin: 0 -8px;
}
.corewrap .padsegment .item {
  padding: 0 8px;
}
.corewrap .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .corewrap .item:last-child {
    margin-bottom: 0;
  }
}
.corewrap .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ecf0f5;
  padding: 40px 32px;
  min-height: 400px;
}
@media (max-width: 992px) {
  .corewrap .item .item-wrapper {
    padding: 32px 16px;
    min-height: auto;
  }
}
.corewrap .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.corewrap .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}.corewrap .block-title,
.corewrap .chapter-title,
.corewrap .header-text,
.corewrap .lead-h2,
.corewrap .main-heading,
.corewrap .page-h,
.corewrap .section-h,
.corewrap .section-heading,
.corewrap .topic-title {
  color: #252322;
}
.corewrap .item-title {
  color: #ffffff;
}
.corewrap .item-text {
  color: #000000;
  text-align: center;
}
.corewrap .item-title {
  text-align: center;
  color: #000000;
}.corewrap .block-title,
.corewrap .chapter-title,
.corewrap .header-text,
.corewrap .lead-h2,
.corewrap .main-heading,
.corewrap .page-h,
.corewrap .section-h,
.corewrap .section-heading,
.corewrap .topic-title,
.corewrap .block-action,
.corewrap .cta-link,
.corewrap .lead-btn,
.corewrap .main-btn,
.corewrap .page-btn,
.corewrap .primary-cta,
.corewrap .section-action,
.corewrap .section-cta {
  text-align: center;
  color: #416ebb;
}
.nest {
  position: relative;
  overflow: hidden;
  background-color: #ecf0f5;
}
.nest .alignbox {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 992px) {
  .nest .alignbox {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.nest .decor_1 {
  top: 0;
  left: 0;
  width: 85%;
  height: 100%;
  border-radius: 0 0 40% 0;
  background-color: #ffffff;
  z-index: 1;
}
.nest .decor_2 {
  right: -35%;
  bottom: 0;
  width: 200vh;
  height: 80%;
  border-radius: 100% 100% 0 0;
  background-color: #ecf0f5;
}
.nest .row {
  position: relative;
  z-index: 2;
}
.nest .unitsegment {
  position: relative;
  z-index: 1;
}.nest .unitsegment .block-title,
.nest .unitsegment .chapter-title,
.nest .unitsegment .header-text,
.nest .unitsegment .lead-h2,
.nest .unitsegment .main-heading,
.nest .unitsegment .page-h,
.nest .unitsegment .section-h,
.nest .unitsegment .section-heading,
.nest .unitsegment .topic-title {
  margin-bottom: 46px;
}
@media (max-width: 992px) {.nest .unitsegment .block-title,
.nest .unitsegment .chapter-title,
.nest .unitsegment .header-text,
.nest .unitsegment .lead-h2,
.nest .unitsegment .main-heading,
.nest .unitsegment .page-h,
.nest .unitsegment .section-h,
.nest .unitsegment .section-heading,
.nest .unitsegment .topic-title {
    margin-bottom: 22px;
  }
}
.nest .unitsegment .text-wrapper {
  padding-right: 32%;
}
@media (max-width: 992px) {
  .nest .unitsegment .text-wrapper {
    padding-right: 0;
  }
}
.nest .unitsegment .text-wrapper .cellwrap {
  margin-bottom: 0;
}
.nest .formcore {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .nest .formcore {
    margin-top: 46px;
  }
}
.nest .formcore img {
  height: 800px;
  width: 150%;
  transform: rotate(-8deg);
  object-fit: cover;
}
@media (max-width: 992px) {
  .nest .formcore img {
    height: 350px;
    transform: none;
    width: 100%;
  }
}.nest .block-title,
.nest .chapter-title,
.nest .header-text,
.nest .lead-h2,
.nest .main-heading,
.nest .page-h,
.nest .section-h,
.nest .section-heading,
.nest .topic-title {
  color: #416ebb;
}
.nest .cellwrap {
  color: #51565c;
}
.nest .cellwrap,
.nest .text-wrapper {
  color: #000000;
}
.trunk {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ecf0f5;
}
.trunk .packlayer {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .trunk .packlayer {
    margin-bottom: 48px;
  }
}.trunk .packlayer .block-title,
.trunk .packlayer .chapter-title,
.trunk .packlayer .header-text,
.trunk .packlayer .lead-h2,
.trunk .packlayer .main-heading,
.trunk .packlayer .page-h,
.trunk .packlayer .section-h,
.trunk .packlayer .section-heading,
.trunk .packlayer .topic-title {
  margin-bottom: 24px;
}
.trunk .packlayer .text-wrapper .cellwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .trunk .packlayer .text-wrapper .cellwrap {
    width: 100%;
  }
}
.trunk .padsegment {
  margin: 0 -32px;
  justify-content: center;
}
.trunk .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .trunk .item {
    margin-bottom: 28px;
  }
}
.trunk .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #7090c7;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .trunk .item .item-wrapper {
    padding: 16px;
  }
}
.trunk .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.trunk .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}.trunk .block-title,
.trunk .chapter-title,
.trunk .header-text,
.trunk .lead-h2,
.trunk .main-heading,
.trunk .page-h,
.trunk .section-h,
.trunk .section-heading,
.trunk .topic-title {
  color: #416ebb;
  text-align: center;
}
.trunk .cellwrap,
.trunk .text-wrapper {
  color: #000000;
  text-align: center;
}
.trunk .item-title {
  color: #ffffff;
  text-align: center;
}
.trunk .item-text {
  color: #000000;
  text-align: center;
}
.trunk .item-title {
  color: #353535;
}
.borderbox {
  background-color: #ffffff;
}
.borderbox .container {
  max-width: 1500px;
}
.borderbox .row {
  background: #ecf0f5;
}
.borderbox .img-col {
  padding: 0;
}
.borderbox .shell {
  padding: 4rem 8rem;
}
.borderbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.borderbox h2 {
  padding: 0;
  margin: 0;
}
.borderbox .text-wrap {
  margin: auto;
}
.borderbox .cellwrap {
  color: #000000;
  text-align: left;
}
@media (max-width: 1200px) {
  .borderbox .row {
    margin: 2rem;
  }
  .borderbox .shell {
    padding: 6rem 4rem;
  }
}
@media (max-width: 767px) {
  .borderbox .row {
    margin: 0rem;
  }
  .borderbox .shell {
    padding: 2rem 1rem;
  }
}
.domwrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f6f5;
  background-image: radial-gradient(at 100% -70%, #ffffff, #ecf0f5, #f4f6f5);
}
.domwrap .nodemapunit {
  backdrop-filter: blur(3.5px);
}
.domwrap p {
  margin: 0;
}
.domwrap .row-border {
  border-bottom: 1px solid #9db2d6;
  align-items: center;
  padding: 1rem 0;
}
.domwrap .card {
  padding: 0;
}
.domwrap .card-wrapper {
  align-items: center;
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 4rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .domwrap .card-wrapper {
    padding: 2rem 2rem;
  }
}
.domwrap .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid #f4f6f5;
  border-radius: 30px;
}
.domwrap .card-wrapper:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  pointer-events: none;
  background-color: #f4f6f5;
  border-radius: 30px;
}
.domwrap .row {
  position: relative;
  z-index: 1;
}.domwrap .block-title,
.domwrap .chapter-title,
.domwrap .header-text,
.domwrap .lead-h2,
.domwrap .main-heading,
.domwrap .page-h,
.domwrap .section-h,
.domwrap .section-heading,
.domwrap .topic-title {
  color: #416ebb;
  text-align: left;
}
.domwrap .cellwrap {
  color: #000000;
}.domwrap .block-subtitle,
.domwrap .lead-sub,
.domwrap .section-sub,
.domwrap .sub-heading,
.domwrap .subtitle-text,
.domwrap .tagline-h {
  color: #000000;
}
.bandbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wet1.jpg");
}.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 40%);
  }
}
.bandbox .unitsegment .text-wrapper .cellwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .text-wrapper .cellwrap {
    width: 100%;
  }
}.bandbox .unitsegment .block-action,
.bandbox .unitsegment .cta-link,
.bandbox .unitsegment .lead-btn,
.bandbox .unitsegment .main-btn,
.bandbox .unitsegment .page-btn,
.bandbox .unitsegment .primary-cta,
.bandbox .unitsegment .section-action,
.bandbox .unitsegment .section-cta {
  margin-bottom: 22px;
}
.bandbox .unitsegment .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bandbox .unitsegment .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap:hover,
.bandbox .unitsegment .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bandbox .unitsegment .boxholder {
  margin-bottom: 0;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title {
  color: #000000;
}
.bandbox .cellwrap,
.bandbox .text-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .list,
.bandbox .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .boxholder {
  color: #000000;
  text-align: center;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title,
.bandbox .packlayer,
.bandbox .block-action,
.bandbox .cta-link,
.bandbox .lead-btn,
.bandbox .main-btn,
.bandbox .page-btn,
.bandbox .primary-cta,
.bandbox .section-action,
.bandbox .section-cta {
  text-align: center;
}
.group {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.group a {
  font-weight: 900;
}
.group .text-wrapper {
  padding: 4rem;
}
@media (max-width: 767px) {
  .group .text-wrapper {
    padding: 3rem 1rem;
  }
}
.group .wrapper {
  background: #ecf0f5;
  border-radius: 2rem;
  overflow: hidden;
}
.group .formcore {
  padding: 0;
}
.group .formcore img {
  height: 100%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .group .formcore img {
    border-radius: 0;
  }
}.group .block-title,
.group .chapter-title,
.group .header-text,
.group .lead-h2,
.group .main-heading,
.group .page-h,
.group .section-h,
.group .section-heading,
.group .topic-title {
  color: #416ebb;
  text-align: left;
}.group .cellwrap,
.group .block-action,
.group .cta-link,
.group .lead-btn,
.group .main-btn,
.group .page-btn,
.group .primary-cta,
.group .section-action,
.group .section-cta {
  color: #000000;
  text-align: left;
}
.packwrap {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.packwrap .row {
  flex-direction: row-reverse;
}
.packwrap .item-wrapper {
  background: #ecf0f5;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .packwrap .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .packwrap .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.packwrap .card-title,
.packwrap .layerbox {
  color: #000000;
}
.packwrap .card-text {
  color: #000000;
}.packwrap .block-title,
.packwrap .chapter-title,
.packwrap .header-text,
.packwrap .lead-h2,
.packwrap .main-heading,
.packwrap .page-h,
.packwrap .section-h,
.packwrap .section-heading,
.packwrap .topic-title {
  color: #416ebb;
  text-align: center;
}.packwrap .cellwrap,
.packwrap .block-action,
.packwrap .cta-link,
.packwrap .lead-btn,
.packwrap .main-btn,
.packwrap .page-btn,
.packwrap .primary-cta,
.packwrap .section-action,
.packwrap .section-cta {
  text-align: center;
}.packwrap .card-text,
.packwrap .item .block-action,
.packwrap .item .cta-link,
.packwrap .item .lead-btn,
.packwrap .item .main-btn,
.packwrap .item .page-btn,
.packwrap .item .primary-cta,
.packwrap .item .section-action,
.packwrap .item .section-cta {
  text-align: left;
}
.packwrap .shellbox ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.packwrap .shellbox ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.packwrap .shellbox ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7090c7;
  background-color: #7090c7;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.packwrap .shellbox ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.packwrap .shellbox ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.packwrap .shellbox ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #7090c7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.packwrap .cellwrap {
  text-align: left;
}
.shellcore {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ecf0f5;
}
.shellcore .submit-iconfont {
  color: #ffffff;
  font-size: 5rem;
  width: 5rem;
}
.shellcore .layerbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}.shellcore .block-title,
.shellcore .chapter-title,
.shellcore .header-text,
.shellcore .lead-h2,
.shellcore .main-heading,
.shellcore .page-h,
.shellcore .section-h,
.shellcore .section-heading,
.shellcore .topic-title {
  color: #416ebb;
}
.levelwrap {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.levelwrap img {
  object-fit: cover;
}.levelwrap .block-subtitle,
.levelwrap .lead-sub,
.levelwrap .section-sub,
.levelwrap .sub-heading,
.levelwrap .subtitle-text,
.levelwrap .tagline-h {
  color: #416ebb;
  text-align: left;
}.levelwrap .cellwrap,
.levelwrap .block-action,
.levelwrap .cta-link,
.levelwrap .lead-btn,
.levelwrap .main-btn,
.levelwrap .page-btn,
.levelwrap .primary-cta,
.levelwrap .section-action,
.levelwrap .section-cta {
  color: #000000;
}
.band {
  background-color: transparent;
}
.band .site-nav {
  background-color: #ecf0f5 !important;
  padding: 0;
}
.band .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .band .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .band .menu_box .navbar-collapse {
    background-color: #ecf0f5 !important;
    transition: all 0s ease 0s;
  }
}
.band .site-nav {
  position: relative !important;
}.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    display: block;
    padding: 0;
  }
}.band .block-action-main .btn,
.band .cta-link-main .btn,
.band .lead-btn-main .btn,
.band .main-btn-main .btn,
.band .page-btn-main .btn,
.band .primary-cta-main .btn,
.band .section-action-main .btn,
.band .section-cta-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.band .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.band .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .band ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .band li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .band .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.band .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .band .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .band .nav-item {
    margin: 0 !important;
  }
}
.band .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.band .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .nav-item .nav-link:hover:before,
.band .nav-item .nav-link:focus:before {
  width: 100%;
}
.band .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.band .container {
  display: flex;
  margin: auto;
}
.band .layerbox {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.band .layerbox:last-child {
  margin-right: 0;
}
.band .layerbox:hover {
  opacity: .5;
}
.band .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .band .navbar-nav {
    margin: 0;
  }
}
.band .nav-item:focus,
.band .nav-link:focus {
  outline: none;
}
.band .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .band .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.band .navbar .holdunit img {
  object-fit: contain;
  border-radius: 10px !important;
}
.band .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .band .navbar .nav-item {
    padding: .5rem 0;
  }
  .band .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .band .navbar .nav-item .nav-link::before {
    display: none;
  }
  .band .navbar .holdunit img {
    height: 3rem !important;
  }
  .band .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .band .navbar ul.navbar-nav li {
    margin: 0;
  }
  .band .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .band .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.band .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;
  z-index: 1;
}
.band .navbar-brand .outerpad {
  line-height: inherit !important;
  font-weight: 400;
}
.band .navbar-brand .holdunit a {
  outline: none;
}
.band .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.band ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.band button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ecf0f5;
  background: #f1f1f1;
}

.band a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .band .navbar {
    height: 70px;
  }
  .band .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.band .site-nav .holdunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .band .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.band .outerpad:hover {
  color: #000000;
}
.band .padbox {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .band .padbox {
    display: none;
  }
}
.band .padbox a .hold {
  margin: 8px 20px;
  position: relative;
}
.band .padbox a .hold::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .padbox a .hold:hover:before,
.band .padbox a .hold:focus:before {
  width: 100%;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h {
  color: #01004c;
  text-align: center;
}
.band .outerpad {
  color: #01004c;
}
.band .cellwrap {
  color: #01004c;
  text-align: center;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h,
.band .block-action,
.band .cta-link,
.band .lead-btn,
.band .main-btn,
.band .page-btn,
.band .primary-cta,
.band .section-action,
.band .section-cta {
  text-align: center;
}
.band a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.bandbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wet1.jpg");
}.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 40%);
  }
}
.bandbox .unitsegment .text-wrapper .cellwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .text-wrapper .cellwrap {
    width: 100%;
  }
}.bandbox .unitsegment .block-action,
.bandbox .unitsegment .cta-link,
.bandbox .unitsegment .lead-btn,
.bandbox .unitsegment .main-btn,
.bandbox .unitsegment .page-btn,
.bandbox .unitsegment .primary-cta,
.bandbox .unitsegment .section-action,
.bandbox .unitsegment .section-cta {
  margin-bottom: 22px;
}
.bandbox .unitsegment .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bandbox .unitsegment .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap:hover,
.bandbox .unitsegment .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bandbox .unitsegment .boxholder {
  margin-bottom: 0;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title {
  color: #000000;
}
.bandbox .cellwrap,
.bandbox .text-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .list,
.bandbox .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .boxholder {
  color: #000000;
  text-align: center;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title,
.bandbox .packlayer,
.bandbox .block-action,
.bandbox .cta-link,
.bandbox .lead-btn,
.bandbox .main-btn,
.bandbox .page-btn,
.bandbox .primary-cta,
.bandbox .section-action,
.bandbox .section-cta {
  text-align: center;
}
.plane {
  background-color: #ecf0f5;
}
.plane .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .plane .formcore {
    margin-bottom: 2rem;
  }
}
.plane .formcore img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .plane .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .plane .text-wrapper {
    margin-bottom: 2rem;
  }
}.plane .block-title,
.plane .chapter-title,
.plane .header-text,
.plane .lead-h2,
.plane .main-heading,
.plane .page-h,
.plane .section-h,
.plane .section-heading,
.plane .topic-title {
  color: #416ebb;
  text-align: center;
}.plane .cellwrap,
.plane .block-action,
.plane .cta-link,
.plane .lead-btn,
.plane .main-btn,
.plane .page-btn,
.plane .primary-cta,
.plane .section-action,
.plane .section-cta {
  color: #000000;
}
.module {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/gray1.jpg");
}
.module .unitsegment .grid .domtrack {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #ecf0f5;
}.module .unitsegment .packlayer .block-title,
.module .unitsegment .packlayer .chapter-title,
.module .unitsegment .packlayer .header-text,
.module .unitsegment .packlayer .lead-h2,
.module .unitsegment .packlayer .main-heading,
.module .unitsegment .packlayer .page-h,
.module .unitsegment .packlayer .section-h,
.module .unitsegment .packlayer .section-heading,
.module .unitsegment .packlayer .topic-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {.module .unitsegment .packlayer .block-title,
.module .unitsegment .packlayer .chapter-title,
.module .unitsegment .packlayer .header-text,
.module .unitsegment .packlayer .lead-h2,
.module .unitsegment .packlayer .main-heading,
.module .unitsegment .packlayer .page-h,
.module .unitsegment .packlayer .section-h,
.module .unitsegment .packlayer .section-heading,
.module .unitsegment .packlayer .topic-title {
    width: 75%;
  }
}
@media (max-width: 992px) {.module .unitsegment .packlayer .block-title,
.module .unitsegment .packlayer .chapter-title,
.module .unitsegment .packlayer .header-text,
.module .unitsegment .packlayer .lead-h2,
.module .unitsegment .packlayer .main-heading,
.module .unitsegment .packlayer .page-h,
.module .unitsegment .packlayer .section-h,
.module .unitsegment .packlayer .section-heading,
.module .unitsegment .packlayer .topic-title {
    width: 100%;
  }
}
.module .unitsegment .text-wrapper .cellwrap {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .module .unitsegment .text-wrapper .cellwrap {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .module .unitsegment .text-wrapper .cellwrap {
    width: 100%;
  }
}.module .unitsegment .block-action,
.module .unitsegment .cta-link,
.module .unitsegment .lead-btn,
.module .unitsegment .main-btn,
.module .unitsegment .page-btn,
.module .unitsegment .primary-cta,
.module .unitsegment .section-action,
.module .unitsegment .section-cta {
  margin-top: 20px;
}.module .unitsegment .block-action .btn,
.module .unitsegment .cta-link .btn,
.module .unitsegment .lead-btn .btn,
.module .unitsegment .main-btn .btn,
.module .unitsegment .page-btn .btn,
.module .unitsegment .primary-cta .btn,
.module .unitsegment .section-action .btn,
.module .unitsegment .section-cta .btn {
  margin-bottom: 0;
}
.module .domtrack,
.module .grid {
  color: #353535;
  text-align: center;
}.module .block-title,
.module .chapter-title,
.module .header-text,
.module .lead-h2,
.module .main-heading,
.module .page-h,
.module .section-h,
.module .section-heading,
.module .topic-title {
  color: #000000;
}
.module .cellwrap,
.module .text-wrapper {
  color: #000000;
  text-align: center;
}.module .block-title,
.module .chapter-title,
.module .header-text,
.module .lead-h2,
.module .main-heading,
.module .page-h,
.module .section-h,
.module .section-heading,
.module .topic-title,
.module .block-action,
.module .cta-link,
.module .lead-btn,
.module .main-btn,
.module .page-btn,
.module .primary-cta,
.module .section-action,
.module .section-cta,
.module .packlayer {
  text-align: center;
  color: #416ebb;
}
.flexlayer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.flexlayer .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .flexlayer .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .flexlayer .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .flexlayer .formcore {
    padding: 0;
  }
}
.flexlayer .formcore img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .flexlayer .formcore img {
    height: 350px;
  }
}
.flexlayer .unitsegment {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .flexlayer .unitsegment {
    padding: 0;
    margin-bottom: 32px;
  }
}.flexlayer .unitsegment .block-title,
.flexlayer .unitsegment .chapter-title,
.flexlayer .unitsegment .header-text,
.flexlayer .unitsegment .lead-h2,
.flexlayer .unitsegment .main-heading,
.flexlayer .unitsegment .page-h,
.flexlayer .unitsegment .section-h,
.flexlayer .unitsegment .section-heading,
.flexlayer .unitsegment .topic-title {
  margin-bottom: 16px;
}.flexlayer .unitsegment .block-subtitle,
.flexlayer .unitsegment .lead-sub,
.flexlayer .unitsegment .section-sub,
.flexlayer .unitsegment .sub-heading,
.flexlayer .unitsegment .subtitle-text,
.flexlayer .unitsegment .tagline-h {
  margin-bottom: 0;
}
.flexlayer .unitsegment .cellwrap {
  margin: 64px 0 0;
}
@media (max-width: 992px) {
  .flexlayer .unitsegment .cellwrap {
    margin: 32px 0 0;
  }
}.flexlayer .unitsegment .block-action,
.flexlayer .unitsegment .cta-link,
.flexlayer .unitsegment .lead-btn,
.flexlayer .unitsegment .main-btn,
.flexlayer .unitsegment .page-btn,
.flexlayer .unitsegment .primary-cta,
.flexlayer .unitsegment .section-action,
.flexlayer .unitsegment .section-cta {
  margin-top: 64px;
}
@media (max-width: 992px) {.flexlayer .unitsegment .block-action,
.flexlayer .unitsegment .cta-link,
.flexlayer .unitsegment .lead-btn,
.flexlayer .unitsegment .main-btn,
.flexlayer .unitsegment .page-btn,
.flexlayer .unitsegment .primary-cta,
.flexlayer .unitsegment .section-action,
.flexlayer .unitsegment .section-cta {
    margin-top: 32px;
  }
}.flexlayer .block-title,
.flexlayer .chapter-title,
.flexlayer .header-text,
.flexlayer .lead-h2,
.flexlayer .main-heading,
.flexlayer .page-h,
.flexlayer .section-h,
.flexlayer .section-heading,
.flexlayer .topic-title {
  color: #262642;
}.flexlayer .block-subtitle,
.flexlayer .lead-sub,
.flexlayer .section-sub,
.flexlayer .sub-heading,
.flexlayer .subtitle-text,
.flexlayer .tagline-h {
  color: #416ebb;
  text-align: center;
}
.flexlayer .cellwrap {
  color: #000000;
  text-align: left;
}.flexlayer .block-title,
.flexlayer .chapter-title,
.flexlayer .header-text,
.flexlayer .lead-h2,
.flexlayer .main-heading,
.flexlayer .page-h,
.flexlayer .section-h,
.flexlayer .section-heading,
.flexlayer .topic-title,
.flexlayer .block-action,
.flexlayer .cta-link,
.flexlayer .lead-btn,
.flexlayer .main-btn,
.flexlayer .page-btn,
.flexlayer .primary-cta,
.flexlayer .section-action,
.flexlayer .section-cta {
  color: #353535;
  text-align: center;
}
.corewrapbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ecf0f5;
}.corewrapbox .unitsegment .block-title,
.corewrapbox .unitsegment .chapter-title,
.corewrapbox .unitsegment .header-text,
.corewrapbox .unitsegment .lead-h2,
.corewrapbox .unitsegment .main-heading,
.corewrapbox .unitsegment .page-h,
.corewrapbox .unitsegment .section-h,
.corewrapbox .unitsegment .section-heading,
.corewrapbox .unitsegment .topic-title {
  margin-bottom: 16px;
}
.corewrapbox .unitsegment .text-wrapper .cellwrap {
  display: inline-block;
  width: 32%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .corewrapbox .unitsegment .text-wrapper .cellwrap {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .corewrapbox .unitsegment .text-wrapper .cellwrap {
    width: 100%;
  }
}.corewrapbox .unitsegment .block-action,
.corewrapbox .unitsegment .cta-link,
.corewrapbox .unitsegment .lead-btn,
.corewrapbox .unitsegment .main-btn,
.corewrapbox .unitsegment .page-btn,
.corewrapbox .unitsegment .primary-cta,
.corewrapbox .unitsegment .section-action,
.corewrapbox .unitsegment .section-cta {
  margin-top: 34px;
}
@media (max-width: 992px) {.corewrapbox .unitsegment .block-action,
.corewrapbox .unitsegment .cta-link,
.corewrapbox .unitsegment .lead-btn,
.corewrapbox .unitsegment .main-btn,
.corewrapbox .unitsegment .page-btn,
.corewrapbox .unitsegment .primary-cta,
.corewrapbox .unitsegment .section-action,
.corewrapbox .unitsegment .section-cta {
    margin-top: 16px;
  }
}.corewrapbox .block-title,
.corewrapbox .chapter-title,
.corewrapbox .header-text,
.corewrapbox .lead-h2,
.corewrapbox .main-heading,
.corewrapbox .page-h,
.corewrapbox .section-h,
.corewrapbox .section-heading,
.corewrapbox .topic-title {
  color: #47201c;
}
.corewrapbox .cellwrap,
.corewrapbox .text-wrapper {
  color: #000000;
  text-align: center;
}.corewrapbox .block-title,
.corewrapbox .chapter-title,
.corewrapbox .header-text,
.corewrapbox .lead-h2,
.corewrapbox .main-heading,
.corewrapbox .page-h,
.corewrapbox .section-h,
.corewrapbox .section-heading,
.corewrapbox .topic-title,
.corewrapbox .block-action,
.corewrapbox .cta-link,
.corewrapbox .lead-btn,
.corewrapbox .main-btn,
.corewrapbox .page-btn,
.corewrapbox .primary-cta,
.corewrapbox .section-action,
.corewrapbox .section-cta {
  text-align: center;
  color: #416ebb;
}
.segment {
  background-color: #ffffff;
}
.segment .gridblock {
  justify-content: space-between;
}
.segment .gridblock .card {
  justify-content: center;
}.segment .packlayer .block-title,
.segment .packlayer .chapter-title,
.segment .packlayer .header-text,
.segment .packlayer .lead-h2,
.segment .packlayer .main-heading,
.segment .packlayer .page-h,
.segment .packlayer .section-h,
.segment .packlayer .section-heading,
.segment .packlayer .topic-title {
  display: inline;
  margin-bottom: 64px;
}
@media (max-width: 992px) {.segment .packlayer .block-title,
.segment .packlayer .chapter-title,
.segment .packlayer .header-text,
.segment .packlayer .lead-h2,
.segment .packlayer .main-heading,
.segment .packlayer .page-h,
.segment .packlayer .section-h,
.segment .packlayer .section-heading,
.segment .packlayer .topic-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .segment .unitsegment {
    margin-bottom: 32px;
  }
}
.segment .unitsegment .cellwrap {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .segment .unitsegment .cellwrap {
    margin-bottom: 22px;
  }
}
.segment .layerbox {
  display: inline;
}
@media (max-width: 992px) {
  .segment .formcore {
    margin-bottom: 32px;
  }
}
.segment .formcore img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #cad3e2;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .segment .formcore img {
    height: 350px;
  }
}.segment .block-title,
.segment .chapter-title,
.segment .header-text,
.segment .lead-h2,
.segment .main-heading,
.segment .page-h,
.segment .section-h,
.segment .section-heading,
.segment .topic-title {
  color: #416ebb;
}.segment .block-title .submit-iconfont,
.segment .chapter-title .submit-iconfont,
.segment .header-text .submit-iconfont,
.segment .lead-h2 .submit-iconfont,
.segment .main-heading .submit-iconfont,
.segment .page-h .submit-iconfont,
.segment .section-h .submit-iconfont,
.segment .section-heading .submit-iconfont,
.segment .topic-title .submit-iconfont {
  color: #bff747;
  font-size: inherit;
}
.segment .cellwrap {
  color: #000000;
}.segment .cellwrap,
.segment .block-action,
.segment .cta-link,
.segment .lead-btn,
.segment .main-btn,
.segment .page-btn,
.segment .primary-cta,
.segment .section-action,
.segment .section-cta {
  color: #000000;
}
.band {
  background-color: transparent;
}
.band .site-nav {
  background-color: #ecf0f5 !important;
  padding: 0;
}
.band .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .band .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .band .menu_box .navbar-collapse {
    background-color: #ecf0f5 !important;
    transition: all 0s ease 0s;
  }
}
.band .site-nav {
  position: relative !important;
}.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    display: block;
    padding: 0;
  }
}.band .block-action-main .btn,
.band .cta-link-main .btn,
.band .lead-btn-main .btn,
.band .main-btn-main .btn,
.band .page-btn-main .btn,
.band .primary-cta-main .btn,
.band .section-action-main .btn,
.band .section-cta-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.band .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.band .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .band ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .band li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .band .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.band .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .band .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .band .nav-item {
    margin: 0 !important;
  }
}
.band .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.band .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .nav-item .nav-link:hover:before,
.band .nav-item .nav-link:focus:before {
  width: 100%;
}
.band .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.band .container {
  display: flex;
  margin: auto;
}
.band .layerbox {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.band .layerbox:last-child {
  margin-right: 0;
}
.band .layerbox:hover {
  opacity: .5;
}
.band .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .band .navbar-nav {
    margin: 0;
  }
}
.band .nav-item:focus,
.band .nav-link:focus {
  outline: none;
}
.band .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .band .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.band .navbar .holdunit img {
  object-fit: contain;
  border-radius: 10px !important;
}
.band .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .band .navbar .nav-item {
    padding: .5rem 0;
  }
  .band .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .band .navbar .nav-item .nav-link::before {
    display: none;
  }
  .band .navbar .holdunit img {
    height: 3rem !important;
  }
  .band .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .band .navbar ul.navbar-nav li {
    margin: 0;
  }
  .band .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .band .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.band .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;
  z-index: 1;
}
.band .navbar-brand .outerpad {
  line-height: inherit !important;
  font-weight: 400;
}
.band .navbar-brand .holdunit a {
  outline: none;
}
.band .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.band ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.band button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ecf0f5;
  background: #f1f1f1;
}

.band a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .band .navbar {
    height: 70px;
  }
  .band .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.band .site-nav .holdunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .band .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.band .outerpad:hover {
  color: #000000;
}
.band .padbox {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .band .padbox {
    display: none;
  }
}
.band .padbox a .hold {
  margin: 8px 20px;
  position: relative;
}
.band .padbox a .hold::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .padbox a .hold:hover:before,
.band .padbox a .hold:focus:before {
  width: 100%;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h {
  color: #01004c;
  text-align: center;
}
.band .outerpad {
  color: #01004c;
}
.band .cellwrap {
  color: #01004c;
  text-align: center;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h,
.band .block-action,
.band .cta-link,
.band .lead-btn,
.band .main-btn,
.band .page-btn,
.band .primary-cta,
.band .section-action,
.band .section-cta {
  text-align: center;
}
.band a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.bandbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wet1.jpg");
}.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 40%);
  }
}
.bandbox .unitsegment .text-wrapper .cellwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .text-wrapper .cellwrap {
    width: 100%;
  }
}.bandbox .unitsegment .block-action,
.bandbox .unitsegment .cta-link,
.bandbox .unitsegment .lead-btn,
.bandbox .unitsegment .main-btn,
.bandbox .unitsegment .page-btn,
.bandbox .unitsegment .primary-cta,
.bandbox .unitsegment .section-action,
.bandbox .unitsegment .section-cta {
  margin-bottom: 22px;
}
.bandbox .unitsegment .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bandbox .unitsegment .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap:hover,
.bandbox .unitsegment .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bandbox .unitsegment .boxholder {
  margin-bottom: 0;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title {
  color: #000000;
}
.bandbox .cellwrap,
.bandbox .text-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .list,
.bandbox .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .boxholder {
  color: #000000;
  text-align: center;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title,
.bandbox .packlayer,
.bandbox .block-action,
.bandbox .cta-link,
.bandbox .lead-btn,
.bandbox .main-btn,
.bandbox .page-btn,
.bandbox .primary-cta,
.bandbox .section-action,
.bandbox .section-cta {
  text-align: center;
}
.layoutunit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/high1.jpg");
}
.layoutunit .packlayer {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .layoutunit .packlayer {
    margin-bottom: 40px;
  }
}
.layoutunit .packlayer .grid .domtrack {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #ecf0f5;
}.layoutunit .packlayer .linedock .block-title,
.layoutunit .packlayer .linedock .chapter-title,
.layoutunit .packlayer .linedock .header-text,
.layoutunit .packlayer .linedock .lead-h2,
.layoutunit .packlayer .linedock .main-heading,
.layoutunit .packlayer .linedock .page-h,
.layoutunit .packlayer .linedock .section-h,
.layoutunit .packlayer .linedock .section-heading,
.layoutunit .packlayer .linedock .topic-title {
  margin-bottom: 20px;
}
.layoutunit .packlayer .text-wrapper .cellwrap {
  margin-bottom: 0;
}
.layoutunit .domtrack,
.layoutunit .grid {
  color: #353535;
  text-align: center;
}.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,
.layoutunit .linedock {
  color: #ffffff;
  text-align: center;
}
.layoutunit .cellwrap,
.layoutunit .text-wrapper {
  color: #000000;
  text-align: center;
}
.layoutunit label {
  color: #000000;
}.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,
.layoutunit .linedock {
  color: #416ebb;
}
.dock {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ecf0f5;
}
.dock::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, #ffffff 0, #7090c7 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.dock .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .dock .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .dock .container {
    padding: 0 24px;
  }
}
.dock .row {
  justify-content: center;
}
.dock .row .card,
.dock .row .item {
  padding: 0 12px;
}
.dock .packlayer {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .dock .packlayer {
    margin-bottom: 32px;
  }
}.dock .packlayer .block-title,
.dock .packlayer .chapter-title,
.dock .packlayer .header-text,
.dock .packlayer .lead-h2,
.dock .packlayer .main-heading,
.dock .packlayer .page-h,
.dock .packlayer .section-h,
.dock .packlayer .section-heading,
.dock .packlayer .topic-title {
  margin-bottom: 0;
}
.dock .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.dock .item .item-wrapper {
  padding: 32px;
  border-radius: .75rem !important;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .dock .item .item-wrapper {
    padding: 24px;
  }
}
.dock .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.dock .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
  opacity: .7;
}
.dock .item .item-wrapper .card-box .card-text:hover,
.dock .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}.dock .block-title,
.dock .chapter-title,
.dock .header-text,
.dock .lead-h2,
.dock .main-heading,
.dock .page-h,
.dock .section-h,
.dock .section-heading,
.dock .topic-title {
  color: #416ebb;
  text-align: center;
}
.dock .card-title {
  color: #141414;
}
.dock .card-text {
  color: #141414;
}
.phasebox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .phasebox .unitsegment {
    margin-bottom: 40px;
  }
}
.phasebox .unitsegment .grid .domtrack {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #ffffff;
}.phasebox .unitsegment .packlayer .block-title,
.phasebox .unitsegment .packlayer .chapter-title,
.phasebox .unitsegment .packlayer .header-text,
.phasebox .unitsegment .packlayer .lead-h2,
.phasebox .unitsegment .packlayer .main-heading,
.phasebox .unitsegment .packlayer .page-h,
.phasebox .unitsegment .packlayer .section-h,
.phasebox .unitsegment .packlayer .section-heading,
.phasebox .unitsegment .packlayer .topic-title {
  margin-bottom: 20px;
}
.phasebox .unitsegment .text-wrapper .cellwrap {
  margin-bottom: 0;
}.phasebox .unitsegment .block-action,
.phasebox .unitsegment .cta-link,
.phasebox .unitsegment .lead-btn,
.phasebox .unitsegment .main-btn,
.phasebox .unitsegment .page-btn,
.phasebox .unitsegment .primary-cta,
.phasebox .unitsegment .section-action,
.phasebox .unitsegment .section-cta {
  margin-top: 20px;
}.phasebox .unitsegment .block-action .btn,
.phasebox .unitsegment .cta-link .btn,
.phasebox .unitsegment .lead-btn .btn,
.phasebox .unitsegment .main-btn .btn,
.phasebox .unitsegment .page-btn .btn,
.phasebox .unitsegment .primary-cta .btn,
.phasebox .unitsegment .section-action .btn,
.phasebox .unitsegment .section-cta .btn {
  margin-bottom: 0;
}
.phasebox .formcore img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .phasebox .formcore img {
    height: 300px;
  }
}
.phasebox .domtrack,
.phasebox .grid {
  color: #116e99;
}.phasebox .block-title,
.phasebox .chapter-title,
.phasebox .header-text,
.phasebox .lead-h2,
.phasebox .main-heading,
.phasebox .page-h,
.phasebox .section-h,
.phasebox .section-heading,
.phasebox .topic-title {
  color: #16526e;
}
.phasebox .cellwrap,
.phasebox .text-wrapper {
  color: #000000;
}.phasebox .block-title,
.phasebox .chapter-title,
.phasebox .header-text,
.phasebox .lead-h2,
.phasebox .main-heading,
.phasebox .page-h,
.phasebox .section-h,
.phasebox .section-heading,
.phasebox .topic-title,
.phasebox .block-action,
.phasebox .cta-link,
.phasebox .lead-btn,
.phasebox .main-btn,
.phasebox .page-btn,
.phasebox .primary-cta,
.phasebox .section-action,
.phasebox .section-cta,
.phasebox .packlayer {
  color: #416ebb;
}
.band {
  background-color: transparent;
}
.band .site-nav {
  background-color: #ecf0f5 !important;
  padding: 0;
}
.band .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .band .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .band .menu_box .navbar-collapse {
    background-color: #ecf0f5 !important;
    transition: all 0s ease 0s;
  }
}
.band .site-nav {
  position: relative !important;
}.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    display: block;
    padding: 0;
  }
}.band .block-action-main .btn,
.band .cta-link-main .btn,
.band .lead-btn-main .btn,
.band .main-btn-main .btn,
.band .page-btn-main .btn,
.band .primary-cta-main .btn,
.band .section-action-main .btn,
.band .section-cta-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.band .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.band .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .band ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .band li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .band .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.band .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .band .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .band .nav-item {
    margin: 0 !important;
  }
}
.band .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.band .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .nav-item .nav-link:hover:before,
.band .nav-item .nav-link:focus:before {
  width: 100%;
}
.band .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.band .container {
  display: flex;
  margin: auto;
}
.band .layerbox {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.band .layerbox:last-child {
  margin-right: 0;
}
.band .layerbox:hover {
  opacity: .5;
}
.band .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .band .navbar-nav {
    margin: 0;
  }
}
.band .nav-item:focus,
.band .nav-link:focus {
  outline: none;
}
.band .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .band .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.band .navbar .holdunit img {
  object-fit: contain;
  border-radius: 10px !important;
}
.band .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .band .navbar .nav-item {
    padding: .5rem 0;
  }
  .band .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .band .navbar .nav-item .nav-link::before {
    display: none;
  }
  .band .navbar .holdunit img {
    height: 3rem !important;
  }
  .band .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .band .navbar ul.navbar-nav li {
    margin: 0;
  }
  .band .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .band .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.band .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;
  z-index: 1;
}
.band .navbar-brand .outerpad {
  line-height: inherit !important;
  font-weight: 400;
}
.band .navbar-brand .holdunit a {
  outline: none;
}
.band .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.band ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.band button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ecf0f5;
  background: #f1f1f1;
}

.band a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .band .navbar {
    height: 70px;
  }
  .band .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.band .site-nav .holdunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .band .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.band .outerpad:hover {
  color: #000000;
}
.band .padbox {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .band .padbox {
    display: none;
  }
}
.band .padbox a .hold {
  margin: 8px 20px;
  position: relative;
}
.band .padbox a .hold::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .padbox a .hold:hover:before,
.band .padbox a .hold:focus:before {
  width: 100%;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h {
  color: #01004c;
  text-align: center;
}
.band .outerpad {
  color: #01004c;
}
.band .cellwrap {
  color: #01004c;
  text-align: center;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h,
.band .block-action,
.band .cta-link,
.band .lead-btn,
.band .main-btn,
.band .page-btn,
.band .primary-cta,
.band .section-action,
.band .section-cta {
  text-align: center;
}
.band a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.bandbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wet1.jpg");
}.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 40%);
  }
}
.bandbox .unitsegment .text-wrapper .cellwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .text-wrapper .cellwrap {
    width: 100%;
  }
}.bandbox .unitsegment .block-action,
.bandbox .unitsegment .cta-link,
.bandbox .unitsegment .lead-btn,
.bandbox .unitsegment .main-btn,
.bandbox .unitsegment .page-btn,
.bandbox .unitsegment .primary-cta,
.bandbox .unitsegment .section-action,
.bandbox .unitsegment .section-cta {
  margin-bottom: 22px;
}
.bandbox .unitsegment .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bandbox .unitsegment .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap:hover,
.bandbox .unitsegment .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bandbox .unitsegment .boxholder {
  margin-bottom: 0;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title {
  color: #000000;
}
.bandbox .cellwrap,
.bandbox .text-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .list,
.bandbox .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .boxholder {
  color: #000000;
  text-align: center;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title,
.bandbox .packlayer,
.bandbox .block-action,
.bandbox .cta-link,
.bandbox .lead-btn,
.bandbox .main-btn,
.bandbox .page-btn,
.bandbox .primary-cta,
.bandbox .section-action,
.bandbox .section-cta {
  text-align: center;
}
.tileunit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.tileunit .unitsegment {
  padding: 30px;
  background-color: #ecf0f5;
}
@media (max-width: 992px) {
  .tileunit .unitsegment {
    padding: 20px;
  }
}
.tileunit .unitsegment .formcore {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .tileunit .unitsegment .formcore {
    margin-bottom: 20px;
  }
}
.tileunit .unitsegment .formcore .zonecore {
  display: inline-flex;
  border: 1px solid #b2c9e6;
  background-color: #ffffff;
  padding: 5px;
}
.tileunit .unitsegment .formcore .zonecore img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}
.tileunit .unitsegment .grid .domtrack {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #ffffff;
}.tileunit .unitsegment .packlayer .block-title,
.tileunit .unitsegment .packlayer .chapter-title,
.tileunit .unitsegment .packlayer .header-text,
.tileunit .unitsegment .packlayer .lead-h2,
.tileunit .unitsegment .packlayer .main-heading,
.tileunit .unitsegment .packlayer .page-h,
.tileunit .unitsegment .packlayer .section-h,
.tileunit .unitsegment .packlayer .section-heading,
.tileunit .unitsegment .packlayer .topic-title {
  margin-bottom: 20px;
}
.tileunit .unitsegment .text-wrapper .cellwrap {
  margin-bottom: 0;
}.tileunit .unitsegment .block-action,
.tileunit .unitsegment .cta-link,
.tileunit .unitsegment .lead-btn,
.tileunit .unitsegment .main-btn,
.tileunit .unitsegment .page-btn,
.tileunit .unitsegment .primary-cta,
.tileunit .unitsegment .section-action,
.tileunit .unitsegment .section-cta {
  margin-top: 20px;
}.tileunit .unitsegment .block-action .btn,
.tileunit .unitsegment .cta-link .btn,
.tileunit .unitsegment .lead-btn .btn,
.tileunit .unitsegment .main-btn .btn,
.tileunit .unitsegment .page-btn .btn,
.tileunit .unitsegment .primary-cta .btn,
.tileunit .unitsegment .section-action .btn,
.tileunit .unitsegment .section-cta .btn {
  margin-bottom: 0;
}
.tileunit .domtrack,
.tileunit .grid {
  color: #116e99;
  text-align: center;
}.tileunit .block-title,
.tileunit .chapter-title,
.tileunit .header-text,
.tileunit .lead-h2,
.tileunit .main-heading,
.tileunit .page-h,
.tileunit .section-h,
.tileunit .section-heading,
.tileunit .topic-title {
  color: #16526e;
}
.tileunit .cellwrap,
.tileunit .text-wrapper {
  color: #000000;
  text-align: center;
}.tileunit .block-title,
.tileunit .chapter-title,
.tileunit .header-text,
.tileunit .lead-h2,
.tileunit .main-heading,
.tileunit .page-h,
.tileunit .section-h,
.tileunit .section-heading,
.tileunit .topic-title,
.tileunit .block-action,
.tileunit .cta-link,
.tileunit .lead-btn,
.tileunit .main-btn,
.tileunit .page-btn,
.tileunit .primary-cta,
.tileunit .section-action,
.tileunit .section-cta,
.tileunit .packlayer,
.tileunit .formcore {
  text-align: center;
  color: #416ebb;
}
.panebox {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.panebox .cellwrap {
  color: #000000;
}
.boxsegment {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.boxsegment .unitsegment .grid .domtrack {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #ecf0f5;
}.boxsegment .unitsegment .packlayer .block-title,
.boxsegment .unitsegment .packlayer .chapter-title,
.boxsegment .unitsegment .packlayer .header-text,
.boxsegment .unitsegment .packlayer .lead-h2,
.boxsegment .unitsegment .packlayer .main-heading,
.boxsegment .unitsegment .packlayer .page-h,
.boxsegment .unitsegment .packlayer .section-h,
.boxsegment .unitsegment .packlayer .section-heading,
.boxsegment .unitsegment .packlayer .topic-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {.boxsegment .unitsegment .packlayer .block-title,
.boxsegment .unitsegment .packlayer .chapter-title,
.boxsegment .unitsegment .packlayer .header-text,
.boxsegment .unitsegment .packlayer .lead-h2,
.boxsegment .unitsegment .packlayer .main-heading,
.boxsegment .unitsegment .packlayer .page-h,
.boxsegment .unitsegment .packlayer .section-h,
.boxsegment .unitsegment .packlayer .section-heading,
.boxsegment .unitsegment .packlayer .topic-title {
    width: 75%;
  }
}
@media (max-width: 992px) {.boxsegment .unitsegment .packlayer .block-title,
.boxsegment .unitsegment .packlayer .chapter-title,
.boxsegment .unitsegment .packlayer .header-text,
.boxsegment .unitsegment .packlayer .lead-h2,
.boxsegment .unitsegment .packlayer .main-heading,
.boxsegment .unitsegment .packlayer .page-h,
.boxsegment .unitsegment .packlayer .section-h,
.boxsegment .unitsegment .packlayer .section-heading,
.boxsegment .unitsegment .packlayer .topic-title {
    width: 100%;
  }
}
.boxsegment .unitsegment .text-wrapper .cellwrap {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .boxsegment .unitsegment .text-wrapper .cellwrap {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .boxsegment .unitsegment .text-wrapper .cellwrap {
    width: 100%;
  }
}.boxsegment .unitsegment .block-action,
.boxsegment .unitsegment .cta-link,
.boxsegment .unitsegment .lead-btn,
.boxsegment .unitsegment .main-btn,
.boxsegment .unitsegment .page-btn,
.boxsegment .unitsegment .primary-cta,
.boxsegment .unitsegment .section-action,
.boxsegment .unitsegment .section-cta {
  margin-top: 20px;
}.boxsegment .unitsegment .block-action .btn,
.boxsegment .unitsegment .cta-link .btn,
.boxsegment .unitsegment .lead-btn .btn,
.boxsegment .unitsegment .main-btn .btn,
.boxsegment .unitsegment .page-btn .btn,
.boxsegment .unitsegment .primary-cta .btn,
.boxsegment .unitsegment .section-action .btn,
.boxsegment .unitsegment .section-cta .btn {
  margin-bottom: 0;
}
.boxsegment .domtrack,
.boxsegment .grid {
  color: #000000;
  text-align: left;
}.boxsegment .block-title,
.boxsegment .chapter-title,
.boxsegment .header-text,
.boxsegment .lead-h2,
.boxsegment .main-heading,
.boxsegment .page-h,
.boxsegment .section-h,
.boxsegment .section-heading,
.boxsegment .topic-title {
  color: #000000;
}
.boxsegment .cellwrap,
.boxsegment .text-wrapper {
  color: #8b8b8a;
  text-align: center;
}.boxsegment .block-title,
.boxsegment .chapter-title,
.boxsegment .header-text,
.boxsegment .lead-h2,
.boxsegment .main-heading,
.boxsegment .page-h,
.boxsegment .section-h,
.boxsegment .section-heading,
.boxsegment .topic-title,
.boxsegment .block-action,
.boxsegment .cta-link,
.boxsegment .lead-btn,
.boxsegment .main-btn,
.boxsegment .page-btn,
.boxsegment .primary-cta,
.boxsegment .section-action,
.boxsegment .section-cta,
.boxsegment .packlayer {
  text-align: center;
}
.band {
  background-color: transparent;
}
.band .site-nav {
  background-color: #ecf0f5 !important;
  padding: 0;
}
.band .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .band .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .band .menu_box .navbar-collapse {
    background-color: #ecf0f5 !important;
    transition: all 0s ease 0s;
  }
}
.band .site-nav {
  position: relative !important;
}.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    display: block;
    padding: 0;
  }
}.band .block-action-main .btn,
.band .cta-link-main .btn,
.band .lead-btn-main .btn,
.band .main-btn-main .btn,
.band .page-btn-main .btn,
.band .primary-cta-main .btn,
.band .section-action-main .btn,
.band .section-cta-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.band .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.band .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .band ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .band li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .band .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.band .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .band .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .band .nav-item {
    margin: 0 !important;
  }
}
.band .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.band .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .nav-item .nav-link:hover:before,
.band .nav-item .nav-link:focus:before {
  width: 100%;
}
.band .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.band .container {
  display: flex;
  margin: auto;
}
.band .layerbox {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.band .layerbox:last-child {
  margin-right: 0;
}
.band .layerbox:hover {
  opacity: .5;
}
.band .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .band .navbar-nav {
    margin: 0;
  }
}
.band .nav-item:focus,
.band .nav-link:focus {
  outline: none;
}
.band .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .band .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.band .navbar .holdunit img {
  object-fit: contain;
  border-radius: 10px !important;
}
.band .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .band .navbar .nav-item {
    padding: .5rem 0;
  }
  .band .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .band .navbar .nav-item .nav-link::before {
    display: none;
  }
  .band .navbar .holdunit img {
    height: 3rem !important;
  }
  .band .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .band .navbar ul.navbar-nav li {
    margin: 0;
  }
  .band .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .band .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.band .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;
  z-index: 1;
}
.band .navbar-brand .outerpad {
  line-height: inherit !important;
  font-weight: 400;
}
.band .navbar-brand .holdunit a {
  outline: none;
}
.band .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.band ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.band button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ecf0f5;
  background: #f1f1f1;
}

.band a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .band .navbar {
    height: 70px;
  }
  .band .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.band .site-nav .holdunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .band .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.band .outerpad:hover {
  color: #000000;
}
.band .padbox {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .band .padbox {
    display: none;
  }
}
.band .padbox a .hold {
  margin: 8px 20px;
  position: relative;
}
.band .padbox a .hold::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .padbox a .hold:hover:before,
.band .padbox a .hold:focus:before {
  width: 100%;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h {
  color: #01004c;
  text-align: center;
}
.band .outerpad {
  color: #01004c;
}
.band .cellwrap {
  color: #01004c;
  text-align: center;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h,
.band .block-action,
.band .cta-link,
.band .lead-btn,
.band .main-btn,
.band .page-btn,
.band .primary-cta,
.band .section-action,
.band .section-cta {
  text-align: center;
}
.band a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.bandbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wet1.jpg");
}.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 40%);
  }
}
.bandbox .unitsegment .text-wrapper .cellwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .text-wrapper .cellwrap {
    width: 100%;
  }
}.bandbox .unitsegment .block-action,
.bandbox .unitsegment .cta-link,
.bandbox .unitsegment .lead-btn,
.bandbox .unitsegment .main-btn,
.bandbox .unitsegment .page-btn,
.bandbox .unitsegment .primary-cta,
.bandbox .unitsegment .section-action,
.bandbox .unitsegment .section-cta {
  margin-bottom: 22px;
}
.bandbox .unitsegment .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bandbox .unitsegment .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap:hover,
.bandbox .unitsegment .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bandbox .unitsegment .boxholder {
  margin-bottom: 0;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title {
  color: #000000;
}
.bandbox .cellwrap,
.bandbox .text-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .list,
.bandbox .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .boxholder {
  color: #000000;
  text-align: center;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title,
.bandbox .packlayer,
.bandbox .block-action,
.bandbox .cta-link,
.bandbox .lead-btn,
.bandbox .main-btn,
.bandbox .page-btn,
.bandbox .primary-cta,
.bandbox .section-action,
.bandbox .section-cta {
  text-align: center;
}
.contentunit {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.contentunit .unitsegment {
  padding: 30px;
  background-color: #ecf0f5;
}
@media (max-width: 992px) {
  .contentunit .unitsegment {
    padding: 20px;
  }
}
.contentunit .unitsegment .formcore {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .contentunit .unitsegment .formcore {
    margin-bottom: 20px;
  }
}
.contentunit .unitsegment .formcore .zonecore {
  display: inline-flex;
  border: 1px solid #b2c9e6;
  background-color: #ffffff;
  padding: 5px;
}
.contentunit .unitsegment .formcore .zonecore img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}
.contentunit .unitsegment .grid .domtrack {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #ffffff;
}.contentunit .unitsegment .packlayer .block-title,
.contentunit .unitsegment .packlayer .chapter-title,
.contentunit .unitsegment .packlayer .header-text,
.contentunit .unitsegment .packlayer .lead-h2,
.contentunit .unitsegment .packlayer .main-heading,
.contentunit .unitsegment .packlayer .page-h,
.contentunit .unitsegment .packlayer .section-h,
.contentunit .unitsegment .packlayer .section-heading,
.contentunit .unitsegment .packlayer .topic-title {
  margin-bottom: 20px;
}
.contentunit .unitsegment .text-wrapper .cellwrap {
  margin-bottom: 0;
}.contentunit .unitsegment .block-action,
.contentunit .unitsegment .cta-link,
.contentunit .unitsegment .lead-btn,
.contentunit .unitsegment .main-btn,
.contentunit .unitsegment .page-btn,
.contentunit .unitsegment .primary-cta,
.contentunit .unitsegment .section-action,
.contentunit .unitsegment .section-cta {
  margin-top: 20px;
}.contentunit .unitsegment .block-action .btn,
.contentunit .unitsegment .cta-link .btn,
.contentunit .unitsegment .lead-btn .btn,
.contentunit .unitsegment .main-btn .btn,
.contentunit .unitsegment .page-btn .btn,
.contentunit .unitsegment .primary-cta .btn,
.contentunit .unitsegment .section-action .btn,
.contentunit .unitsegment .section-cta .btn {
  margin-bottom: 0;
}
.contentunit .domtrack,
.contentunit .grid {
  color: #116e99;
  text-align: center;
}.contentunit .block-title,
.contentunit .chapter-title,
.contentunit .header-text,
.contentunit .lead-h2,
.contentunit .main-heading,
.contentunit .page-h,
.contentunit .section-h,
.contentunit .section-heading,
.contentunit .topic-title {
  color: #16526e;
}
.contentunit .cellwrap,
.contentunit .text-wrapper {
  color: #000000;
  text-align: center;
}.contentunit .block-title,
.contentunit .chapter-title,
.contentunit .header-text,
.contentunit .lead-h2,
.contentunit .main-heading,
.contentunit .page-h,
.contentunit .section-h,
.contentunit .section-heading,
.contentunit .topic-title,
.contentunit .block-action,
.contentunit .cta-link,
.contentunit .lead-btn,
.contentunit .main-btn,
.contentunit .page-btn,
.contentunit .primary-cta,
.contentunit .section-action,
.contentunit .section-cta,
.contentunit .packlayer,
.contentunit .formcore {
  text-align: center;
  color: #416ebb;
}
.navwrap {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.navwrap .cellwrap {
  color: #000000;
}
.inset {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.inset .unitsegment .grid .domtrack {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #ecf0f5;
}.inset .unitsegment .packlayer .block-title,
.inset .unitsegment .packlayer .chapter-title,
.inset .unitsegment .packlayer .header-text,
.inset .unitsegment .packlayer .lead-h2,
.inset .unitsegment .packlayer .main-heading,
.inset .unitsegment .packlayer .page-h,
.inset .unitsegment .packlayer .section-h,
.inset .unitsegment .packlayer .section-heading,
.inset .unitsegment .packlayer .topic-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {.inset .unitsegment .packlayer .block-title,
.inset .unitsegment .packlayer .chapter-title,
.inset .unitsegment .packlayer .header-text,
.inset .unitsegment .packlayer .lead-h2,
.inset .unitsegment .packlayer .main-heading,
.inset .unitsegment .packlayer .page-h,
.inset .unitsegment .packlayer .section-h,
.inset .unitsegment .packlayer .section-heading,
.inset .unitsegment .packlayer .topic-title {
    width: 75%;
  }
}
@media (max-width: 992px) {.inset .unitsegment .packlayer .block-title,
.inset .unitsegment .packlayer .chapter-title,
.inset .unitsegment .packlayer .header-text,
.inset .unitsegment .packlayer .lead-h2,
.inset .unitsegment .packlayer .main-heading,
.inset .unitsegment .packlayer .page-h,
.inset .unitsegment .packlayer .section-h,
.inset .unitsegment .packlayer .section-heading,
.inset .unitsegment .packlayer .topic-title {
    width: 100%;
  }
}
.inset .unitsegment .text-wrapper .cellwrap {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .inset .unitsegment .text-wrapper .cellwrap {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .inset .unitsegment .text-wrapper .cellwrap {
    width: 100%;
  }
}.inset .unitsegment .block-action,
.inset .unitsegment .cta-link,
.inset .unitsegment .lead-btn,
.inset .unitsegment .main-btn,
.inset .unitsegment .page-btn,
.inset .unitsegment .primary-cta,
.inset .unitsegment .section-action,
.inset .unitsegment .section-cta {
  margin-top: 20px;
}.inset .unitsegment .block-action .btn,
.inset .unitsegment .cta-link .btn,
.inset .unitsegment .lead-btn .btn,
.inset .unitsegment .main-btn .btn,
.inset .unitsegment .page-btn .btn,
.inset .unitsegment .primary-cta .btn,
.inset .unitsegment .section-action .btn,
.inset .unitsegment .section-cta .btn {
  margin-bottom: 0;
}
.inset .domtrack,
.inset .grid {
  color: #000000;
  text-align: left;
}.inset .block-title,
.inset .chapter-title,
.inset .header-text,
.inset .lead-h2,
.inset .main-heading,
.inset .page-h,
.inset .section-h,
.inset .section-heading,
.inset .topic-title {
  color: #000000;
}
.inset .cellwrap,
.inset .text-wrapper {
  color: #8b8b8a;
  text-align: center;
}.inset .block-title,
.inset .chapter-title,
.inset .header-text,
.inset .lead-h2,
.inset .main-heading,
.inset .page-h,
.inset .section-h,
.inset .section-heading,
.inset .topic-title,
.inset .block-action,
.inset .cta-link,
.inset .lead-btn,
.inset .main-btn,
.inset .page-btn,
.inset .primary-cta,
.inset .section-action,
.inset .section-cta,
.inset .packlayer {
  text-align: center;
}
.band {
  background-color: transparent;
}
.band .site-nav {
  background-color: #ecf0f5 !important;
  padding: 0;
}
.band .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .band .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .band .menu_box .navbar-collapse {
    background-color: #ecf0f5 !important;
    transition: all 0s ease 0s;
  }
}
.band .site-nav {
  position: relative !important;
}.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    display: block;
    padding: 0;
  }
}.band .block-action-main .btn,
.band .cta-link-main .btn,
.band .lead-btn-main .btn,
.band .main-btn-main .btn,
.band .page-btn-main .btn,
.band .primary-cta-main .btn,
.band .section-action-main .btn,
.band .section-cta-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.band .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.band .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .band ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .band li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .band .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.band .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .band .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .band .nav-item {
    margin: 0 !important;
  }
}
.band .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.band .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .nav-item .nav-link:hover:before,
.band .nav-item .nav-link:focus:before {
  width: 100%;
}
.band .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.band .container {
  display: flex;
  margin: auto;
}
.band .layerbox {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.band .layerbox:last-child {
  margin-right: 0;
}
.band .layerbox:hover {
  opacity: .5;
}
.band .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .band .navbar-nav {
    margin: 0;
  }
}
.band .nav-item:focus,
.band .nav-link:focus {
  outline: none;
}
.band .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .band .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.band .navbar .holdunit img {
  object-fit: contain;
  border-radius: 10px !important;
}
.band .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .band .navbar .nav-item {
    padding: .5rem 0;
  }
  .band .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .band .navbar .nav-item .nav-link::before {
    display: none;
  }
  .band .navbar .holdunit img {
    height: 3rem !important;
  }
  .band .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .band .navbar ul.navbar-nav li {
    margin: 0;
  }
  .band .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .band .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.band .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;
  z-index: 1;
}
.band .navbar-brand .outerpad {
  line-height: inherit !important;
  font-weight: 400;
}
.band .navbar-brand .holdunit a {
  outline: none;
}
.band .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.band ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.band button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ecf0f5;
  background: #f1f1f1;
}

.band a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .band .navbar {
    height: 70px;
  }
  .band .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.band .site-nav .holdunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .band .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.band .outerpad:hover {
  color: #000000;
}
.band .padbox {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .band .padbox {
    display: none;
  }
}
.band .padbox a .hold {
  margin: 8px 20px;
  position: relative;
}
.band .padbox a .hold::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .padbox a .hold:hover:before,
.band .padbox a .hold:focus:before {
  width: 100%;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h {
  color: #01004c;
  text-align: center;
}
.band .outerpad {
  color: #01004c;
}
.band .cellwrap {
  color: #01004c;
  text-align: center;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h,
.band .block-action,
.band .cta-link,
.band .lead-btn,
.band .main-btn,
.band .page-btn,
.band .primary-cta,
.band .section-action,
.band .section-cta {
  text-align: center;
}
.band a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.bandbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wet1.jpg");
}.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 40%);
  }
}
.bandbox .unitsegment .text-wrapper .cellwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .text-wrapper .cellwrap {
    width: 100%;
  }
}.bandbox .unitsegment .block-action,
.bandbox .unitsegment .cta-link,
.bandbox .unitsegment .lead-btn,
.bandbox .unitsegment .main-btn,
.bandbox .unitsegment .page-btn,
.bandbox .unitsegment .primary-cta,
.bandbox .unitsegment .section-action,
.bandbox .unitsegment .section-cta {
  margin-bottom: 22px;
}
.bandbox .unitsegment .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bandbox .unitsegment .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap:hover,
.bandbox .unitsegment .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bandbox .unitsegment .boxholder {
  margin-bottom: 0;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title {
  color: #000000;
}
.bandbox .cellwrap,
.bandbox .text-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .list,
.bandbox .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .boxholder {
  color: #000000;
  text-align: center;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title,
.bandbox .packlayer,
.bandbox .block-action,
.bandbox .cta-link,
.bandbox .lead-btn,
.bandbox .main-btn,
.bandbox .page-btn,
.bandbox .primary-cta,
.bandbox .section-action,
.bandbox .section-cta {
  text-align: center;
}
.dockband {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.dockband .unitsegment {
  padding: 30px;
  background-color: #ecf0f5;
}
@media (max-width: 992px) {
  .dockband .unitsegment {
    padding: 20px;
  }
}
.dockband .unitsegment .formcore {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .dockband .unitsegment .formcore {
    margin-bottom: 20px;
  }
}
.dockband .unitsegment .formcore .zonecore {
  display: inline-flex;
  border: 1px solid #b2c9e6;
  background-color: #ffffff;
  padding: 5px;
}
.dockband .unitsegment .formcore .zonecore img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}
.dockband .unitsegment .grid .domtrack {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #ffffff;
}.dockband .unitsegment .packlayer .block-title,
.dockband .unitsegment .packlayer .chapter-title,
.dockband .unitsegment .packlayer .header-text,
.dockband .unitsegment .packlayer .lead-h2,
.dockband .unitsegment .packlayer .main-heading,
.dockband .unitsegment .packlayer .page-h,
.dockband .unitsegment .packlayer .section-h,
.dockband .unitsegment .packlayer .section-heading,
.dockband .unitsegment .packlayer .topic-title {
  margin-bottom: 20px;
}
.dockband .unitsegment .text-wrapper .cellwrap {
  margin-bottom: 0;
}.dockband .unitsegment .block-action,
.dockband .unitsegment .cta-link,
.dockband .unitsegment .lead-btn,
.dockband .unitsegment .main-btn,
.dockband .unitsegment .page-btn,
.dockband .unitsegment .primary-cta,
.dockband .unitsegment .section-action,
.dockband .unitsegment .section-cta {
  margin-top: 20px;
}.dockband .unitsegment .block-action .btn,
.dockband .unitsegment .cta-link .btn,
.dockband .unitsegment .lead-btn .btn,
.dockband .unitsegment .main-btn .btn,
.dockband .unitsegment .page-btn .btn,
.dockband .unitsegment .primary-cta .btn,
.dockband .unitsegment .section-action .btn,
.dockband .unitsegment .section-cta .btn {
  margin-bottom: 0;
}
.dockband .domtrack,
.dockband .grid {
  color: #116e99;
  text-align: center;
}.dockband .block-title,
.dockband .chapter-title,
.dockband .header-text,
.dockband .lead-h2,
.dockband .main-heading,
.dockband .page-h,
.dockband .section-h,
.dockband .section-heading,
.dockband .topic-title {
  color: #16526e;
}
.dockband .cellwrap,
.dockband .text-wrapper {
  color: #000000;
  text-align: center;
}.dockband .block-title,
.dockband .chapter-title,
.dockband .header-text,
.dockband .lead-h2,
.dockband .main-heading,
.dockband .page-h,
.dockband .section-h,
.dockband .section-heading,
.dockband .topic-title,
.dockband .block-action,
.dockband .cta-link,
.dockband .lead-btn,
.dockband .main-btn,
.dockband .page-btn,
.dockband .primary-cta,
.dockband .section-action,
.dockband .section-cta,
.dockband .packlayer,
.dockband .formcore {
  text-align: center;
  color: #416ebb;
}
.zonefield {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.zonefield .cellwrap {
  color: #000000;
}
.unitbox {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.unitbox .unitsegment .grid .domtrack {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #ecf0f5;
}.unitbox .unitsegment .packlayer .block-title,
.unitbox .unitsegment .packlayer .chapter-title,
.unitbox .unitsegment .packlayer .header-text,
.unitbox .unitsegment .packlayer .lead-h2,
.unitbox .unitsegment .packlayer .main-heading,
.unitbox .unitsegment .packlayer .page-h,
.unitbox .unitsegment .packlayer .section-h,
.unitbox .unitsegment .packlayer .section-heading,
.unitbox .unitsegment .packlayer .topic-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {.unitbox .unitsegment .packlayer .block-title,
.unitbox .unitsegment .packlayer .chapter-title,
.unitbox .unitsegment .packlayer .header-text,
.unitbox .unitsegment .packlayer .lead-h2,
.unitbox .unitsegment .packlayer .main-heading,
.unitbox .unitsegment .packlayer .page-h,
.unitbox .unitsegment .packlayer .section-h,
.unitbox .unitsegment .packlayer .section-heading,
.unitbox .unitsegment .packlayer .topic-title {
    width: 75%;
  }
}
@media (max-width: 992px) {.unitbox .unitsegment .packlayer .block-title,
.unitbox .unitsegment .packlayer .chapter-title,
.unitbox .unitsegment .packlayer .header-text,
.unitbox .unitsegment .packlayer .lead-h2,
.unitbox .unitsegment .packlayer .main-heading,
.unitbox .unitsegment .packlayer .page-h,
.unitbox .unitsegment .packlayer .section-h,
.unitbox .unitsegment .packlayer .section-heading,
.unitbox .unitsegment .packlayer .topic-title {
    width: 100%;
  }
}
.unitbox .unitsegment .text-wrapper .cellwrap {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .unitbox .unitsegment .text-wrapper .cellwrap {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .unitbox .unitsegment .text-wrapper .cellwrap {
    width: 100%;
  }
}.unitbox .unitsegment .block-action,
.unitbox .unitsegment .cta-link,
.unitbox .unitsegment .lead-btn,
.unitbox .unitsegment .main-btn,
.unitbox .unitsegment .page-btn,
.unitbox .unitsegment .primary-cta,
.unitbox .unitsegment .section-action,
.unitbox .unitsegment .section-cta {
  margin-top: 20px;
}.unitbox .unitsegment .block-action .btn,
.unitbox .unitsegment .cta-link .btn,
.unitbox .unitsegment .lead-btn .btn,
.unitbox .unitsegment .main-btn .btn,
.unitbox .unitsegment .page-btn .btn,
.unitbox .unitsegment .primary-cta .btn,
.unitbox .unitsegment .section-action .btn,
.unitbox .unitsegment .section-cta .btn {
  margin-bottom: 0;
}
.unitbox .domtrack,
.unitbox .grid {
  color: #000000;
  text-align: left;
}.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: #000000;
}
.unitbox .cellwrap,
.unitbox .text-wrapper {
  color: #8b8b8a;
  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,
.unitbox .block-action,
.unitbox .cta-link,
.unitbox .lead-btn,
.unitbox .main-btn,
.unitbox .page-btn,
.unitbox .primary-cta,
.unitbox .section-action,
.unitbox .section-cta,
.unitbox .packlayer {
  text-align: center;
}
.band {
  background-color: transparent;
}
.band .site-nav {
  background-color: #ecf0f5 !important;
  padding: 0;
}
.band .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .band .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .band .menu_box .navbar-collapse {
    background-color: #ecf0f5 !important;
    transition: all 0s ease 0s;
  }
}
.band .site-nav {
  position: relative !important;
}.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    display: block;
    padding: 0;
  }
}.band .block-action-main .btn,
.band .cta-link-main .btn,
.band .lead-btn-main .btn,
.band .main-btn-main .btn,
.band .page-btn-main .btn,
.band .primary-cta-main .btn,
.band .section-action-main .btn,
.band .section-cta-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.band .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.band .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .band ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .band li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .band .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.band .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .band .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .band .nav-item {
    margin: 0 !important;
  }
}
.band .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.band .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .nav-item .nav-link:hover:before,
.band .nav-item .nav-link:focus:before {
  width: 100%;
}
.band .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.band .container {
  display: flex;
  margin: auto;
}
.band .layerbox {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.band .layerbox:last-child {
  margin-right: 0;
}
.band .layerbox:hover {
  opacity: .5;
}
.band .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .band .navbar-nav {
    margin: 0;
  }
}
.band .nav-item:focus,
.band .nav-link:focus {
  outline: none;
}
.band .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .band .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.band .navbar .holdunit img {
  object-fit: contain;
  border-radius: 10px !important;
}
.band .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .band .navbar .nav-item {
    padding: .5rem 0;
  }
  .band .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .band .navbar .nav-item .nav-link::before {
    display: none;
  }
  .band .navbar .holdunit img {
    height: 3rem !important;
  }
  .band .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .band .navbar ul.navbar-nav li {
    margin: 0;
  }
  .band .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .band .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.band .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;
  z-index: 1;
}
.band .navbar-brand .outerpad {
  line-height: inherit !important;
  font-weight: 400;
}
.band .navbar-brand .holdunit a {
  outline: none;
}
.band .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.band ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.band button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ecf0f5;
  background: #f1f1f1;
}

.band a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .band .navbar {
    height: 70px;
  }
  .band .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.band .site-nav .holdunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .band .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.band .outerpad:hover {
  color: #000000;
}
.band .padbox {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .band .padbox {
    display: none;
  }
}
.band .padbox a .hold {
  margin: 8px 20px;
  position: relative;
}
.band .padbox a .hold::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .padbox a .hold:hover:before,
.band .padbox a .hold:focus:before {
  width: 100%;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h {
  color: #01004c;
  text-align: center;
}
.band .outerpad {
  color: #01004c;
}
.band .cellwrap {
  color: #01004c;
  text-align: center;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h,
.band .block-action,
.band .cta-link,
.band .lead-btn,
.band .main-btn,
.band .page-btn,
.band .primary-cta,
.band .section-action,
.band .section-cta {
  text-align: center;
}
.band a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.bandbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wet1.jpg");
}.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 40%);
  }
}
.bandbox .unitsegment .text-wrapper .cellwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .text-wrapper .cellwrap {
    width: 100%;
  }
}.bandbox .unitsegment .block-action,
.bandbox .unitsegment .cta-link,
.bandbox .unitsegment .lead-btn,
.bandbox .unitsegment .main-btn,
.bandbox .unitsegment .page-btn,
.bandbox .unitsegment .primary-cta,
.bandbox .unitsegment .section-action,
.bandbox .unitsegment .section-cta {
  margin-bottom: 22px;
}
.bandbox .unitsegment .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bandbox .unitsegment .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap:hover,
.bandbox .unitsegment .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bandbox .unitsegment .boxholder {
  margin-bottom: 0;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title {
  color: #000000;
}
.bandbox .cellwrap,
.bandbox .text-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .list,
.bandbox .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .boxholder {
  color: #000000;
  text-align: center;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title,
.bandbox .packlayer,
.bandbox .block-action,
.bandbox .cta-link,
.bandbox .lead-btn,
.bandbox .main-btn,
.bandbox .page-btn,
.bandbox .primary-cta,
.bandbox .section-action,
.bandbox .section-cta {
  text-align: center;
}
.trackbox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.trackbox .unitsegment {
  padding: 30px;
  background-color: #ecf0f5;
}
@media (max-width: 992px) {
  .trackbox .unitsegment {
    padding: 20px;
  }
}
.trackbox .unitsegment .formcore {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .trackbox .unitsegment .formcore {
    margin-bottom: 20px;
  }
}
.trackbox .unitsegment .formcore .zonecore {
  display: inline-flex;
  border: 1px solid #b2c9e6;
  background-color: #ffffff;
  padding: 5px;
}
.trackbox .unitsegment .formcore .zonecore img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}
.trackbox .unitsegment .grid .domtrack {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #ffffff;
}.trackbox .unitsegment .packlayer .block-title,
.trackbox .unitsegment .packlayer .chapter-title,
.trackbox .unitsegment .packlayer .header-text,
.trackbox .unitsegment .packlayer .lead-h2,
.trackbox .unitsegment .packlayer .main-heading,
.trackbox .unitsegment .packlayer .page-h,
.trackbox .unitsegment .packlayer .section-h,
.trackbox .unitsegment .packlayer .section-heading,
.trackbox .unitsegment .packlayer .topic-title {
  margin-bottom: 20px;
}
.trackbox .unitsegment .text-wrapper .cellwrap {
  margin-bottom: 0;
}.trackbox .unitsegment .block-action,
.trackbox .unitsegment .cta-link,
.trackbox .unitsegment .lead-btn,
.trackbox .unitsegment .main-btn,
.trackbox .unitsegment .page-btn,
.trackbox .unitsegment .primary-cta,
.trackbox .unitsegment .section-action,
.trackbox .unitsegment .section-cta {
  margin-top: 20px;
}.trackbox .unitsegment .block-action .btn,
.trackbox .unitsegment .cta-link .btn,
.trackbox .unitsegment .lead-btn .btn,
.trackbox .unitsegment .main-btn .btn,
.trackbox .unitsegment .page-btn .btn,
.trackbox .unitsegment .primary-cta .btn,
.trackbox .unitsegment .section-action .btn,
.trackbox .unitsegment .section-cta .btn {
  margin-bottom: 0;
}
.trackbox .domtrack,
.trackbox .grid {
  color: #116e99;
  text-align: center;
}.trackbox .block-title,
.trackbox .chapter-title,
.trackbox .header-text,
.trackbox .lead-h2,
.trackbox .main-heading,
.trackbox .page-h,
.trackbox .section-h,
.trackbox .section-heading,
.trackbox .topic-title {
  color: #16526e;
}
.trackbox .cellwrap,
.trackbox .text-wrapper {
  color: #000000;
  text-align: center;
}.trackbox .block-title,
.trackbox .chapter-title,
.trackbox .header-text,
.trackbox .lead-h2,
.trackbox .main-heading,
.trackbox .page-h,
.trackbox .section-h,
.trackbox .section-heading,
.trackbox .topic-title,
.trackbox .block-action,
.trackbox .cta-link,
.trackbox .lead-btn,
.trackbox .main-btn,
.trackbox .page-btn,
.trackbox .primary-cta,
.trackbox .section-action,
.trackbox .section-cta,
.trackbox .packlayer,
.trackbox .formcore {
  text-align: center;
  color: #416ebb;
}
.gridcore {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.gridcore .cellwrap {
  color: #000000;
}
.tile {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.tile .unitsegment .grid .domtrack {
  display: inline-flex;
  padding: 9px 14px;
  margin-bottom: 20px;
  background-color: #ecf0f5;
}.tile .unitsegment .packlayer .block-title,
.tile .unitsegment .packlayer .chapter-title,
.tile .unitsegment .packlayer .header-text,
.tile .unitsegment .packlayer .lead-h2,
.tile .unitsegment .packlayer .main-heading,
.tile .unitsegment .packlayer .page-h,
.tile .unitsegment .packlayer .section-h,
.tile .unitsegment .packlayer .section-heading,
.tile .unitsegment .packlayer .topic-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {.tile .unitsegment .packlayer .block-title,
.tile .unitsegment .packlayer .chapter-title,
.tile .unitsegment .packlayer .header-text,
.tile .unitsegment .packlayer .lead-h2,
.tile .unitsegment .packlayer .main-heading,
.tile .unitsegment .packlayer .page-h,
.tile .unitsegment .packlayer .section-h,
.tile .unitsegment .packlayer .section-heading,
.tile .unitsegment .packlayer .topic-title {
    width: 75%;
  }
}
@media (max-width: 992px) {.tile .unitsegment .packlayer .block-title,
.tile .unitsegment .packlayer .chapter-title,
.tile .unitsegment .packlayer .header-text,
.tile .unitsegment .packlayer .lead-h2,
.tile .unitsegment .packlayer .main-heading,
.tile .unitsegment .packlayer .page-h,
.tile .unitsegment .packlayer .section-h,
.tile .unitsegment .packlayer .section-heading,
.tile .unitsegment .packlayer .topic-title {
    width: 100%;
  }
}
.tile .unitsegment .text-wrapper .cellwrap {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .tile .unitsegment .text-wrapper .cellwrap {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .tile .unitsegment .text-wrapper .cellwrap {
    width: 100%;
  }
}.tile .unitsegment .block-action,
.tile .unitsegment .cta-link,
.tile .unitsegment .lead-btn,
.tile .unitsegment .main-btn,
.tile .unitsegment .page-btn,
.tile .unitsegment .primary-cta,
.tile .unitsegment .section-action,
.tile .unitsegment .section-cta {
  margin-top: 20px;
}.tile .unitsegment .block-action .btn,
.tile .unitsegment .cta-link .btn,
.tile .unitsegment .lead-btn .btn,
.tile .unitsegment .main-btn .btn,
.tile .unitsegment .page-btn .btn,
.tile .unitsegment .primary-cta .btn,
.tile .unitsegment .section-action .btn,
.tile .unitsegment .section-cta .btn {
  margin-bottom: 0;
}
.tile .domtrack,
.tile .grid {
  color: #000000;
  text-align: left;
}.tile .block-title,
.tile .chapter-title,
.tile .header-text,
.tile .lead-h2,
.tile .main-heading,
.tile .page-h,
.tile .section-h,
.tile .section-heading,
.tile .topic-title {
  color: #000000;
}
.tile .cellwrap,
.tile .text-wrapper {
  color: #8b8b8a;
  text-align: center;
}.tile .block-title,
.tile .chapter-title,
.tile .header-text,
.tile .lead-h2,
.tile .main-heading,
.tile .page-h,
.tile .section-h,
.tile .section-heading,
.tile .topic-title,
.tile .block-action,
.tile .cta-link,
.tile .lead-btn,
.tile .main-btn,
.tile .page-btn,
.tile .primary-cta,
.tile .section-action,
.tile .section-cta,
.tile .packlayer {
  text-align: center;
}
.band {
  background-color: transparent;
}
.band .site-nav {
  background-color: #ecf0f5 !important;
  padding: 0;
}
.band .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .band .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .band .menu_box .navbar-collapse {
    background-color: #ecf0f5 !important;
    transition: all 0s ease 0s;
  }
}
.band .site-nav {
  position: relative !important;
}.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
    display: block;
    padding: 0;
  }
}.band .block-action-main .btn,
.band .cta-link-main .btn,
.band .lead-btn-main .btn,
.band .main-btn-main .btn,
.band .page-btn-main .btn,
.band .primary-cta-main .btn,
.band .section-action-main .btn,
.band .section-cta-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 200px;
}
.band .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.band .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .band ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .band li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .band .navbar-nav.nav-dropdown {
    display: flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.band .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .band .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .band .nav-item {
    margin: 0 !important;
  }
}
.band .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.band .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .nav-item .nav-link:hover:before,
.band .nav-item .nav-link:focus:before {
  width: 100%;
}
.band .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.band .container {
  display: flex;
  margin: auto;
}
.band .layerbox {
  color: #01004c;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.band .layerbox:last-child {
  margin-right: 0;
}
.band .layerbox:hover {
  opacity: .5;
}
.band .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .band .navbar-nav {
    margin: 0;
  }
}
.band .nav-item:focus,
.band .nav-link:focus {
  outline: none;
}
.band .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .band .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.band .navbar .holdunit img {
  object-fit: contain;
  border-radius: 10px !important;
}
.band .navbar .navbar-collapse {
  justify-content: space-between;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 991px) {
  .band .navbar .nav-item {
    padding: .5rem 0;
  }
  .band .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .band .navbar .nav-item .nav-link::before {
    display: none;
  }
  .band .navbar .holdunit img {
    height: 3rem !important;
  }
  .band .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .band .navbar ul.navbar-nav li {
    margin: 0;
  }
  .band .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .band .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.band .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;
  z-index: 1;
}
.band .navbar-brand .outerpad {
  line-height: inherit !important;
  font-weight: 400;
}
.band .navbar-brand .holdunit a {
  outline: none;
}
.band .navbar-expand-lg .navbar-nav .nav-link {
  margin: 4px 12px !important;
}
.band ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.band button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ecf0f5;
  background: #f1f1f1;
}

.band a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .band .navbar {
    height: 70px;
  }
  .band .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.band .site-nav .holdunit {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .band .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.band .outerpad:hover {
  color: #000000;
}
.band .padbox {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  min-width: 32%;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .band .padbox {
    display: none;
  }
}
.band .padbox a .hold {
  margin: 8px 20px;
  position: relative;
}
.band .padbox a .hold::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #01004c;
  transition: all 0.3s ease-in-out;
}
.band .padbox a .hold:hover:before,
.band .padbox a .hold:focus:before {
  width: 100%;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h {
  color: #01004c;
  text-align: center;
}
.band .outerpad {
  color: #01004c;
}
.band .cellwrap {
  color: #01004c;
  text-align: center;
}.band .block-subtitle,
.band .lead-sub,
.band .section-sub,
.band .sub-heading,
.band .subtitle-text,
.band .tagline-h,
.band .block-action,
.band .cta-link,
.band .lead-btn,
.band .main-btn,
.band .page-btn,
.band .primary-cta,
.band .section-action,
.band .section-cta {
  text-align: center;
}
.band a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.bandbox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("images/wet1.jpg");
}.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {.bandbox .unitsegment .packlayer .block-title,
.bandbox .unitsegment .packlayer .chapter-title,
.bandbox .unitsegment .packlayer .header-text,
.bandbox .unitsegment .packlayer .lead-h2,
.bandbox .unitsegment .packlayer .main-heading,
.bandbox .unitsegment .packlayer .page-h,
.bandbox .unitsegment .packlayer .section-h,
.bandbox .unitsegment .packlayer .section-heading,
.bandbox .unitsegment .packlayer .topic-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #416ebb 40%);
  }
}
.bandbox .unitsegment .text-wrapper .cellwrap {
  display: inline-block;
  width: 50%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .text-wrapper .cellwrap {
    width: 100%;
  }
}.bandbox .unitsegment .block-action,
.bandbox .unitsegment .cta-link,
.bandbox .unitsegment .lead-btn,
.bandbox .unitsegment .main-btn,
.bandbox .unitsegment .page-btn,
.bandbox .unitsegment .primary-cta,
.bandbox .unitsegment .section-action,
.bandbox .unitsegment .section-cta {
  margin-bottom: 22px;
}
.bandbox .unitsegment .nav-wrapper {
  margin-top: 78px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.bandbox .unitsegment .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap {
  padding: 10px 30px;
  margin-bottom: 0;
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bandbox .unitsegment .nav-wrapper .list .item-wrap {
    padding: 5px 16px;
  }
}
.bandbox .unitsegment .nav-wrapper .list .item-wrap:hover,
.bandbox .unitsegment .nav-wrapper .list .item-wrap:focus {
  text-decoration-color: transparent;
}
.bandbox .unitsegment .boxholder {
  margin-bottom: 0;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title {
  color: #000000;
}
.bandbox .cellwrap,
.bandbox .text-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .list,
.bandbox .nav-wrapper {
  color: #000000;
  text-align: center;
}
.bandbox .boxholder {
  color: #000000;
  text-align: center;
}.bandbox .block-title,
.bandbox .chapter-title,
.bandbox .header-text,
.bandbox .lead-h2,
.bandbox .main-heading,
.bandbox .page-h,
.bandbox .section-h,
.bandbox .section-heading,
.bandbox .topic-title,
.bandbox .packlayer,
.bandbox .block-action,
.bandbox .cta-link,
.bandbox .lead-btn,
.bandbox .main-btn,
.bandbox .page-btn,
.bandbox .primary-cta,
.bandbox .section-action,
.bandbox .section-cta {
  text-align: center;
}

.band .navbar .navbar-collapse {
  align-items: center;
  gap: 18px;
}

.band .padbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  margin: 0 18px;
  min-width: 220px;
  max-width: 260px;
  flex: 0 0 auto;
  line-height: 1.2;
}

.band .padbox .hold {
  margin: 0 !important;
  padding: 0;
  line-height: 1.25;
  white-space: nowrap;
}

.band .padbox .hold a {
  display: inline-block;
  line-height: 1.25;
  text-decoration: none;
}

.band .padbox .hold + .hold {
  margin-top: 4px !important;
}.band .block-action-main,
.band .cta-link-main,
.band .lead-btn-main,
.band .main-btn-main,
.band .page-btn-main,
.band .primary-cta-main,
.band .section-action-main,
.band .section-cta-main {
  margin-left: 8px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .band .padbox {
    display: none !important;
  }

  .band .navbar .navbar-collapse {
    gap: 0;
  }
}

.domunit {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: auto;
  width: calc(100% - 36px);
  max-width: 760px;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.domunit *,
.domunit *::before,
.domunit *::after {
  box-sizing: border-box;
}

.rootsegment {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  padding: 18px 20px 18px 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(148,163,184,0.22);
  box-shadow: 0 18px 50px rgba(15,23,42,0.16);
  overflow: hidden;
}

.rootsegment::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2563eb 0%, #0f62fe 50%, #38bdf8 100%);
}

.mainbox {
  flex: 0 0 auto;
  width: 58px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.framewrap {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 50%;
  background: #ffffff;
  padding: 4px;
  box-shadow: 0 8px 20px rgba(37,99,235,0.12);
}

.text-block {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stackcol {
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
  color: #1f2937;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cta-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.mount {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ref-links-note {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #64748b;
}

.alert-links-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.alert-links-row a {
  display: inline-block;
  font-size: 13px;
  line-height: 1.35;
  color: #0f62fe;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(15,98,254,0.4);
  padding-bottom: 1px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.alert-links-row a:hover {
  color: #0043ce;
  border-bottom-color: #0043ce;
}

.alert-links-row span {
  display: inline-block;
  font-size: 13px;
  line-height: 1.35;
  color: #64748b;
  white-space: nowrap;
}

.gridrowunit {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 0;
}

#gotItBtn {
  appearance: none;
  -webkit-appearance: none;
  min-width: 136px;
  min-height: 46px;
  padding: 12px 18px;
  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, opacity 0.2s ease, box-shadow 0.2s ease;
  border: none;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(17,24,39,0.16);
}

#gotItBtn:hover {
  transform: translateY(-1px);
}

@media (max-width: 860px) {
  .domunit {
    max-width: 680px;
  }

  .cta-area {
    flex-direction: column;
    align-items: flex-start;
  }

  .gridrowunit {
    width: 100%;
  }

  #gotItBtn {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .domunit {
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-width: none;
  }

  .rootsegment {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px 14px 16px 14px;
    border-radius: 20px;
    max-height: calc(100vh - 24px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .rootsegment::before {
    left: 12px;
    right: 12px;
    top: 0;
    bottom: auto;
    width: auto;
    height: 6px;
    border-radius: 999px;
  }

  .mainbox {
    width: 100%;
    justify-content: center;
    padding-top: 8px;
  }

  .framewrap {
    width: 46px;
    height: 46px;
  }

  .text-block {
    gap: 12px;
  }

  .stackcol {
    font-size: 13px;
    line-height: 1.58;
    text-align: center;
  }

  .cta-area {
    align-items: center;
    gap: 12px;
  }

  .mount {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .alert-links-row {
    justify-content: center;
    gap: 6px 10px;
  }

  .gridrowunit {
    width: 100%;
    flex-direction: column;
  }

  #gotItBtn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 360px) {
  .domunit {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .rootsegment {
    padding: 14px 12px 14px 12px;
    border-radius: 16px;
  }

  .framewrap {
    width: 42px;
    height: 42px;
  }

  .ref-links-note,
  .alert-links-row a,
  .alert-links-row span {
    font-size: 12px;
  }
}

.root-half-head {
  padding: 0 !important;
  background: transparent;
}
.modtrack {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}
.tilemap {
  padding: 36px 36px 26px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border-bottom: 1px solid #e6edf8;
}
.soft-area {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #000000 !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.unit-row {
  margin: 16px 0 8px;
  color: #000000 !important;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 800;
}
.top-wrap {
  margin: 0;
  color: #000000 !important;
  font-size: 15px;
  line-height: 1.8;
  max-width: 760px;
}
.title-main-tag {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.panel-split-title {
  padding: 16px;
  border: 1px solid #e5eef8;
  border-radius: 18px;
  background: #ffffff;
}
.pane-last-field {
  display: block;
  margin-bottom: 6px;
  color: #000000 !important;
  font-size: 13px;
  font-weight: 700;
}
.note-active-note {
  display: block;
  color: #000000 !important;
  font-size: 13px;
  line-height: 1.7;
}
.contentbox {
  padding: 30px 36px 36px;
}
.contentbox *,
.contentbox *::before,
.contentbox *::after {
  box-sizing: border-box;
}
.contentbox [hidden] {
  display: none !important;
}
.frame {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.block-last-foot {
  grid-column: 1 / -1;
}
.box-list {
  display: block;
  margin-bottom: 8px;
  color: #000000 !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.top-tag {
  font-weight: 400;
  color: #000000 !important;
  text-transform: none;
  letter-spacing: 0;
}
.soft-check {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid #d3dbe8 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  color: #000000 !important;
  font-size: 15px;
  box-shadow: none !important;
  -webkit-text-fill-color: #000000 !important;
}
.soft-check::placeholder {
  color: #000000 !important;
  opacity: 1;
}
.soft-check:focus {
  outline: none;
  border-color: #2563eb !important;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12) !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
}
textarea.soft-check {
  min-height: 190px;
  resize: vertical;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
}
.line-tag {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff !important;
  color: #000000 !important;
  -webkit-text-fill-color: #000000 !important;
  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 16px center !important;
  background-size: 16px !important;
  padding-right: 44px;
  cursor: pointer;
}
.line-tag option {
  background: #ffffff !important;
  color: #000000 !important;
}
.row-outer-mark {
  padding: 18px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #f9fafb;
}
.bold-bottom-title {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.fresh-left-outer {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #2563eb;
}
.text-small-tile {
  color: #000000 !important;
  font-size: 14px;
  line-height: 1.75;
}
.text-small-tile a {
  color: #000000 !important;
  text-decoration: none;
  font-weight: 600;
}
.nodeband {
  display: flex;
  justify-content: center;
}
.pane-info {
  min-width: 240px;
  padding: 16px 28px;
  border: 1px solid #2563eb;
  border-radius: 18px !important;
  background: #2563eb;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.2);
}
.stacklayer {
  margin: 0;
  color: #000000 !important;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}
.zoneunitbox {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.6;
}
.note-small-main {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #166534;
}
.block-plain-main {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
}
@media (max-width: 860px) {
  .root-half-head {
    padding: 0 16px !important;
  }
  .tilemap,
  .contentbox {
    padding-left: 18px;
    padding-right: 18px;
  }
  .unit-row {
    font-size: 28px;
  }
  .title-main-tag,
  .frame {
    grid-template-columns: 1fr;
  }
  .pane-info {
    width: 100%;
    min-width: 0;
  }
}

.domunit {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: auto;
  width: calc(100% - 36px);
  max-width: 760px;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.domunit *,
.domunit *::before,
.domunit *::after {
  box-sizing: border-box;
}

.domunit.shown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.domunit.dismissed {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}

.rootsegment {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  padding: 18px 20px 18px 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(148,163,184,0.22);
  box-shadow: 0 18px 50px rgba(15,23,42,0.16);
  overflow: hidden;
}

.rootsegment::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2563eb 0%, #0f62fe 50%, #38bdf8 100%);
}

.mainbox {
  flex: 0 0 auto;
  width: 58px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.framewrap {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 50%;
  background: #ffffff;
  padding: 4px;
  box-shadow: 0 8px 20px rgba(37,99,235,0.12);
}

.text-block {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.stackcol {
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
  color: #1f2937;
  text-align: left;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cta-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.mount {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ref-links-note {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #64748b;
}

.alert-links-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.alert-links-row a {
  display: inline-block;
  font-size: 13px;
  line-height: 1.35;
  color: #0f62fe;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(15,98,254,0.4);
  padding-bottom: 1px;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.alert-links-row a:hover {
  color: #0043ce;
  border-bottom-color: #0043ce;
}

.alert-links-row span {
  display: inline-block;
  font-size: 13px;
  line-height: 1.35;
  color: #64748b;
  white-space: nowrap;
}

.gridrowunit {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 0;
}

#gotItBtn {
  appearance: none;
  -webkit-appearance: none;
  min-width: 136px;
  min-height: 46px;
  padding: 12px 18px;
  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, opacity 0.2s ease, box-shadow 0.2s ease;
  border: none;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(17,24,39,0.16);
}

#gotItBtn:hover {
  transform: translateY(-1px);
}

@media (max-width: 860px) {
  .domunit {
    max-width: 680px;
  }

  .cta-area {
    flex-direction: column;
    align-items: flex-start;
  }

  .gridrowunit {
    width: 100%;
  }

  #gotItBtn {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 640px) {
  .domunit {
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    width: auto;
    max-width: none;
  }

  .rootsegment {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px 14px 16px 14px;
    border-radius: 20px;
    max-height: calc(100vh - 24px - env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .rootsegment::before {
    left: 12px;
    right: 12px;
    top: 0;
    bottom: auto;
    width: auto;
    height: 6px;
    border-radius: 999px;
  }

  .mainbox {
    width: 100%;
    justify-content: center;
    padding-top: 8px;
  }

  .framewrap {
    width: 46px;
    height: 46px;
  }

  .text-block {
    gap: 12px;
  }

  .stackcol {
    font-size: 13px;
    line-height: 1.58;
    text-align: center;
  }

  .cta-area {
    align-items: center;
    gap: 12px;
  }

  .mount {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .alert-links-row {
    justify-content: center;
    gap: 6px 10px;
  }

  .gridrowunit {
    width: 100%;
    flex-direction: column;
  }

  #gotItBtn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 360px) {
  .domunit {
    left: 8px;
    right: 8px;
    bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .rootsegment {
    padding: 14px 12px 14px 12px;
    border-radius: 16px;
  }

  .framewrap {
    width: 42px;
    height: 42px;
  }

  .ref-links-note,
  .alert-links-row a,
  .alert-links-row span {
    font-size: 12px;
  }
}
.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%2833%2C37%2C41%2C0.75%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%;
}
