@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,700;1,300&display=swap");

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

.google-play-logo img {
  width: 280px;
}

#appStore {
  width: 250px;
  margin-bottom: 20px;
}

@media (max-width: 700px) {
  .google-play-logo img {
    width: 200px; /* Adjusted width for screens smaller than 700px */
  }
  #appStore {
    width: 190px;
    margin-bottom: 20px;
  }
}

.ns-chart img {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Styles for xl (1200px and larger) */
@media (min-width: 1200px) {
  .ns-chart img {
    /*max-width: 600px;*/
  }
}

/* Styles for xxl (1400px and larger) */
@media (min-width: 1400px) {
  .ns-chart img {
    /*max-width: 600px;*/
  }
}

#nsLogoSmallLight a {
  text-decoration: none; color: inherit; font-weight: bold
}

#nsLogoLargeLight {
  text-decoration: none; color: inherit; font-weight: bold;
  font-size: 28px;

}

.ns-navbar-logo {
  width: 50px;
  height: 50px; }


@media (max-width: 700px) {
  .ns-navbar-logo {
    width: 40px;
    height: 40px; }
}

.ns-equishark-info-container {
  margin-bottom: 60px;
}

@media (max-width: 700px) {
  .ns-equishark-info-container {
    margin-bottom: 40px;
  }
}

.ns-html {
  padding-top: 40px;
}

.ns-equishark-info-blurb {
  font-size: 22px;
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  .ns-equishark-info-blurb {
    font-size: 22px;
    margin-bottom: 40px;
  }
}

.ns-equishark-info-list {
  /*list-style: none;*/
  font-size: 20px;
  margin-bottom: 30px;
}


/* Ionic to Bootstrap mapping, see if it works */
/* Map ion-row to Bootstrap's row */
.ion-justify-content-around {
  justify-content: space-around !important;
}

.ion-justify-content-between {
  justify-content: space-between !important;
}

.ns-metrics-value-row {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid lightgray;
}

/* Base ion-col styles */
ion-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

/* Column size mappings similar to Bootstrap's grid */
ion-col[size="12"] {
  flex: 0 0 100%;
  max-width: 100%;
}

ion-col[size="10"] {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

ion-col[size="8"] {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

ion-col[size="6"] {
  flex: 0 0 50%;
  max-width: 50%;
}

ion-col[size="5"] {
  flex: 0 0 40%;
  max-width: 40%;
}

ion-col[size="4"] {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

ion-col[size="3"] {
  flex: 0 0 25%;
  max-width: 25%;
}

ion-col[size="2"] {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

ion-col[size="1"] {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* Responsive ion-col mappings for different screen sizes */
@media (min-width: 576px) {
  ion-col[size-sm="6"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ion-col[size-sm="4"] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 768px) {
  ion-col[size-md="6"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ion-col[size-md="4"] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 992px) {
  ion-col[size-lg="6"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ion-col[size-lg="4"] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  ion-col[size-xl="6"] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ion-col[size-xl="4"] {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

/* Styling ion-row similar to Bootstrap's row */
ion-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


/*ion-row {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  margin-right: -15px;*/
/*  margin-left: -15px;*/
/*}*/

/* Map ion-col to Bootstrap's col */
/*ion-col {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  padding-right: 15px;*/
/*  padding-left: 15px;*/
/*}*/

/*!* Additional ion-col size mappings *!*/
/*ion-col[size="12"] {*/
/*  flex: 0 0 100%;*/
/*  max-width: 100%;*/
/*}*/

/*ion-col[size="6"] {*/
/*  flex: 0 0 50%;*/
/*  max-width: 50%;*/
/*}*/

/*ion-col[size="4"] {*/
/*  flex: 0 0 33.33333%;*/
/*  max-width: 33.33333%;*/
/*}*/

/* Share Generic CSS */
.share-heading {
}

.share-description {
  font-size: 24px;
}

/* Individual share HTML has css classes embedded into them */

.financials-ul {
  list-style: none;
  font-size: 20px;
}

.financials-ul li {
  margin-top: 7px;
}


.financials-ul-heading {
  font-weight: bold;
}

.metrics-ul {
  list-style: none;
  padding-left: 0;
}

.metrics-ul ul {
  list-style: none;
  padding-left: 10px;

  margin-bottom: 30px;
}


.metrics-pretty-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}


.price-ul {
  list-style: none;
  font-size: 20px;
}
.price-current .price-movement .price-percent-movement {
}

.price-current-negative b, .price-movement-negative b, .price-percent-movement-negative b {
  color: red;
}

/* Below is the output of the websites sass. ABOVE is code manually added for the share site*/
:root {
  /** primary **/
  --ns-color-primary: #9C27B0;
  --ns-color-primary-rgb: 156,39,176;
  --ns-color-primary-contrast: #ffffff;
  --ns-color-primary-contrast-rgb: 255,255,255;
  --ns-color-primary-shade: #89229b;
  --ns-color-primary-tint: #a63db8;
  /** secondary **/
  --ns-color-secondary: #ffffff;
  --ns-color-secondary-rgb: 255, 255, 255;
  --ns-color-secondary-contrast: #000000;
  --ns-color-secondary-contrast-rgb: 0, 0, 0;
  --ns-color-secondary-shade: #d6d6d6;
  --ns-color-secondary-tint: #c1c1c1;
  /** tertiary **/
  --ns-color-tertiary: --ns-background-color;
  --ns-color-tertiary-rgb: 106,100,255;
  --ns-color-tertiary-contrast: --ns-text-color;
  --ns-color-tertiary-contrast-rgb: 255,255,255;
  --ns-color-tertiary-shade: --ns-color-step-150;
  --ns-color-tertiary-tint: --ns-color-step-200;
  /** success **/
  --ns-color-success: #2dd36f;
  --ns-color-success-rgb: 45, 211, 111;
  --ns-color-success-contrast: #ffffff;
  --ns-color-success-contrast-rgb: 255, 255, 255;
  --ns-color-success-shade: #28ba62;
  --ns-color-success-tint: #42d77d;
  /** warning **/
  --ns-color-warning: #ffc409;
  --ns-color-warning-rgb: 255, 196, 9;
  --ns-color-warning-contrast: #000000;
  --ns-color-warning-contrast-rgb: 0, 0, 0;
  --ns-color-warning-shade: #e0ac08;
  --ns-color-warning-tint: #ffca22;
  /** danger **/
  --ns-color-danger: #eb445a;
  --ns-color-danger-rgb: 235, 68, 90;
  --ns-color-danger-contrast: #ffffff;
  --ns-color-danger-contrast-rgb: 255, 255, 255;
  --ns-color-danger-shade: #cf3c4f;
  --ns-color-danger-tint: #ed576b;
  /** dark **/
  --ns-color-dark: #222428;
  --ns-color-dark-rgb: 34, 36, 40;
  --ns-color-dark-contrast: #ffffff;
  --ns-color-dark-contrast-rgb: 255, 255, 255;
  --ns-color-dark-shade: #1e2023;
  --ns-color-dark-tint: #383a3e;
  /** medium **/
  --ns-color-medium: #92949c;
  --ns-color-medium-rgb: 146, 148, 156;
  --ns-color-medium-contrast: #ffffff;
  --ns-color-medium-contrast-rgb: 255, 255, 255;
  --ns-color-medium-shade: #808289;
  --ns-color-medium-tint: #9d9fa6;
  /** light **/
  --ns-color-light: #f4f5f8;
  --ns-color-light-rgb: 244, 245, 248;
  --ns-color-light-contrast: #000000;
  --ns-color-light-contrast-rgb: 0, 0, 0;
  --ns-color-light-shade: #d7d8da;
  --ns-color-light-tint: #f5f6f9;
  --ns-background-color: #ffffff;
  --ns-background-color-rgb: 255,255,255;
  --ns-text-color: #000000;
  --ns-text-color-rgb: 0,0,0;
  --ns-color-step-50: #f2f2f2;
  --ns-color-step-100: #e6e6e6;
  --ns-color-step-150: #d9d9d9;
  --ns-color-step-200: #cccccc;
  --ns-color-step-250: #bfbfbf;
  --ns-color-step-300: #b3b3b3;
  --ns-color-step-350: #a6a6a6;
  --ns-color-step-400: #999999;
  --ns-color-step-450: #8c8c8c;
  --ns-color-step-500: #808080;
  --ns-color-step-550: #737373;
  --ns-color-step-600: #666666;
  --ns-color-step-650: #595959;
  --ns-color-step-700: #4d4d4d;
  --ns-color-step-750: #404040;
  --ns-color-step-800: #333333;
  --ns-color-step-850: #262626;
  --ns-color-step-900: #191919;
  --ns-color-step-950: #0d0d0d; }

/* these are based off the material design colours */

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }

@keyframes gradient {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }

* {
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

h1, .h1 {
  font-size: 38px; }

h2, .h2 {
  font-size: 30px;
  line-height: 48px; }

h3, .h3 {
  font-size: 26px;
  line-height: 38px; }

h4, .h4 {
  font-size: 22px; }

h5, .h5 {
  font-size: 18px;
  line-height: 30px; }

h6, .h6 {
  font-size: 15px;
  line-height: 22px; }

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  margin: 0 0 16px;
  font-weight: 400; }

h5, .h5, h6, .h6 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  margin: 0 0 16px;
  font-weight: 600; }

h1 a, .h1 a,
h1 a:focus,
h1 a:hover,
h2 a,
.h2 a,
h2 a:focus,
h2 a:hover,
h3 a,
.h3 a,
h3 a:focus,
h3 a:hover,
h4 a,
.h4 a,
h4 a:focus,
h4 a:hover,
h5 a,
.h5 a,
h5 a:focus,
h5 a:hover,
h6 a,
.h6 a,
h6 a:focus,
h6 a:hover {
  color: #606873;
  text-decoration: none; }

h1 .small, .h1 .small,
h1 small,
.h1 small,
h2 .small,
.h2 .small,
h2 small,
.h2 small,
h3 .small,
.h3 .small,
h3 small,
.h3 small,
h4 .small,
.h4 .small,
h4 small,
.h4 small,
h5 .small,
.h5 .small,
h5 small,
.h5 small,
h6 .small,
.h6 .small,
h6 small,
.h6 small {
  font-weight: 300; }

h1 small, h1 .small, .h1 small, .h1 .small {
  font-weight: 100; }

@media screen and (max-width: 412px) {
  h1, .h1 {
    font-size: 28px; }
  h2, .h2 {
    font-size: 24px;
    line-height: 38px; }
  h3, .h3 {
    font-size: 20px;
    line-height: 38px; }
  h4, .h4 {
    font-size: 18px; }
  h5, .h5 {
    font-size: 18px;
    line-height: 30px; }
  h6, .h6 {
    font-size: 15px;
    line-height: 22px; } }

/*!
 * Bootstrap v5.0.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

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; }

h6, .h6 {
  font-size: 1rem; }

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; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small, .small {
  font-size: 0.875em; }

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0d6efd;
  text-decoration: underline; }
  a:hover {
    color: #0a58ca; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }


tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
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]::-webkit-calendar-picker-indicator {
  display: none; }

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"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.figure {
  display: inline-block; }

.container,
.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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; } }

.row, .icons {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > *, .icons > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-3 {
  flex: 0 0 auto;
  width: 25%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.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-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .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-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .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-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-10 {
    flex: 0 0 auto;
    width: 83.33333333%; } }

@media (min-width: 1200px) {
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor; }

.form-label {
  margin-bottom: 0.5rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not(:read-only) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control:read-only {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not(:read-only)::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not(:read-only)::-webkit-file-upload-button {
    background-color: #dde0e3; }

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px); }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .form-check-input[type="checkbox"]:checked {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input[type="radio"]:checked {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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: #212529; }
   .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .btn:disabled, .btn.disabled {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca; }
   .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
   .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be; }
     .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
   .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
   .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
     .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
   .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
   .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
     .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
   .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
   .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
     .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
   .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
   .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
     .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.collapse:not(.show) {
  display: none; }

.dropdown {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu.show {
  display: block; }

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn {
    position: relative;
    flex: 1 1 auto; }
  
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active {
    z-index: 1; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.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; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  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: #0a58ca; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out; }
  @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 0.25rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

@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 .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      transform: rotate(-180deg); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button {
    border-radius: 0; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: #6c757d; }

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent 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 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .toast:not(.showing):not(.show) {
    opacity: 0; }

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .spinner-border {
    animation-duration: 1.5s; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem; }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5; }

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 350px;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%); }

.offcanvas.show {
  transform: none; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.d-block {
  display: block !important; }

.d-none {
  display: none !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.me-auto {
  margin-right: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 3rem !important; }

.ms-4 {
  margin-left: 1.5rem !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 3rem !important; }

.pe-3 {
  padding-right: 1rem !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 3rem !important; }

.ps-0 {
  padding-left: 0 !important; }

/* rtl:begin:remove */

/* rtl:end:remove */

.text-secondary {
  color: #6c757d !important; }

.text-reset {
  color: inherit !important; }

.rounded {
  border-radius: 0.25rem !important; }

@media (min-width: 576px) {
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; } }

@media (min-width: 768px) {
  .ms-md-5 {
    margin-left: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; }
  .d-lg-none {
    display: none !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; } }


* {
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

h1, .h1 {
  font-size: 38px; }

h2, .h2 {
  font-size: 30px;
  line-height: 48px; }

h3, .h3 {
  font-size: 26px;
  line-height: 38px; }

h4, .h4 {
  font-size: 22px; }

h5, .h5 {
  font-size: 18px;
  line-height: 30px; }

h6, .h6 {
  font-size: 15px;
  line-height: 22px; }

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  margin: 0 0 16px;
  font-weight: 400; }

h5, .h5, h6, .h6 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  margin: 0 0 16px;
  font-weight: 600; }

h1 a, .h1 a,
h1 a:focus,
h1 a:hover,
h2 a,
.h2 a,
h2 a:focus,
h2 a:hover,
h3 a,
.h3 a,
h3 a:focus,
h3 a:hover,
h4 a,
.h4 a,
h4 a:focus,
h4 a:hover,
h5 a,
.h5 a,
h5 a:focus,
h5 a:hover,
h6 a,
.h6 a,
h6 a:focus,
h6 a:hover {
  color: #606873;
  text-decoration: none; }

h1 .small, .h1 .small,
h1 small,
.h1 small,
h2 .small,
.h2 .small,
h2 small,
.h2 small,
h3 .small,
.h3 .small,
h3 small,
.h3 small,
h4 .small,
.h4 .small,
h4 small,
.h4 small,
h5 .small,
.h5 .small,
h5 small,
.h5 small,
h6 .small,
.h6 .small,
h6 small,
.h6 small {
  font-weight: 300; }

h1 small, .h1 small, h1 .small, .h1 .small {
  font-weight: 100; }

@media screen and (max-width: 412px) {
  h1, .h1 {
    font-size: 28px; }
  h2, .h2 {
    font-size: 24px;
    line-height: 38px; }
  h3, .h3 {
    font-size: 20px;
    line-height: 38px; }
  h4, .h4 {
    font-size: 18px; }
  h5, .h5 {
    font-size: 18px;
    line-height: 30px; }
  h6, .h6 {
    font-size: 15px;
    line-height: 22px; } }

blockquote {
  padding-left: 30px;
  padding-bottom: 25px;
  font-style: italic;
  font-size: 20px; }

.ns-container, .ns-container-index {
  padding-top: 80px;
  padding-bottom: 80px; }

.ns-container-landing-blurb {
  padding-top: 200px;
  padding-bottom: 320px;
  background-color: var(--ns-color-step-50); }
  @media screen and (max-width: 576px) {
    .ns-container-landing-blurb {
      padding-top: 140px;
      padding-bottom: 100px; } }
  @media screen and (min-width: 577px) and (max-width: 767px) {
    .ns-container-landing-blurb {
      padding-top: 140px; } }
.ns-container-landing-slope {
  position: absolute;
  height: 800px;
  width: 100%;
  top: -300px;
  z-index: -1;
  background: linear-gradient(-45deg, #0c2e4e, #e73c7e, #23a6d5, #0c2e4e);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  transform-origin: 100% 0;
  transform: skewY(-6deg); }
  @media screen and (max-width: 576px) {
    .ns-container-landing-slope {
      height: 800px; } }
  @media screen and (min-width: 577px) and (max-width: 767px) {
    .ns-container-landing-slope {
      height: 750px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .ns-container-landing-slope {
      height: 800px; } }

.ns-container-footer {
  padding-top: 100px;
  position: relative;
  background-color: #0c2e4e;
  height: 400px; }
  .ns-container-footer h1, .ns-container-footer .h1, .ns-container-footer h2, .ns-container-footer .h2, .ns-container-footer h3, .ns-container-footer .h3, .ns-container-footer h4, .ns-container-footer .h4, .ns-container-footer h5, .ns-container-footer .h5, .ns-container-footer h6, .ns-container-footer .h6, .ns-container-footer p {
    color: #d5c9eb; }
  .ns-container-footer a {
    color: var(--ns-color-step-50);
    font-weight: bold; }
  .ns-container-footer p {
    color: var(--ns-color-step-100); }
  .ns-container-footer:before {
    content: '';
    position: absolute;
    top: -50px;
    width: 100%;
    height: 100px;
    background-color: #0c2e4e;
    transform: skewY(-2deg); }
    @media screen and (max-width: 576px) {
      .ns-container-footer:before {
        height: 70px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .ns-container-footer:before {
        height: 70px; } }
  @media screen and (max-width: 576px) {
    .ns-container-footer {
      padding-top: 40px;
      height: 500px; } }
  @media screen and (min-width: 577px) and (max-width: 767px) {
    .ns-container-footer {
      padding-top: 70px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .ns-container-footer {
      padding-top: 30px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .ns-container-footer {
      padding-top: 50px; } }
.ns-container-footer-small {
  padding-top: 100px;
  position: relative;
  background-color: #0c2e4e; }
  .ns-container-footer-small h1, .ns-container-footer-small .h1, .ns-container-footer-small h2, .ns-container-footer-small .h2, .ns-container-footer-small h3, .ns-container-footer-small .h3, .ns-container-footer-small h4, .ns-container-footer-small .h4, .ns-container-footer-small h5, .ns-container-footer-small .h5, .ns-container-footer-small h6, .ns-container-footer-small .h6, .ns-container-footer-small p {
    color: #d5c9eb; }
  .ns-container-footer-small a {
    color: var(--ns-color-step-50);
    font-weight: bold; }
  .ns-container-footer-small p {
    color: var(--ns-color-step-100); }

.ns-container-footer-background {
  height: 200px;
  width: 100%;
  position: absolute;
  top: 3250px;
  z-index: 2;
  background-color: #0c2e4e;
  transform-origin: 100% 0;
  transform: skewY(-6deg);
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    .ns-container-footer-background {
      top: 70px; } }
.ns-container-landing-quote {
  padding-top: 100px;
  padding-bottom: 160px; }
  .ns-container-landing-quote .ns-landing-quote {
    font-size: 30px;
    font-style: italic; }
  .ns-container-landing-quote .ns-landing-quote-citation {
    padding-left: 20px;
    font-size: 25px; }
  .ns-container-landing-quote .ns-landing-quote-description {
    padding-top: 40px;
    font-weight: bold;
    color: var(--ns-color-primary); }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .ns-container-landing-quote {
      padding-top: 250px; } }
.ns-container-single {
  padding-top: 40px;
  padding-bottom: 60px; }
  .ns-container-single h1, .ns-container-single .h1 {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #0c2e4e; }
  .ns-container-single h2, .ns-container-single .h2, .ns-container-single h3, .ns-container-single .h3, .ns-container-single h4, .ns-container-single .h4, .ns-container-single h5, .ns-container-single .h5, .ns-container-single h6, .ns-container-single .h6 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #0c2e4e; }

.ns-container-blog, .ns-container-privacy, .ns-container-about, .ns-container-companies {
  padding-top: 0;
  padding-bottom: 120px; }
  .ns-container-blog h1, .ns-container-privacy h1, .ns-container-about h1, .ns-container-companies h1, .ns-container-blog .h1, .ns-container-privacy .h1, .ns-container-about .h1, .ns-container-companies .h1 {
    margin-top: 20px;
    margin-bottom: 40px;
    color: #0c2e4e; }
  .ns-container-blog h2, .ns-container-privacy h2, .ns-container-about h2, .ns-container-companies h2, .ns-container-blog .h2, .ns-container-privacy .h2, .ns-container-about .h2, .ns-container-companies .h2, .ns-container-blog h3, .ns-container-privacy h3, .ns-container-about h3, .ns-container-companies h3, .ns-container-blog .h3, .ns-container-privacy .h3, .ns-container-about .h3, .ns-container-companies .h3, .ns-container-blog h4, .ns-container-privacy h4, .ns-container-about h4, .ns-container-companies h4, .ns-container-blog .h4, .ns-container-privacy .h4, .ns-container-about .h4, .ns-container-companies .h4, .ns-container-blog h5, .ns-container-privacy h5, .ns-container-about h5, .ns-container-companies h5, .ns-container-blog .h5, .ns-container-privacy .h5, .ns-container-about .h5, .ns-container-companies .h5, .ns-container-blog h6, .ns-container-privacy h6, .ns-container-about h6, .ns-container-companies h6, .ns-container-blog .h6, .ns-container-privacy .h6, .ns-container-about .h6, .ns-container-companies .h6 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #0c2e4e; }
  .ns-container-blog p, .ns-container-privacy p, .ns-container-about p, .ns-container-companies p {
    font-family: "Merriweather", serif;
    font-size: 18px;
    margin-bottom: 30px; }
    .ns-container-blog p b, .ns-container-privacy p b, .ns-container-about p b, .ns-container-companies p b {
      font-weight: bold; }
  .ns-container-blog ul, .ns-container-privacy ul, .ns-container-about ul, .ns-container-companies ul, .ns-container-blog li, .ns-container-privacy li, .ns-container-about li, .ns-container-companies li, .ns-container-blog i, .ns-container-privacy i, .ns-container-about i, .ns-container-companies i, .ns-container-blog b, .ns-container-privacy b, .ns-container-about b, .ns-container-companies b {
    font-family: "Merriweather", serif; }
    .ns-container-blog ul b, .ns-container-privacy ul b, .ns-container-about ul b, .ns-container-companies ul b, .ns-container-blog li b, .ns-container-privacy li b, .ns-container-about li b, .ns-container-companies li b, .ns-container-blog i b, .ns-container-privacy i b, .ns-container-about i b, .ns-container-companies i b, .ns-container-blog b b, .ns-container-privacy b b, .ns-container-about b b, .ns-container-companies b b {
      font-weight: bold; }

.ns-container-companies {
  padding-bottom: 100px; }
  .ns-container-companies h1, .ns-container-companies .h1, .ns-container-companies h2, .ns-container-companies .h2, .ns-container-companies h3, .ns-container-companies .h3, .ns-container-companies h4, .ns-container-companies .h4, .ns-container-companies h5, .ns-container-companies .h5, .ns-container-companies h6, .ns-container-companies .h6, .ns-container-companies p {
    margin-bottom: 0; }

.ns-container-signup-offcanvas {
  background-color: #0c2e4e; }
  .ns-container-signup-offcanvas label, .ns-container-signup-offcanvas h1, .ns-container-signup-offcanvas .h1, .ns-container-signup-offcanvas h2, .ns-container-signup-offcanvas .h2, .ns-container-signup-offcanvas h3, .ns-container-signup-offcanvas .h3, .ns-container-signup-offcanvas h4, .ns-container-signup-offcanvas .h4, .ns-container-signup-offcanvas h5, .ns-container-signup-offcanvas .h5, .ns-container-signup-offcanvas h6, .ns-container-signup-offcanvas .h6, .ns-container-signup-offcanvas p {
    color: var(--ns-color-step-50); }

.ns-container-404 h1, .ns-container-404 .h1, .ns-container-404 h2, .ns-container-404 .h2, .ns-container-404 h3, .ns-container-404 .h3, .ns-container-404 h4, .ns-container-404 .h4, .ns-container-404 h5, .ns-container-404 .h5, .ns-container-404 h6, .ns-container-404 .h6 {
  color: #0c2e4e; }

/* these are based off the material design colours */
 .ns-blog-formula-key-ul, .ns-ul-horizontal-small-days, .ns-ul-primary, .ns-about-intro-list, .ns-ul-danger {
  list-style: none;
  padding-left: 10px;
  margin-left: 20px; }

@media screen and (max-width: 576px) {
  .ns-ul-bullets {
    padding-left: 5px; }
    .ns-ul-bullets li {
      padding-bottom: 10px; } }

.ns-ul-primary, .ns-about-intro-list, .ns-ul-danger {
  border-left: var(--ns-color-primary) 2px solid;
  margin-top: 30px; }
  .ns-ul-primary li, .ns-about-intro-list li, .ns-ul-danger li {
    padding-bottom: 12px; }
  .ns-ul-primary li:nth-last-child(1), .ns-about-intro-list li:nth-last-child(1), .ns-ul-danger li:nth-last-child(1) {
    padding-bottom: 0; }

.ns-ul-danger {
  border-left: var(--ns-color-danger) 2px solid; }

 .ns-ul-horizontal-small-days li {
  padding: 20px;
  display: inline;
  font-size: 18px; }

 .ns-ul-horizontal-small-days {
  padding: 0;
  margin: 0; }
   .ns-ul-horizontal-small-days li {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px; }

.ns-ul-horizontal-small-days li {
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 2px;
  font-size: 12px; }
  .ns-ul-horizontal-small-days li button {
    padding-left: 5px;
    padding-right: 5px; }

.ns-ul-horizontal-small-days li:not(:first-child) {
  margin-left: -3px; }

.ns-navbar-logo-text-dark, .ns-navbar-logo-text-light {
  font-weight: bolder;
  font-size: 25px;
  padding-left: 20px;
  color: var(--ns-color-step-200);
  cursor: pointer; }
  @media screen and (max-width: 576px) {
    .ns-navbar-logo-text-dark, .ns-navbar-logo-text-light {
      padding-left: 10px; } }
.ns-navbar-logo-text-light {
  color: var(--ns-color-step-800); }


.ns-navbar-small-link-text .nav-link {
  color: var(--ns-color-step-800) !important; }
  .ns-navbar-small-link-text .nav-link:hover {
    color: var(--ns-color-step-350) !important; }

.ns-navbar-nav li:first-of-type {
  margin-left: 0; }

.ns-navbar-nav li {
  margin-left: 30px; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ns-navbar-nav li:first-of-type {
    margin-left: 0; }
  .ns-navbar-nav li {
    margin-left: 30px; } }

.ns-navbar-nav .nav-link {
  font-size: 20px;
  font-weight: bold; }

.ns-navbar-arrow-back {
  width: 35px;
  position: relative;
  bottom: 3px;
  cursor: pointer; }

/* these are based off the material design colours */
 .ns-blog-highlights {
  background: #fff;
  color: #000;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  position: relative; }

 .ns-blog-highlights {
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  padding-left: 20px;
  padding-bottom: 20px; }
   .ns-blog-highlights ul {
    list-style: none;
    border-left: #4c8dff 2px solid;
    margin-top: 30px;
    padding-left: 10px;
    margin-left: 20px; }
     .ns-blog-highlights ul li {
      padding-bottom: 12px; }
     .ns-blog-highlights ul li:nth-last-child(1) {
      padding-bottom: 0; }

 .ns-blog-highlights:before {
  content: '';
  width: 100%;
  height: 80px;
  background: #C9FFBF;
  background: linear-gradient(to right, #4c8dff, #C9FFBF);
  position: absolute;
  top: -5px;
  left: -4px;
  transform: skew(2deg, 2deg);
  z-index: -999; }

@media screen and (min-width: 300px) and (max-width: 399px) {
   .ns-blog-highlights {
    padding-right: 0; } }

/* these are based off the material design colours */

 .ns-box-padding-margin {
  border-radius: 4px;
  background-color: var(--ns-background-color);
  max-width: 100%;
  padding: 15px;
  vertical-align: top;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px; }
   .ns-box-padding-margin h1, .ns-box-padding-margin .h1, .ns-box-padding-margin h2, .ns-box-padding-margin .h2, .ns-box-padding-margin h3, .ns-box-padding-margin .h3, .ns-box-padding-margin h4, .ns-box-padding-margin .h4, .ns-box-padding-margin h5, .ns-box-padding-margin .h5, .ns-box-padding-margin h6, .ns-box-padding-margin .h6, .ns-box-padding-margin p {
    color: var(--ns-text-color); }

.ns-box-padding-margin {
  margin: 20px;
  padding: 40px; }

.ns-blog-note {
  font-style: italic; }

.ns-blog-blockquote {
  text-align: center;
  font-size: 25px;
  font-weight: bold; }

.ns-blog-container {
  padding: 30px;
  border: thin #DDDDDD solid;
  border-radius: 7px; }
  @media screen and (max-width: 576px) {
    .ns-blog-container {
      padding: 0;
      border: unset; } }
.ns-blog-formula-key-ul {
  font-size: 25px; }
  @media screen and (max-width: 576px) {
    .ns-blog-formula-key-ul {
      padding-left: 5px;
      font-size: 20px; } }
.ns-blog-heading-description {
  font-size: 18px; }

.ns-blog-summary-box-primary {
  border: thin var(--ns-color-primary) solid;
  padding: 25px; }

.ns-blog-equation {
  width: 400px;
  margin-bottom: 40px; }
  @media screen and (max-width: 576px) {
    .ns-blog-equation {
      padding-left: 2px;
      width: 95%; } }
.ns-blog-equation-text {
  text-align: center;
  font-size: 25px !important; }

@media screen and (max-width: 576px) {
  .ns-blog-highlights {
    padding-left: 10px; }
    .ns-blog-highlights ul {
      padding-left: 5px;
      margin-left: 5px; } }

.ns-blog-a {
  text-decoration: none;
  color: unset; }

.ns-blog-postcard {
  background-color: var(--ns-color-step-150);
  transition: transform 0.5s; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .ns-blog-postcard {
      height: unset; } }
  .ns-blog-postcard img {
    width: 100%;
    border-radius: 3px; }
  .ns-blog-postcard h1, .ns-blog-postcard .h1, .ns-blog-postcard h2, .ns-blog-postcard .h2, .ns-blog-postcard h3, .ns-blog-postcard .h3, .ns-blog-postcard h4, .ns-blog-postcard .h4, .ns-blog-postcard h5, .ns-blog-postcard .h5, .ns-blog-postcard h6, .ns-blog-postcard .h6, .ns-blog-postcard p {
    color: #0c2e4e;
    text-align: center;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 576px) {
      .ns-blog-postcard h1, .ns-blog-postcard .h1, .ns-blog-postcard h2, .ns-blog-postcard .h2, .ns-blog-postcard h3, .ns-blog-postcard .h3, .ns-blog-postcard h4, .ns-blog-postcard .h4, .ns-blog-postcard h5, .ns-blog-postcard .h5, .ns-blog-postcard h6, .ns-blog-postcard .h6, .ns-blog-postcard p {
        font-size: 20px; } }
    @media screen and (min-width: 577px) and (max-width: 767px) {
      .ns-blog-postcard h1, .ns-blog-postcard .h1, .ns-blog-postcard h2, .ns-blog-postcard .h2, .ns-blog-postcard h3, .ns-blog-postcard .h3, .ns-blog-postcard h4, .ns-blog-postcard .h4, .ns-blog-postcard h5, .ns-blog-postcard .h5, .ns-blog-postcard h6, .ns-blog-postcard .h6, .ns-blog-postcard p {
        font-size: 23px; } }
    @media screen and (min-width: 992px) and (max-width: 1199px) {
      .ns-blog-postcard h1, .ns-blog-postcard .h1, .ns-blog-postcard h2, .ns-blog-postcard .h2, .ns-blog-postcard h3, .ns-blog-postcard .h3, .ns-blog-postcard h4, .ns-blog-postcard .h4, .ns-blog-postcard h5, .ns-blog-postcard .h5, .ns-blog-postcard h6, .ns-blog-postcard .h6, .ns-blog-postcard p {
        padding-top: 50px;
        font-size: 30px; } }
    @media screen and (min-width: 1200px) and (max-width: 1399px) {
      .ns-blog-postcard h1, .ns-blog-postcard .h1, .ns-blog-postcard h2, .ns-blog-postcard .h2, .ns-blog-postcard h3, .ns-blog-postcard .h3, .ns-blog-postcard h4, .ns-blog-postcard .h4, .ns-blog-postcard h5, .ns-blog-postcard .h5, .ns-blog-postcard h6, .ns-blog-postcard .h6, .ns-blog-postcard p {
        padding-top: 60px; } }
    @media screen and (min-width: 1400px) and (max-width: 1599px) {
      .ns-blog-postcard h1, .ns-blog-postcard .h1, .ns-blog-postcard h2, .ns-blog-postcard .h2, .ns-blog-postcard h3, .ns-blog-postcard .h3, .ns-blog-postcard h4, .ns-blog-postcard .h4, .ns-blog-postcard h5, .ns-blog-postcard .h5, .ns-blog-postcard h6, .ns-blog-postcard .h6, .ns-blog-postcard p {
        padding-top: 60px; } }
    @media screen and (min-width: 1600px) {
      .ns-blog-postcard h1, .ns-blog-postcard .h1, .ns-blog-postcard h2, .ns-blog-postcard .h2, .ns-blog-postcard h3, .ns-blog-postcard .h3, .ns-blog-postcard h4, .ns-blog-postcard .h4, .ns-blog-postcard h5, .ns-blog-postcard .h5, .ns-blog-postcard h6, .ns-blog-postcard .h6, .ns-blog-postcard p {
        padding-top: 60px; } }
  .ns-blog-postcard:hover {
    opacity: 0.8;
    transform: scale(1.014); }

.ns-blog-most-popular-box h1, .ns-blog-editor-picks-box h1, .ns-blog-most-popular-box .h1, .ns-blog-editor-picks-box .h1, .ns-blog-most-popular-box h2, .ns-blog-editor-picks-box h2, .ns-blog-most-popular-box .h2, .ns-blog-editor-picks-box .h2, .ns-blog-most-popular-box h3, .ns-blog-editor-picks-box h3, .ns-blog-most-popular-box .h3, .ns-blog-editor-picks-box .h3, .ns-blog-most-popular-box h4, .ns-blog-editor-picks-box h4, .ns-blog-most-popular-box .h4, .ns-blog-editor-picks-box .h4, .ns-blog-most-popular-box h5, .ns-blog-editor-picks-box h5, .ns-blog-most-popular-box .h5, .ns-blog-editor-picks-box .h5, .ns-blog-most-popular-box h6, .ns-blog-editor-picks-box h6, .ns-blog-most-popular-box .h6, .ns-blog-editor-picks-box .h6 {
  margin-top: 0;
  background-color: var(--ns-color-primary);
  color: var(--ns-color-step-50);
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px; }
  @media screen and (max-width: 576px) {
    .ns-blog-most-popular-box h1, .ns-blog-editor-picks-box h1, .ns-blog-most-popular-box .h1, .ns-blog-editor-picks-box .h1, .ns-blog-most-popular-box h2, .ns-blog-editor-picks-box h2, .ns-blog-most-popular-box .h2, .ns-blog-editor-picks-box .h2, .ns-blog-most-popular-box h3, .ns-blog-editor-picks-box h3, .ns-blog-most-popular-box .h3, .ns-blog-editor-picks-box .h3, .ns-blog-most-popular-box h4, .ns-blog-editor-picks-box h4, .ns-blog-most-popular-box .h4, .ns-blog-editor-picks-box .h4, .ns-blog-most-popular-box h5, .ns-blog-editor-picks-box h5, .ns-blog-most-popular-box .h5, .ns-blog-editor-picks-box .h5, .ns-blog-most-popular-box h6, .ns-blog-editor-picks-box h6, .ns-blog-most-popular-box .h6, .ns-blog-editor-picks-box .h6 {
      margin-top: 40px; } }
  @media screen and (min-width: 577px) and (max-width: 767px) {
    .ns-blog-most-popular-box h1, .ns-blog-editor-picks-box h1, .ns-blog-most-popular-box .h1, .ns-blog-editor-picks-box .h1, .ns-blog-most-popular-box h2, .ns-blog-editor-picks-box h2, .ns-blog-most-popular-box .h2, .ns-blog-editor-picks-box .h2, .ns-blog-most-popular-box h3, .ns-blog-editor-picks-box h3, .ns-blog-most-popular-box .h3, .ns-blog-editor-picks-box .h3, .ns-blog-most-popular-box h4, .ns-blog-editor-picks-box h4, .ns-blog-most-popular-box .h4, .ns-blog-editor-picks-box .h4, .ns-blog-most-popular-box h5, .ns-blog-editor-picks-box h5, .ns-blog-most-popular-box .h5, .ns-blog-editor-picks-box .h5, .ns-blog-most-popular-box h6, .ns-blog-editor-picks-box h6, .ns-blog-most-popular-box .h6, .ns-blog-editor-picks-box .h6 {
      margin-top: 40px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .ns-blog-most-popular-box h1, .ns-blog-editor-picks-box h1, .ns-blog-most-popular-box .h1, .ns-blog-editor-picks-box .h1, .ns-blog-most-popular-box h2, .ns-blog-editor-picks-box h2, .ns-blog-most-popular-box .h2, .ns-blog-editor-picks-box .h2, .ns-blog-most-popular-box h3, .ns-blog-editor-picks-box h3, .ns-blog-most-popular-box .h3, .ns-blog-editor-picks-box .h3, .ns-blog-most-popular-box h4, .ns-blog-editor-picks-box h4, .ns-blog-most-popular-box .h4, .ns-blog-editor-picks-box .h4, .ns-blog-most-popular-box h5, .ns-blog-editor-picks-box h5, .ns-blog-most-popular-box .h5, .ns-blog-editor-picks-box .h5, .ns-blog-most-popular-box h6, .ns-blog-editor-picks-box h6, .ns-blog-most-popular-box .h6, .ns-blog-editor-picks-box .h6 {
      margin-top: 40px; } }
.ns-blog-most-popular-box a, .ns-blog-editor-picks-box a {
  text-decoration: none;
  color: unset;
  display: block;
  position: relative; }

.ns-blog-most-popular-box ul, .ns-blog-editor-picks-box ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.ns-blog-most-popular-box li, .ns-blog-editor-picks-box li {
  background-color: var(--ns-color-step-150);
  font-family: "Open Sans", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-top: 20px;
  border-radius: 3px;
  transition: transform 0.5s; }
  .ns-blog-most-popular-box li p, .ns-blog-editor-picks-box li p {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0; }
  .ns-blog-most-popular-box li .ns-blog-reading-time, .ns-blog-editor-picks-box li .ns-blog-reading-time {
    margin-top: 5px;
    font-weight: bold; }
  .ns-blog-most-popular-box li:hover, .ns-blog-editor-picks-box li:hover {
    transform: scale(1.014);
    cursor: pointer;
    background-color: var(--ns-color-step-200); }

.ns-blog-most-popular-box a p:last-of-type, .ns-blog-editor-picks-box a p:last-of-type {
  margin-bottom: 0; }

.ns-blog-editor-picks-box {
  padding-top: 40px; }

.ns-blog-subscribe-box {
  background-color: #0c2e4e;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 576px) {
    .ns-blog-subscribe-box {
      padding-left: 10px;
      padding-right: 10px; } }
  .ns-blog-subscribe-box h1, .ns-blog-subscribe-box .h1, .ns-blog-subscribe-box h2, .ns-blog-subscribe-box .h2, .ns-blog-subscribe-box h3, .ns-blog-subscribe-box .h3, .ns-blog-subscribe-box h4, .ns-blog-subscribe-box .h4, .ns-blog-subscribe-box h5, .ns-blog-subscribe-box .h5, .ns-blog-subscribe-box h6, .ns-blog-subscribe-box .h6 {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    color: var(--ns-color-step-50); }
  .ns-blog-subscribe-box p {
    font-family: "Open Sans", sans-serif;
    color: var(--ns-color-step-50); }
  .ns-blog-subscribe-box label {
    color: var(--ns-color-step-50); }

.ns-blog-subscribe-box-note {
  margin-top: 10px;
  font-style: italic; }

.ns-blog-call-to-action {
  padding: 25px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 7px;
  border: 2px var(--ns-color-primary) solid; }
  .ns-blog-call-to-action h1, .ns-blog-call-to-action .h1, .ns-blog-call-to-action h2, .ns-blog-call-to-action .h2, .ns-blog-call-to-action h3, .ns-blog-call-to-action .h3, .ns-blog-call-to-action h4, .ns-blog-call-to-action .h4, .ns-blog-call-to-action h5, .ns-blog-call-to-action .h5, .ns-blog-call-to-action h6, .ns-blog-call-to-action .h6, .ns-blog-call-to-action p {
    margin: 0;
    padding-bottom: 20px;
    text-align: center; }

.ns-table {
  width: 100%; }
  .ns-table tr:nth-child(even) {
    background-color: #dddddd; }
  .ns-table tr:last-child {
    background-color: var(--ns-color-step-800);
    color: var(--ns-color-step-50); }
  .ns-table th {
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media screen and (max-width: 576px) {
      .ns-table th {
        font-size: 8px; } }
  .ns-table td {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }

.ns-table-company-list {
  width: 100%; }
  .ns-table-company-list tr:nth-child(even) {
    background-color: #dddddd; }
  .ns-table-company-list th {
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media screen and (max-width: 576px) {
      .ns-table-company-list th {
        font-size: 8px; } }
  .ns-table-company-list td {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }

.ns-table-company-profile {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px; }
  .ns-table-company-profile tr {
    height: 40px; }
  .ns-table-company-profile td {
    border-bottom: 1px dashed var(--ns-color-primary);
    font-weight: bold;
    font-size: 22px;
    text-align: start;
    padding-top: 5px;
    padding-bottom: 5px; }

.ns-table-company-income-statement {
  width: 100%; }
  .ns-table-company-income-statement tr:nth-child(even) {
    background-color: #dddddd; }
  .ns-table-company-income-statement th {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 5px; }
    @media screen and (max-width: 576px) {
      .ns-table-company-income-statement th {
        font-size: 8px; } }
  .ns-table-company-income-statement td {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px; }

.ns-table-company-financials {
  font-family: "Times New Roman", Times, serif;
  border: 1px solid var(--ns-background-color);
  width: 100%;
  text-align: center;
  border-collapse: collapse; }
  .ns-table-company-financials td th {
    border: 1px solid var(--ns-background-color);
    padding: 3px 2px; }
  .ns-table-company-financials td {
    font-size: 13px;
    font-weight: bold;
    padding: 5px; }
    @media screen and (max-width: 576px) {
      .ns-table-company-financials td {
        padding: 2px; } }
    @media screen and (min-width: 577px) and (max-width: 767px) {
      .ns-table-company-financials td {
        padding: 2px; } }
  .ns-table-company-financials tr:nth-child(even) {
    background: var(--ns-color-step-100); }
  .ns-table-company-financials th {
    background: var(--ns-color-primary);
    border-bottom: 5px solid var(--ns-background-color);
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 17px;
    font-weight: bold;
    color: var(--ns-color-step-50);
    text-align: center;
    border-left: 2px solid var(--ns-background-color); }
  .ns-table-company-financials th:first-child {
    border-left: none; }

/*.ns-chart {*/
/*  width: 100%;*/
/*  height: 400px; }*/
/*  @media screen and (max-width: 576px) {*/
/*    .ns-chart {*/
/*      height: 300px; } }*/
#breadcrumbs {
  list-style: none; }

@keyframes xfade {
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  92% {
    opacity: 0; } }

@keyframes pulse {
  0% {
    width: 300px;
    height: 300px;
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    width: 400px;
    height: 400px;
    opacity: 0; } }

@keyframes animateEarth {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 784px 0; } }

@keyframes animateMap {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 1920px 0; } }

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

@keyframes light-blue-circle {
  from {
    transform: translatex(0px); }
  to {
    transform: translatex(122px); } }

@keyframes pulse {
  0% {
    width: 170px;
    height: 170px;
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0; } }

.icons {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 0.2rem;
  letter-spacing: .2rem; }

.icons > image {
  color: #000000; }

.ns-landing-intro-blurb h1, .ns-landing-intro-blurb .h1 {
  font-size: 60px;
  color: var(--ns-color-step-200); }
  @media screen and (max-width: 576px) {
    .ns-landing-intro-blurb h1, .ns-landing-intro-blurb .h1 {
      font-size: 30px; } }
  @media screen and (min-width: 577px) and (max-width: 767px) {
    .ns-landing-intro-blurb h1, .ns-landing-intro-blurb .h1 {
      font-size: 42px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .ns-landing-intro-blurb h1, .ns-landing-intro-blurb .h1 {
      font-size: 50px; } }
.ns-landing-intro-blurb p {
  color: var(--ns-color-step-100); }

.ns-landing-features-blurb {
  position: relative;
  top: -40px;
  left: 57px; }
  .ns-landing-features-blurb h1, .ns-landing-features-blurb .h1, .ns-landing-features-blurb h2, .ns-landing-features-blurb .h2, .ns-landing-features-blurb h3, .ns-landing-features-blurb .h3, .ns-landing-features-blurb h4, .ns-landing-features-blurb .h4, .ns-landing-features-blurb h5, .ns-landing-features-blurb .h5, .ns-landing-features-blurb h6, .ns-landing-features-blurb .h6 {
    color: #655087; }
  .ns-landing-features-blurb p {
    padding-left: 2px; }
  .ns-landing-features-blurb ul {
    border-left: 1px solid var(--ns-color-step-150);
    padding-left: 10px;
    margin-left: 2px; }
  .ns-landing-features-blurb li {
    list-style: none;
    padding-bottom: 5px;
    font-weight: bold; }
  @media screen and (max-width: 576px) {
    .ns-landing-features-blurb {
      left: 0; } }
  @media screen and (min-width: 577px) and (max-width: 767px) {
    .ns-landing-features-blurb {
      left: 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .ns-landing-features-blurb {
      left: 0; } }

.ns-landing-success-message h1, .ns-landing-success-message .h1, .ns-landing-success-message h2, .ns-landing-success-message .h2, .ns-landing-success-message h3, .ns-landing-success-message .h3, .ns-landing-success-message h4, .ns-landing-success-message .h4, .ns-landing-success-message h5, .ns-landing-success-message .h5, .ns-landing-success-message h6, .ns-landing-success-message .h6, .ns-landing-success-message p {
  color: var(--ns-color-step-100);
  font-weight: bold; }

.ns-landing-screenshot-choose-your-field, .ns-landing-screenshot-enter-limits {
  padding-top: 20px;
  width: 60%;
  position: relative;
  bottom: 27px;
  left: 60px; }
  @media screen and (max-width: 576px) {
    .ns-landing-screenshot-choose-your-field, .ns-landing-screenshot-enter-limits {
      width: 95%;
      left: 0; } }
  @media screen and (min-width: 577px) and (max-width: 767px) {
    .ns-landing-screenshot-choose-your-field, .ns-landing-screenshot-enter-limits {
      width: 100%;
      left: 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .ns-landing-screenshot-choose-your-field, .ns-landing-screenshot-enter-limits {
      width: 80%;
      left: 40px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .ns-landing-screenshot-choose-your-field, .ns-landing-screenshot-enter-limits {
      width: 90%;
      left: 0; } }
.ns-landing-screenshot-enter-limits {
  padding-top: 40px;
  padding-bottom: 17px;
  left: 0;
  right: 30px; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .ns-landing-screenshot-enter-limits {
      left: 40px; } }
.ns-landing-screenshot-results {
  margin-top: 60px;
  padding-top: 10px;
  width: 80%; }
  @media screen and (max-width: 576px) {
    .ns-landing-screenshot-results {
      width: 95%; } }
  @media screen and (min-width: 577px) and (max-width: 767px) {
    .ns-landing-screenshot-results {
      width: 100%;
      left: 0; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .ns-landing-screenshot-results {
      position: relative;
      left: 40px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .ns-landing-screenshot-results {
      width: 95%; } }
.ns-landing-iphone-screen {
  padding-bottom: 80px; }

.ns-landing-run-filter-text {
  padding-top: 100px;
  position: relative;
  left: 60px;
  color: #655087; }
  @media screen and (max-width: 576px) {
    .ns-landing-run-filter-text {
      left: 0;
      padding-top: 60px; } }
  @media screen and (min-width: 577px) and (max-width: 767px) {
    .ns-landing-run-filter-text {
      left: 0;
      padding-top: 60px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .ns-landing-run-filter-text {
      left: 30px; } }
.ns-footer-angle-bar-1 {
  position: relative;
  bottom: 210px;
  left: 1500px;
  background-color: #af95db;
  width: 400px;
  height: 70px;
  transform: skewY(-6deg);
  opacity: 0.3;
  overflow: hidden; }

.ns-footer-angle-bar-2 {
  position: relative;
  bottom: 250px;
  left: 1200px;
  background-color: #eb3271;
  width: 400px;
  height: 40px;
  transform: skewY(-6deg);
  opacity: 0.3;
  overflow: hidden; }

.ns-footer-logo {
  position: absolute;
  left: 1000px;
  bottom: 100px;
  width: 300px;
  opacity: 0.3; }
  @media screen and (min-width: 1200px) and (max-width: 1399px) {
    .ns-footer-logo {
      left: 900px; } }
  @media screen and (min-width: 1400px) and (max-width: 1599px) {
    .ns-footer-logo {
      left: 1100px; } }
  @media screen and (min-width: 1600px) {
    .ns-footer-logo {
      left: 1300px; } }
.ns-about-intro-container {
  background-color: var(--ns-color-step-50); }
  .ns-about-intro-container h1, .ns-about-intro-container .h1 {
    color: var(--ns-color-primary-shade); }

.ns-about-intro-list {
  margin-left: 0; }
  .ns-about-intro-list a {
    font-size: 26px;
    text-decoration: none; }

.ns-404-img {
  margin-top: 40px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 100px; }

.ns-companies-show-button {
  position: relative;
  top: 7px; }

.ns-companies-container {
  margin-top: 50px;
  padding-bottom: 150px; }

body {
  overflow-x: hidden; }
