@charset "UTF-8";

/* Branding Colours */
/*
Light Green - primary : #00A19A
Dark green - secondary : #003834
Pink : #D60B52
Dark blue : #27348B
Orange : #EA5B0C
Light blue : #79CDF4   
*/
/*$primary:       $blue !default;
$secondary:     $gray-600 !default;
$success:       $green !default;
$info:          $cyan !default;
$warning:       $yellow !default;
$danger:        $red !default;
$light:         $gray-100 !default;
$dark:          $gray-800 !default;*/
/*Backgrounds*/
.grecaptcha-badge {
  visibility: hidden;
}

.white {
  color: #fff;
}

.bg-primary,
.footer,
.section-image-overlap-01:before {
  background-color: #00A19A !important;
}

.bg-light {
  background-color: #f3f8f8;
}

.bg-blue,
.bg-color-fw-right.bg-color-fw-right-blue:before {
  background-color: #27348B;
}

.news-search,
.resources-search {
  background-color: #fff;
}

.btn-primary {
  background-color: #00A19A;
}

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #003834;
  text-align: left;
  background-color: white;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #00A19A;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #005551;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #33605d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.75rem;
}

h2, .h2 {
  font-size: 2.2rem;
}

h3, .h3 {
  font-size: 1.925rem;
}

h4, .h4 {
  font-size: 1.65rem;
}

h5, .h5 {
  font-size: 1.375rem;
}

h6, .h6 {
  font-size: 1.1rem;
}

.lead {
  font-size: 1.375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.375rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #33605d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  border: 1px solid #b3c3c2;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #33605d;
}

code {
  font-size: 87.5%;
  color: #D60B52;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #00322f;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #00322f;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #003834;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #b3c3c2;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #b3c3c2;
}

.table tbody + tbody {
  border-top: 2px solid #b3c3c2;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #b3c3c2;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #b3c3c2;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #003834;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8e5e3;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7aceca;
}

.table-hover .table-primary:hover {
  background-color: #a5dedc;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a5dedc;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8c7c6;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7a9895;
}

.table-hover .table-secondary:hover {
  background-color: #aabcbb;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #aabcbb;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8e5e3;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #7aceca;
}

.table-hover .table-success:hover {
  background-color: #a5dedc;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a5dedc;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9f1fc;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b9e5f9;
}

.table-hover .table-info:hover {
  background-color: #c1e8fa;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c1e8fa;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f9d1bb;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f4aa81;
}

.table-hover .table-warning:hover {
  background-color: #f7c1a4;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f7c1a4;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfdfd;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f9fbfb;
}

.table-hover .table-light:hover {
  background-color: #edf3f3;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #edf3f3;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #b8c7c6;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #7a9895;
}

.table-hover .table-dark:hover {
  background-color: #aabcbb;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #aabcbb;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #003834;
  border-color: #005e58;
}

.table .thead-light th {
  color: #1a4c48;
  background-color: #eef6f6;
  border-color: #b3c3c2;
}

.table-dark {
  color: #fff;
  background-color: #003834;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #005e58;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a4c48;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #99afae;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #1a4c48;
  background-color: #fff;
  border-color: #22fff5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.25);
}

.form-control::placeholder {
  color: #33605d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eef6f6;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1a4c48;
}

select.form-control:focus::-ms-value {
  color: #1a4c48;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.375rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.9625rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #003834;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.9625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #33605d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00A19A;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.9625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 161, 154, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00A19A;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300A19A' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00A19A;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00A19A;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23003834' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300A19A' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00A19A;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00A19A;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00A19A;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00A19A;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00d4cb;
  background-color: #00d4cb;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00A19A;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00A19A;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00A19A;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.9625rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23003834' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #003834;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  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: #003834;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #00A19A;
  border-color: #00A19A;
}

.btn-primary:hover {
  color: #fff;
  background-color: #007b75;
  border-color: #006e69;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #007b75;
  border-color: #006e69;
  box-shadow: 0 0 0 0.2rem rgba(38, 175, 169, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #00A19A;
  border-color: #00A19A;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006e69;
  border-color: #00615d;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 175, 169, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #003834;
  border-color: #003834;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #001210;
  border-color: #000505;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #001210;
  border-color: #000505;
  box-shadow: 0 0 0 0.2rem rgba(38, 86, 82, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #003834;
  border-color: #003834;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #000505;
  border-color: black;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 86, 82, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00A19A;
  border-color: #00A19A;
}

.btn-success:hover {
  color: #fff;
  background-color: #007b75;
  border-color: #006e69;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #007b75;
  border-color: #006e69;
  box-shadow: 0 0 0 0.2rem rgba(38, 175, 169, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00A19A;
  border-color: #00A19A;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #006e69;
  border-color: #00615d;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 175, 169, 0.5);
}

.btn-info {
  color: #00322f;
  background-color: #79CDF4;
  border-color: #79CDF4;
}

.btn-info:hover {
  color: #00322f;
  background-color: #56c0f1;
  border-color: #4abbf0;
}

.btn-info:focus, .btn-info.focus {
  color: #00322f;
  background-color: #56c0f1;
  border-color: #4abbf0;
  box-shadow: 0 0 0 0.2rem rgba(103, 182, 214, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #00322f;
  background-color: #79CDF4;
  border-color: #79CDF4;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #00322f;
  background-color: #4abbf0;
  border-color: #3eb7ef;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 182, 214, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #EA5B0C;
  border-color: #EA5B0C;
}

.btn-warning:hover {
  color: #fff;
  background-color: #c64d0a;
  border-color: #b9480a;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #c64d0a;
  border-color: #b9480a;
  box-shadow: 0 0 0 0.2rem rgba(237, 116, 48, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #EA5B0C;
  border-color: #EA5B0C;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #b9480a;
  border-color: #ad4309;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 116, 48, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #00322f;
  background-color: #f3f8f8;
  border-color: #f3f8f8;
}

.btn-light:hover {
  color: #00322f;
  background-color: #dbeaea;
  border-color: #d3e5e5;
}

.btn-light:focus, .btn-light.focus {
  color: #00322f;
  background-color: #dbeaea;
  border-color: #d3e5e5;
  box-shadow: 0 0 0 0.2rem rgba(207, 218, 218, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #00322f;
  background-color: #f3f8f8;
  border-color: #f3f8f8;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #00322f;
  background-color: #d3e5e5;
  border-color: #cbe1e1;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(207, 218, 218, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #003834;
  border-color: #003834;
}

.btn-dark:hover {
  color: #fff;
  background-color: #001210;
  border-color: #000505;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #001210;
  border-color: #000505;
  box-shadow: 0 0 0 0.2rem rgba(38, 86, 82, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #003834;
  border-color: #003834;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #000505;
  border-color: black;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 86, 82, 0.5);
}

.btn-outline-primary {
  color: #00A19A;
  border-color: #00A19A;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #00A19A;
  border-color: #00A19A;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #00A19A;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #00A19A;
  border-color: #00A19A;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.5);
}

.btn-outline-secondary {
  color: #003834;
  border-color: #003834;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #003834;
  border-color: #003834;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 56, 52, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #003834;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #003834;
  border-color: #003834;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 56, 52, 0.5);
}

.btn-outline-success {
  color: #00A19A;
  border-color: #00A19A;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #00A19A;
  border-color: #00A19A;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00A19A;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00A19A;
  border-color: #00A19A;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.5);
}

.btn-outline-info {
  color: #79CDF4;
  border-color: #79CDF4;
}

.btn-outline-info:hover {
  color: #00322f;
  background-color: #79CDF4;
  border-color: #79CDF4;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 205, 244, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #79CDF4;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #00322f;
  background-color: #79CDF4;
  border-color: #79CDF4;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(121, 205, 244, 0.5);
}

.btn-outline-warning {
  color: #EA5B0C;
  border-color: #EA5B0C;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #EA5B0C;
  border-color: #EA5B0C;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 91, 12, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #EA5B0C;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #EA5B0C;
  border-color: #EA5B0C;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 91, 12, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f3f8f8;
  border-color: #f3f8f8;
}

.btn-outline-light:hover {
  color: #00322f;
  background-color: #f3f8f8;
  border-color: #f3f8f8;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 248, 248, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f3f8f8;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #00322f;
  background-color: #f3f8f8;
  border-color: #f3f8f8;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 248, 248, 0.5);
}

.btn-outline-dark {
  color: #003834;
  border-color: #003834;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #003834;
  border-color: #003834;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 56, 52, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #003834;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #003834;
  border-color: #003834;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 56, 52, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #00A19A;
  text-decoration: none;
}

.btn-link:hover {
  color: #005551;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #33605d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.9625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  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;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.1rem;
  color: #003834;
  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-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eef6f6;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #00322f;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #001917;
  text-decoration: none;
  background-color: #eef6f6;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00A19A;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #668885;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.9625rem;
  color: #33605d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #00322f;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.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:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a4c48;
  text-align: center;
  white-space: nowrap;
  background-color: #eef6f6;
  border: 1px solid #99afae;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.375rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.9625rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.65rem;
  padding-left: 1.5rem;
  color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.325rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #00A19A;
  background-color: #00A19A;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #22fff5;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #55fff8;
  border-color: #55fff8;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #33605d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eef6f6;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.325rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #668885 solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.325rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00A19A;
  background-color: #00A19A;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 161, 154, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 161, 154, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 161, 154, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.325rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #668885;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 161, 154, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a4c48;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23003834' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #99afae;
  border-radius: 0.25rem;
  appearance: none;
}

.custom-select:focus {
  border-color: #22fff5;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.25);
}

.custom-select:focus::-ms-value {
  color: #1a4c48;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #33605d;
  background-color: #eef6f6;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1a4c48;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.9625rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.375rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #22fff5;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #eef6f6;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #1a4c48;
  background-color: #fff;
  border: 1px solid #99afae;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #1a4c48;
  content: "Browse";
  background-color: #eef6f6;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(0, 161, 154, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(0, 161, 154, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(0, 161, 154, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00A19A;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #55fff8;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #b3c3c2;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00A19A;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #55fff8;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #b3c3c2;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #00A19A;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #55fff8;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #b3c3c2;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #b3c3c2;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #668885;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #668885;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #668885;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #33605d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #b3c3c2;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #eef6f6 #eef6f6 #b3c3c2;
}

.nav-tabs .nav-link.disabled {
  color: #33605d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #1a4c48;
  background-color: white;
  border-color: #b3c3c2 #b3c3c2 white;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00A19A;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.29375rem;
  padding-bottom: 0.29375rem;
  margin-right: 1rem;
  font-size: 1.375rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.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;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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 > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .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.5);
}

.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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.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.5);
}

.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 .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  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' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.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);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eef6f6;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #33605d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #33605d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00A19A;
  background-color: #fff;
  border: 1px solid #b3c3c2;
}

.page-link:hover {
  z-index: 2;
  color: #005551;
  text-decoration: none;
  background-color: #eef6f6;
  border-color: #b3c3c2;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00A19A;
  border-color: #00A19A;
}

.page-item.disabled .page-link {
  color: #33605d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #b3c3c2;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.375rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.9625rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  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) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #00A19A;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #006e69;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #003834;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #000505;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 56, 52, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #00A19A;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #006e69;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 161, 154, 0.5);
}

.badge-info {
  color: #00322f;
  background-color: #79CDF4;
}

a.badge-info:hover, a.badge-info:focus {
  color: #00322f;
  background-color: #4abbf0;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(121, 205, 244, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #EA5B0C;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #b9480a;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 91, 12, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #00322f;
  background-color: #f3f8f8;
}

a.badge-light:hover, a.badge-light:focus {
  color: #00322f;
  background-color: #d3e5e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(243, 248, 248, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #003834;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #000505;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 56, 52, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eef6f6;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.15rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #005450;
  background-color: #cceceb;
  border-color: #b8e5e3;
}

.alert-primary hr {
  border-top-color: #a5dedc;
}

.alert-primary .alert-link {
  color: #00211f;
}

.alert-secondary {
  color: #001d1b;
  background-color: #ccd7d6;
  border-color: #b8c7c6;
}

.alert-secondary hr {
  border-top-color: #aabcbb;
}

.alert-secondary .alert-link {
  color: black;
}

.alert-success {
  color: #005450;
  background-color: #cceceb;
  border-color: #b8e5e3;
}

.alert-success hr {
  border-top-color: #a5dedc;
}

.alert-success .alert-link {
  color: #00211f;
}

.alert-info {
  color: #3f6b7f;
  background-color: #e4f5fd;
  border-color: #d9f1fc;
}

.alert-info hr {
  border-top-color: #c1e8fa;
}

.alert-info .alert-link {
  color: #2e4e5d;
}

.alert-warning {
  color: #7a2f06;
  background-color: #fbdece;
  border-color: #f9d1bb;
}

.alert-warning hr {
  border-top-color: #f7c1a4;
}

.alert-warning .alert-link {
  color: #491c04;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #7e8181;
  background-color: #fdfefe;
  border-color: #fcfdfd;
}

.alert-light hr {
  border-top-color: #edf3f3;
}

.alert-light .alert-link {
  color: #656767;
}

.alert-dark {
  color: #001d1b;
  background-color: #ccd7d6;
  border-color: #b8c7c6;
}

.alert-dark hr {
  border-top-color: #aabcbb;
}

.alert-dark .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.825rem;
  background-color: #eef6f6;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00A19A;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #1a4c48;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #1a4c48;
  text-decoration: none;
  background-color: #f3f8f8;
}

.list-group-item-action:active {
  color: #003834;
  background-color: #eef6f6;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  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: #33605d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #00A19A;
  border-color: #00A19A;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #005450;
  background-color: #b8e5e3;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #005450;
  background-color: #a5dedc;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #005450;
  border-color: #005450;
}

.list-group-item-secondary {
  color: #001d1b;
  background-color: #b8c7c6;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #001d1b;
  background-color: #aabcbb;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #001d1b;
  border-color: #001d1b;
}

.list-group-item-success {
  color: #005450;
  background-color: #b8e5e3;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #005450;
  background-color: #a5dedc;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #005450;
  border-color: #005450;
}

.list-group-item-info {
  color: #3f6b7f;
  background-color: #d9f1fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #3f6b7f;
  background-color: #c1e8fa;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #3f6b7f;
  border-color: #3f6b7f;
}

.list-group-item-warning {
  color: #7a2f06;
  background-color: #f9d1bb;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7a2f06;
  background-color: #f7c1a4;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #7a2f06;
  border-color: #7a2f06;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #7e8181;
  background-color: #fcfdfd;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7e8181;
  background-color: #edf3f3;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7e8181;
  border-color: #7e8181;
}

.list-group-item-dark {
  color: #001d1b;
  background-color: #b8c7c6;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #001d1b;
  background-color: #aabcbb;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #001d1b;
  border-color: #001d1b;
}

.close {
  float: right;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  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.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #33605d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #b3c3c2;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #b3c3c2;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.9625rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.9625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #003834;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.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: .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;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #00A19A !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #006e69 !important;
}

.bg-secondary {
  background-color: #003834 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #000505 !important;
}

.bg-success {
  background-color: #00A19A !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #006e69 !important;
}

.bg-info {
  background-color: #79CDF4 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #4abbf0 !important;
}

.bg-warning {
  background-color: #EA5B0C !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #b9480a !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f3f8f8 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d3e5e5 !important;
}

.bg-dark {
  background-color: #003834 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #000505 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #b3c3c2 !important;
}

.border-top {
  border-top: 1px solid #b3c3c2 !important;
}

.border-right {
  border-right: 1px solid #b3c3c2 !important;
}

.border-bottom {
  border-bottom: 1px solid #b3c3c2 !important;
}

.border-left {
  border-left: 1px solid #b3c3c2 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #00A19A !important;
}

.border-secondary {
  border-color: #003834 !important;
}

.border-success {
  border-color: #00A19A !important;
}

.border-info {
  border-color: #79CDF4 !important;
}

.border-warning {
  border-color: #EA5B0C !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f3f8f8 !important;
}

.border-dark {
  border-color: #003834 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.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;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 50, 47, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.15rem 0.5rem rgba(0, 50, 47, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 50, 47, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #00A19A !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #005551 !important;
}

.text-secondary {
  color: #003834 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

.text-success {
  color: #00A19A !important;
}

a.text-success:hover, a.text-success:focus {
  color: #005551 !important;
}

.text-info {
  color: #79CDF4 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #32b3ee !important;
}

.text-warning {
  color: #EA5B0C !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #a13f08 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f3f8f8 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c3dcdc !important;
}

.text-dark {
  color: #003834 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #003834 !important;
}

.text-muted {
  color: #33605d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #668885;
    page-break-inside: avoid;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #b3c3c2 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #b3c3c2;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #b3c3c2;
  }
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/* quick colour changes */
/* general size */
#cookie-banner,
#cookie-container {
  font-size: 14px;
}

/* inactive colour of switch toggle */
.switch-slider {
  background-color: #848484;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch-slider:hover {
  opacity: 0.8;
}

/* active colour of switch toggle */
.switch-input:checked + .switch-slider {
  background-color: #49a478;
}

/* cookie button, used in the popup and main banner */
.cookie-button.cookie-button--accept {
  background: #de2027;
  background: #D60B52;
  -webkit-transition: .4s;
  transition: .4s;
}

.cookie-button.cookie-button--accept:hover {
  text-decoration: none;
}

/* cookie popup link */
.cookie-link {
  -webkit-transition: .4s;
  transition: .4s;
  color: #55B1D8;
}

.cookie-link:hover {
  color: #55B1D8;
  text-decoration: underline;
}

#cookie-banner,
#cookie-container,
#cookie-banner *,
#cookie-container * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}

#cookie-container {
  background: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999999;
  color: #fff;
  animation-name: fade-in;
  animation-duration: 400ms;
  animation-timing-function: ease-in-out;
  overflow: auto;
}

#cookie-container .cookies {
  max-width: 800px;
  padding: 0 20px;
  margin: 3% auto 3% auto;
}

.overflow-hidden {
  overflow: hidden;
}

.cookie-padding-20 {
  padding: 20px;
}

.cookie-flex {
  display: flex;
  align-items: center;
}

.cookie-grow {
  flex-grow: 1;
}

#cookie-banner {
  position: fixed;
  width: 100%;
  background-color: #333;
  color: #fff;
  z-index: 999999;
  min-height: 50px;
  bottom: 0;
  left: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  animation-name: fade-in;
  animation-duration: 400ms;
  animation-timing-function: ease-in-out;
}

.cookie-message {
  padding: 0;
  margin: 0;
  flex-grow: 1;
}

.cookie-button {
  color: #fff;
  padding: 10px;
  background: none;
  border: none;
  text-align: center;
  min-width: 150px;
  cursor: pointer;
  display: inline-block;
}

.cookie-button:hover {
  opacity: 0.8;
  color: #fff;
  text-decoration: underline;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* switch */
.switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 34px;
}

.switch-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-input:disabled,
.switch-input:disabled + .switch-slider {
  opacity: 0.5;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
}

.switch-slider:before {
  position: absolute;
  content: "OFF";
  height: 26px;
  line-height: 26px;
  right: 9px;
  bottom: 4px;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 11px;
}

.switch-slider:after {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.switch-input:focus + .switch-slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch-input:checked + .switch-slider:after {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.switch-input:checked + .switch-slider:after {
  left: 9px;
}

.switch-input:checked + .switch-slider:before {
  -webkit-transform: translateX(-26px);
  -ms-transform: translateX(-26px);
  transform: translateX(-26px);
  content: "ON";
  right: 10px;
}

@media all and (max-width: 800px) {
  #cookie-banner {
    flex-flow: column;
  }
  .cookie-message {
    display: none;
  }
}

.cookies p,
.cookies h1,
.cookies h2,
.cookies h3,
.cookies h4,
.cookies h5 {
  color: #fff;
}

.cookies h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.cookie-flex {
  padding: 2rem 0;
  border-top: 1px solid #272727;
}

.cookie-flex p {
  margin: 0;
  padding: 0;
}

/*
Branding 2020

darker green $secondary
light green #00A19A
pink #D60B52
dark blue #27348B
light blue #79CDF4
orange #EA5B0C
*/
body,
.event-filters a.active,
.event-filters a:hover,
h2 > a,
h3 > a,
.breadcrumb a {
  color: #003834;
}

.navbar-collapse.show .nav-link {
  color: #003834;
}

.nav-link {
  color: #fff;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.text-headers {
  color: #003834;
}

.bg-primary *:not(input):not(select):not(option):not(.alert):not(.alert-success),
.bg-secondary *:not(input):not(select):not(option):not(.alert):not(.alert-success),
.bg-color-fw-right-blue *:not(input):not(select):not(option):not(.alert):not(.alert-success) {
  color: #fff;
}

.bg-secondary h1 a:hover, .bg-secondary h2 a:hover, .bg-secondary h3 a:hover,
.bg-secondary h4 a:hover, .bg-secondary h5 a:hover, .bg-secondary h6 a:hover,
.bg-secondary a:hover {
  color: #87a5ad;
}

.bg-dark {
  background-color: #003834 !important;
}

.text-primary,
.text-blue {
  color: #00A19A !important;
}

.text-dark {
  color: #003834 !important;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-yellow {
  color: #EA5B0C !important;
}

.text-dark-blue {
  color: #27348B !important;
}

.events .slick-arrow,
.events .slick-arrow:hover,
.team .slick-arrow,
.team .slick-arrow:hover,
.news .slick-arrow,
.news .slick-arrow:hover,
.nav-link.active,
a,
a:hover,
.text-red {
  color: #003834;
}

.download:hover {
  background-color: #fcfcfc;
}

.text-gold {
  color: #E58E1A;
}

.calendar {
  background-color: #DE2027;
  color: #ffffff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:hover,
.btn-outline-primary {
  color: #003834;
  border-color: #003834;
}

.btn-outline-primary {
  background-color: transparent;
  background-image: none;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:hover {
  color: #ffffff;
  background-color: #003834;
  border-color: #003834;
}

.btn-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.btn-outline-white:hover {
  color: #fff;
}

.bg-secondary {
  background-color: #003834 !important;
}

.bg-green,
.bg-color-fw-right.bg-color-fw-right-green:before {
  background-color: #00A19A !important;
}

.bg-primary,
.footer,
.section-image-overlap-01:before {
  background-color: #00A19A !important;
}

.footer,
.footer a {
  color: #fff;
  font-size: 90%;
}

.js-banner-slider * {
  color: white;
}

.header-navbar-nav-inner .nav-link.active,
.header-navbar-nav-inner .nav-link:hover {
  color: white;
  /*    box-shadow: inset 0 0 0 20rem rgba(0,0,0,.4);*/
}

.banner-text .btn.btn-line-dot {
  border-color: #00A19A;
}

.box-border.box-border-blue,
.box-border.box-border-blue .underlined {
  border-top-color: #00A19A;
}

.box-border.box-border-yellow,
.box-border.box-border-yellow .underlined {
  border-top-color: #EA5B0C;
}

.box-border.box-border-black,
.box-border.box-border-black .underlined {
  border-top-color: #000;
}

.box-border.box-border-dark-blue,
.box-border.box-border-dark-blue .underlined {
  border-top-color: #27348B;
}

/*News*/
.btn-outline-news,
.btn-outline-news:hover {
  border: 1px solid #003834;
  color: #003834 !important;
}

.news-list-item-inner {
  background-color: #fff;
}

.page-news .news-list-item-inner,
.page-news .news-list-item-inner h2,
.page-news .news-list-item-inner a {
  color: #003834;
}

/*Child news pages*/
.page-news-internal {
  background-color: #eef6f6;
}

.page-news-internal,
.page-news-internal .news-list-item-inner,
.page-news-internal h1,
.page-news-internal h2,
.page-news-internal h3,
.page-news-internal h4,
.page-news-internal h5,
.page-news-internal h6,
.page-news-internal h3 a,
.page-news-internal .h1,
.page-news-internal .h2,
.page-news-internal .h3,
.page-news-internal .h4,
.page-news-internal .h5,
.page-news-internal .h6,
.page-news-internal .h4 a,
.page-news-internal main a {
  color: #003834;
}

/*resources*/
.btn-outline-resources,
.btn-outline-resources:hover {
  border: 1px solid #003834;
  color: #003834 !important;
}

.page-resources, .page-resources h1 a, .page-resources h2 a, .page-resources h3 a, .page-resources h4 a, .page-resources h5 a, .page-resources h6 a,
.page-resources h2, .page-resources h3, .page-resources h4, .page-resources h5, .page-resources h6,
.page-resources .h2, .page-resources .h3, .page-resources .h4, .page-resources .h5, .page-resources .h6,
.page-resources .h1 a, .page-resources .h2 a, .page-resources .h3 a, .page-resources .h4 a, .page-resources .h5 a, .page-resources .h6 a,
.page-resources .text-headers,
.resources-search label,
.resourcesArchive a {
  color: #ffffff;
}

.resources-list-item-inner {
  background-color: #fff;
}

.page-resources .resources-list-item-inner,
.page-resources .resources-list-item-inner h2,
.page-resources .resources-list-item-inner a,
.page-resources, .page-resources h1 a,
.page-resources h2 a, .page-resources h3 a,
.page-resources h4 a, .page-resources h5 a,
.page-resources h6 a,
.page-resources h2, .page-resources h3,
.page-resources h4, .page-resources h5,
.page-resources h6,
.page-resources .h2, .page-resources .h3,
.page-resources .h4, .page-resources .h5,
.page-resources .h6, .page-resources .h1 a,
.page-resources .h2 a, .page-resources .h3 a,
.page-resources .h4 a, .page-resources .h5 a, .page-resources .h6 a,
.page-resources .text-headers,
.resources-search label, .resourcesArchive a, .page-news,
.page-news h1 a, .page-news h2 a, .page-news h3 a,
.page-news h4 a, .page-news h5 a, .page-news h6 a,
.page-news h2, .page-news h3, .page-news h4, .page-news h5, .page-news h6,
.page-news .h2, .page-news .h3, .page-news .h4, .page-news .h5, .page-news .h6,
.page-news .h1 a, .page-news .h2 a, .page-news .h3 a, .page-news .h4 a, .page-news .h5 a, .page-news .h6 a,
.page-news .text-headers, .news-search label, .newsArchive a {
  color: #003834;
}

/*Child resources pages*/
.page-resources-internal,
.page-news,
.page-resources {
  background-color: #eef6f6;
}

.nav-dropdown {
  background-color: #eef6f6 !important;
}

.bg-primary hr,
.bg-secondary hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.page-resources-internal hr {
  border-top: 1px solid #003834;
}

.page-news-internal hr {
  border-top: 1px solid #003834;
}

.border,
.border-top,
.border-right,
.border-left,
.border-bottom {
  border-color: #00A19A !important;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}

p {
  font-weight: normal;
}

.footer a {
  font-weight: bold;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: inherit;
}

.bg-light h1, .bg-light .h1, .bg-light h2, .bg-light .h2, .bg-light h3, .bg-light .h3, .bg-light h4, .bg-light .h4, .bg-light h5, .bg-light .h5, .bg-light h6, .bg-light .h6 {
  color: inherit;
}

.bg-primary h1, .bg-primary .h1, .bg-primary h2, .bg-primary .h2, .bg-primary h3, .bg-primary .h3, .bg-primary h4, .bg-primary .h4, .bg-primary h5, .bg-primary .h5, .bg-primary h6, .bg-primary .h6,
.bg-primary p,
.bg-primary a,
.bg-secondary h1,
.bg-secondary .h1,
.bg-secondary h2,
.bg-secondary .h2,
.bg-secondary h3,
.bg-secondary .h3,
.bg-secondary h4,
.bg-secondary .h4,
.bg-secondary h5,
.bg-secondary .h5,
.bg-secondary h6,
.bg-secondary .h6,
.bg-secondary p,
.bg-secondary a {
  color: #fff;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a,
.font-secondary {
  font-family: 'Libre Baskerville', serif;
  font-weight: 100;
}

.font-primary {
  font-family: "Open Sans", sans-serif !important;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.4;
}

.h1, h1,
section:not(.section-image-overlap-01):not(.banner) h2:nth-of-type(1),
section:not(.section-image-overlap-01):not(.banner) .h2:nth-of-type(1) {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.875rem;
}

h3, .h3, .banner-internal h2 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.4rem;
}

h6, .h6 {
  font-size: 1.2rem;
}

.newsArchive a {
  font-size: 1.5rem;
}

p {
  line-height: 1.7;
}

.featuredbanner,
.banner,
.related-pages .text,
.letter-spacing {
  letter-spacing: 0px;
}

.slick-arrow:hover,
.slick-arrow {
  font-weight: bold;
  font-size: 5rem;
  color: #fff;
}

.events .slick-arrow,
.events .slick-arrow:hover,
.news .slick-arrow,
.news .slick-arrow:hover,
.team .slick-arrow,
.team .slick-arrow:hover {
  font-size: 2rem;
}

.header-navbar-nav-inner {
  font-size: 0.875rem;
}

@media (min-width: 1200px) {
  .banner-home .h1,
.banner-home h1 {
    font-size: 3rem;
  }
}

/* global */
body > form {
  overflow-x: hidden;
}

.team-link-anchor {
  height: 0;
  width: 0;
  position: relative;
  top: -80px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  border: 1px solid #00A19A;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #003834;
}

.nav-tabs-style-01 .nav-link {
  background-color: #00A19A;
}

.nav-tabs-style-01 .nav-link:not(.active):hover {
  color: white;
}

.nav-tabs-style-01 .nav-item {
  width: 100%;
}

.nav-tabs-style-01.nav-tabs .nav-item.show .nav-link, .nav-tabs-style-01.nav-tabs .nav-link.active {
  border-color: #00A19A #00A19A #fff;
}

.nav-tabs-style-01.nav-tabs {
  border-bottom: 1px solid #00A19A;
}

.nav-tabs-style-01.nav-tabs .nav-link.active {
  color: #00A19A;
  font-weight: bold;
}

.nav-tabs-style-01 .nav-link {
  text-align: center;
  padding: 1rem 1rem;
}

.modal-header button {
  border: none;
  cursor: pointer;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.map-modal-img {
  visibility: visible !important;
  opacity: 0;
  height: 100%;
  top: 0;
}

.circle {
  /* position: relative; */
  border-radius: 50%;
  width: 100%;
  height: auto;
  padding-top: 600px;
  max-width: 600px;
  margin-left: auto;
}

body:not(.page-homepage) {
  padding-top: 66px;
}

.header-navbar-nav-inner .nav-link {
  border-bottom: 1px solid transparent;
}

.footer-logo {
  max-width: 300px;
}

code,
kbd,
pre,
.img-rounded,
.img-thumbnail,
.img-circle,
.form-control,
.btn,
.btn-link,
.dropdown-menu,
.list-group-item,
.input-group-addon,
.input-group-btn,
.nav-tabs a,
.nav-pills a,
.navbar,
.navbar-toggle,
.icon-bar,
.breadcrumb,
.pagination,
.pager *,
.label,
.badge,
.jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.well,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li {
  border-radius: 0 !important;
}

.slider img {
  margin: auto;
}

.intro-block {
  padding-top: 5rem;
  padding-bottom: 5rem;
  max-width: 820px;
  margin: auto;
}

.intro-block > p {
  font-size: 1.875rem;
  text-align: center;
  font-family: 'Libre Baskerville', serif;
  font-weight: 100;
}

.quote {
  quotes: "“" "”";
  position: relative;
}

.quote::before {
  content: open-quote;
}

.quote::after {
  content: close-quote;
}

.quote.h1:before {
  position: absolute;
  left: -1.5rem;
}

.quote.h1::after {
  content: close-quote;
  left: -1rem;
  position: relative;
}

.cite {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}

.alert[style*="visible"] {
  display: block;
}

.alert[style*="hidden"] {
  display: none;
}

.alert[style*="inline"] {
  display: block !important;
  width: 100%;
  margin-top: 1rem;
}

.alert {
  display: flex;
}

.news-social-icons .svg-icon,
.resources-social-icons .svg-icon {
  background-color: #00A19A;
  border-radius: 50%;
  background-size: 30px;
}

.news-social-icons .svg-icon {
  fill: green !important;
}

.resources-social-icons .svg-icon {
  fill: green !important;
}

.jq-toggle-news {
  display: none;
}

.jq-toggle-resources {
  display: none;
}

.col-parallax-pics {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.col-parallax-pics-inner {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
}

.col-parallax-pics-inner > img {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.7);
}

.col-parallax-pics-inner > img.parallax-pic-01 {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.9);
}

.col-parallax-pics-bg {
  z-index: 0;
}

.parallax-pic-01 {
  z-index: 10;
  display: block;
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 280px;
}

.parallax-pic-02,
.parallax-pic-03,
.parallax-pic-04 {
  display: none;
}

img {
  max-width: 100%;
  width: auto;
}

.navbar-brand {
  margin: .5rem 0;
}

.banner .container .row > div *:last-child {
  margin-bottom: 0;
}

.banner-home,
.banner-home .slick-slide {
  min-height: 100vh;
}

.news-reference-box {
  padding: 20px;
}

.resources-reference-box {
  padding: 20px;
}

.page-news-internal .wysiwyg {
  position: relative;
}

.page-resources-internal .wysiwyg {
  position: relative;
}

.page-news-internal .wysiwyg:after {
  border-top: 1px double #003834;
  border-bottom: 1px double #003834;
  content: ' ';
  width: 100%;
  display: block;
  height: 10px;
  position: relative;
  height: 10px;
  margin: 50px 0;
}

.page-resources-internal .wysiwyg:after {
  border-top: 1px double #003834;
  border-bottom: 1px double #003834;
  content: ' ';
  width: 100%;
  display: block;
  height: 10px;
  position: relative;
  height: 10px;
  margin: 50px 0;
}

.wysiwyg .news-reference-box ul li,
.news-reference-box li {
  list-style: none;
}

.wysiwyg .resources-reference-box ul li,
.resources-reference-box li {
  list-style: none;
}

.wysiwyg .news-reference-box ul,
.news-reference-box ul {
  padding-left: 0;
}

.wysiwyg .resources-reference-box ul,
.resources-reference-box ul {
  padding-left: 0;
}

.news-reference-box a {
  font-weight: bold;
}

.resources-reference-box a {
  font-weight: bold;
}

.news-list-item-inner-text {
  padding: 1rem;
  height: calc(100% - 250px);
  padding-bottom: 80px;
}

.news-list-item-inner-text-date {
  position: absolute;
  bottom: 0;
  width: calc(100% - 65px);
}

.resources-list-item-inner-text {
  padding: 1rem;
}

.news-list-item-inner-img {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M99.4,57.42V33.64h-0.06C98.31,14.89,82.78,0,63.78,0S29.25,14.89,28.22,33.64h0v0.01c-0.04,0.65-0.06,1.31-0.06,1.97 s0.02,1.32,0.06,1.97v19.83h-8.34v70.13h87.8V57.42H99.4z M72.25,95.31v20.03H55.31V95.31c-3.5-2.6-5.77-6.74-5.77-11.43 c0-7.87,6.38-14.25,14.25-14.25c7.87,0,14.25,6.38,14.25,14.25C78.02,88.57,75.75,92.72,72.25,95.31z M85.17,57.42H42.39V35.62 c0-11.81,9.58-21.39,21.39-21.39s21.39,9.58,21.39,21.39V57.42z'/%3e%3c/svg%3e ");
  background: #714e4c;
}

.resources-list-item-inner-img {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M99.4,57.42V33.64h-0.06C98.31,14.89,82.78,0,63.78,0S29.25,14.89,28.22,33.64h0v0.01c-0.04,0.65-0.06,1.31-0.06,1.97 s0.02,1.32,0.06,1.97v19.83h-8.34v70.13h87.8V57.42H99.4z M72.25,95.31v20.03H55.31V95.31c-3.5-2.6-5.77-6.74-5.77-11.43 c0-7.87,6.38-14.25,14.25-14.25c7.87,0,14.25,6.38,14.25,14.25C78.02,88.57,75.75,92.72,72.25,95.31z M85.17,57.42H42.39V35.62 c0-11.81,9.58-21.39,21.39-21.39s21.39,9.58,21.39,21.39V57.42z'/%3e%3c/svg%3e ");
  background: #003834;
}

.news-list-item-inner-img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.resources-list-item-inner-img a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.news-list-item-inner {
  height: 100%;
}

.resources-list-item-inner {
  height: 100%;
}

.newsArchive a {
  font-weight: bold;
}

.resourcesArchive a {
  font-weight: bold;
}

.newsArchive-pag {
  display: flex;
  justify-content: space-between;
}

.resourcesArchive-pag {
  display: flex;
  justify-content: space-between;
}

.news-item-lg-img {
  margin: auto;
  max-width: 1400px;
  height: 470px;
}

.resources-item-lg-img {
  margin: auto;
  max-width: 1400px;
  height: 470px;
}

.page-homepage .navbar-brand-logo-lg {
  display: inline-block;
}

.page-homepage .header.bg-primary {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

.home-page-navbar-hero {
  padding: 12px;
  height: 67px;
}

.aos-animate-words span {
  display: inline-block;
  margin-right: 10px;
}

.small {
  font-size: 85%;
}

small {
  font-size: 65%;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.bg-color-fw-right {
  position: relative;
}

.bg-color-fw-right > div {
  z-index: 1;
  position: relative;
}

.bg-color-fw-right:before {
  content: ' ';
  display: block;
  z-index: 0;
  background-color: #eef6f6;
  height: 100%;
  position: absolute;
  top: 0;
  width: 200%;
}

.section-image-overlap-01 {
  overflow: hidden;
  position: relative;
}

.section-image-overlap-01:before {
  content: ' ';
  min-height: 600px;
  width: 100%;
  position: absolute;
  top: 0;
}

.section-image-overlap-01-col-inner {
  min-height: 700px;
}

.section-image-overlap-01-col-inner.section-image-overlap-circle-inner {
  min-height: initial;
}

.team-link {
  display: block;
  position: relative;
  min-height: 280px;
  min-width: 280px;
}

.team-link-inner {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  color: white;
  height: 100%;
  width: 100%;
  padding: 1rem;
  background-color: #00A19A;
  flex-wrap: wrap;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: none;
  font-size: 1.1rem;
}

/*.team-link:hover .team-link-inner {
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}*/
.team-link img {
  width: 100%;
  height: auto;
}

.team-link-desc {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team-link > img {
  width: 100%;
  height: auto;
}

.underlined {
  border-bottom: 1px solid;
  border-color: inherit;
}

.box-border {
  border-top: 5px solid #00A19A;
}

.list-ticks > li {
  list-style: none;
  margin-bottom: 1.1rem;
  font-weight: bold;
  text-indent: -31px !important;
}

.list-ticks > li:before {
  content: ' ';
  display: inline-block;
  width: 30px;
  height: 15px;
  background-repeat: no-repeat;
}

h1.underlined,
.h1.underlined {
  padding-bottom: 1rem;
}

.element-border-left {
  position: relative;
  margin-left: 3rem;
}

.element-border-left:before {
  content: ' ';
  border-left: 1px solid;
  border-color: inherit;
  left: -1.5rem;
  position: absolute;
  top: 0;
  height: 100%;
}

.list-style-01 li {
  list-style: none;
  font-size: 1.2rem;
  padding-left: 5.5rem;
  background-image: url("/images/list-style-01-sm.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 2rem !important;
}

.modal-body input {
  width: 100%;
  max-width: 100%;
}

.jq-div-manual-address-open {
  display: none;
}

.tint {
  position: relative;
}

.banner-home .banner-text:before,
.tint:before {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  top: 0;
  left: 0;
}

.tint:before > .container {
  z-index: 1;
}

.banner-home {
  text-align: center;
}

.banner-home .banner-text > div {
  z-index: 1;
}

.tint-01:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.tint-02:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.tint-03:before {
  background-color: rgba(0, 0, 0, 0.3);
}

.tint-04:before {
  background-color: rgba(0, 0, 0, 0.4);
}

.tint-05:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.tint-06:before {
  background-color: rgba(0, 0, 0, 0.6);
}

.tint-07:before {
  background-color: rgba(0, 0, 0, 0.7);
}

.tint-08:before {
  background-color: rgba(0, 0, 0, 0.8);
}

.tint-09:before {
  background-color: rgba(0, 0, 0, 0.9);
}

.alert-form {
  display: none;
  width: 100%;
}

.alert-form[style*="visible"] {
  display: block;
}

.alert-form[style*="visible"] + input {
  border: 1px solid #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("/images/icons/form-error.svg");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.section-cta-form-01 {
  background-image: url("/images/bg-section-sign-up.jpg");
  background-size: cover;
  background-position: center;
}

.section-footer-banner + .section-sign-up {
  background-image: none;
  background-color: #003834 !important;
}

.section-sign-up a:hover {
  text-decoration: none;
}

.section-sign-up-col {
  position: relative;
}

.row-nominated-member {
  display: none;
}

.row-nominated-member-display {
  display: block;
}

.hr-dashed {
  position: relative;
  height: 3px;
  background: none;
  border: none;
}

.image-hover:hover {
  opacity: 0.9;
}

.img-to-bg-item {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.parallax-item {
  position: relative;
}

.hr-dashed:after {
  content: '';
  position: absolute;
  top: 0;
  left: -13px;
  width: 110%;
  height: 100%;
  background-image: linear-gradient(to right, transparent 25%, #E1E1E1 25%);
  background-size: 35px 10px;
}

.col-pllx-box-01 {
  position: relative;
  overflow: visible;
}

.col-pllx-box-01 img {
  max-width: none !important;
  z-index: 1;
  position: relative;
}

.col-pllx-box-01 .col-pllx-box-01-img {
  position: absolute;
  z-index: 1;
  right: -27px;
  top: 0;
  height: 634px;
  display: none;
}

.col-pllx-box-01 h1,
.col-pllx-box-01 .h1 {
  position: absolute;
  bottom: 4rem;
  left: 0;
  z-index: 2;
  font-size: 4rem;
  margin-left: 4rem;
  line-height: 3rem;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.btn {
  font-weight: bold;
  border-radius: 0 !important;
  /*font-size: 0.75rem;*/
}

.col-tooltip {
  display: flex;
  align-items: flex-start;
}

.btn-arrow {
  width: 100%;
  text-align: left;
  position: relative;
}

.btn-arrow:after {
  content: '→';
  position: absolute;
  right: .375rem;
  top: 0;
  font-size: 2rem;
  line-height: 1.6rem;
}

.btn-tooltip-q {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 0;
}

.banner-internal .btn {
  background-color: #EA5B0C;
  color: #003834;
  border-color: #EA5B0C !important;
}

.js-full-image-bg {
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

hr.thick {
  border-top: 1px solid #00A19A;
  height: 8px;
  border-bottom: 1px solid #00A19A;
}

.page-news-internal hr.thick {
  border-top: 1px solid #003834;
  height: 8px;
  border-bottom: 1px solid #003834;
}

.page-resources-internal hr.thick {
  border-top: 1px solid #003834;
  height: 8px;
  border-bottom: 1px solid #003834;
}

strong {
  font-weight: 700;
}

.section-space {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

h1, h2, h3,
.h1, .h2, .h3 {
  margin-bottom: 2rem;
}

.intro {
  font-size: 1.5rem;
  line-height: unset;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.section-padding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.js-video-button {
  cursor: pointer;
}

.video-bg-button {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .8;
  display: flex;
  height: 90px;
  width: 90px;
  justify-content: center;
  align-items: center;
}

.video-img {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

@media (max-width: 576px) {
  .col-tooltip {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 700px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1380px;
  }
  .container-small {
    max-width: 820px;
  }
  .container-medium {
    max-width: 1000px;
  }
  .banner-internal .container-small {
    max-width: 1380px;
  }
  .banner-internal .container-small h1,
.banner-internal .container-small .h1 {
    max-width: 500px;
  }
}

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 2px 5px;
  color: #fff;
  text-decoration: none;
  font-size: .8rem;
  display: none;
  color: inherit;
  background: white;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.back-to-top::before {
  display: block;
  width: 50px;
  height: 0;
  vertical-align: 0.255em;
  content: "";
  /* border-bottom: 7px solid; */
  /* border-right: 7px solid transparent; */
  /* border-top: 0; */
  /* border-left: 7px solid transparent; */
  margin: 3px auto 1px auto;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-up' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3e%3c/svg%3e");
}

.back-to-top:hover {
  text-decoration: none;
  /*  color: #fff;*/
}

/* pills */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #646464;
}

/* header/nav */
.navigation-darkern {
  background: rgba(0, 0, 0, 0.27);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition-duration: 200ms;
}

.nav-dropdown {
  cursor: pointer;
  background-color: #e6e6e6;
  background-image: url(/images/thick-arrow-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
  min-width: 25%;
}

.main-navigation .nav-item-container + .dropdown-menu {
  border-top: 1px solid #f3f3f3;
}

.nav-dropdown:hover {
  background-color: #e0e0e0;
}

.nav-dropdown.active {
  background-image: url(/images/thick-arrow-up.png);
}

.main-navigation .navbar-nav {
  overflow: auto;
  height: calc(100% - 30px);
}

.navigation-open {
  overflow: hidden;
}

.main-navigation .nav-item:last-of-type {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 146px;
}

.main-navigation .dropdown-menu {
  margin: 0;
  border: none;
}

.main-navigation .nav-item {
  border-top: 1px solid #f3f3f3;
}

.navigation-open .navigation-darkern {
  opacity: 1;
  pointer-events: initial;
}

/*Sticky header*/
.navbar-brand,
.home-page-navbar-hero.sticky,
.home-page-navbar-hero.sticky .header-navbar-nav-inner,
.header .btn {
  transition: all 0.2s ease;
}

.home-page-navbar-hero {
  position: relative;
}

.header {
  pointer-events: none;
}

.header a,
.header button {
  pointer-events: all;
}

.header .navbar {
  padding: 0;
  margin: 0;
}

.header,
.page-homepage .header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

body:not(.page-homepage) .header {
  min-height: 67px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.home-page-navbar-hero.sticky {
  padding: 12px;
  max-height: 67px;
}

.home-page-navbar-hero .header-navbar-nav-inner {
  margin-top: 0;
  width: 100%;
}

.navbar-collapse {
  padding: 2rem 0;
  max-width: 500px;
  background: white;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition-duration: 500ms;
}

.navigation-open .navbar-collapse {
  transform: translateX(0);
}

.navbar-collapse .nav-link {
  padding: 1rem;
}

.dropdown-menu .nav-link {
  padding-left: 2rem;
}

.navbartoggle > span {
  pointer-events: none;
}

.navbar-brand img {
  width: 100%;
}

.right-red-arrow:after {
  content: "";
  vertical-align: middle;
  height: 11px;
  width: 11px;
  display: inline-block;
  background: url(/images/thick-arrow-right-red.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 5px;
}

input[type=checkbox], input[type=radio] {
  margin-right: 5px;
}

/* buttons 
    *:not(.form-group) > .btn-lg .wysiwyg h1, *:not(.form-group) > .btn-lg .wysiwyg .h1 {
    padding: .5rem 3rem;
}

.btn-wide {
    max-width: 250px;
    width: 100%;
}

.btn-outline-primary {
    border-width: 2px;
}

/* CMS content styling */
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.cite {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.thick-line,
.wysiwyg h1,
.wysiwyg .h1 {
  margin-bottom: 0.5rem;
}

.wysiwyg ul {
  padding-left: 17px;
}

.wysiwyg ul li {
  margin: 10px 0;
}

/* banners */
.banner-text .h1,
.banner-text h1 {
  font-weight: normal;
}

.banner-text .btn {
  border-width: 2px;
  border-color: inherit;
}

.banner-internal .banner-text > .container .row > div {
  background-color: #003834;
  background-color: rgba(0, 56, 52, 0.6);
  padding: 3rem;
}

.banner-internal .banner-text a:hover {
  color: white;
}

.banner-text * + .btn {
  margin-top: 2rem;
  border-width: 1px;
  font-size: 1.1rem;
  padding: 1rem 2rem;
}

.banner-internal .js-full-image-bg,
.page-about-us .js-full-image-bg {
  height: 600px;
}

/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
  position: absolute;
  left: 50%;
  border-radius: 16px;
  height: 40px;
  width: 40px;
  margin-left: -20px;
  display: block;
  z-index: 1;
  bottom: 100px;
  background-color: transparent;
}

.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
  animation-name: drop;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.mouse-icon .wheel {
  padding: 20px;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background: transparent url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-down' viewBox='0 0 16 16'%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") no-repeat center;
  background-size: 30px;
}

@-webkit-keyframes drop {
  0% {
    top: 0px;
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    top: 20px;
    opacity: 1;
    ransform: scale(1);
  }
  100% {
    top: 40px;
    transform: scale(0.9);
    opacity: 0;
  }
}

@keyframes drop {
  0% {
    top: 0px;
    opacity: 0;
    transform: scale(0.9);
  }
  50% {
    top: 20px;
    opacity: 1;
    transform: scale(1);
  }
  100% {
    top: 40px;
    opacity: 0;
    scale: 1;
    transform: scale(0.9);
  }
}

/* ---------------------------------------------- /*
 * End Mouse animate icon
/* ---------------------------------------------- */
/*// Small and Up */
@media only screen and (min-width: 0px) {
  .featuredbanner .js-full-image-bg,
.related-pages .js-full-image-bg {
    min-height: 270px;
    height: 269px;
  }
}

/*// Medium and Up */
@media only screen and (min-width: 601px) {
  .featuredbanner .js-full-image-bg,
.related-pages .js-full-image-bg {
    min-height: 370px;
    height: 369px;
  }
  .nav-tabs-style-01 .nav-item {
    width: calc(50% - 10px);
  }
  .nav-tabs-style-01 .nav-item:first-child {
    margin-right: 20px;
  }
}

/*// Large and Up */
@media only screen and (min-width: 993px) {
  .navbar-brand {
    margin: 1.5rem 0;
  }
  .sticky-topHeader .navbar-brand {
    margin: .5rem 0;
  }
  .nav-tabs-style-01 .nav-item {
    width: calc(50% - 10px);
  }
  .nav-tabs-style-01 .nav-item:first-child {
    margin-right: 20px;
  }
  .header-navbar-nav-inner {
    position: absolute;
    width: 100%;
    top: 9px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  /*       .page-homepage .header-navbar-nav-inner {
            height: 44px;
        }*/
  .breadcrumb {
    display: none;
  }
  .featuredbanner .js-full-image-bg,
.related-pages .js-full-image-bg {
    min-height: 470px;
    height: 469px;
  }
  .section-padding:first-of-type {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .section-padding:last-of-type {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
  .section-sign-up.section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.download-image {
  margin: auto;
  height: 300px;
  width: 212px;
}

.news-list hr,
.events-list hr, .resources-list hr {
  margin: 2rem 0;
}

.slider img {
  max-width: 300px;
}

/* slider */
.slick-arrow:hover,
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  padding: 1rem 0.5rem;
  transform: translateY(-50%);
  opacity: 0.7;
  text-decoration: none;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

/* banners */
.slick-initialized .banner-text {
  color: #fff;
  display: flex;
  align-items: center;
}

/* related download */
.download {
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
}

.download-desc {
  font-weight: 400;
}

a.download {
  text-decoration: none;
}

a.download:hover .download-link {
  text-decoration: underline;
}

.download:hover .download-desc {
  text-decoration: none !important;
}

/* breadcrumb */
.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
}

.breadcrumb span,
.breadcrumb a {
  font-weight: normal;
  font-size: 0.85rem;
  font-style: italic;
  margin-right: 0.4rem;
}

/* related pages */
.related-pages .text {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 1rem;
  width: 100%;
  margin: 0;
  text-shadow: 0 0 20px #3d3d3d;
}

.related-page:hover {
  opacity: 0.9;
}

/* featured events */
.events .slick-slide {
  margin: 0 1rem;
}

.events .slick-prev {
  left: -15px;
}

.events .slick-next {
  right: -15px;
}

/* featured news */
.news .slick-slide {
  /*margin: 0 1rem;*/
}

.news .slick-prev {
  left: -15px;
}

.news .slick-next {
  right: -15px;
}

.resources .slick-slide {
  /*margin: 0 1rem;*/
}

.resources .slick-prev {
  left: -15px;
}

.resources .slick-next {
  right: -15px;
}

/* NEWS AND EVENTS */
.calendar {
  border-radius: 20px;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 60%;
}

@media (min-width: 768px) {
  .calendar {
    font-size: 100%;
  }
}

.calendar div {
  font-weight: bold;
  line-height: 1;
}

.calendar div:nth-child(1) {
  font-size: 1.2em;
}

.calendar div:nth-child(2) {
  font-size: 4em;
}

.calendar div:nth-child(3) {
  font-size: 1.6em;
}

.event-filters a.active {
  font-weight: bold;
}

.event-filters a:not(:last-of-type):after {
  content: "/";
  display: inline-block;
  margin: 0 0.3rem;
  color: #003834;
}

/* custom svg */
.svg-custom {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.svg-custom + span {
  vertical-align: middle;
  pointer-events: none;
}

.svg-call {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.583 21.581'%3E%3Cg transform='translate(0 0)'%3E%3Cpath d='M22.017, 17.667l-4.368-2.913a1.275, 1.275, 0, 0, 0-1.707.277l-1.272, 1.636a.544.544, 0, 0, 1-.7.147l-.242-.133a14.628, 14.628, 0, 0, 1-3.812-2.994A14.688, 14.688, 0, 0, 1, 6.922, 9.874L6.79, 9.632a.545.545, 0, 0, 1, .144-.7L8.568, 7.66a1.276, 1.276, 0, 0, 0, .278-1.707L5.933, 1.584A1.268, 1.268, 0, 0, 0, 4.223, 1.2L2.4, 2.3A2.577, 2.577, 0, 0, 0, 1.221, 3.822c-.658, 2.4-.163, 6.533, 5.93, 12.627C12, 21.3, 15.607, 22.6, 18.088, 22.6a6.372, 6.372, 0, 0, 0, 1.69-.221A2.574, 2.574, 0, 0, 0, 21.3, 21.2l1.1-1.826A1.269, 1.269, 0, 0, 0, 22.017, 17.667Zm-.235, 1.342-1.1, 1.827a1.859, 1.859, 0, 0, 1-1.1.85c-2.213.607-6.078.1-11.928-5.746S1.308, 6.225, 1.915, 4.012a1.862, 1.862, 0, 0, 1, .851-1.1l1.827-1.1a.55.55, 0, 0, 1, .742.167L6.918, 4.36, 8.246, 6.353a.554.554, 0, 0, 1-.12.741L6.49, 8.366a1.259, 1.259, 0, 0, 0-.333, 1.616l.13.236A15.258, 15.258, 0, 0, 0, 9.4, 14.2a15.274, 15.274, 0, 0, 0, 3.978, 3.117l.236.13a1.259, 1.259, 0, 0, 0, 1.616-.333l1.272-1.635a.554.554, 0, 0, 1, .741-.12l4.368, 2.913A.55.55, 0, 0, 1, 21.782, 19.009Z' transform='translate(-1 -1.018)' fill='rgba(0, 0, 0, 0.5)'/%3E%3Cpath d='M282.988, 70.043a6.121, 6.121, 0, 0, 1, 6.114, 6.114.36.36, 0, 1, 0, .719, 0, 6.841, 6.841, 0, 0, 0-6.834-6.834.36.36, 0, 1, 0, 0, .719Z' transform='translate(-270.758 -66.445)' fill='rgba(0, 0, 0, 0.5)'/%3E%3Cpath d='M282.988, 121.243a3.961, 3.961, 0, 0, 1, 3.956, 3.956.36.36, 0, 1, 0, .719, 0, 4.681, 4.681, 0, 0, 0-4.676-4.676.36.36, 0, 1, 0, 0, .719Z' transform='translate(-270.758 -115.487)' fill='rgba(0, 0, 0, 0.5)'/%3E%3Cpath d='M282.988, 172.443a1.8, 1.8, 0, 0, 1, 1.8, 1.8.36.36, 0, 1, 0, .719, 0, 2.52, 2.52, 0, 0, 0-2.518-2.518.36.36, 0, 1, 0, 0, .719Z' transform='translate(-270.758 -164.529)' fill='rgba(0, 0, 0, 0.5)'/%3E%3C/g%3E%3C/svg%3E");
}

.btn:hover .svg-call {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.583 21.581'%3E%3Cg transform='translate(0 0)'%3E%3Cpath d='M22.017, 17.667l-4.368-2.913a1.275, 1.275, 0, 0, 0-1.707.277l-1.272, 1.636a.544.544, 0, 0, 1-.7.147l-.242-.133a14.628, 14.628, 0, 0, 1-3.812-2.994A14.688, 14.688, 0, 0, 1, 6.922, 9.874L6.79, 9.632a.545.545, 0, 0, 1, .144-.7L8.568, 7.66a1.276, 1.276, 0, 0, 0, .278-1.707L5.933, 1.584A1.268, 1.268, 0, 0, 0, 4.223, 1.2L2.4, 2.3A2.577, 2.577, 0, 0, 0, 1.221, 3.822c-.658, 2.4-.163, 6.533, 5.93, 12.627C12, 21.3, 15.607, 22.6, 18.088, 22.6a6.372, 6.372, 0, 0, 0, 1.69-.221A2.574, 2.574, 0, 0, 0, 21.3, 21.2l1.1-1.826A1.269, 1.269, 0, 0, 0, 22.017, 17.667Zm-.235, 1.342-1.1, 1.827a1.859, 1.859, 0, 0, 1-1.1.85c-2.213.607-6.078.1-11.928-5.746S1.308, 6.225, 1.915, 4.012a1.862, 1.862, 0, 0, 1, .851-1.1l1.827-1.1a.55.55, 0, 0, 1, .742.167L6.918, 4.36, 8.246, 6.353a.554.554, 0, 0, 1-.12.741L6.49, 8.366a1.259, 1.259, 0, 0, 0-.333, 1.616l.13.236A15.258, 15.258, 0, 0, 0, 9.4, 14.2a15.274, 15.274, 0, 0, 0, 3.978, 3.117l.236.13a1.259, 1.259, 0, 0, 0, 1.616-.333l1.272-1.635a.554.554, 0, 0, 1, .741-.12l4.368, 2.913A.55.55, 0, 0, 1, 21.782, 19.009Z' transform='translate(-1 -1.018)' fill='rgba(255, 255, 255, 1)'/%3E%3Cpath d='M282.988, 70.043a6.121, 6.121, 0, 0, 1, 6.114, 6.114.36.36, 0, 1, 0, .719, 0, 6.841, 6.841, 0, 0, 0-6.834-6.834.36.36, 0, 1, 0, 0, .719Z' transform='translate(-270.758 -66.445)' fill='rgba(255, 255, 255, 1)'/%3E%3Cpath d='M282.988, 121.243a3.961, 3.961, 0, 0, 1, 3.956, 3.956.36.36, 0, 1, 0, .719, 0, 4.681, 4.681, 0, 0, 0-4.676-4.676.36.36, 0, 1, 0, 0, .719Z' transform='translate(-270.758 -115.487)' fill='rgba(255, 255, 255, 1)'/%3E%3Cpath d='M282.988, 172.443a1.8, 1.8, 0, 0, 1, 1.8, 1.8.36.36, 0, 1, 0, .719, 0, 2.52, 2.52, 0, 0, 0-2.518-2.518.36.36, 0, 1, 0, 0, .719Z' transform='translate(-270.758 -164.529)' fill='rgba(255, 255, 255, 1)'/%3E%3C/g%3E%3C/svg%3E");
}

.svg-person {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.129 21.946'%3E%3Cpath d='M261.593,420.792c-2.527,0-4.488-2.879-4.488-5.356a4.488,4.488,0,1,1,8.975,0C266.08,417.913,264.12,420.792,261.593,420.792Zm0-9.154a3.8,3.8,0,0,0-3.8,3.8c0,2.114,1.695,4.667,3.8,4.667s3.8-2.553,3.8-4.667A3.8,3.8,0,0,0,261.593,411.637Z' transform='translate(-254.028 -410.948)' fill='rgba(0, 0, 0, 0.5)'/%3E%3Cpath d='M261.126,434.381c-2.816,0-4.669-.9-5.665-2.742-.145-.113-.282-.215-.412-.312-.864-.648-1.488-1.117-1.488-2.379a10.649,10.649,0,0,1,3.8-6.452,1.224,1.224,0,0,1,.463-.232l.169-.037.131.114a4.289,4.289,0,0,0,5.953.035l.165-.141.2.088a1.357,1.357,0,0,1,.282.165h0a11.125,11.125,0,0,1,3.965,6.46c0,1.262-.624,1.731-1.489,2.379-.129.1-.267.2-.411.312C265.795,433.483,263.941,434.381,261.126,434.381ZM257.842,423c-.019.013-.04.027-.063.045a10,10,0,0,0-3.529,5.9c0,.918.38,1.2,1.213,1.828.15.112.31.233.481.366l.092.112c.869,1.663,2.487,2.439,5.09,2.439s4.221-.775,5.09-2.439l.092-.112c.17-.133.331-.254.479-.366.833-.625,1.214-.91,1.214-1.828a10.5,10.5,0,0,0-3.665-5.889A4.933,4.933,0,0,1,257.842,423Z' transform='translate(-253.561 -412.435)' fill='rgba(0, 0, 0, 0.5)'/%3E%3C/svg%3E");
}

.btn:hover .svg-person {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.129 21.946'%3E%3Cpath d='M261.593,420.792c-2.527,0-4.488-2.879-4.488-5.356a4.488,4.488,0,1,1,8.975,0C266.08,417.913,264.12,420.792,261.593,420.792Zm0-9.154a3.8,3.8,0,0,0-3.8,3.8c0,2.114,1.695,4.667,3.8,4.667s3.8-2.553,3.8-4.667A3.8,3.8,0,0,0,261.593,411.637Z' transform='translate(-254.028 -410.948)' fill='rgba(255, 255, 255, 1)'/%3E%3Cpath d='M261.126,434.381c-2.816,0-4.669-.9-5.665-2.742-.145-.113-.282-.215-.412-.312-.864-.648-1.488-1.117-1.488-2.379a10.649,10.649,0,0,1,3.8-6.452,1.224,1.224,0,0,1,.463-.232l.169-.037.131.114a4.289,4.289,0,0,0,5.953.035l.165-.141.2.088a1.357,1.357,0,0,1,.282.165h0a11.125,11.125,0,0,1,3.965,6.46c0,1.262-.624,1.731-1.489,2.379-.129.1-.267.2-.411.312C265.795,433.483,263.941,434.381,261.126,434.381ZM257.842,423c-.019.013-.04.027-.063.045a10,10,0,0,0-3.529,5.9c0,.918.38,1.2,1.213,1.828.15.112.31.233.481.366l.092.112c.869,1.663,2.487,2.439,5.09,2.439s4.221-.775,5.09-2.439l.092-.112c.17-.133.331-.254.479-.366.833-.625,1.214-.91,1.214-1.828a10.5,10.5,0,0,0-3.665-5.889A4.933,4.933,0,0,1,257.842,423Z' transform='translate(-253.561 -412.435)' fill='rgba(255, 255, 255, 1)'/%3E%3C/svg%3E");
}

.navbar-light .navbartoggle:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.svg-close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 320 512' style='enable-background:new 0 0 320 512;' xml:space='preserve'%3E%3Cpath fill='rgba(0, 0, 0, 0.5)' d='M193.9,248l102.6-102.6l21.1-21.1c3.1-3.1,3.1-8.2,0-11.3L295,90.4c-3.1-3.1-8.2-3.1-11.3,0L160,214.1L36.3,90.3 c-3.1-3.1-8.2-3.1-11.3,0L2.3,113c-3.1,3.1-3.1,8.2,0,11.3L126.1,248L2.3,371.7c-3.1,3.1-3.1,8.2,0,11.3L25,405.6 c3.1,3.1,8.2,3.1,11.3,0L160,281.9l102.6,102.6l21.1,21.1c3.1,3.1,8.2,3.1,11.3,0l22.6-22.6c3.1-3.1,3.1-8.2,0-11.3L193.9,248z'/%3E%3C/svg%3E");
}

.btn:hover .svg-close {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 320 512' style='enable-background:new 0 0 320 512;' xml:space='preserve'%3E%3Cpath fill='rgba(255, 255, 255, 1)' d='M193.9,248l102.6-102.6l21.1-21.1c3.1-3.1,3.1-8.2,0-11.3L295,90.4c-3.1-3.1-8.2-3.1-11.3,0L160,214.1L36.3,90.3 c-3.1-3.1-8.2-3.1-11.3,0L2.3,113c-3.1,3.1-3.1,8.2,0,11.3L126.1,248L2.3,371.7c-3.1,3.1-3.1,8.2,0,11.3L25,405.6 c3.1,3.1,8.2,3.1,11.3,0L160,281.9l102.6,102.6l21.1,21.1c3.1,3.1,8.2,3.1,11.3,0l22.6-22.6c3.1-3.1,3.1-8.2,0-11.3L193.9,248z'/%3E%3C/svg%3E");
}

.shop-payment {
  overflow: hidden;
}

.shop-payment iframe {
  width: 100%;
  width: calc(100% + 34px);
  min-height: 480px;
  margin-left: -10px;
  border: 0;
}

@media only screen and (min-width: 0px) {
  .shop-block {
    border: 1px solid #eee;
    background-color: #fff;
  }
  .shop-block-head {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 44px;
  }
  .shop-block-head-successful {
    background: #419ad6;
    color: #fff;
  }
  .shop-block-head-successful .fa {
    margin-right: 10px;
  }
  .shop-block-head.sm0-p {
    padding: 0;
  }
  .shop-block-content {
    background-color: #fff;
    padding: 20px;
  }
  .bg-white {
    background: #fff;
  }
  .text-blue {
    color: #419ad6;
  }
  .navbar-brand img {
    min-height: 23px;
  }
}

/*// Medium and Up */
@media only screen and (min-width: 601px) {
  .shop-block {
    min-height: 290px;
  }
  .navbar-brand img {
    min-height: 40px;
  }
}

/*// Large and Up */
@media only screen and (min-width: 993px) {
  .page-homepage .header.bg-primary {
    background-color: transparent !important;
  }
  .page-homepage .header.bg-primary.sticky-topHeader {
    background-color: #00A19A !important;
  }
  .section-sign-up-col:after {
    content: ' ';
    border-right: 1px solid white;
    position: absolute;
    height: 100%;
    /*        transform: rotate(35deg);
*/
    z-index: 1;
    right: 0;
    min-height: 150px;
    align-self: center;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .team-section-padding-bottom {
    padding-bottom: 9rem;
  }
  .row-centered-about-us {
    padding-left: 170px;
  }
  .row.row-padding {
    margin-right: -40px;
    margin-left: -40px;
  }
  .row.row-padding > [class^="col"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .header:not(.sticky-topHeader) .btn {
    padding: .7rem 2rem;
  }
  /*       .page-homepage .navbar-brand {
            margin: 0.5rem 0;
        }*/
  .page-homepage .sticky-topHeader .navbar-brand {
    margin: .5rem 0;
  }
  .section-image-overlap-01-col-inner {
    min-width: 1200px;
  }
  .section-image-overlap-circle-inner {
    min-width: 600px;
    border-radius: 600px;
  }
  .section-logos img {
    max-width: 200px;
  }
  .section-logos .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
  }
  .section-logos .slick-initialized .slick-slide a {
    color: #003834;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .col-pllx-box-01 {
    z-index: 1;
    left: 20px;
    min-height: 634px;
    background-position-x: -93px;
  }
  .col-pllx-box-02 {
    right: 20px;
    bottom: -20px;
  }
  .col-pllx-box-02 .element-border-left {
    margin-left: 4rem;
  }
  .btn-line-dot {
    position: relative;
    margin-top: 100px;
    border-width: 1px !important;
    padding: 1rem 2.5rem !important;
  }
  .btn-line-dot:before,
.btn-line-dot:after {
    content: ' ';
    position: absolute;
    height: 10px;
    width: 10px;
    background: red;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background: #00A19A;
  }
  .btn-line-dot:before {
    height: 100px;
    width: 1px;
    top: -100px;
  }
  .btn-line-dot:after {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: -110px;
  }
  .parallax-pic-01 {
    z-index: 10;
    display: block;
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: -250px;
    top: 0;
    margin: auto;
    max-width: none;
  }
  .parallax-pic-02,
.parallax-pic-03,
.parallax-pic-04 {
    display: block;
  }
  .parallax-pic-02 {
    z-index: 9;
    bottom: -150px;
    position: absolute !important;
    left: 255px;
  }
  .parallax-pic-03 {
    z-index: 8;
    top: 390px;
    position: absolute !important;
    left: 110px;
  }
  .parallax-pic-04 {
    z-index: 7;
    top: 350px;
    position: absolute !important;
    right: 110px;
  }
  .col-pllx-box-02 {
    padding-left: 7rem !important;
  }
}

@media only screen and (min-width: 1500px) {
  .col-pllx-box-01 .col-pllx-box-01-img {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .footer nav {
    display: none !important;
  }
}

@media only screen and (max-width: 400px) {
  .overflow-pop-up {
    overflow-x: scroll;
  }
}

@media only screen and (min-height: 900px) {
  .page-homepage .banner-home .container {
    margin-top: 150px;
  }
}

.footer-logo {
  text-align: center;
  margin: auto;
}

.social-link {
  text-align: center;
}

.social-link a {
  margin: 0 0.5rem;
}

/*Medium icon size*/
.svg-icon, .svg-icon-sm, .svg-icon-md, .svg-icon-lg {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
}

.svg-icon-sm {
  height: 15px;
  width: 15px;
  flex-basis: 15px;
}

.svg-icon-md {
  height: 30px;
  width: 30px;
  flex-basis: 30px;
}

.svg-icon-lg {
  height: 60px;
  width: 60px;
  flex-basis: 60px;
}

footer .social-link .svg-icon-md {
  height: 20px;
  width: 20px;
  flex-basis: 20px;
}

.svg-android-apps {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;%7d %3c/style%3e%3cpath class='st0' d='M63.78,8.03c5.17,0,10.06,0.95,14.46,2.65l6.46-9.96c0.35-0.53,1.06-0.69,1.6-0.34 c0.53,0.35,0.69,1.06,0.34,1.6l-6.24,9.61c10.33,4.77,17.36,13.84,17.56,24.28H29.6c0.2-10.44,7.24-19.51,17.56-24.28l-6.24-9.61 c-0.35-0.53-0.2-1.25,0.34-1.6c0.53-0.35,1.25-0.2,1.6,0.34l6.47,9.96C53.72,8.99,58.61,8.03,63.78,8.03L63.78,8.03z M57.55,102.62 v17.06c0,4.22-3.45,7.68-7.68,7.68l0,0c-4.22,0-7.68-3.45-7.68-7.68v-17.06h-6.44c-3.42,0-6.21-2.8-6.21-6.21V40.48h68.47v55.92 c0,3.42-2.8,6.21-6.22,6.21h-6.44v17.06c0,4.22-3.45,7.68-7.67,7.68l0,0c-4.22,0-7.67-3.45-7.67-7.68v-17.06H57.55L57.55,102.62z M17.14,40.75L17.14,40.75c4.22,0,7.67,3.45,7.67,7.68v30.7c0,4.22-3.45,7.68-7.67,7.68l0,0c-4.22,0-7.68-3.45-7.68-7.68v-30.7 C9.46,44.2,12.91,40.75,17.14,40.75L17.14,40.75z M110.42,40.75L110.42,40.75c4.22,0,7.68,3.45,7.68,7.68v30.7 c0,4.22-3.45,7.68-7.68,7.68l0,0c-4.22,0-7.68-3.45-7.68-7.68v-30.7C102.75,44.2,106.2,40.75,110.42,40.75L110.42,40.75z M49,18.43 c2.17,0,3.93,1.76,3.93,3.93c0,2.17-1.76,3.93-3.93,3.93c-2.17,0-3.93-1.76-3.93-3.93C45.07,20.19,46.83,18.43,49,18.43L49,18.43z M78.55,18.43c2.17,0,3.93,1.76,3.93,3.93c0,2.17-1.76,3.93-3.93,3.93s-3.93-1.76-3.93-3.93C74.62,20.19,76.38,18.43,78.55,18.43 L78.55,18.43z'/%3e%3c/svg%3e ");
}

.svg-basket-checkout {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpath d='M122.46,50.29c-2.78-0.28-5.24,1.74-5.52,4.51l-4.85,48.1c-0.7,8.28-4.43,12.14-11.73,12.14H26.3 c-4.42,0-10.43-1.27-11.74-12.22l-3.93-47.93c-0.23-2.78-2.65-4.84-5.44-4.62c-2.78,0.23-4.84,2.66-4.62,5.44l3.94,48.02l0.02,0.17 c1.57,13.48,9.51,21.22,21.77,21.22h74.06c12.69,0,20.63-7.79,21.78-21.3l4.84-48.02C127.26,53.04,125.24,50.57,122.46,50.29z'/%3e%3cpath d='M26.11,95.59c-2.79,0-5.04,2.26-5.04,5.04c0,2.79,2.26,5.04,5.04,5.04h73.33c2.79,0,5.04-2.26,5.04-5.04 c0-2.79-2.26-5.04-5.04-5.04H26.11z'/%3e%3cpath d='M22.7,66.77h80.13c2.79,0,5.04-2.26,5.04-5.04s-2.26-5.04-5.04-5.04h-9.22L80.24,22.33c0.7-1.64,0.79-3.54,0.09-5.33 L76.4,6.93c-1.42-3.63-5.51-5.43-9.14-4.02c-1.51,0.59-2.7,1.65-3.48,2.94C63,4.56,61.81,3.51,60.3,2.92 c-3.64-1.42-7.73,0.38-9.14,4.02L47.24,17c-0.7,1.79-0.61,3.69,0.09,5.33L33.95,56.68H22.7c-2.79,0-5.04,2.26-5.04,5.04 S19.92,66.77,22.7,66.77z M56.73,25.99c1.62-0.73,2.97-2.07,3.67-3.86l3.38-8.69l3.38,8.69c0.7,1.79,2.05,3.13,3.67,3.86 l11.96,30.7H44.77L56.73,25.99z'/%3e%3cpath d='M106.17,81.18c0-2.79-2.26-5.04-5.04-5.04H24.41c-2.79,0-5.04,2.26-5.04,5.04s2.26,5.04,5.04,5.04h76.72 C103.91,86.22,106.17,83.97,106.17,81.18z'/%3e%3c/g%3e%3c/svg%3e");
}

.svg-brand-guidelines {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpolygon points='63.82,94.17 63.82,81.5 68.84,81.5 67.42,74.95 56.11,74.95 54.77,81.5 59.8,81.5 59.8,94.17 '/%3e%3cpolygon points='93.29,81.5 95.64,81.5 95.64,31.32 79.34,31.32 '/%3e%3cpolygon points='34.51,81.5 48.45,31.32 32.16,31.32 32.16,81.5 '/%3e%3cpolygon points='57.95,66.15 65.66,66.15 62.23,49.58 61.39,49.58 '/%3e%3c/g%3e%3cpolygon points='10.16,31.51 0,35.53 0,0 35.89,0 31.82,10.06 10.16,10.06 '/%3e%3cpolygon points='35.89,127.56 0,127.56 0,92.03 10.16,96.05 10.16,117.5 31.82,117.5 '/%3e%3cpolygon points='127.56,35.53 117.4,31.51 117.4,10.06 95.74,10.06 91.67,0 127.56,0 '/%3e%3cpolygon points='127.56,127.56 91.67,127.56 95.74,117.5 117.4,117.5 117.4,96.05 127.56,92.03 '/%3e%3c/g%3e%3c/svg%3e");
}

.svg-brand-integration {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpolygon points='27.69,62.5 31.64,62.5 31.64,49.9 36.59,49.9 35.19,43.38 24.06,43.38 22.73,49.9 27.69,49.9 '/%3e%3cpolygon points='62.97,49.9 62.97,0 46.93,0 60.66,49.9 '/%3e%3cpolygon points='0.47,49.9 2.79,49.9 16.52,0 0.47,0 '/%3e%3cpolygon points='30.07,18.16 29.25,18.16 25.87,34.64 33.46,34.64 '/%3e%3cpolygon points='73,24.51 73,34.51 117.09,34.51 117.09,117.56 34.04,117.56 34.04,74.67 24.04,74.67 24.04,127.56 127.09,127.56 127.09,24.51 '/%3e%3c/g%3e%3c/svg%3e ");
}

.svg-brochure-design {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M125.06,10.51c-1.55-0.95-3.49-1.03-5.11-0.21l-17.05,8.64V5.66c0-1.73-1.06-3.27-2.66-3.9c-1.61-0.63-3.44-0.21-4.61,1.05 L63.78,37.16L31.94,2.81c-1.17-1.26-3-1.68-4.61-1.05c-1.61,0.63-2.66,2.18-2.66,3.9v13.3L7.62,10.31C5.99,9.48,4.06,9.56,2.5,10.51 C0.95,11.47,0,13.16,0,14.98V92.5c0,2.01,1.15,3.84,2.96,4.72l58.54,28.35c0.03,0.02,0.06,0.03,0.1,0.04 c0.08,0.04,0.15,0.07,0.23,0.1c0.14,0.06,0.27,0.11,0.41,0.15c0.07,0.02,0.15,0.04,0.22,0.06c0.16,0.04,0.32,0.07,0.47,0.1 c0.06,0.01,0.12,0.02,0.18,0.03c0.22,0.03,0.44,0.05,0.66,0.05c0,0,0,0,0,0c0,0,0,0,0,0c0.22,0,0.44-0.02,0.66-0.05 c0.06-0.01,0.12-0.02,0.18-0.03c0.16-0.03,0.32-0.06,0.48-0.1c0.07-0.02,0.14-0.04,0.21-0.06c0.14-0.04,0.28-0.1,0.42-0.15 c0.08-0.03,0.15-0.06,0.22-0.09c0.03-0.02,0.07-0.03,0.1-0.04l58.54-28.35c1.81-0.88,2.96-2.71,2.96-4.72V14.98 C127.56,13.16,126.61,11.47,125.06,10.51z M67.97,44.97L94.5,16.36v65.18l-26.53,28.62V44.97z M33.06,16.36l26.53,28.62v65.18 L33.06,81.54V16.36z M10.49,23.52l14.18,7.2v52.46c0,1.06,0.4,2.08,1.12,2.85l17.82,19.22L10.49,89.22V23.52z M117.07,89.22 l-33.12,16.04l17.82-19.22c0.72-0.78,1.12-1.79,1.12-2.85V30.7l14.18-7.19V89.22z'/%3e%3c/svg%3e ");
}

.svg-business-stationery {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpath d='M127.56,100.49H52.2V60.81h75.35V100.49z M60.2,92.49h59.35V68.81H60.2V92.49z'/%3e%3cpath d='M101.92,31.01H59.01V0h42.91V31.01z M67.01,23.01h26.91V8H67.01V23.01z'/%3e%3cg%3e%3cpolygon points='67.56,117.56 10,117.56 10,26.16 51.01,26.16 51.01,16.16 0,16.16 0,127.56 77.56,127.56 77.56,108.49 67.56,108.49 '/%3e%3crect x='67.56' y='39.01' width='10' height='13.8'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.svg-case-studies {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M127.2,68.29c-0.76-1.92-2.62-3.18-4.68-3.18H96.1V38.7c0-2.79-2.26-5.04-5.04-5.04H55.85v-6.08c0-2.79-2.26-5.04-5.04-5.04 H5.04C2.26,22.54,0,24.79,0,27.58v72.4c0,0.05,0.01,0.09,0.01,0.14c0.01,0.24,0.03,0.47,0.07,0.71c0.01,0.07,0.02,0.15,0.03,0.22 c0.06,0.27,0.13,0.53,0.24,0.8c0.01,0.02,0.02,0.03,0.02,0.05c0.03,0.08,0.07,0.14,0.11,0.22c0.09,0.2,0.2,0.39,0.31,0.57 c0.05,0.08,0.11,0.16,0.17,0.24c0.12,0.17,0.26,0.33,0.4,0.48c0.06,0.06,0.12,0.13,0.18,0.19c0.21,0.2,0.43,0.39,0.67,0.55 c0.02,0.01,0.04,0.02,0.06,0.03c0.23,0.15,0.46,0.27,0.71,0.39c0.09,0.04,0.18,0.07,0.27,0.11c0.2,0.07,0.4,0.14,0.6,0.19 c0.09,0.02,0.18,0.05,0.28,0.06c0.3,0.05,0.6,0.09,0.91,0.09h86.02c1.29,0,2.53-0.49,3.47-1.38l31.45-29.82 C127.48,72.4,127.96,70.21,127.2,68.29z M45.77,32.62v6.08c0,2.79,2.26,5.04,5.04,5.04h35.21v21.38H36.5 c-1.29,0-2.53,0.49-3.47,1.38L10.08,88.25V32.62H45.77z M89.05,94.94H17.69L38.5,75.2h71.37L89.05,94.94z'/%3e%3c/svg%3e");
}

.svg-cloud-backups {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M100.7,52.8c-3.96,0-7.72,0.87-11.11,2.41c0.65-2.31,1-4.74,1-7.26c0-14.81-12.01-26.82-26.82-26.82 S36.96,33.14,36.96,47.95c0,2.52,0.35,4.95,1,7.26c-3.39-1.54-7.14-2.41-11.11-2.41C12.05,52.8,0.04,64.8,0.04,79.61 c0,14.81,12.01,26.82,26.82,26.82c6.04,0,16.99,0,28.83,0V65.22H45.17l18.61-24.8l18.61,24.8H71.87v41.21c11.84,0,22.79,0,28.83,0 c14.81,0,26.82-12.01,26.82-26.82C127.52,64.8,115.51,52.8,100.7,52.8z'/%3e%3c/svg%3e ");
}

.svg-cms-pages {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpath d='M65.97,0H17.1v127.56h93.36V44.49L65.97,0z M68.01,17l25.45,25.45H68.01V17z M27.68,116.98V10.58h31.87v21.08H42.22v8.46 h17.33v10.79h40.33v66.07H27.68z'/%3e%3crect x='42.22' y='97.26' width='45.19' height='8.46'/%3e%3crect x='42.22' y='75.39' width='45.19' height='8.46'/%3e%3crect x='42.22' y='53.53' width='45.19' height='8.46'/%3e%3c/g%3e%3c/svg%3e");
}

.svg-colocation-hosting {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpath d='M63.78,15C45.51,15,30.7,29.81,30.7,48.08c0,24.92,33.08,64.47,33.08,64.47s33.08-37.58,33.08-64.47 C96.86,29.81,82.05,15,63.78,15z M63.78,61.56c-7.44,0-13.48-6.03-13.48-13.48S56.34,34.6,63.78,34.6 c7.44,0,13.48,6.03,13.48,13.48S71.22,61.56,63.78,61.56z'/%3e%3cpath d='M27.98,61.71c-0.87,0.24-1.77,0.37-2.72,0.37c-5.67,0-10.27-4.6-10.27-10.27c0-5.67,4.6-10.27,10.27-10.27 c0.34,0,0.67,0.02,1,0.05c0.89-5.13,2.8-9.92,5.53-14.13c-2.08-0.56-4.27-0.86-6.53-0.86c-13.92,0-25.21,11.29-25.21,25.21 c0,19,25.21,49.14,25.21,49.14s6.36-7.23,12.69-17.02C33.32,75.77,29.99,68.35,27.98,61.71z'/%3e%3cpath d='M102.29,26.6c-2.26,0-4.44,0.3-6.53,0.86c2.73,4.21,4.64,9,5.53,14.13c0.33-0.03,0.66-0.05,1-0.05 c5.67,0,10.27,4.6,10.27,10.27c0,5.67-4.6,10.27-10.27,10.27c-0.88,0-1.74-0.12-2.55-0.33c-2.15,7.52-5.71,15.18-9.71,22.28 c6.19,9.65,12.26,16.92,12.26,16.92s25.21-28.64,25.21-49.14C127.5,37.89,116.22,26.6,102.29,26.6z'/%3e%3c/g%3e%3c/svg%3e");
}

.svg-configuration {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.6 127.6' style='enable-background:new 0 0 127.6 127.6;' xml:space='preserve'%3e%3cg%3e%3cpath d='M76.8,60.2c0-3.5,2.3-6.6,5.5-7.6c-0.4-2.2-1-4.3-1.7-6.3c-3.3,0.7-6.8-0.7-8.6-3.8c-1.8-3.1-1.3-6.8,1-9.3 c-1.4-1.7-3-3.2-4.6-4.6c-2.5,2.3-6.3,2.8-9.3,1c-3.1-1.8-4.5-5.3-3.8-8.6c-2-0.7-4.2-1.3-6.3-1.7c-1,3.2-4,5.5-7.6,5.5 c-3.5,0-6.6-2.3-7.6-5.5c-2.2,0.4-4.3,1-6.3,1.7c0.7,3.3-0.7,6.8-3.8,8.6c-3.1,1.8-6.8,1.3-9.3-1c-1.7,1.4-3.2,3-4.6,4.6 c2.3,2.5,2.8,6.3,1,9.3C8.8,45.5,5.2,47,2,46.3c-0.7,2-1.3,4.2-1.7,6.3c3.2,1,5.5,4,5.5,7.6c0,3.5-2.3,6.6-5.5,7.6 c0.4,2.2,1,4.3,1.7,6.3c3.3-0.7,6.8,0.7,8.6,3.8c1.8,3.1,1.3,6.8-1,9.3c1.4,1.7,3,3.2,4.6,4.6c2.5-2.3,6.3-2.8,9.3-1 c3.1,1.8,4.5,5.3,3.8,8.6c2,0.7,4.2,1.3,6.3,1.7c1-3.2,4-5.5,7.6-5.5c3.5,0,6.6,2.3,7.6,5.5c2.2-0.4,4.3-1,6.3-1.7 C54.5,96.2,56,92.7,59,91c3.1-1.8,6.8-1.3,9.3,1c1.7-1.4,3.2-3,4.6-4.6c-2.3-2.5-2.8-6.3-1-9.3c1.8-3.1,5.3-4.5,8.6-3.8 c0.7-2,1.3-4.2,1.7-6.3C79.1,66.8,76.8,63.8,76.8,60.2z M41.3,79.9c-10.9,0-19.7-8.8-19.7-19.7s8.8-19.7,19.7-19.7 c10.9,0,19.7,8.8,19.7,19.7S52.2,79.9,41.3,79.9z'/%3e%3cpath d='M85.5,104.6c-2.3,0.7-4.8-0.2-6-2.4c-1.3-2.2-0.8-4.9,1-6.5c-1.8-1.6-3.9-2.9-6.2-3.7c-0.5,2.3-2.6,4-5.1,4s-4.5-1.7-5.1-4 c-2.3,0.7-4.4,2-6.1,3.6c1.6,1.6,2,4.2,0.8,6.2c-1.2,2.1-3.6,3-5.8,2.4c-0.2,1.1-0.4,2.3-0.4,3.5c0,1.2,0.1,2.4,0.4,3.5 c2.1-0.4,4.4,0.5,5.6,2.5c1.2,2,0.8,4.5-0.7,6.1c1.7,1.6,3.7,2.8,6,3.6c0.7-2.1,2.6-3.6,4.9-3.6c2.4,0,4.4,1.6,5,3.8 c2.3-0.7,4.4-1.8,6.2-3.4c-1.6-1.6-2-4.2-0.8-6.2c1.2-2.1,3.8-3.1,6-2.4c0.3-1.3,0.5-2.6,0.5-3.9C85.8,106.7,85.7,105.6,85.5,104.6 z M69.2,114.8c-3.8,0-7-3.1-7-7c0-3.8,3.1-7,7-7c3.8,0,7,3.1,7,7C76.2,111.7,73.1,114.8,69.2,114.8z'/%3e%3cpath d='M121,31c0-4,2.7-7.3,6.3-8.4c-0.4-1.5-1-2.9-1.7-4.3c-1.1,0.5-2.4,0.8-3.7,0.8c-4.8,0-8.7-3.9-8.7-8.7c0-1.5,0.4-2.9,1-4.1 c-1.2-0.6-2.4-1.2-3.6-1.7c-1.2,3.4-4.4,5.9-8.2,5.9c-4.1,0-7.6-2.9-8.5-6.7c-1.5,0.4-3,1-4.4,1.6c0.4,1,0.6,2.1,0.6,3.2 c0,4.8-3.9,8.7-8.7,8.7c-1.4,0-2.8-0.4-4-1c-0.9,1.4-1.6,3-2.2,4.6c3.4,1.2,5.8,4.4,5.8,8.2c0,4-2.7,7.4-6.5,8.4 c0.4,1.5,1,3,1.6,4.4c1.2-0.6,2.5-0.9,3.9-0.9c4.8,0,8.7,3.9,8.7,8.7c0,1.6-0.5,3.2-1.2,4.5c1.4,0.8,2.8,1.4,4.3,1.9 c1.1-3.5,4.4-6.1,8.3-6.1c4.1,0,7.5,2.8,8.4,6.6c1.5-0.4,3-1,4.4-1.7c-0.6-1.2-1-2.6-1-4c0-4.8,3.9-8.7,8.7-8.7 c1.6,0,3.1,0.4,4.4,1.2c0.7-1.4,1.4-2.8,1.9-4.3C123.5,38.1,121,34.8,121,31z M100.9,40.5c-5.6,0-10.2-4.6-10.2-10.2 s4.6-10.2,10.2-10.2s10.2,4.6,10.2,10.2S106.6,40.5,100.9,40.5z'/%3e%3c/g%3e%3c/svg%3e ");
}

.svg-consultancy {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpath d='M51.79,0C23.19,0,0,16.45,0,36.74c0,8.18,3.77,15.74,10.15,21.84L2.67,88.88l22.75-20.51c7.73,3.25,16.74,5.12,26.37,5.12 c28.6,0,51.79-16.45,51.79-36.74S80.39,0,51.79,0z'/%3e%3cpath d='M120.1,105.28c4.69-4.49,7.46-10.05,7.46-16.06c0-11.63-10.35-21.53-24.87-25.35c-2.39,2.56-5.14,4.96-8.24,7.15 c-11.44,8.11-26.44,12.61-42.29,12.68c-0.52,1.78-0.8,3.63-0.8,5.52c0,14.93,17.06,27.03,38.09,27.03c7.08,0,13.71-1.38,19.4-3.77 l16.73,15.09L120.1,105.28z'/%3e%3c/g%3e%3c/svg%3e");
}

.svg-content-seo {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M126.88,54.47l-0.1,0.01v0h-63v18.59h44.23c-4.29,20.5-22.46,35.9-44.23,35.9c-24.96,0-45.19-20.23-45.19-45.19 s20.23-45.19,45.19-45.19c12.48,0,23.78,5.06,31.95,13.24l13.14-13.14C97.34,7.14,81.39,0,63.78,0C28.56,0,0,28.56,0,63.78 C0,99,28.56,127.56,63.78,127.56c35.22,0,63.78-28.56,63.78-63.78C127.56,60.62,127.32,57.51,126.88,54.47z'/%3e%3c/svg%3e ");
}

.svg-customer-orders {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3ccircle cx='64.22' cy='56.21' r='21.17'/%3e%3cpath d='M85.36,79.17c-5.57,5.13-12.97,8.28-21.14,8.28s-15.57-3.16-21.14-8.28c-9.47,6.66-15.68,17.65-15.68,30.12 c0,3.64,0.55,7.14,1.53,10.46c9.01,1.12,21.49,1.82,35.29,1.82c13.8,0,26.28-0.69,35.29-1.82c0.98-3.32,1.53-6.82,1.53-10.46 C101.04,96.82,94.83,85.83,85.36,79.17z'/%3e%3cpath d='M35.66,75.98l2.57-1.8c0,0,0.59-0.18,0.59-3.19c-3.04-4.14-4.84-9.25-4.84-14.78c0-1.7,0.17-3.35,0.49-4.96 c-0.83,0.08-1.66,0.12-2.51,0.12c-7.07,0-13.48-2.73-18.3-7.17C5.47,49.97,0.09,59.48,0.09,70.27c0,3.15,0.47,6.18,1.32,9.05 c7.35,0.91,17.37,1.5,28.49,1.57C31.66,79.1,33.58,77.45,35.66,75.98z'/%3e%3cpath d='M31.96,42.65c2.47,0,4.82-0.5,6.97-1.38c2.27-3.04,5.21-5.55,8.59-7.31c1.74-2.8,2.76-6.1,2.76-9.64 C50.29,14.21,42.08,6,31.96,6c-10.12,0-18.32,8.2-18.32,18.32S21.85,42.65,31.96,42.65z'/%3e%3cpath d='M113.89,44.2c-4.82,4.44-11.23,7.17-18.3,7.17c-0.85,0-1.68-0.04-2.51-0.12c0.32,1.6,0.49,3.26,0.49,4.96 c0,5.52-1.8,10.63-4.84,14.78c0,3.01,0.59,3.19,0.59,3.19l2.57,1.8c2.08,1.47,4,3.11,5.75,4.9c11.13-0.06,21.15-0.65,28.49-1.57 c0.85-2.87,1.32-5.9,1.32-9.05C127.46,59.48,122.09,49.97,113.89,44.2z'/%3e%3cpath d='M88.63,41.27c2.15,0.89,4.5,1.38,6.97,1.38c10.12,0,18.32-8.2,18.32-18.32S105.71,6,95.59,6 c-10.12,0-18.32,8.2-18.32,18.32c0,3.54,1.02,6.83,2.76,9.64C83.42,35.72,86.36,38.23,88.63,41.27z'/%3e%3c/g%3e%3c/svg%3e");
}

.svg-custom-fucntionality {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M118.97,63.78c0-5.52,3.61-10.19,8.59-11.8c-0.62-3.39-1.5-6.69-2.63-9.87c-5.12,1.1-10.59-1.14-13.35-5.93 c-2.76-4.78-1.97-10.62,1.53-14.51c-2.22-2.59-4.63-5.01-7.22-7.22c-3.89,3.5-9.73,4.29-14.51,1.53c-4.78-2.76-7.03-8.23-5.93-13.35 C82.27,1.5,78.97,0.62,75.58,0c-1.61,4.98-6.28,8.59-11.8,8.59c-5.52,0-10.19-3.61-11.8-8.59c-3.39,0.62-6.69,1.5-9.87,2.63 c1.1,5.12-1.14,10.59-5.93,13.35c-4.78,2.76-10.62,1.97-14.51-1.53c-2.59,2.22-5.01,4.63-7.22,7.22c3.5,3.89,4.29,9.73,1.53,14.51 c-2.76,4.78-8.23,7.03-13.35,5.93C1.5,45.29,0.62,48.59,0,51.98c4.98,1.61,8.59,6.28,8.59,11.8c0,5.52-3.6,10.19-8.59,11.8 c0.62,3.39,1.5,6.69,2.63,9.87c5.12-1.1,10.59,1.14,13.35,5.93c2.76,4.78,1.97,10.62-1.53,14.51c2.22,2.59,4.63,5.01,7.22,7.22 c3.89-3.5,9.73-4.29,14.51-1.53c4.78,2.76,7.03,8.23,5.93,13.35c3.18,1.13,6.48,2.01,9.87,2.63c1.61-4.98,6.28-8.59,11.8-8.59 c5.52,0,10.19,3.6,11.8,8.59c3.39-0.62,6.69-1.5,9.87-2.63c-1.1-5.12,1.14-10.59,5.93-13.35c4.78-2.76,10.62-1.97,14.51,1.53 c2.59-2.22,5.01-4.63,7.22-7.22c-3.5-3.89-4.29-9.73-1.53-14.51c2.76-4.78,8.23-7.03,13.35-5.93c1.13-3.18,2.01-6.48,2.63-9.87 C122.58,73.97,118.97,69.3,118.97,63.78z M63.78,94.47c-16.95,0-30.69-13.74-30.69-30.69s13.74-30.69,30.69-30.69 c16.95,0,30.69,13.74,30.69,30.69S80.73,94.47,63.78,94.47z'/%3e%3c/svg%3e ");
}

.svg-dedicated-hosting {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M99.4,57.42V33.64h-0.06C98.31,14.89,82.78,0,63.78,0S29.25,14.89,28.22,33.64h0v0.01c-0.04,0.65-0.06,1.31-0.06,1.97 s0.02,1.32,0.06,1.97v19.83h-8.34v70.13h87.8V57.42H99.4z M72.25,95.31v20.03H55.31V95.31c-3.5-2.6-5.77-6.74-5.77-11.43 c0-7.87,6.38-14.25,14.25-14.25c7.87,0,14.25,6.38,14.25,14.25C78.02,88.57,75.75,92.72,72.25,95.31z M85.17,57.42H42.39V35.62 c0-11.81,9.58-21.39,21.39-21.39s21.39,9.58,21.39,21.39V57.42z'/%3e%3c/svg%3e ");
}

.svg-delivery-zones {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M63.78,0.27c-23.79,0-43.07,19.28-43.07,43.07c0,32.45,43.07,83.95,43.07,83.95s43.07-48.93,43.07-83.95 C106.85,19.55,87.57,0.27,63.78,0.27z M63.78,60.89c-9.69,0-17.55-7.86-17.55-17.55s7.86-17.55,17.55-17.55 c9.69,0,17.55,7.86,17.55,17.55S73.47,60.89,63.78,60.89z'/%3e%3c/svg%3e ");
}

.svg-disaster-recovery {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M63.78,0C28.61,0,0,28.61,0,63.78s28.61,63.78,63.78,63.78s63.78-28.61,63.78-63.78S98.95,0,63.78,0z M113.11,43.35 l-18.54,7.68c-3.38-8.14-9.9-14.66-18.04-18.04l7.68-18.54C97.25,19.87,107.69,30.31,113.11,43.35z M38.74,63.78 c0-13.81,11.23-25.04,25.04-25.04s25.04,11.23,25.04,25.04S77.58,88.82,63.78,88.82S38.74,77.58,38.74,63.78z M43.35,14.45 l7.68,18.54c-8.14,3.38-14.66,9.9-18.04,18.04l-18.54-7.68C19.87,30.31,30.31,19.87,43.35,14.45z M14.45,84.21l18.54-7.68 c3.38,8.14,9.9,14.66,18.04,18.04l-7.68,18.54C30.31,107.69,19.87,97.25,14.45,84.21z M84.2,113.12l-7.75-18.51 c8.18-3.37,14.73-9.91,18.13-18.07l18.54,7.68C107.69,97.26,97.24,107.7,84.2,113.12z'/%3e%3c/svg%3e ");
}

.svg-domain-names {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M63.78,0C28.61,0,0,28.61,0,63.78s28.61,63.78,63.78,63.78s63.78-28.61,63.78-63.78S98.95,0,63.78,0z M99.42,86.02 c1.25-5.58,2.03-11.57,2.28-17.83h15.29c-0.06,0.76-0.14,1.52-0.24,2.27C114.07,76.55,107.86,81.97,99.42,86.02z M70.47,116.75 c-0.93,0.12-1.86,0.21-2.8,0.28v-15.3c6.45-0.23,12.62-1.02,18.36-2.3C81.97,107.86,76.55,114.07,70.47,116.75z M41.54,99.42 c5.58,1.25,11.57,2.03,17.83,2.28v15.29c-0.76-0.06-1.52-0.14-2.27-0.24C51.01,114.07,45.59,107.86,41.54,99.42z M10.81,70.47 c-0.09-0.75-0.17-1.51-0.24-2.27h15.29c0.25,6.26,1.03,12.24,2.28,17.83C19.7,81.97,13.49,76.55,10.81,70.47z M28.14,41.54 c-1.28,5.74-2.07,11.9-2.3,18.36h-15.3c0.07-0.94,0.16-1.88,0.28-2.8C13.49,51.01,19.7,45.59,28.14,41.54z M57.09,10.81 c0.75-0.09,1.51-0.17,2.27-0.24v15.29c-6.26,0.25-12.24,1.03-17.83,2.28C45.59,19.7,51.01,13.49,57.09,10.81z M86.02,28.14 c-5.74-1.28-11.9-2.07-18.36-2.3v-15.3c0.94,0.07,1.88,0.16,2.8,0.28C76.55,13.49,81.97,19.7,86.02,28.14z M116.75,57.09 c0.12,0.93,0.21,1.86,0.28,2.8h-15.3c-0.23-6.45-1.02-12.62-2.3-18.36C107.86,45.59,114.07,51.01,116.75,57.09z M93.41,59.9H67.66 V34.15c7.91,0.32,15.41,1.61,22.1,3.65C91.8,44.49,93.09,51.99,93.41,59.9z M59.36,34.17V59.9H34.15c0.32-7.91,1.61-15.41,3.65-22.1 C44.34,35.8,51.65,34.53,59.36,34.17z M34.17,68.2h25.19v25.19c-7.71-0.36-15.03-1.63-21.56-3.62C35.8,83.22,34.53,75.91,34.17,68.2 z M67.66,93.41V68.2h25.72c-0.36,7.71-1.63,15.03-3.62,21.56C83.07,91.8,75.57,93.09,67.66,93.41z M110.7,38.29 c-4.12-2.8-8.93-5.21-14.28-7.15c-1.94-5.35-4.35-10.16-7.15-14.28C98.3,21.79,105.77,29.26,110.7,38.29z M38.29,16.86 c-2.8,4.12-5.21,8.93-7.15,14.28c-5.35,1.94-10.16,4.35-14.28,7.15C21.79,29.26,29.25,21.79,38.29,16.86z M16.86,89.27 c4.12,2.8,8.93,5.21,14.28,7.15c1.94,5.35,4.35,10.16,7.15,14.28C29.25,105.77,21.79,98.3,16.86,89.27z M89.27,110.7 c2.8-4.12,5.21-8.93,7.15-14.28c5.35-1.94,10.16-4.35,14.28-7.15C105.77,98.3,98.3,105.77,89.27,110.7z'/%3e%3c/svg%3e");
}

.svg-e-commerce {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpath d='M36.84,57.96c2.76,0,5-2.24,5-5V12.56c0-1.32,1.07-2.39,2.39-2.39h40.94c1.32,0,2.39,1.07,2.39,2.39v40.39 c0,2.76,2.24,5,5,5s5-2.24,5-5V12.56c0-6.83-5.56-12.39-12.39-12.39H44.23c-6.83,0-12.39,5.56-12.39,12.39v40.39 C31.84,55.72,34.07,57.96,36.84,57.96z'/%3e%3cpath d='M117.84,35.76c-0.17-6.48-5.41-11.7-11.83-11.7v10c1.01,0,1.83,0.91,1.83,2.02v0.29l9.24,79.19 c-0.09,1.02-0.88,1.82-1.82,1.82H12.3c-1.57,0-1.79-2.79-1.83-3.75l10.09-78.67c0.33-0.35,1.09-0.9,1.9-0.9v-10 c-5.92,0-11.52,4.61-11.82,9.61L0.51,112.72l-0.04,0.64c0,9.64,6.13,14.02,11.83,14.02h102.96c6.52,0,11.83-5.39,11.83-12.02v-0.29 L117.84,35.76z'/%3e%3crect x='49.61' y='24.06' width='28.34' height='10'/%3e%3c/g%3e%3c/svg%3e");
}

.svg-ecommerce-security {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M63.78,0c0,0-23.98,31.89-62.2,0c0,74.9,32.54,112.23,62.2,127.56C93.44,112.23,125.98,74.9,125.98,0 C87.76,31.89,63.78,0,63.78,0z M63.78,114.8V15.31c5.51,4.16,13.47,8.49,23.73,9.68c8.75,1.01,17.59-0.42,26.44-4.29 C108.78,77.31,82.72,103.27,63.78,114.8z'/%3e%3c/svg%3e");
}

.svg-email-marketing {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpolygon points='0,22.18 0,105.9 41.86,64.04 '/%3e%3cpolygon points='85.69,64.04 127.56,105.9 127.56,22.18 '/%3e%3cpolygon points='5.19,16.21 63.78,74.8 122.37,16.21 '/%3e%3cpolygon points='5.71,111.35 121.85,111.35 80.12,69.61 63.78,85.95 47.44,69.61 '/%3e%3c/g%3e%3c/svg%3e");
}

.svg-enterprise-cms {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M93.45,8.49H34.11L0.44,42.16l63.34,76.91l63.34-76.91L93.45,8.49z M36.87,46.49l14.74,42.08L16.95,46.49H36.87z M82.21,46.49L63.78,99.11L45.35,46.49H82.21z M45.76,38.49l8.51-20H73.3l8.51,20H45.76z M90.69,46.49h19.92L75.95,88.57 L90.69,46.49z M109.3,38.49H90.49l-8.51-20h7.32L109.3,38.49z M38.25,18.49h7.32l-8.51,20H18.25L38.25,18.49z'/%3e%3c/svg%3e");
}

.svg-enterprise-software {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M81.57,105.63l4.49-38.93l33.65-33.65c7.16-9.3,9.42-21.13,6.78-31.98c-10.85-2.64-22.68-0.38-31.98,6.78L60.86,41.5 l-38.93,4.49L0,67.92l33.18,1.27l-6.23,6.23l25.2,25.2l6.23-6.23l1.27,33.18L81.57,105.63z M90,37.56c-3.96-3.96-3.96-10.39,0-14.35 s10.39-3.96,14.35,0s3.96,10.39,0,14.35C100.39,41.52,93.96,41.52,90,37.56z'/%3e%3c/svg%3e ");
}

.svg-epos-integration {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpath d='M83.7,0H31.78c-5.05,0-9.16,4.11-9.16,9.16v69.62c0,5.05,4.11,9.16,9.16,9.16H83.7c5.05,0,9.16-4.11,9.16-9.16V9.16 C92.85,4.11,88.75,0,83.7,0z M82.47,77.54H33.01V10.39h49.46V77.54z'/%3e%3crect x='41.33' y='15.27' width='32.82' height='13.84'/%3e%3crect x='41.33' y='34.09' width='8.04' height='8.04'/%3e%3crect x='53.72' y='34.09' width='8.04' height='8.04'/%3e%3crect x='66.1' y='34.09' width='8.04' height='8.04'/%3e%3crect x='41.33' y='47.12' width='8.04' height='8.04'/%3e%3crect x='53.72' y='47.12' width='8.04' height='8.04'/%3e%3crect x='66.1' y='47.12' width='8.04' height='8.04'/%3e%3crect x='41.33' y='60.16' width='8.04' height='8.04'/%3e%3crect x='53.72' y='60.16' width='8.04' height='8.04'/%3e%3crect x='66.1' y='60.16' width='8.04' height='8.04'/%3e%3cpath d='M69.69,117.49c0,0.97-0.79,1.76-1.76,1.76H66.1V91.19h-7.4v28.06H47.54c-0.97,0-1.76-0.79-1.76-1.76v-26.3h-8.31v26.3 c0,5.55,4.52,10.07,10.07,10.07h20.39c5.55,0,10.07-4.52,10.07-10.07v-26.3h-8.31V117.49z'/%3e%3crect x='97.54' y='18.05' width='7.4' height='52.81'/%3e%3c/g%3e%3c/svg%3e");
}

.svg-featured-modules {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M61.2,107.67l-30.65,16.12c-4.06,2.14-8.82-1.31-8.04-5.84l5.85-34.13c0.31-1.8-0.29-3.63-1.59-4.9L1.97,54.73 c-3.29-3.21-1.47-8.79,3.07-9.45l34.27-4.98c1.8-0.26,3.36-1.4,4.17-3.03L58.81,6.21c2.03-4.12,7.9-4.12,9.94,0l15.33,31.06 c0.81,1.64,2.37,2.77,4.17,3.03l34.27,4.98c4.54,0.66,6.36,6.25,3.07,9.45l-24.8,24.17c-1.31,1.27-1.9,3.11-1.59,4.9l5.85,34.13 c0.78,4.53-3.97,7.98-8.04,5.84l-30.65-16.12C64.74,106.82,62.82,106.82,61.2,107.67z'/%3e%3c/svg%3e ");
}

.svg-hosting {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpath d='M0,0v36.39h127.56V0H0z M10.46,10.27h68.59v15.85H10.46V10.27z M117.1,26.12h-8.55V10.27h8.55V26.12z'/%3e%3cpath d='M0,81.98h127.56V45.58H0V81.98z M117.1,71.7h-8.55V55.86h8.55V71.7z M10.46,55.86h68.59V71.7H10.46V55.86z'/%3e%3cpath d='M0,127.56h127.56V91.17H0V127.56z M117.1,117.29h-8.55v-15.85h8.55V117.29z M10.46,101.44h68.59v15.85H10.46V101.44z'/%3e%3c/g%3e%3c/svg%3e");
}

.svg-ios-apps {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;%7d %3c/style%3e%3cg%3e%3cpath class='st0' d='M82.3,20.33c4.33-5.4,7.48-12.83,6.67-20.33C82.5,0.24,74.8,4.26,70.21,9.7c-4.13,4.68-7.72,12.41-6.69,19.68 C70.55,29.84,77.78,25.76,82.3,20.33z'/%3e%3cpath class='st0' d='M101.01,79.38l-0.1-0.01v-0.19c-2.01-4.06-2.93-10.4-2.16-15.53v-0.19h0.01c0.81-6.72,5.14-13.61,8.6-16.1 c0.04-0.03,0.09-0.06,0.14-0.1v-0.01h0.01c0.77-0.85,2.96-2.6,4.44-3.67c-5.46-8.03-14.4-12.37-23.5-12.51 c-9.18-0.77-18.71,5.81-23.84,5.66c-4.97,0.15-12.48-5.79-20.4-5.41l-0.08-0.01c-0.18,0-1.6,0.08-1.6,0.08 c-10.5,0.26-19.81,6.45-25.1,15.83v0.03h-0.03v-0.03c-2.09,3.38-4.6,11.26-4.97,16.25v0.27c-0.51,3.17-0.02,11.6,0.55,15.66 c0.02,0.07,0.03,0.14,0.03,0.2L13,79.58c0.44,4.04,2.5,11.86,4.04,15.68v0.04h-0.01c1.48,4.22,5.61,12.14,8.27,16.19v0.03h0.03 c5.38,7.73,11.72,16.41,20.07,16.04c8.07-0.31,11.04-5.36,20.76-5.28c9.72-0.08,12.4,5.04,20.92,5.08 c8.68-0.37,14.06-8.1,19.45-15.84c2.64-3.99,6.77-11.66,8.24-16.22h0.02c0.16-0.48,0.41-1.22,0.58-1.76 C109.66,91.91,103.26,84.39,101.01,79.38z'/%3e%3c/g%3e%3c/svg%3e ");
}

.svg-logo-design {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M114.61,17.66l-73.5,55.48c-2.75-6.93-7.08-12.67-12.99-17.21l73.5-55.48C107.53,4.99,111.86,10.73,114.61,17.66z'/%3e%3cpath d='M35.36,72.86l-6.81,1.31c-1.04-2.59-2.67-4.74-4.87-6.45l3.12-6.19c-0.91-0.84-1.87-1.65-2.87-2.42L12.95,80.89l23.96-4.6 C36.44,75.11,35.92,73.97,35.36,72.86z'/%3e%3c/g%3e%3cpath d='M64.46,127.11c-2.59,0-5.19-0.2-7.8-0.6c-21.13-3.27-37.91-19.59-41.76-40.61l8.85-1.94l0.06,0.31 c3.15,17.23,16.91,30.61,34.23,33.29c10.88,1.68,21.75-0.97,30.63-7.47c8.88-6.5-20.83-15.94-20.83-26.94 c0-24.95,40.73-5.78,30.76-29.18l7.54-5.04c7.01,10.49,9.8,23.13,7.87,35.6c-2.05,13.27-9.15,24.94-19.98,32.87 C85.33,123.77,75.04,127.11,64.46,127.11z'/%3e%3c/g%3e%3c/svg%3e ");
}

.svg-marketing-promotions {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M45.77,0.67l-45.1,0v45.1l81.12,81.12l45.1-45.1L45.77,0.67z M12.3,29.36c-4.71-4.71-4.71-12.35,0-17.06s12.35-4.71,17.06,0 s4.71,12.35,0,17.06S17.01,34.07,12.3,29.36z'/%3e%3c/svg%3e ");
}

.svg-multisite-platform {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpolygon points='115.53,93.56 115.53,61.69 68.78,61.69 68.78,34 80.78,34 80.78,0 46.78,0 46.78,34 58.78,34 58.78,61.69 12.03,61.69 12.03,93.56 0.03,93.56 0.03,127.56 34.03,127.56 34.03,93.56 22.03,93.56 22.03,71.69 58.78,71.69 58.78,93.56 46.78,93.56 46.78,127.56 80.78,127.56 80.78,93.56 68.78,93.56 68.78,71.69 105.53,71.69 105.53,93.56 93.53,93.56 93.53,127.56 127.53,127.56 127.53,93.56 '/%3e%3c/svg%3e ");
}

.svg-news-blogs {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3crect x='55.78' y='78.41' width='46.6' height='8.73'/%3e%3crect x='55.78' y='55.86' width='46.6' height='8.73'/%3e%3crect x='55.78' y='33.31' width='46.6' height='8.73'/%3e%3cpath d='M30.6,7.65v24.57H0v66.93c0,11.44,9.31,20.75,20.75,20.75c0.4,0,0.8-0.04,1.2-0.06v0.06h84.85 c11.44,0,20.75-9.31,20.75-20.75V7.65H30.6z M10.91,99.15V43.13H30.6v56.02c0,5.43-4.42,9.84-9.84,9.84 C15.33,109,10.91,104.58,10.91,99.15z M106.8,109H39.02c1.59-2.93,2.49-6.28,2.49-9.84V18.56h75.14v80.59 C116.65,104.58,112.23,109,106.8,109z'/%3e%3c/g%3e%3c/svg%3e");
}

.svg-ppc-advertising {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpath d='M50.59,32.08v45.39l0.06,0.02l76.91,22.71V54.77V9.35L50.65,32.06L50.59,32.08z M59.51,38.75l59.13-17.46v66.98L59.51,70.8 V38.75z'/%3e%3cpolygon points='41.67,74.83 41.67,34.71 0,38.63 0,71.97 11.31,72.75 11.31,112.26 5.68,112.26 5.68,118.21 38.58,118.21 38.58,112.26 32.95,112.26 32.95,74.23 '/%3e%3c/g%3e%3c/svg%3e");
}

.svg-product-database {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpolygon points='63.78,0.38 13.22,29.57 63.78,58.77 114.34,29.57 '/%3e%3cpolygon points='7.46,97.99 58.02,127.18 58.02,68.79 7.46,39.6 '/%3e%3cpolygon points='69.54,68.79 69.54,127.18 120.1,97.98 120.1,39.6 '/%3e%3c/g%3e%3c/svg%3e ");
}

.svg-responsive-design {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M112.31,3.11H15.25C7.1,3.11,0.47,9.74,0.47,17.89v54.38c0,8.15,6.63,14.78,14.78,14.78h38.18v12.98H42.56v6.78H85v-6.78 H74.14V87.05h5.85v-10H15.25c-2.63,0-4.78-2.14-4.78-4.78V17.89c0-2.63,2.14-4.78,4.78-4.78h97.07c2.63,0,4.78,2.14,4.78,4.78 v44.09h10V17.89C127.09,9.74,120.46,3.11,112.31,3.11z'/%3e%3c/g%3e%3cg%3e%3cpath d='M117.07,70.49H93.71c-2.88,0-5.22,2.34-5.22,5.22v43.52c0,2.88,2.34,5.22,5.22,5.22h23.36c2.88,0,5.22-2.34,5.22-5.22 V75.71C122.29,72.82,119.95,70.49,117.07,70.49z M117.97,113.7H92.8V83.75h25.17V113.7z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
}

.svg-search {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.6 127.6' style='enable-background:new 0 0 127.6 127.6;' xml:space='preserve'%3e%3cg%3e%3cpath d='M124.1,109.5l-25-25c-2.9-2.9-7.1-3.7-10.8-2.5L78.1,71.7l2.3-2.3l-4.2-4.2c10.9-16.1,9.2-38.2-5-52.4v0 c-16.1-16.1-42.3-16.1-58.4,0c-16.1,16.1-16.1,42.3,0,58.4C20.6,79,31,83.3,42,83.3c8.4,0,16.4-2.5,23.2-7.1l4.2,4.2l2.3-2.3 L82,88.4c-1.3,3.6-0.5,7.9,2.5,10.8l25,25c4.1,4.1,10.6,4.1,14.7,0C128.2,120.1,128.2,113.5,124.1,109.5z M19.8,64.2 c-12.2-12.2-12.2-32.1,0-44.3C26,13.7,34,10.7,42,10.7c8,0,16,3.1,22.2,9.2c12.2,12.2,12.2,32.1,0,44.3c-5.9,5.9-13.8,9.2-22.2,9.2 C33.6,73.3,25.8,70.1,19.8,64.2z'/%3e%3cpath d='M60.2,23.8c-7-7-17-9.1-25.8-6.3c11.7,0.1,21.2,9.7,21.2,21.4c0,11.8-9.6,21.4-21.4,21.4c-5.5,0-10.5-2.1-14.3-5.5 c1.1,1.9,2.5,3.7,4.1,5.3c10,10,26.3,10,36.3,0S70.2,33.9,60.2,23.8z'/%3e%3c/g%3e%3c/svg%3e ");
}

.svg-seo-consultancy {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpolygon points='15.98,116.53 39.89,90.73 54.89,95.87 71.66,73.07 92.18,78.28 115.62,28.41 107.64,24.66 87.29,67.93 68.07,63.06 51.63,85.42 37.32,80.52 11.03,108.9 11.03,0 0,0 0,127.56 127.56,127.56 127.56,116.53 '/%3e%3c/svg%3e ");
}

.svg-shared-hosting {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cpath d='M103.95,77.79c-7.54,0-14.24,3.54-18.56,9.04L46.68,68.71c0.34-1.59,0.52-3.24,0.52-4.93c0-1.69-0.18-3.34-0.52-4.93 l38.71-18.11c4.32,5.5,11.02,9.04,18.56,9.04c13.03,0,23.59-10.56,23.59-23.59c0-13.03-10.56-23.59-23.59-23.59 c-13.03,0-23.59,10.56-23.59,23.59c0,1.69,0.18,3.34,0.52,4.93L42.17,49.23c-4.32-5.5-11.02-9.04-18.56-9.04 c-13.03,0-23.59,10.56-23.59,23.59s10.56,23.59,23.59,23.59c7.54,0,14.24-3.54,18.56-9.04l38.71,18.11 c-0.34,1.59-0.52,3.24-0.52,4.93c0,13.03,10.56,23.59,23.59,23.59c13.03,0,23.59-10.56,23.59-23.59 C127.54,88.35,116.98,77.79,103.95,77.79z'/%3e%3c/svg%3e ");
}

.svg-social-media {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3ccircle cx='30.66' cy='75.44' r='16.7'/%3e%3cpath d='M47.34,93.56c-4.39,4.05-10.24,6.54-16.68,6.54s-12.29-2.49-16.68-6.54c-7.47,5.26-12.37,13.93-12.37,23.76 c0,2.87,0.43,5.63,1.21,8.25c7.11,0.88,16.96,1.43,27.84,1.43s20.74-0.55,27.84-1.43c0.77-2.62,1.21-5.38,1.21-8.25 C59.71,107.49,54.81,98.82,47.34,93.56z'/%3e%3c/g%3e%3cg%3e%3ccircle cx='100.68' cy='71.33' r='12.62'/%3e%3cpath d='M113.28,85.01c-3.32,3.06-7.73,4.94-12.6,4.94s-9.28-1.88-12.6-4.94c-5.65,3.97-9.35,10.53-9.35,17.95 c0,2.17,0.33,4.26,0.91,6.23c5.37,0.67,12.81,1.08,21.04,1.08s15.67-0.41,21.04-1.08c0.59-1.98,0.91-4.07,0.91-6.23 C122.63,95.54,118.93,88.98,113.28,85.01z'/%3e%3c/g%3e%3cpath d='M88.84,0.55c-20.5,0-37.11,11.95-37.11,26.69c0,5.94,2.7,11.43,7.27,15.86l-9.1,19.47l20.05-12.37 c5.54,2.36,11.99,3.72,18.9,3.72c20.5,0,37.11-11.95,37.11-26.69S109.33,0.55,88.84,0.55z'/%3e%3c/g%3e%3c/svg%3e ");
}

.svg-team-profile {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3ccircle cx='37.8' cy='51.5' r='12.45'/%3e%3cpath d='M50.23,65.01c-3.27,3.02-7.63,4.87-12.44,4.87s-9.16-1.86-12.44-4.87c-5.57,3.92-9.23,10.39-9.23,17.72 c0,2.14,0.32,4.2,0.9,6.15c5.3,0.66,12.64,1.07,20.76,1.07s15.46-0.41,20.76-1.07c0.58-1.95,0.9-4.01,0.9-6.15 C59.46,75.4,55.81,68.93,50.23,65.01z'/%3e%3c/g%3e%3crect x='71.91' y='81.57' width='34.08' height='8.19'/%3e%3crect x='71.91' y='60.41' width='34.08' height='8.19'/%3e%3crect x='71.91' y='39.24' width='34.08' height='8.19'/%3e%3cpath d='M127.56,113.88H0V13.68h102.08c14.05,0,25.48,11.43,25.48,25.48V113.88z M10.24,103.64h107.08V39.15 c0-8.4-6.83-15.23-15.23-15.23H10.24V103.64z'/%3e%3c/g%3e%3c/svg%3e ");
}

.svg-telephone-orders {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpath d='M115.1,43.84c-4.39,4.05-10.24,6.54-16.69,6.54s-12.3-2.49-16.69-6.54c-7.48,5.26-12.38,13.94-12.38,23.78 c0,2.87,0.43,5.64,1.21,8.26c7.11,0.89,16.97,1.43,27.86,1.43s20.75-0.55,27.86-1.43c0.78-2.62,1.21-5.39,1.21-8.26 C127.48,57.78,122.58,49.1,115.1,43.84z'/%3e%3cpath d='M73.83,33.88c0.56,0,2.49,0,3.05,0c1.68,0,0.44-3.09,0.44-6.91c0-3.02,0.77-5.57,0.27-6.52 c2.77-8.87,11.04-15.32,20.83-15.32s18.06,6.44,20.83,15.32c-0.5,0.94,0.27,3.5,0.27,6.52c0,3.82-1.25,6.91,0.44,6.91 c0.56,0,2.49,0,3.05,0c1.68,0,3.05-3.09,3.05-6.91c0-3.82-1.36-6.91-3.05-6.91c-0.18,0-0.52,0-0.89,0 C119.11,9.8,109.64,2.3,98.41,2.3s-20.7,7.5-23.68,17.77c-0.38,0-0.71,0-0.89,0c-1.68,0-3.05,3.09-3.05,6.91 C70.78,30.79,72.15,33.88,73.83,33.88z'/%3e%3cpath d='M99,40.33c-1.85,0.31-3.59-0.53-4.3-1.94c-2.72,0.24-5.41-0.03-7.97-0.73c3.01,2.94,7.13,4.77,11.68,4.77 c9.23,0,16.71-7.48,16.71-16.71S107.64,9,98.41,9S81.7,16.48,81.7,25.71c0,2.91,0.74,5.64,2.05,8.02c3.3,1.65,7.05,2.41,10.85,2.05 c0.49-1.23,1.68-2.21,3.22-2.48c2.22-0.38,4.29,0.89,4.62,2.83C102.76,38.07,101.22,39.95,99,40.33z'/%3e%3cpath d='M79.17,92.97c-1.61-1.61-4.76,0-6.05,0.39c-1.3,0.39-7.31,5.89-8.28,7.38c-0.97,1.49-15.89-3.76-26.18-14.06 C28.36,76.39,23.11,61.47,24.6,60.5c1.49-0.97,6.98-6.98,7.38-8.28c0.39-1.3,2-4.45,0.39-6.05c-1.61-1.61-13.9-13.9-15.44-15.44 c-1.54-1.54-3.74,0.54-5.82,1.7C9.23,33.48,1.08,42.97,0.19,45.15c-0.89,2.18,3.23,25.94,28.64,51.36s49.18,29.54,51.36,28.64 c2.18-0.89,11.67-9.04,12.72-10.92c1.16-2.08,3.25-4.28,1.7-5.82S80.78,94.58,79.17,92.97z'/%3e%3c/g%3e%3c/svg%3e ");
}

.svg-user-experience {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpath d='M56.63,81.78c0,8.13-2.44,14.51-7.31,19.15c-4.87,4.64-11.62,6.96-20.25,6.96c-8.96,0-15.85-2.38-20.67-7.13 C3.58,96,1.16,89.19,1.16,80.33V19.67H20v57.68c0,4.06,0.8,7.19,2.39,9.38c1.59,2.19,3.82,3.29,6.68,3.29 c2.68,0,4.79-1.06,6.34-3.19c1.55-2.12,2.32-4.99,2.32-8.59V19.67h18.9V81.78z'/%3e%3cpath d='M128.37,106.16h-19.87L98.18,80.47l-11.22,25.69H67.09l19.87-42.79l-19.6-43.69h19.46l11.36,28.04l9.49-28.04h18.97 L109.67,63.5L128.37,106.16z'/%3e%3c/g%3e%3c/svg%3e");
}

.svg-users-group-security {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpath d='M63.78,0c0,0-23.98,31.89-62.2,0c0,74.9,32.54,112.23,62.2,127.56C93.44,112.23,125.98,74.9,125.98,0 C87.76,31.89,63.78,0,63.78,0z M63.78,114.8V92.67c-11.66,0-22.2-0.59-29.81-1.53c-0.83-2.8-1.29-5.76-1.29-8.83 c0-10.53,5.24-19.81,13.25-25.44c4.7,4.33,10.96,7,17.86,7v-8.51c-9.87,0-17.88-8-17.88-17.88c0-9.87,8-17.88,17.88-17.88v-4.28 c5.51,4.16,13.47,8.49,23.73,9.68c8.75,1.01,17.59-0.42,26.44-4.29C111.44,48.2,104,68.44,94.84,83.33 c0.01-0.34,0.04-0.68,0.04-1.03c0-10.53-5.24-19.81-13.25-25.44c-4.7,4.33-10.96,7-17.85,7v28.81c9.55,0,18.36-0.39,25.41-1.06 C80.84,102.64,71.69,109.98,63.78,114.8z'/%3e%3cpath d='M81.66,37.47c0-9.87-8-17.88-17.88-17.88v35.76C73.65,55.35,81.66,47.34,81.66,37.47z'/%3e%3c/g%3e%3c/svg%3e ");
}

.svg-web-applications {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpath d='M112.62,11.6H14.94c-8.2,0-14.87,6.67-14.87,14.87V81.2c0,8.2,6.67,14.87,14.87,14.87h38.42v13.06H42.42v6.82h42.72v-6.82 H74.2V96.07h38.42c8.2,0,14.87-6.67,14.87-14.87V26.47C127.49,18.27,120.82,11.6,112.62,11.6z M14.94,21.67h97.69 c2.65,0,4.81,2.16,4.81,4.81v16.38H10.13V26.47C10.13,23.82,12.29,21.67,14.94,21.67z M112.62,86.01H14.94 c-2.65,0-4.81-2.16-4.81-4.81V50.9h107.3v30.3C117.43,83.85,115.27,86.01,112.62,86.01z'/%3e%3ccircle cx='23.08' cy='32.26' r='5.71'/%3e%3ccircle cx='38.37' cy='32.26' r='5.71'/%3e%3ccircle cx='53.65' cy='32.26' r='5.71'/%3e%3c/g%3e%3c/svg%3e");
}

.svg-website-development {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg%3e%3cpath d='M37.71,33.4c-1.94-1.94-5.09-1.94-7.03,0L0.3,63.78l30.38,30.38c0.97,0.97,2.24,1.46,3.51,1.46s2.54-0.49,3.51-1.46 c1.94-1.94,1.94-5.09,0-7.03L14.36,63.78l23.35-23.35C39.65,38.49,39.65,35.34,37.71,33.4z'/%3e%3cpath d='M96.88,33.4c-1.94-1.94-5.09-1.94-7.03,0c-1.94,1.94-1.94,5.09,0,7.03l23.35,23.35L89.85,87.13 c-1.94,1.94-1.94,5.09,0,7.03c0.97,0.97,2.24,1.46,3.51,1.46s2.54-0.49,3.51-1.46l30.38-30.38L96.88,33.4z'/%3e%3cpath d='M77.67,33.26c-2-0.91-4.36-0.03-5.27,1.97l-24.48,53.8c-0.91,2-0.03,4.36,1.97,5.27c0.53,0.24,1.09,0.36,1.64,0.36 c1.51,0,2.95-0.87,3.62-2.33l24.48-53.8C80.55,36.53,79.67,34.17,77.67,33.26z'/%3e%3c/g%3e%3c/svg%3e");
}

.svg-windows-apps {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.56 127.56' style='enable-background:new 0 0 127.56 127.56;' xml:space='preserve'%3e%3cg id='WinLogo'%3e%3cpolygon points='53.17,61.44 53.17,10.45 0.28,17.91 0.28,61.44 '/%3e%3cpolygon points='57.86,61.44 127.28,61.44 127.28,0 57.86,9.79 '/%3e%3cpolygon points='53.17,66.12 0.28,66.12 0.28,109.65 53.17,117.11 '/%3e%3cpolygon points='57.86,66.12 57.86,117.77 127.28,127.56 127.28,66.12 '/%3e%3c/g%3e%3c/svg%3e");
}

.svg-twitter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 512 512'%3e%3cpath d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'%3e%3c/path%3e%3c/svg%3e");
}

.svg-facebook {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 320 512'%3e%3cpath d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'%3e%3c/path%3e%3c/svg%3e");
}

.svg-youtube {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 576 512'%3e%3cpath d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'%3e%3c/path%3e%3c/svg%3e");
}

.svg-linkedin {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 448 512'%3e%3cpath d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'%3e%3c/path%3e%3c/svg%3e");
}

.svg-tumblr {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 320 512'%3e%3cpath d='M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z'%3e%3c/path%3e%3c/svg%3e");
}

.svg-pinterest {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 384 512'%3e%3cpath d='M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z'%3e%3c/path%3e%3c/svg%3e");
}

.svg-instagram {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 169.063 169.063' style='enable-background:new 0 0 169.063 169.063;' xml:space='preserve'%3e%3cg%3e%3cpath d='M122.406,0H46.654C20.929,0,0,20.93,0,46.655v75.752c0,25.726,20.929,46.655,46.654,46.655h75.752 c25.727,0,46.656-20.93,46.656-46.655V46.655C169.063,20.93,148.133,0,122.406,0z M154.063,122.407 c0,17.455-14.201,31.655-31.656,31.655H46.654C29.2,154.063,15,139.862,15,122.407V46.655C15,29.201,29.2,15,46.654,15h75.752 c17.455,0,31.656,14.201,31.656,31.655V122.407z'/%3e%3cpath d='M84.531,40.97c-24.021,0-43.563,19.542-43.563,43.563c0,24.02,19.542,43.561,43.563,43.561s43.563-19.541,43.563-43.561 C128.094,60.512,108.552,40.97,84.531,40.97z M84.531,113.093c-15.749,0-28.563-12.812-28.563-28.561 c0-15.75,12.813-28.563,28.563-28.563s28.563,12.813,28.563,28.563C113.094,100.281,100.28,113.093,84.531,113.093z'/%3e%3cpath d='M129.921,28.251c-2.89,0-5.729,1.17-7.77,3.22c-2.051,2.04-3.23,4.88-3.23,7.78c0,2.891,1.18,5.73,3.23,7.78 c2.04,2.04,4.88,3.22,7.77,3.22c2.9,0,5.73-1.18,7.78-3.22c2.05-2.05,3.22-4.89,3.22-7.78c0-2.9-1.17-5.74-3.22-7.78 C135.661,29.421,132.821,28.251,129.921,28.251z'/%3e%3c/g%3e%3c/svg%3e");
}

.svg-email {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 0 24 24' width='24px' fill='%23ffffff'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 14H4V8l8 5 8-5v10zm-8-7L4 6h16l-8 5z'/%3E%3C/svg%3E");
}

.list-ticks > li:before,
.list-ticks.list-ticks-blue > li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%2300A19A;%7d %3c/style%3e%3cpolygon class='st0' points='4.12,9.47 0.32,6.94 1.43,5.27 3.62,6.74 8.06,0.52 9.68,1.69 '/%3e%3c/svg%3e ");
}

.list-ticks.list-ticks-yellow > li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23EA5B0C;%7d %3c/style%3e%3cpolygon class='st0' points='4.12,9.47 0.32,6.94 1.43,5.27 3.62,6.74 8.06,0.52 9.68,1.69 '/%3e%3c/svg%3e ");
}

.list-ticks.list-ticks-light-blue > li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%2379CDF4;%7d %3c/style%3e%3cpolygon class='st0' points='4.12,9.47 0.32,6.94 1.43,5.27 3.62,6.74 8.06,0.52 9.68,1.69 '/%3e%3c/svg%3e ");
}

.list-ticks.list-ticks-black > li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23000;%7d %3c/style%3e%3cpolygon class='st0' points='4.12,9.47 0.32,6.94 1.43,5.27 3.62,6.74 8.06,0.52 9.68,1.69 '/%3e%3c/svg%3e ");
}

.list-ticks.list-ticks-dark-blue > li:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 10' style='enable-background:new 0 0 10 10;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%2327348B;%7d %3c/style%3e%3cpolygon class='st0' points='4.12,9.47 0.32,6.94 1.43,5.27 3.62,6.74 8.06,0.52 9.68,1.69 '/%3e%3c/svg%3e ");
}

.news-social-icons .svg-twitter {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.6 127.6' style='enable-background:new 0 0 127.6 127.6;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7d %3c/style%3e%3cpath id='XMLID_117_' class='st0' d='M124.4,26.8c-4.4,1.9-9.2,3.2-14.3,3.9c5.2-3.1,9.1-7.8,11-13.6c-4.8,2.8-10.2,4.9-15.8,6 c-4.5-4.8-11-7.8-18.2-7.8c-13.7,0-24.9,11-24.9,24.5c0,2,0.3,3.8,0.7,5.6c-20.7-1-39.1-10.7-51.3-25.6c-2.1,3.7-3.4,7.8-3.4,12.3 c0,8.5,4.5,16,11,20.4c-4.1-0.1-7.9-1.2-11.2-3c0,0.1,0,0.2,0,0.3c0,3.2,0.6,6.1,1.7,8.8c3,7.7,9.9,13.5,18.3,15.1 c-2.2,0.6-4.3,0.9-6.6,0.9c-1.6,0-3.2-0.2-4.7-0.5C20,83.8,29.1,90.9,40,91.2c-8.6,6.6-19.2,10.5-30.8,10.5c-2,0-3.9-0.1-6-0.3 c11,6.9,24.1,11,38.1,11c38.9,0,62.9-26.9,69.1-54.8c1.1-5,1.6-9.9,1.6-14.8c0-1.1,0-2.2,0-3.2C116.8,36,121.1,31.7,124.4,26.8 L124.4,26.8z'/%3e%3c/svg%3e ");
}

.news-social-icons .svg-facebook {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.6 127.6' style='enable-background:new 0 0 127.6 127.6;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7d %3c/style%3e%3cpath id='XMLID_138_' class='st0' d='M73.2,38.6V28.6c0-4.8,3.2-6,5.5-6c2.2,0,14.1,0,14.1,0V1.1H73.4C51.8,1.1,47,17,47,27.3v11.3 H34.5v15.2v9.9h12.7c0,28.5,0,62.7,0,62.7h25.1c0,0,0-34.7,0-62.7h18.6l0.8-9.9l1.5-15.2H73.2z'/%3e%3c/svg%3e ");
}

.news-social-icons .svg-linkedin {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.6 127.6' style='enable-background:new 0 0 127.6 127.6;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7d %3c/style%3e%3cpath class='st0' d='M4.3,65v58.3H32v-63V43.9H4.3V65z M122.6,68.3c-1.8-15-8.7-24.4-29-24.4c-11.9,0-19.9,4.4-23.3,10.7H70V43.9 H47.9v15.3v64.1H71V83.9c0-10.4,2-20.4,14.8-20.4s13.7,11.8,13.7,21.1v38.6h23.8V79.7C123.3,75.6,123.1,71.8,122.6,68.3L122.6,68.3z M18.2,4.3c-7.7,0-13.9,6.2-13.9,13.9S10.5,32,18.2,32C25.8,32,32,25.8,32,18.2S25.8,4.3,18.2,4.3L18.2,4.3z'/%3e%3c/svg%3e ");
}

.news-social-icons .svg-email-marketing {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 23.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 127.6 127.6' style='enable-background:new 0 0 127.6 127.6;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cpolygon class='st0' points='0,22.2 0,105.9 41.9,64 '/%3e%3cpolygon class='st0' points='85.7,64 127.6,105.9 127.6,22.2 '/%3e%3cpolygon class='st0' points='5.2,16.2 63.8,74.8 122.4,16.2 '/%3e%3cpolygon class='st0' points='5.7,111.3 121.8,111.3 80.1,69.6 63.8,86 47.4,69.6 '/%3e%3c/g%3e%3c/svg%3e ");
}

.ani-chart {
  width: 100%;
  max-width: 600px;
  max-height: 600px;
  height: auto;
  min-height: 600px;
  margin: auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.ani-chart-div {
  width: 50%;
  background-size: cover;
  overflow: visible;
  padding: 10px;
}

.ani-chart-div-03 {
  width: 30%;
}

.ani-chart-div-04 {
  width: 40%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.ani-chart-div-05 {
  width: 30%;
}

.ani-chart-img {
  position: relative;
  max-width: 290px;
  margin: auto;
  width: 100%;
  transition: all 0.2s ease;
}

.ani-chart-img:not(.ani-chart-center):hover {
  transform: scale(1.1);
}

.ani-chart-center {
  position: relative;
  transform: scale(1.45);
  z-index: 99;
}

.ani-chart-01 {
  top: 78px;
  right: 0;
}

.ani-chart-02 {
  top: 78px;
  right: 0;
  bottom: 0;
}

.ani-chart-03 {
  bottom: 0;
  right: 0;
}

.ani-chart-04 {
  bottom: 0;
  left: 0;
}

.ani-chart-05 {
  top: -77px;
}

.ani-chart-06 {
  top: -77px;
}

.ani-chart.ani-chart-mobile {
  display: block;
  height: auto;
  min-height: initial;
}

.ani-chart-desktop {
  display: none;
}

@media only screen and (min-width: 993px) {
  .ani-chart-desktop {
    display: flex;
  }
  .ani-chart.ani-chart-mobile {
    display: none;
  }
}

/*.navbar-brand-logo-sm,
.navbar-brand-logo-lg {
}

.navbar-brand-logo-sm {
    max-width: 49px;
}*/
.navbar-brand-logo-lg {
  /*display: none;*/
  max-width: 280px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .navbar-brand-logo-lg {
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  .navbar-brand-logo-lg {
    max-width: 180px;
    padding-right: 5px;
  }
  .header-navbar-nav-inner ul {
    padding-top: 18px;
  }
  .header-navbar-nav-inner ul li a {
    font-size: 90%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .navbar-brand-logo-lg {
    max-width: 260px;
  }
  .header-navbar-nav-inner ul {
    padding-top: 16px;
  }
  .header-navbar-nav-inner ul li a {
    font-size: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1500px) {
  .navbar-brand-logo-lg {
    max-width: 400px;
  }
}

.header-navbar-nav-inner ul {
  list-style: none;
}

.header-navbar-nav-inner ul li {
  display: inline-flex;
  position: relative;
}

/*
            .header-navbar-nav-inner ul li:hover,
            .header-navbar-nav-inner ul ul {
                background: #03908a;
            }*/
.header-navbar-nav-inner ul ul {
  position: absolute;
  margin: 0;
  padding: 0;
  padding-top: 0 !important;
  left: 0;
  top: 38px;
}

.header-navbar-nav-inner ul li:hover ul, nav ul ul:hover {
  display: block !important;
}

.header-navbar-nav-inner ul ul li {
  white-space: nowrap;
  font-size: 95%;
}

body {
  font-size: 1.1rem;
}

.form-control {
  background-color: #f3f8f8;
  border: 1px solid #f3f8f8;
}

.form-control:focus {
  border-color: #00A19A;
  box-shadow: none;
}

.header-navbar-nav-inner ul li:hover,
.header-navbar-nav-inner ul ul {
  background: #009c95;
}

.bg-video {
  background-color: #D60B52;
}
