<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Variables by file */
/**
*  Header Variables
*/
/*
$font-family-sans-serif: 'Open Sans', Roboto,
'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol' !default;
*/
/*
$display1-size: 6rem !default;
$display2-size: 5.5rem !default;
$display3-size: 4.5rem !default;
$display4-size: 3.5rem !default;

$display1-weight: 300 !default;
$display2-weight: 300 !default;
$display3-weight: 300 !default;
$display4-weight: 300 !default;
$display-line-height: $headings-line-height !default;

$lead-font-size: ($font-size-base * 1.25) !default;
$lead-font-weight: 300 !default;



$text-muted: $gray-700 !default;

$blockquote-small-color: $gray-600 !default;
$blockquote-font-size: ($font-size-base * 1.25) !default;

$hr-border-color: rgba($black, 0.1) !default;
$hr-border-width: $border-width !default;

$mark-padding: 0.2em !default;
*/
/*
$kbd-box-shadow: inset 0 -0.1rem 0 rgba($black, 0.25) !default;
$nested-kbd-font-weight: $font-weight-bold !default;

$list-inline-padding: 0.5rem !default;

$mark-bg: #fcf8e3 !default;

$hr-margin-y: $spacer !default;
*/
/*
@import 'variables/nav';
@import 'variables/forms';
*/
/*
@import 'variables/breadcrumbs';
@import 'variables/close';
@import 'variables/alerts';
@import 'variables/card';
@import 'variables/list-group'; 
@import 'variables/badge';
@import 'variables/icons';
@import 'variables/som-components';
*/
/* CONTAINER QUERIES */
/**
*  Header Variables
*/
/*
$font-family-sans-serif: 'Open Sans', Roboto,
'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
'Segoe UI Symbol' !default;
*/
/*
$display1-size: 6rem !default;
$display2-size: 5.5rem !default;
$display3-size: 4.5rem !default;
$display4-size: 3.5rem !default;

$display1-weight: 300 !default;
$display2-weight: 300 !default;
$display3-weight: 300 !default;
$display4-weight: 300 !default;
$display-line-height: $headings-line-height !default;

$lead-font-size: ($font-size-base * 1.25) !default;
$lead-font-weight: 300 !default;



$text-muted: $gray-700 !default;

$blockquote-small-color: $gray-600 !default;
$blockquote-font-size: ($font-size-base * 1.25) !default;

$hr-border-color: rgba($black, 0.1) !default;
$hr-border-width: $border-width !default;

$mark-padding: 0.2em !default;
*/
/*
$kbd-box-shadow: inset 0 -0.1rem 0 rgba($black, 0.25) !default;
$nested-kbd-font-weight: $font-weight-bold !default;

$list-inline-padding: 0.5rem !default;

$mark-bg: #fcf8e3 !default;

$hr-margin-y: $spacer !default;
*/
/*
$btn-focus-width: 0.2rem !default;
$btn-focus-color: $focus-color !default;
$btn-focus-box-shadow: 0 0 0 $btn-focus-width $btn-focus-color !default;
*/
/* CONTAINER QUERIES */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.btn {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  text-align: center;
  letter-spacing: 1px;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-color: #277c78;
  color: #142d3e;
  border: 0;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0.125rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none;
    cursor: pointer; }
  .btn.disabled, .btn:disabled {
    opacity: 0.65;
    cursor: not-allowed; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }
  .btn .icon {
    vertical-align: text-bottom; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

/********************************************
  * Default Button Variants
  ********************************************/
.btn-primary {
  color: #ffffff;
  background: #277c78;
  border-color: #277c78; }
  .btn-primary:hover {
    background: #175f5c;
    border-color: #175f5c; }
  .btn-primary:focus, .btn-primary.focus {
    background: #175f5c;
    border-color: #175f5c;
    outline: none;
    box-shadow: 0px 0px 0px 2px #4bd8d2; }
  .btn-primary:active {
    background: #105350;
    border-color: #105350; }

/********************************************
  * Outline Button Variants
  ********************************************/
.btn-outline-primary, .btn-outline {
  color: #277c78;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #277c78; }
  .btn-outline-primary:hover, .btn-outline:hover {
    background-color: transparent;
    color: #175f5c;
    box-shadow: inset 0 0 0 3px #175f5c; }
  .btn-outline-primary:focus, .btn-outline:focus, .btn-outline-primary.focus, .focus.btn-outline {
    color: #175f5c;
    background-color: transparent;
    box-shadow: inset 0 0 0 3px #175f5c, 0px 0px 0px 2px #175f5c;
    outline: none;
    text-decoration: underline; }
  .btn-outline-primary:active, .btn-outline:active, .btn-outline-primary.active, .active.btn-outline {
    color: #105350;
    background: transparent;
    box-shadow: inset 0 0 0 4px #105350; }
  .btn-outline-primary.disabled, .disabled.btn-outline, .btn-outline-primary:disabled, .btn-outline:disabled {
    color: #277c78;
    background-color: transparent !important;
    box-shadow: inset 0 0 0 2px #277c78; }

/********************************************
  * Link Button Variants
  ********************************************/
.btn-link-primary {
  color: #277c78;
  background-color: transparent;
  background-image: none;
  text-decoration: none;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .btn-link-primary:hover {
    color: #175f5c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link-primary:focus, .btn-link-primary.focus {
    color: #175f5c;
    outline: none;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #175f5c;
    text-decoration: underline; }
  .btn-link-primary:active, .btn-link-primary.active {
    color: #105350;
    background: transparent;
    box-shadow: none; }
  .btn-link-primary:disabled, .btn-link-primary.disabled {
    color: #277c78; }
  .btn-link-primary.btn-icon {
    border-radius: 50%; }
    .btn-link-primary.btn-icon:hover {
      color: #175f5c;
      background-color: #EAF1F4;
      background-blend-mode: multiply; }
    .btn-link-primary.btn-icon:focus, .btn-link-primary.btn-icon.focus {
      color: #175f5c;
      background-color: #EAF1F4;
      background-blend-mode: multiply;
      box-shadow: none; }
    .btn-link-primary.btn-icon:active, .btn-link-primary.btn-icon.active {
      color: #105350; }

/********************************************
  * Default Button Variants
  ********************************************/
.btn-secondary {
  color: #ffffff;
  background: #142d3e;
  border-color: #142d3e; }
  .btn-secondary:hover {
    background: #194b6c;
    border-color: #194b6c; }
  .btn-secondary:focus, .btn-secondary.focus {
    background: #194b6c;
    border-color: #194b6c;
    outline: none;
    box-shadow: 0px 0px 0px 2px #58bbff; }
  .btn-secondary:active {
    background: #275d83;
    border-color: #275d83; }

/********************************************
  * Outline Button Variants
  ********************************************/
.btn-outline-secondary {
  color: #142d3e;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #142d3e; }
  .btn-outline-secondary:hover {
    background-color: transparent;
    color: #194b6c;
    box-shadow: inset 0 0 0 3px #194b6c; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #194b6c;
    background-color: transparent;
    box-shadow: inset 0 0 0 3px #194b6c, 0px 0px 0px 2px #194b6c;
    outline: none;
    text-decoration: underline; }
  .btn-outline-secondary:active, .btn-outline-secondary.active {
    color: #275d83;
    background: transparent;
    box-shadow: inset 0 0 0 4px #275d83; }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #142d3e;
    background-color: transparent !important;
    box-shadow: inset 0 0 0 2px #142d3e; }

/********************************************
  * Link Button Variants
  ********************************************/
.btn-link-secondary {
  color: #142d3e;
  background-color: transparent;
  background-image: none;
  text-decoration: none;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .btn-link-secondary:hover {
    color: #194b6c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link-secondary:focus, .btn-link-secondary.focus {
    color: #194b6c;
    outline: none;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #194b6c;
    text-decoration: underline; }
  .btn-link-secondary:active, .btn-link-secondary.active {
    color: #275d83;
    background: transparent;
    box-shadow: none; }
  .btn-link-secondary:disabled, .btn-link-secondary.disabled {
    color: #142d3e; }
  .btn-link-secondary.btn-icon {
    border-radius: 50%; }
    .btn-link-secondary.btn-icon:hover {
      color: #194b6c;
      background-color: #EAF1F4;
      background-blend-mode: multiply; }
    .btn-link-secondary.btn-icon:focus, .btn-link-secondary.btn-icon.focus {
      color: #194b6c;
      background-color: #EAF1F4;
      background-blend-mode: multiply;
      box-shadow: none; }
    .btn-link-secondary.btn-icon:active, .btn-link-secondary.btn-icon.active {
      color: #275d83; }

/********************************************
  * Default Button Variants
  ********************************************/
.btn-danger {
  color: #ffffff;
  background: #b30518;
  border-color: #b30518; }
  .btn-danger:hover {
    background: #900021;
    border-color: #900021; }
  .btn-danger:focus, .btn-danger.focus {
    background: #900021;
    border-color: #900021;
    outline: none;
    box-shadow: 0px 0px 0px 2px #fe7493; }
  .btn-danger:active {
    background: #77001b;
    border-color: #77001b; }

/********************************************
  * Outline Button Variants
  ********************************************/
.btn-outline-danger {
  color: #b30518;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #b30518; }
  .btn-outline-danger:hover {
    background-color: transparent;
    color: #900021;
    box-shadow: inset 0 0 0 3px #900021; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #900021;
    background-color: transparent;
    box-shadow: inset 0 0 0 3px #900021, 0px 0px 0px 2px #900021;
    outline: none;
    text-decoration: underline; }
  .btn-outline-danger:active, .btn-outline-danger.active {
    color: #77001b;
    background: transparent;
    box-shadow: inset 0 0 0 4px #77001b; }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #b30518;
    background-color: transparent !important;
    box-shadow: inset 0 0 0 2px #b30518; }

/********************************************
  * Link Button Variants
  ********************************************/
.btn-link-danger {
  color: #b30518;
  background-color: transparent;
  background-image: none;
  text-decoration: none;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .btn-link-danger:hover {
    color: #900021;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link-danger:focus, .btn-link-danger.focus {
    color: #900021;
    outline: none;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #900021;
    text-decoration: underline; }
  .btn-link-danger:active, .btn-link-danger.active {
    color: #77001b;
    background: transparent;
    box-shadow: none; }
  .btn-link-danger:disabled, .btn-link-danger.disabled {
    color: #b30518; }
  .btn-link-danger.btn-icon {
    border-radius: 50%; }
    .btn-link-danger.btn-icon:hover {
      color: #900021;
      background-color: #EAF1F4;
      background-blend-mode: multiply; }
    .btn-link-danger.btn-icon:focus, .btn-link-danger.btn-icon.focus {
      color: #900021;
      background-color: #EAF1F4;
      background-blend-mode: multiply;
      box-shadow: none; }
    .btn-link-danger.btn-icon:active, .btn-link-danger.btn-icon.active {
      color: #77001b; }

/********************************************
  * Default Button Variants
  ********************************************/
.btn-white {
  color: #161818;
  background: #ffffff;
  border-color: #ffffff; }
  .btn-white:hover {
    background: #EAF1F4;
    border-color: #EAF1F4; }
  .btn-white:focus, .btn-white.focus {
    background: #EAF1F4;
    border-color: #EAF1F4;
    outline: none;
    box-shadow: 0px 0px 0px 2px #171717; }
  .btn-white:active {
    background: #d0d0d0;
    border-color: #d0d0d0; }

/********************************************
  * Outline Button Variants
  ********************************************/
.btn-outline-white {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #ffffff; }
  .btn-outline-white:hover {
    background-color: transparent;
    color: #EAF1F4;
    box-shadow: inset 0 0 0 3px #EAF1F4; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    color: #EAF1F4;
    background-color: transparent;
    box-shadow: inset 0 0 0 3px #EAF1F4, 0px 0px 0px 2px #EAF1F4;
    outline: none;
    text-decoration: underline; }
  .btn-outline-white:active, .btn-outline-white.active {
    color: #d0d0d0;
    background: transparent;
    box-shadow: inset 0 0 0 4px #d0d0d0; }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #ffffff;
    background-color: transparent !important;
    box-shadow: inset 0 0 0 2px #ffffff; }

/********************************************
  * Link Button Variants
  ********************************************/
.btn-link-white {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  text-decoration: none;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .btn-link-white:hover {
    color: #EAF1F4;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link-white:focus, .btn-link-white.focus {
    color: #EAF1F4;
    outline: none;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #EAF1F4;
    text-decoration: underline; }
  .btn-link-white:active, .btn-link-white.active {
    color: #d0d0d0;
    background: transparent;
    box-shadow: none; }
  .btn-link-white:disabled, .btn-link-white.disabled {
    color: #ffffff; }
  .btn-link-white.btn-icon {
    border-radius: 50%; }
    .btn-link-white.btn-icon:hover {
      color: #EAF1F4;
      background-color: rgba(255, 255, 255, 0.1);
      background-blend-mode: screen; }
    .btn-link-white.btn-icon:focus, .btn-link-white.btn-icon.focus {
      color: #EAF1F4;
      background-color: rgba(255, 255, 255, 0.1);
      background-blend-mode: screen;
      box-shadow: none; }
    .btn-link-white.btn-icon:active, .btn-link-white.btn-icon.active {
      color: #d0d0d0; }

/********************************************
  * Default Button Variants
  ********************************************/
.btn-gray {
  color: #161818;
  background: #d0d0d0;
  border-color: #d0d0d0; }
  .btn-gray:hover {
    background: #aaaaaa;
    border-color: #aaaaaa; }
  .btn-gray:focus, .btn-gray.focus {
    background: #aaaaaa;
    border-color: #aaaaaa;
    outline: none;
    box-shadow: 0px 0px 0px 2px #171717; }
  .btn-gray:active {
    background: #999999;
    border-color: #999999; }

/********************************************
  * Outline Button Variants
  ********************************************/
.btn-outline-gray {
  color: #d0d0d0;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 0 0 2px #d0d0d0; }
  .btn-outline-gray:hover {
    background-color: transparent;
    color: #aaaaaa;
    box-shadow: inset 0 0 0 3px #aaaaaa; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    color: #aaaaaa;
    background-color: transparent;
    box-shadow: inset 0 0 0 3px #aaaaaa, 0px 0px 0px 2px #aaaaaa;
    outline: none;
    text-decoration: underline; }
  .btn-outline-gray:active, .btn-outline-gray.active {
    color: #999999;
    background: transparent;
    box-shadow: inset 0 0 0 4px #999999; }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #d0d0d0;
    background-color: transparent !important;
    box-shadow: inset 0 0 0 2px #d0d0d0; }

/********************************************
  * Link Button Variants
  ********************************************/
.btn-link-gray {
  color: #d0d0d0;
  background-color: transparent;
  background-image: none;
  text-decoration: none;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .btn-link-gray:hover {
    color: #aaaaaa;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link-gray:focus, .btn-link-gray.focus {
    color: #aaaaaa;
    outline: none;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #aaaaaa;
    text-decoration: underline; }
  .btn-link-gray:active, .btn-link-gray.active {
    color: #999999;
    background: transparent;
    box-shadow: none; }
  .btn-link-gray:disabled, .btn-link-gray.disabled {
    color: #d0d0d0; }
  .btn-link-gray.btn-icon {
    border-radius: 50%; }
    .btn-link-gray.btn-icon:hover {
      color: #aaaaaa;
      background-color: rgba(255, 255, 255, 0.1);
      background-blend-mode: screen; }
    .btn-link-gray.btn-icon:focus, .btn-link-gray.btn-icon.focus {
      color: #aaaaaa;
      background-color: rgba(255, 255, 255, 0.1);
      background-blend-mode: screen;
      box-shadow: none; }
    .btn-link-gray.btn-icon:active, .btn-link-gray.btn-icon.active {
      color: #999999; }

.btn-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .btn-content .icon-sm {
    font-size: 1rem; }
  .btn-content .icon-md {
    font-size: 1.25rem; }
  .btn-content .icon-lg {
    font-size: 1.5rem; }

.btn-icon {
  font-size: 1.05rem;
  line-height: 1;
  padding: 0.5rem 1rem;
  height: 40px;
  width: 40px; }

.btn-icon-right {
  padding-right: 1rem;
  position: relative; }

.btn-icon-left {
  padding-left: 1rem;
  position: relative; }

.icon-left {
  margin-right: 0.5rem; }

.icon-right {
  margin-left: 0.5rem; }

.btn-nav,
.btn-link-nav {
  font-weight: 500;
  font-variation-settings: "wght" 500;
  text-align: left;
  letter-spacing: 1px;
  white-space: normal;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  color: #353535;
  border: 0;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  color: #161818;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block; }
  .btn-nav:hover, .btn-nav:focus,
  .btn-link-nav:hover,
  .btn-link-nav:focus {
    background-color: #f7f7f7;
    text-decoration: none; }
  .btn-nav:focus,
  .btn-link-nav:focus {
    outline-color: #161818; }
  .btn-nav:after,
  .btn-link-nav:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: .25rem;
    background-color: #277c78;
    transition: all .3s; }
  .btn-nav:hover,
  .btn-link-nav:hover {
    background-color: transparent; }
    .btn-nav:hover:after,
    .btn-link-nav:hover:after {
      width: calc(100% - 48px); }
  .btn-nav:focus,
  .btn-link-nav:focus {
    background-color: transparent; }
    .btn-nav:focus:after,
    .btn-link-nav:focus:after {
      width: calc(100% - 48px); }

.btn-lg {
  padding: 0.5rem 1.25rem;
  font-size: 1.25rem;
  line-height: 2rem;
  border-radius: 0.125rem; }
  .btn-lg.btn-icon {
    font-size: 1.25rem;
    width: 48px;
    height: 48px; }
  .btn-lg.btn-icon-right {
    position: relative; }
    .btn-lg.btn-icon-right .icon {
      height: 1.2rem !important;
      width: 1.2rem !important; }
      .btn-lg.btn-icon-right .icon .icon-inner {
        height: 1.2rem !important;
        width: 1.2rem !important; }
      .btn-lg.btn-icon-right .icon svg {
        position: absolute;
        right: 0;
        top: 3px;
        height: 1.2rem !important;
        width: 1.2rem !important; }
  .btn-lg.btn-icon-left {
    position: relative; }
    .btn-lg.btn-icon-left .icon {
      height: 1.2rem !important;
      width: 1.2rem !important; }
      .btn-lg.btn-icon-left .icon .icon-inner {
        height: 1.2rem !important;
        width: 1.2rem !important; }
      .btn-lg.btn-icon-left .icon svg {
        position: absolute;
        right: 0;
        top: 3px;
        height: 1.2rem !important;
        width: 1.2rem !important; }

.btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  border-radius: 0.125rem; }
  .btn-sm.btn-icon {
    font-size: 0.85em;
    width: 2rem;
    height: 2rem; }
  .btn-sm.btn-icon-right {
    padding-right: 0.75rem;
    position: relative; }
    .btn-sm.btn-icon-right .icon {
      height: 0.8rem !important;
      width: 0.8rem !important; }
      .btn-sm.btn-icon-right .icon .icon-inner {
        height: 0.8rem !important;
        width: 0.8rem !important; }
      .btn-sm.btn-icon-right .icon svg {
        position: absolute;
        right: 0;
        top: 0.06rem;
        height: 0.8rem !important;
        width: 0.8rem !important; }
  .btn-sm.btn-icon-left {
    padding-left: 0.75rem;
    position: relative; }
    .btn-sm.btn-icon-left .icon {
      height: 0.8rem !important;
      width: 0.8rem !important; }
      .btn-sm.btn-icon-left .icon .icon-inner {
        height: 0.8rem !important;
        width: 0.8rem !important; }
      .btn-sm.btn-icon-left .icon svg {
        position: absolute;
        right: 0;
        top: 0.06rem;
        height: 0.8rem !important;
        width: 0.8rem !important; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* Need to set pointer-events because the outer container has the onclick event and isn't disabled when the button is */
.button-disabled {
  pointer-events: none; }

/* The button is disabled we don't want to change the style in that state */
.loading {
  opacity: 1 !important; }

a.btn-primary:hover, a.btn-primary:focus {
  color: #ffffff; }

.text-primary {
  color: #277c78; }

.text-light-teal {
  color: #31A09D; }

.text-optional {
  color: #707070;
  margin-left: 0.5rem;
  font-size: 0.6rem; }

.text-caption {
  color: #707070; }

.link-danger {
  color: #b30518 !important; }
  .link-danger:hover {
    color: #900021 !important; }

.link-warning {
  color: #ae5400 !important; }
  .link-warning:hover {
    color: #873900 !important; }

.position-relative {
  position: relative; }

.list-style-none {
  list-style: none; }

.list-style-bold li::marker {
  font-weight: 700;
  font-variation-settings: "wght" 700; }

.list-style-bottom-border li:not(:last-of-type) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d0d0d0; }

@media (max-width: 991.98px) {
  .round-corners {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem; } }

.pw-shown .pw-show {
  display: none; }

.pw-shown .pw-hide {
  display: flex; }

.pw-hide {
  display: none; }

.btn-pw {
  border-color: transparent;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1.5rem;
  transition: all .15s; }
  .btn-pw:hover, .btn-pw:focus {
    color: #175f5c;
    background-color: #EAF1F4; }
  .btn-pw:focus {
    outline: 0;
    background-color: #EAF1F4; }
  .btn-pw svg {
    margin-top: -5px; }

.list-style-none {
  list-style-type: none;
  padding: 0; }

.step-paginator ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: row; }
  .step-paginator ul li {
    margin-right: 1rem; }
    .step-paginator ul li:last-of-type {
      margin-right: 0; }
    .step-paginator ul li div {
      width: 1.5rem;
      height: 1.5rem;
      border: 2px solid #ffffff;
      border-radius: 50%;
      background: transparent; }
      .step-paginator ul li div.active {
        background-color: #31A09D;
        border-color: #31A09D; }

.prev-step {
  font-weight: 700;
  font-variation-settings: "wght" 700;
  display: block;
  color: #31A09D; }
  .prev-step:hover {
    color: #EAF1F4; }

.custom-icon {
  display: inline-block;
  vertical-align: middle; }
  .custom-icon svg {
    font-size: 2rem;
    fill: #277c78;
    display: block;
    height: 1em;
    width: 1em; }

.form-control--lg {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  letter-spacing: 0.3px;
  height: 3.5rem; }
  @media (max-width: 991.98px) {
    .form-control--lg {
      font-size: 1.75rem; } }

.btn-link-primary {
  color: #277c78;
  background-color: transparent;
  background-image: none;
  text-decoration: none;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .btn-link-primary.btn-icon {
    line-height: 1;
    padding: 0.5rem 1rem;
    border-radius: 50%; }
    .btn-link-primary.btn-icon:hover {
      background-color: #EAF1F4;
      background-blend-mode: multiply; }
    .btn-link-primary.btn-icon:focus {
      background-color: transparent;
      box-shadow: 0px 0px 0px 2px #175f5c;
      border-radius: 0%; }

.dg-badge {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  border: 1px solid;
  border-radius: 2.5rem;
  line-height: 2rem;
  padding: 0 0.75rem;
  height: 2rem; }
  .dg-badge--success {
    background-color: #d7f0d9;
    border-color: #158655;
    color: #158655; }
  .dg-badge--warning {
    background-color: #ffefca;
    border-color: #e5a610;
    color: #ae5400; }

.dg-btn-clear-link {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #277c78;
  font-family: "Montserrat", sans-serif; }
  .dg-btn-clear-link:hover {
    color: #175f5c;
    text-decoration: underline; }

.som-loading__modal, .onboarding__content__card, .dashboard__card, .service__card {
  color: unset;
  margin-bottom: 1.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  width: 100%; }

@keyframes overlayAnimated {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

*,
::after,
::before {
  box-sizing: border-box; }

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35; }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124; } }

.som-loading__modal {
  z-index: 3050;
  overflow-y: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  width: 100%;
  max-width: 300px;
  height: 200px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0; }
  .som-loading__modal:focus {
    outline: none;
    border: none; }
  .som-loading__modal.animated {
    animation-name: modalAnimated;
    animation-duration: 0.3s; }
  .som-loading__modal[aria-hidden] {
    display: none; }
  .som-loading__modal:not([aria-hidden]) {
    display: flex; }

.som-loading__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3040;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s; }
  .som-loading__overlay.animated {
    animation-name: overlayAnimated;
    animation-duration: 0.3s; }
  .som-loading__overlay[aria-hidden] {
    display: none; }
  .som-loading__overlay:not([aria-hidden]) {
    display: block; }

.som-loading__spinner {
  width: 100px;
  height: 100px;
  color: #277c78;
  font-size: 6rem; }
  .som-loading__spinner .spinner {
    fill: none;
    stroke-width: 5;
    animation: rotate 2s linear infinite;
    z-index: 2;
    width: 1em;
    height: 1em;
    display: block;
    position: relative; }
    .som-loading__spinner .spinner .path {
      stroke: currentColor;
      stroke-linecap: round;
      animation: dash 1.5s ease-in-out infinite; }

@media (min-width: 1200px) {
  .col-lg-7 .onboarding__content {
    max-width: 590px; } }

@media (min-width: 1200px) {
  .col-xl-5 .onboarding__content {
    max-width: 450px; } }

@media (min-width: 1200px) {
  .onboarding__info {
    max-width: 800px;
    margin: 0 auto;
    box-sizing: content-box; } }

@media (min-width: 1200px) {
  .onboarding__content {
    margin: 0 auto;
    box-sizing: content-box; } }

.onboarding__content__card {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px; }
  .onboarding__content__card:hover, .onboarding__content__card:focus {
    border-color: #d0d0d0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); }
  .onboarding__content__card .btn-link {
    text-decoration: none;
    letter-spacing: unset;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    font-variation-settings: "wght" 700; }
    .onboarding__content__card .btn-link:focus {
      box-shadow: 0px 0px 0px 2px #175f5c; }

@media (max-width: 767.98px) {
  .onboarding__form {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem; } }

@media (min-width: 992px) {
  .onboarding__form {
    overflow: auto;
    height: calc(100vh - (3.5rem + 3.5rem));
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center; } }

@media (min-width: 1200px) {
  .onboarding__form {
    height: calc(100vh - 8.5rem); } }

.dashboard__todo {
  padding: 0;
  list-style-type: none; }
  .dashboard__todo__status {
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    min-width: 0.75rem;
    min-height: 0.75rem;
    border-radius: 50%;
    border: 1px solid transparent;
    margin-right: 0.5rem;
    margin-top: 4px; }
    .dashboard__todo__status--danger {
      background-color: #b30518; }
    .dashboard__todo__status--warning {
      background-color: #e5a610; }

.dashboard__content {
  margin-top: -6rem;
  padding-bottom: 4rem; }

.dashboard__card {
  margin-bottom: 1rem; }
  .dashboard__card__content {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .dashboard__card__content {
        flex-direction: row; } }
  .dashboard__card__logo {
    width: 90px;
    height: 90px;
    min-width: 90px;
    min-height: 90px; }
    .dashboard__card__logo img {
      aspect-ratio: 1 / 1; }
  .dashboard__card__info {
    flex: 1; }
    @media (max-width: 767.98px) {
      .dashboard__card__info {
        margin-top: 1rem; } }
    @media (min-width: 768px) {
      .dashboard__card__info {
        margin-left: 1.5rem; } }
  .dashboard__card__service:not(:last-of-type) {
    border-bottom: 1px solid #d0d0d0; }
  .dashboard__card__service a {
    color: #353535;
    text-decoration: none; }
    .dashboard__card__service a:hover {
      color: #175f5c; }

.dashboard__search {
  display: flex;
  background-color: #277c78;
  color: #ffffff;
  padding: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  letter-spacing: 0.3px;
  padding: 2rem;
  flex-direction: column;
  border-radius: 2px; }
  .dashboard__search:hover, .dashboard__search:focus {
    color: #ffffff;
    background-color: #175f5c;
    text-decoration: none; }
  .dashboard__search:focus {
    outline: none;
    box-shadow: 0px 0px 0px 2px #4bd8d2; }
  .dashboard__search span {
    font-size: 1.5rem; }
    @media (max-width: 991.98px) {
      .dashboard__search span {
        margin-right: 1rem; } }
    @media (min-width: 992px) {
      .dashboard__search span {
        font-size: 3.5rem;
        margin-bottom: 2rem; } }
    .dashboard__search span svg {
      margin-top: -2px; }

.carousel__slider {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  transition: transform 0.3s ease;
  display: grid;
  grid-column-gap: 1rem;
  padding: 0 1rem; }
  .carousel__slider::-webkit-scrollbar, .carousel__slider::-webkit-scrollbar-thumb {
    width: 0.2em;
    background-color: transparent; }

.carousel__slide {
  width: calc(100vw - 32px);
  display: inline-block;
  white-space: normal;
  margin-right: 1rem; }
  .carousel__slide:last-of-type {
    margin-right: 0; }

.carousel__pagination {
  position: relative;
  z-index: 15;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .carousel__pagination__dot {
    cursor: pointer;
    border-color: transparent;
    height: 1rem;
    width: 1rem;
    margin: 0 0.75rem;
    background-color: #d0d0d0;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.25s ease; }
    .carousel__pagination__dot.active, .carousel__pagination__dot:hover {
      background-color: #277c78; }

.service__card__button {
  background-color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  position: relative;
  padding: 1rem 1.5rem;
  text-align: left;
  white-space: normal; }
  .service__card__button .subtract {
    display: none; }
  .service__card__button--open .add {
    display: none; }
  .service__card__button--open .subtract {
    display: block; }

.service__card__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #353535; }
  .service__card__content:hover {
    text-decoration: none; }

.service__card__info {
  flex: 1; }

.service__card__list {
  border-top: 1px solid #d0d0d0; }

.service__card__service:not(:last-of-type) {
  border-bottom: 1px solid #d0d0d0; }

.service__card img {
  width: 50px;
  height: 50px; }

.service__header {
  position: relative;
  padding-top: 2rem; }
  @media (min-width: 992px) {
    .service__header {
      padding-top: 5rem; } }
  .service__header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-image: url("https://via.placeholder.com/1440x900");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px; }
    @media (min-width: 992px) {
      .service__header::before {
        height: 90%;
        max-height: 600px; } }
  .service__header__card {
    padding: 2rem; }
    .service__header__card__scroll {
      border: 1px solid #d0d0d0;
      border-radius: 2px;
      padding: 1rem;
      max-height: 250px;
      overflow-y: auto; }
    .service__header__card__image img {
      width: 80px;
      height: 80px; }
      @media (min-width: 768px) {
        .service__header__card__image img {
          width: 120px;
          height: 120px; } }

.services__sidebar {
  position: relative;
  display: block; }
  .services__sidebar__actions {
    padding: 1rem;
    position: relative; }
  .services__sidebar--panel {
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem; }
    .services__sidebar--panel .services__filters {
      padding: 0 1rem; }
      .services__sidebar--panel .services__filters__clear {
        position: absolute;
        top: -2.2rem;
        right: 1rem; }

.services__filters {
  position: relative; }
  .services__filters .grouped-content {
    padding: 0.5rem;
    border: 1px solid transparent;
    border-radius: 0.25rem; }
  .services__filters__clear {
    border-color: transparent;
    background-color: transparent;
    color: #277c78;
    padding: 0; }
    .services__filters__clear:hover {
      color: #175f5c;
      text-decoration: underline; }

.userProfile__card {
  margin-top: -9rem; }
  .userProfile__card--nav {
    margin-top: unset; }
  .userProfile__card__nav {
    margin-bottom: 0; }
    .userProfile__card__nav li:not(:last-of-type) {
      border-bottom: 1px solid #d0d0d0; }
    .userProfile__card__nav a {
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 500;
      font-variation-settings: "wght" 500;
      color: #353535;
      padding: 1rem 0;
      text-decoration: none; }
      .userProfile__card__nav a:hover {
        color: #277c78; }
      @media (min-width: 768px) {
        .userProfile__card__nav a p {
          max-width: 90%; } }

@media (min-width: 992px) {
  .userProfile__alert {
    margin-top: -9rem; } }

.input-x {
	background-color: rgba(194, 57, 52, 0.05);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	border: 1px solid #D24848 !important;
	background-position: 98%;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.disabled-link, .disabled-link:hover {
  color: rgb(29, 37, 40) !important;
  text-decoration:none;

}</pre></body></html>