﻿@font-face {
  font-display: swap;
  font-family: MarkPro;
  font-style: normal;
  font-weight: 400;
  src: url(../style/fonts/markpro.woff2) format("woff2"),
    url(../style/fonts/markpro.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: MarkPro;
  font-style: normal;
  font-weight: 300;
  src: url(../style/fonts/markpro-light.woff2) format("woff2"),
    url(../style/fonts/markpro-light.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: MarkPro;
  font-style: normal;
  font-weight: 500;
  src: url(../style/fonts/markpro-medium.woff2) format("woff2"),
    url(../style/fonts/markpro-medium.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: MarkPro;
  font-style: normal;
  font-weight: 700;
  src: url(../style/fonts/markpro-bold.woff2) format("woff2"),
    url(../style/style/fonts/markpro-bold.woff) format("woff");
}

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
abbr[data-original-title],
abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
a {
  color: #007bff;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  font-size: inherit;
  line-height: inherit;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  width: 100%;
}
[type="search"] {
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
output {
  display: inline-block;
}
summary {
  cursor: pointer;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.blockquote-footer {
  color: #6c757d;
  display: block;
  font-size: 80%;
}
.blockquote-footer:before {
  content: "\2014 \00A0";
}
.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.figure-caption {
  color: #6c757d;
  font-size: 90%;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
}
code {
  color: #e83e8c;
  font-size: 87.5%;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 100%;
  font-weight: 700;
  padding: 0;
}
pre {
  color: #212529;
  display: block;
  font-size: 87.5%;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}
.col-1,
.col-auto {
  -webkit-box-flex: 0;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-2,
.col-3 {
  -webkit-box-flex: 0;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-4,
.col-5 {
  -webkit-box-flex: 0;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-6,
.col-7 {
  -webkit-box-flex: 0;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-8,
.col-9 {
  -webkit-box-flex: 0;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-10,
.col-11 {
  -webkit-box-flex: 0;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  background-color: transparent;
  margin-bottom: 1rem;
  max-width: 100%;
  width: 100%;
}
.table td,
.table th {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}
.table thead th {
  border-bottom: 2px solid #dee2e6;
  vertical-align: bottom;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  background-color: #212529;
  border-color: #32383e;
  color: #fff;
}
.table .thead-light th {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.table-dark {
  background-color: #212529;
  color: #fff;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  background-color: #fff;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  color: #495057;
  outline: 0;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
}
.col-form-label-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
  width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.input-group-lg
  > .input-group-append
  > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg
  > .input-group-prepend
  > .form-control-plaintext.input-group-text,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.input-group-sm
  > .input-group-append
  > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm
  > .input-group-prepend
  > .form-control-plaintext.input-group-text {
  padding-left: 0;
  padding-right: 0;
}
.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}
.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg
  > .input-group-append
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg
  > .input-group-prepend
  > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.form-check {
  display: block;
  padding-left: 1.25rem;
  position: relative;
}
.form-check-input {
  margin-left: -1.25rem;
  margin-top: 0.3rem;
  position: absolute;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.75rem;
  padding-left: 0;
}
.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: 0.3125rem;
  margin-top: 0;
  position: static;
}
.valid-feedback {
  color: #28a745;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.valid-tooltip {
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label:before {
  border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label:before {
  border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    width: auto;
  }
  .form-inline .form-check-input {
    margin-left: 0;
    margin-right: 0.25rem;
    margin-top: 0;
    position: relative;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0062cc;
  border-color: #005cbf;
  color: #fff;
}
.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(0, 123, 255, 0.5);
}
.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #545b62;
  border-color: #4e555b;
  color: #fff;
}
.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 hsla(208, 7%, 46%, 0.5);
}
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
  color: #fff;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background-color: #1e7e34;
  border-color: #1c7430;
  color: #fff;
}
.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(40, 167, 69, 0.5);
}
.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
  color: #fff;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  background-color: #117a8b;
  border-color: #10707f;
  color: #fff;
}
.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(23, 162, 184, 0.5);
}
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #212529;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  background-color: #d39e00;
  border-color: #c69500;
  color: #212529;
}
.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(255, 193, 7, 0.5);
}
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
  color: #fff;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  background-color: #bd2130;
  border-color: #b21f2d;
  color: #fff;
}
.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(220, 53, 69, 0.5);
}
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: #212529;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #dae0e5;
  border-color: #d3d9df;
  color: #212529;
}
.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(248, 249, 250, 0.5);
}
.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
  color: #fff;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  background-color: #1d2124;
  border-color: #171a1d;
  color: #fff;
}
.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(52, 58, 64, 0.5);
}
.btn-outline-primary {
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
  color: #007bff;
}
.btn-outline-primary:hover {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.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, 123, 255, 0.5);
}
.btn-outline-secondary {
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.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 hsla(208, 7%, 46%, 0.5);
}
.btn-outline-success {
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
  color: #28a745;
}
.btn-outline-success:hover {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.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(40, 167, 69, 0.5);
}
.btn-outline-info {
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
  color: #17a2b8;
}
.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.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(23, 162, 184, 0.5);
}
.btn-outline-warning {
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
  color: #ffc107;
}
.btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.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(255, 193, 7, 0.5);
}
.btn-outline-danger {
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
  color: #dc3545;
}
.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.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 {
  background-color: transparent;
  color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.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 {
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.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(248, 249, 250, 0.5);
}
.btn-outline-dark {
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
  color: #343a40;
}
.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.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(52, 58, 64, 0.5);
}
.btn-link {
  background-color: transparent;
  color: #007bff;
  font-weight: 400;
}
.btn-link:hover {
  background-color: transparent;
  color: #0056b3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}
.btn-group-lg > .btn,
.btn-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.collapsing,
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  width: 0;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #212529;
  display: none;
  float: left;
  font-size: 1rem;
  left: 0;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.dropup .dropdown-menu {
  margin-bottom: 0.125rem;
  margin-top: 0;
}
.dropup .dropdown-toggle:after {
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  width: 0;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  margin-left: 0.125rem;
  margin-top: 0;
}
.dropright .dropdown-toggle:after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  width: 0;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  margin-right: 0.125rem;
  margin-top: 0;
}
.dropleft .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  width: 0;
}
.dropleft .dropdown-toggle:before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  width: 0;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-divider {
  border-top: 1px solid #e9ecef;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #16181b;
  text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: #6c757d;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}
.btn-group,
.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.dropdown-toggle-split:after {
  margin-left: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
  width: 1%;
}
.input-group > .custom-file:focus,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
  margin-left: -1px;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:before {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label:before {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.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),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .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),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.custom-control {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
  color: #fff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label:before {
  background-color: #b3d7ff;
  color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
}
.custom-control-label:before {
  background-color: #dee2e6;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-control-label:after,
.custom-control-label:before {
  content: "";
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}
.custom-control-label:after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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, 123, 255, 0.5);
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: inline-block;
  height: calc(2.25rem + 2px);
  line-height: 1.5;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align: middle;
  width: 100%;
}
.custom-select:focus {
  border-color: #80bdff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075),
    0 0 5px rgba(128, 189, 255, 0.5);
  outline: 0;
}
.custom-select:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  background-image: none;
  height: auto;
  padding-right: 0.75rem;
}
.custom-select:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.custom-select::-ms-expand {
  opacity: 0;
}
.custom-select-sm {
  font-size: 75%;
  height: calc(1.8125rem + 2px);
}
.custom-select-lg,
.custom-select-sm {
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}
.custom-select-lg {
  font-size: 125%;
  height: calc(2.875rem + 2px);
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  height: calc(2.25rem + 2px);
  position: relative;
  width: 100%;
}
.custom-file-input {
  margin: 0;
  opacity: 0;
  z-index: 2;
}
.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control:before {
  border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-label {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  height: calc(2.25rem + 2px);
  left: 0;
  z-index: 1;
}
.custom-file-label,
.custom-file-label:after {
  color: #495057;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
}
.custom-file-label:after {
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
  bottom: 0;
  content: "Browse";
  display: block;
  height: 2.25rem;
  z-index: 3;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #495057;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #007bff;
  color: #fff;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  padding: 0.5rem 1rem;
  position: relative;
}
.navbar,
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  margin-right: 1rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .dropdown-menu {
  float: none;
  position: static;
}
.navbar-text {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.navbar-toggler-icon {
  background: no-repeat 50%;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm,
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    left: auto;
    right: 0;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    bottom: 100%;
    top: auto;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md,
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    left: auto;
    right: 0;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    bottom: 100%;
    top: auto;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg,
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    left: auto;
    right: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    bottom: 100%;
    top: auto;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl,
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    left: auto;
    right: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    bottom: 100%;
    top: auto;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  left: auto;
  right: 0;
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .dropup .dropdown-menu {
  bottom: 100%;
  top: auto;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .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(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  border-color: hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .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, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -0.75rem;
}
.card-header-pills,
.card-header-tabs {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.card-img-overlay {
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.card-img {
  border-radius: calc(0.25rem - 1px);
  width: 100%;
}
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  width: 100%;
}
.card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  width: 100%;
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-deck,
  .card-deck .card {
    -webkit-box-direction: normal;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }
  .card-group > .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-header,
  .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-footer,
  .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-header,
  .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-footer,
  .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-header,
  .card-group > .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-footer,
  .card-group > .card:only-child .card-img-bottom {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child),
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-footer,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-header,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-bottom,
  .card-group
    > .card:not(:first-child):not(:last-child):not(:only-child)
    .card-img-top {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #6c757d;
  content: "/";
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
}
.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #007bff;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #0056b3;
  text-decoration: none;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
  z-index: 2;
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  margin-left: 0;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  z-index: 1;
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  cursor: auto;
  pointer-events: none;
}
.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.badge {
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 0.25em 0.4em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.badge-primary {
  background-color: #007bff;
  color: #fff;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  background-color: #0062cc;
  color: #fff;
  text-decoration: none;
}
.badge-secondary {
  background-color: #6c757d;
  color: #fff;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  background-color: #545b62;
  color: #fff;
  text-decoration: none;
}
.badge-success {
  background-color: #28a745;
  color: #fff;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
  background-color: #1e7e34;
  color: #fff;
  text-decoration: none;
}
.badge-info {
  background-color: #17a2b8;
  color: #fff;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  background-color: #117a8b;
  color: #fff;
  text-decoration: none;
}
.badge-warning {
  background-color: #ffc107;
  color: #212529;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  background-color: #d39e00;
  color: #212529;
  text-decoration: none;
}
.badge-danger {
  background-color: #dc3545;
  color: #fff;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  background-color: #bd2130;
  color: #fff;
  text-decoration: none;
}
.badge-light {
  background-color: #f8f9fa;
  color: #212529;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
  background-color: #dae0e5;
  color: #212529;
  text-decoration: none;
}
.badge-dark {
  background-color: #343a40;
  color: #fff;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
  background-color: #1d2124;
  color: #fff;
  text-decoration: none;
}
.jumbotron {
  background-color: #e9ecef;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  color: inherit;
  padding: 0.75rem 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.alert-primary {
  background-color: #cce5ff;
  border-color: #b8daff;
  color: #004085;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  background-color: #e2e3e5;
  border-color: #d6d8db;
  color: #383d41;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
  color: #818182;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  color: #1b1e21;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  height: 1rem;
  overflow: hidden;
}
.progress,
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.progress-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #007bff;
  color: #fff;
  justify-content: center;
  text-align: center;
  transition: width 0.6s ease;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
}
.list-group-item-action:active {
  background-color: #e9ecef;
  color: #212529;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  margin-bottom: -1px;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  margin-bottom: 0;
}
.list-group-item:focus,
.list-group-item:hover {
  text-decoration: none;
  z-index: 1;
}
.list-group-item.disabled,
.list-group-item:disabled {
  background-color: #fff;
  color: #6c757d;
}
.list-group-item.active {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  z-index: 2;
}
.list-group-flush .list-group-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item-primary {
  background-color: #b8daff;
  color: #004085;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #9fcdff;
  color: #004085;
}
.list-group-item-primary.list-group-item-action.active {
  background-color: #004085;
  border-color: #004085;
  color: #fff;
}
.list-group-item-secondary {
  background-color: #d6d8db;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #c8cbcf;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action.active {
  background-color: #383d41;
  border-color: #383d41;
  color: #fff;
}
.list-group-item-success {
  background-color: #c3e6cb;
  color: #155724;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #b1dfbb;
  color: #155724;
}
.list-group-item-success.list-group-item-action.active {
  background-color: #155724;
  border-color: #155724;
  color: #fff;
}
.list-group-item-info {
  background-color: #bee5eb;
  color: #0c5460;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #abdde5;
  color: #0c5460;
}
.list-group-item-info.list-group-item-action.active {
  background-color: #0c5460;
  border-color: #0c5460;
  color: #fff;
}
.list-group-item-warning {
  background-color: #ffeeba;
  color: #856404;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #ffe8a1;
  color: #856404;
}
.list-group-item-warning.list-group-item-action.active {
  background-color: #856404;
  border-color: #856404;
  color: #fff;
}
.list-group-item-danger {
  background-color: #f5c6cb;
  color: #721c24;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #f1b0b7;
  color: #721c24;
}
.list-group-item-danger.list-group-item-action.active {
  background-color: #721c24;
  border-color: #721c24;
  color: #fff;
}
.list-group-item-light {
  background-color: #fdfdfe;
  color: #818182;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #ececf6;
  color: #818182;
}
.list-group-item-light.list-group-item-action.active {
  background-color: #818182;
  border-color: #818182;
  color: #fff;
}
.list-group-item-dark {
  background-color: #c6c8ca;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #b9bbbe;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action.active {
  background-color: #1b1e21;
  border-color: #1b1e21;
  color: #fff;
}
.close {
  color: #000;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  text-shadow: 0 1px 0 #fff;
}
.close:focus,
.close:hover {
  color: #000;
  opacity: 0.75;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
button.close {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.fade .modal-dialog {
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.modal-dialog-centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content,
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal-content {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  width: 100%;
}
.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  justify-content: space-between;
  padding: 1rem;
}
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}
.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  border-top: 1px solid #e9ecef;
  justify-content: flex-end;
  padding: 1rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  display: block;
  height: 0.4rem;
  position: absolute;
  width: 0.8rem;
}
.tooltip .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  border-top-color: #000;
  border-width: 0.4rem 0.4rem 0;
  top: 0;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  height: 0.8rem;
  left: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  border-right-color: #000;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  right: 0;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #000;
  border-width: 0 0.4rem 0.4rem;
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  height: 0.8rem;
  right: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  border-left-color: #000;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  left: 0;
}
.tooltip-inner {
  background-color: #000;
  border-radius: 0.25rem;
  color: #fff;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.popover {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1060;
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover,
.popover .arrow {
  display: block;
  position: absolute;
}
.popover .arrow {
  height: 0.5rem;
  margin: 0 0.3rem;
  width: 1rem;
}
.popover .arrow:after,
.popover .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
  bottom: calc(-0.5rem + -1px);
}
.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:before {
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
}
.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-top .arrow:after {
  border-top-color: #fff;
  bottom: 1px;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
  height: 1rem;
  left: calc(-0.5rem + -1px);
  margin: 0.3rem 0;
  width: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:before {
  border-right-color: rgba(0, 0, 0, 0.25);
  left: 0;
}
.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-right .arrow:after {
  border-right-color: #fff;
  left: 1px;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
  top: calc(-0.5rem + -1px);
}
.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
  border-width: 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: 0;
}
.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-bottom .arrow:after {
  border-bottom-color: #fff;
  top: 1px;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  border-bottom: 1px solid #f7f7f7;
  content: "";
  display: block;
  left: 50%;
  margin-left: -0.5rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
  height: 1rem;
  margin: 0.3rem 0;
  right: calc(-0.5rem + -1px);
  width: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:before {
  border-left-color: rgba(0, 0, 0, 0.25);
  right: 0;
}
.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-left .arrow:after {
  border-left-color: #fff;
  right: 1px;
}
.popover-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  color: inherit;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  color: #212529;
  padding: 0.5rem 0.75rem;
}
.carousel {
  position: relative;
}
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-item {
  display: none;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  width: 100%;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (
  (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)
) {
  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-next,
.carousel-control-prev {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  color: #fff;
  justify-content: center;
  opacity: 0.5;
  text-align: center;
  width: 15%;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: transparent no-repeat 50%;
  background-size: 100% 100%;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 15;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  background-color: hsla(0, 0%, 100%, 0.5);
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  text-indent: -999px;
  width: 30px;
}
.carousel-indicators li:before {
  top: -10px;
}
.carousel-indicators li:after,
.carousel-indicators li:before {
  content: "";
  display: inline-block;
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
.carousel-indicators li:after {
  bottom: -10px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  bottom: 20px;
  color: #fff;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  z-index: 10;
}
.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: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !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: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  content: "";
  display: block;
}
.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.embed-responsive:before {
  content: "";
  display: block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.embed-responsive-21by9:before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column,
.flex-row {
  -webkit-box-direction: normal !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    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;
  }
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  white-space: normal;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !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-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-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-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-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-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;
  }
}
.text-justify {
  text-align: justify !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-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #545b62 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    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 td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
*,
:after,
:before {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.row-fluid {
  width: 100%;
}
.row-fluid:after,
.row-fluid:before {
  content: "";
  display: table;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 2.127659574%;
  min-height: 1px;
  width: 100%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
.container-fluid:after,
.container-fluid:before {
  content: "";
  display: table;
}
.container-fluid:after {
  clear: both;
}
@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
  }
  main .dnd-section > .row-fluid > .span4,
  main .dnd-section > .row-fluid > .span6,
  main .dnd-section > .row-fluid > .span8 {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  main .dnd-section > .row-fluid > .span2,
  main .dnd-section > .row-fluid > .span3 {
    margin-bottom: 15px;
  }
}
@media (min-width: 481px) and (max-width: 992px) {
  main .dnd-section .row-fluid .span2,
  main .dnd-section .row-fluid .span3 {
    float: left;
    margin-left: 2.564102564%;
    width: 48.717948718%;
  }
  main .dnd-section .row-fluid .span2:nth-child(odd),
  main .dnd-section .row-fluid .span3:nth-child(odd) {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid:after,
  .row-fluid:before {
    content: "";
    display: table;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    margin-left: 2.762430939%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
  }
}
@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid:after,
  .row-fluid:before {
    content: "";
    display: table;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    margin-left: 2.564102564%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
  }
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.hidden,
.invisible {
  visibility: hidden;
}
.hidden {
  display: none;
}
.hidden-desktop,
.visible-phone,
.visible-tablet {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}
.dnd-section .dnd-column {
  padding: 0;
}
@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
main,
main blockquote {
  font-family: MarkPro, sans-serif;
  font-weight: 400;
}
main a,
main li,
main p {
  font-family: MarkPro, sans-serif;
  font-weight: 300;
}
main h1,
main h5,
main h6 {
  font-family: MarkPro, sans-serif;
  font-weight: 700;
}
main h2,
main h3,
main h4 {
  font-family: MarkPro, sans-serif;
  font-weight: 500;
}
main .h3,
main .h6 {
  display: block;
}
a,
body,
html,
li,
p {
  line-height: 1.5;
  word-break: break-word;
}
html[lang^="ja"] body,
html[lang^="ko"] body,
html[lang^="zh"] body {
  line-break: strict;
  word-break: break-all;
}
main p {
  font-size: 1rem;
  margin: 0 0 10px;
}
main a {
  cursor: pointer;
  transition: 0.3s;
}
main a:active,
main a:focus,
main a:hover {
  outline: none;
}
main strong {
  font-family: MarkPro, sans-serif;
  font-weight: 700;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  line-height: 1.2;
  margin: 10px 0 15px;
  text-rendering: optimizelegibility;
}
@media (min-width: 767px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main h6 {
    margin: 10px 0 15px;
  }
}
main ol,
main ul {
  margin: 0 0 1.4rem;
}
main ol ol,
main ol ul,
main ul ol,
main ul ul {
  margin: 0;
}
main ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
main pre {
  overflow: auto;
}
main code {
  vertical-align: bottom;
}
main blockquote {
  background: #f5f5f5;
  margin: 15px 0;
  overflow: hidden;
  padding: 24px;
  position: relative;
}
main blockquote:before {
  background: #5b87da;
  content: "";
  height: calc(100% - 48px);
  position: absolute;
  width: 24px;
}
main blockquote p {
  margin-left: 40px;
}
main blockquote p:last-child {
  margin-bottom: 0;
}
main hr {
  border: none;
  border-bottom: 1px solid #ccc;
}
main img {
  font-size: 0.583rem;
  word-break: normal;
}
main .button,
main button {
  font-family: MarkPro;
  font-weight: 700;
}
main .button:hover,
main .cta_button:hover {
  text-decoration: none;
}
.btn {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 5px 0;
  outline: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  white-space: normal;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}
.button:disabled,
button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}
.no-button,
.no-button:active,
.no-button:focus,
.no-button:hover {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
@media (min-width: 767px) {
  .btn {
    margin: 25px 0 10px;
  }
  .btn.quaternary-button {
    margin: 15px 0 10px;
  }
}
form .hs-form-field {
  margin-bottom: 13px;
}
form label {
  display: block;
  margin-bottom: 0.35rem;
  position: relative;
}
form .hs-form-field label {
  opacity: 70%;
}
form .hs-form-field .inputs-list label {
  opacity: 100%;
}
form legend {
  font-size: 0.875rem;
}
form input[type="email"],
form input[type="number"],
form input[type="password"],
form input[type="tel"],
form input[type="text"],
form select,
form textarea {
  display: inline-block;
  line-height: 0;
  padding: 0.7rem;
  width: 100% !important;
}
form input[type="file"] {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100% !important;
}
form .uneditable-input:focus,
form input[type="color"]:focus,
form input[type="date"]:focus,
form input[type="datetime-local"]:focus,
form input[type="datetime"]:focus,
form input[type="email"]:focus,
form input[type="month"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="text"]:focus,
form input[type="time"]:focus,
form input[type="url"]:focus,
form input[type="week"]:focus,
form textarea:focus {
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0/8%),
    0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgb(0 0 0/8%), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
}
form input[type="date"],
form input[type="datetime-local"],
form input[type="month"],
form input[type="time"] {
  padding: 0.7rem !important;
  width: 100% !important;
}
form fieldset {
  max-width: 100% !important;
}
form fieldset.form-columns-1 .hs-fieldtype-select .hs-input,
form fieldset.form-columns-1 .hs-fieldtype-textarea .hs-input {
  width: 100% !important;
}
form div.input {
  line-height: 0;
}
form .hs-fieldtype-booleancheckbox .input {
  line-height: 1;
}
form textarea {
  height: auto;
  line-height: 20px;
}
form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}
form .inputs-list > li {
  display: block;
  margin: 3px 0;
}
form .inputs-list > li label {
  display: inline-flex;
}
form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}
form input[type="checkbox"],
form input[type="radio"] {
  cursor: pointer;
  margin-right: 0.75rem;
}
form .hs-form-booleancheckbox-display span,
form .hs-form-checkbox-display span,
form .hs-form-radio span {
  padding: 0;
}
form.hs-form input[type="checkbox"] {
  appearance: none;
  background: rgba(133, 166, 227, 0.1);
  border: 1px solid #85a6e3;
  border-radius: 0.15em;
  color: #fff;
  display: grid;
  font: inherit;
  height: 1.5em;
  margin-top: 3px;
  place-content: center;
  transform: translateY(-0.075em);
  width: 1.5em !important;
}
form.hs-form input[type="checkbox"]:before {
  background-color: #fff;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0, 43% 62%);
  content: "";
  height: 0.75em;
  margin: 5px;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.12s ease-in-out;
  width: 0.75em;
}
form.hs-form input[type="checkbox"]:checked:before {
  transform: scale(1);
}
form .hs-dateinput .hs-input {
  min-height: 47px !important;
}
form .hs-dateinput {
  position: relative;
}
form .hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
form .fn-date-picker .pika-table thead th {
  color: #fff;
}
form .fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}
form .fn-date-picker td .pika-button:focus,
form .fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
  color: #fff;
}
form input[type="file"] {
  background-color: transparent;
  background: transparent;
  border: none;
  color: #fff;
  padding: initial;
}
form .hs-richtext,
form .hs-richtext p {
  letter-spacing: 0.5px;
  margin: 0 0 10px;
}
form .hs-richtext img {
  max-width: 100% !important;
}
form .legal-consent-container {
  padding: 0 5px;
}
form .legal-consent-container .hs-form-booleancheckbox-display > span,
form .legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 10px;
  margin-top: 4px;
}
form .legal-consent-container .inputs-list {
  padding: 0;
}
form .legal-consent-container input[type="checkbox"] {
  margin-right: 0;
  margin-top: 3px;
}
form .hs-form-required {
  padding: 0;
}
form .hs-error-msg {
  margin-top: 0.35rem;
}
form .hs-submit {
  text-align: center;
}
form .hs-button,
form input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  font-family: MarkPro;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin: 10px 0 0;
  text-align: center;
  white-space: normal;
  width: 100%;
}
form .grecaptcha-badge {
  margin: 0 auto;
}
form .hs_recaptcha {
  margin-top: 10px;
}
@media (max-width: 480px) {
  form fieldset.form-columns-2 .hs-input {
    margin-right: 0 !important;
    width: 100% !important;
  }
}
@media (min-width: 480px) {
  form fieldset.form-columns-2 div:first-child {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 768px) {
  form .hs-form-field {
    margin-bottom: 25px;
  }
  form input[type="email"],
  form input[type="number"],
  form input[type="password"],
  form input[type="tel"],
  form input[type="text"],
  form select,
  form textarea {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  form .hs_recaptcha {
    float: left;
    width: 60%;
  }
  form .hs-button,
  form input[type="submit"] {
    width: auto;
  }
}
.hs_products_services_of_interest___multi ul.inputs-list.multi-container,
.hs_Support_and_Services_services_of_interest___multi ul.inputs-list.multi-container,
.hs_private_client_service_of_interest___multi ul.inputs-list.multi-container {
  display: grid;
  grid-template-columns: auto;
}
@media (min-width: 768px) {
  .hs_products_services_of_interest___multi ul.inputs-list.multi-container,
  .hs_Support_and_Services_services_of_interest___multi ul.inputs-list.multi-container,
  .hs_private_client_service_of_interest___multi
    ul.inputs-list.multi-container {
    display: grid;
    grid-template-columns: auto auto;
  }
}
.hsfc-Renderer form .hsfc-FieldLabel span {
  color: #033b4c;
}
.hsfc-Renderer form .hsfc-Button {
  margin: auto !important;
}
table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}
td,
th {
  vertical-align: top;
}
thead th {
  vertical-align: bottom;
}
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
.hd-header .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.hd-header .dnd-section {
  padding: 0;
}
.hd-header .dnd-section > .row-fluid {
  max-width: 100%;
}
footer .dnd-section {
  padding: 0;
}
footer .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
footer .dnd-section > .row-fluid {
  max-width: 100%;
}
footer {
  font-family: MarkPro, sans-serif;
}
footer .hd-footer-top {
  background: #033b4c;
  padding: 35px 0 0;
}
footer .logo {
  margin: 0 0 20px;
}
.slogan,
footer h3 {
  color: #fff;
  font-size: 40px;
  margin: 0 0 20px;
}
footer .slogan {
  font-weight: 500;
  line-height: 1.2;
}
footer .middle-menu {
  margin: 0 0 30px;
}
footer .middle-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .middle-menu ul li {
  margin: 0 0 5px;
}
footer .middle-menu ul li:last-child {
  margin: 0;
}
footer .middle-menu a {
  font-size: 15px;
  font-weight: 500;
}
footer a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
footer a:focus,
footer a:hover {
  color: #5b87da;
  text-decoration: none;
}
footer p {
  margin: 0;
}
@media (min-width: 768px) {
  footer .logo {
    margin: 0 0 35px;
  }
  footer .hd-footer-top {
    padding: 60px 0 40px;
  }
  .slogan,
  footer h3 {
    font-size: 30px;
  }
  footer .middle-menu {
    margin: 0;
  }
  footer .middle-menu ul li {
    margin: 0 0 20px;
  }
}
@media (min-width: 992px) {
  .slogan,
  footer h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  footer .container {
    max-width: 100%;
  }
}
footer .hd-footer-bottom {
  background: #033b4c;
  padding: 20px 0 25px;
}
footer .hd-footer-bottom .bottom-menu {
  padding: 0 0 15px;
}
footer .hd-footer-bottom .bottom-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .hd-footer-bottom .bottom-menu ul li {
  display: inline-block;
  margin: 0 15px 7px 0;
}
footer .hd-footer-bottom .bottom-menu ul li:last-child {
  margin: 0;
}
footer .hd-footer-bottom .bottom-menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
footer .hd-footer-bottom .bottom-menu ul li a:focus,
footer .hd-footer-bottom .bottom-menu ul li a:hover {
  color: #5b87da;
}
footer .copyright {
  text-align: center;
}
footer .copyright p {
  font-size: 14px;
}
footer .hd-footer-bottom p {
  color: #fff;
  font-weight: 300;
}
footer .social-media {
  align-items: center;
  padding: 0 0 15px;
}
footer .social-media p {
  color: #fff;
  margin: 0 0 10px;
}
footer .social-contain {
  display: flex;
  flex-wrap: wrap;
}
footer .social-media a {
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}
footer .social-media a:last-child {
  margin: 0;
}
footer .social-media svg {
  height: 18px;
  width: auto;
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
footer .social-media a:hover svg {
  fill: #5b87da;
}
@media (min-width: 768px) {
  footer .hd-footer-bottom {
    padding: 0 0 60px;
  }
  footer .hd-footer-bottom .bottom-menu {
    padding: 0;
  }
  footer .social-media {
    padding: 15px 0 0;
  }
  footer .social-media svg {
    fill: #fff;
  }
}
@media (min-width: 992px) {
  footer .social-media {
    padding: 0;
  }
}
.hd-mega-menu *,
.hd-menu *,
.hd-mobile-menu * {
  font-family: MarkPro, sans-serif;
}
.hd-menu {
  transition: all 0.3s ease-in-out;
}
.hd-menu.menuscrolled .top-banner {
  height: 0;
  opacity: 0;
  transition: height, 0.3s linear;
}
.hd-menu .top-banner {
  height: 50px;
  opacity: 1;
  transition: height, 0.3s linear;
}
.hd-menu .hd-language-switcher.globe_class {
  background-position: unset;
  background-repeat: unset;
  background-size: unset;
  border-radius: 0;
  height: auto;
  width: auto;
}
.hd-menu .hd-language-switcher.globe_class:active .lang_list_class,
.hd-menu .hd-language-switcher.globe_class:hover .lang_list_class {
  display: block;
}
.hd-menu .hd-search {
  align-items: center;
  display: flex;
}
.hd-menu .top-banner .hd-search > .search-icon {
  color: #033b4c;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.3s ease;
}
.hd-menu .hd-search:hover .search-icon {
  color: #5b87da;
}
.hd-menu .hd-search .search-pop .search_btn {
  cursor: pointer;
}
.hd-menu .globe_class {
  background-image: none;
}
.hd-menu .hd-language-switcher {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  margin-right: 20px;
  position: relative;
}
.hd-menu .lang_list_class {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 15px 0 0;
  position: absolute;
  text-align: center;
  z-index: 100;
}
.hd-menu
  .hd-language-switcher
  .hs_cos_wrapper_type_language_switcher
  .globe_class
  .lang_list_class
  li
  a,
.hd-menu .hd-language-switcher .language-text,
.hd-menu .menu-wrapper-mobile custom-svg svg path,
.hd-menu .top-banner custom-svg svg path {
  transition: all 0.3s ease-in-out;
}
.hd-menu .hd-language-switcher:hover .language-text {
  color: #5b87da;
}
.hd-menu
  .hd-language-switcher:hover
  .language-text
  .language-switcher
  custom-svg
  svg
  path {
  fill: #5b87da;
}
.hd-menu .hd-language-switcher .hs_cos_wrapper_type_language_switcher {
  height: 20px;
  position: absolute;
  width: 100%;
}
.hd-menu
  .hd-language-switcher
  .hs_cos_wrapper_type_language_switcher
  .globe_class
  .lang_list_class,
.hd-menu .hd-language-switcher .lang_list_class {
  left: 0;
  top: 20px;
  -webkit-transform: unset;
  transform: unset;
  width: 150px;
}
.hd-menu
  .hd-language-switcher
  .hs_cos_wrapper_type_language_switcher
  .globe_class
  .lang_list_class:after,
.hd-menu
  .hd-language-switcher
  .hs_cos_wrapper_type_language_switcher
  .globe_class
  .lang_list_class:before,
.hd-menu .hd-language-switcher .lang_list_class:after,
.hd-menu .hd-language-switcher .lang_list_class:before {
  display: none;
}
.hd-menu
  .hd-language-switcher
  .hs_cos_wrapper_type_language_switcher
  .globe_class
  .lang_list_class
  li,
.hd-menu .hd-language-switcher .lang_list_class li {
  background: #033b4c;
  border: 0;
  padding: 9px 18px;
}
.hd-menu
  .hd-language-switcher
  .hs_cos_wrapper_type_language_switcher
  .globe_class
  .lang_list_class
  li:first-child,
.hd-menu .hd-language-switcher .lang_list_class li:first-child {
  padding-top: 18px;
}
.hd-menu
  .hd-language-switcher
  .hs_cos_wrapper_type_language_switcher
  .globe_class
  .lang_list_class
  li:last-child,
.hd-menu .hd-language-switcher .lang_list_class li:last-child {
  padding-bottom: 18px;
}
.hd-menu
  .hd-language-switcher
  .hs_cos_wrapper_type_language_switcher
  .globe_class
  .lang_list_class
  li
  a,
.hd-menu .hd-language-switcher .lang_list_class li a {
  color: #fff;
  font-size: 16px;
}
.hd-menu
  .hd-language-switcher
  .hs_cos_wrapper_type_language_switcher
  .globe_class
  .lang_list_class
  li
  a:hover,
.hd-menu .hd-language-switcher .lang_list_class li a:hover {
  color: #5b87da;
  text-decoration: none;
}
.hd-menu .hd-language-switcher .language-text {
  align-items: center;
  color: #033b4c;
  display: flex;
  flex-direction: row;
  font-weight: 700;
  gap: 7px;
  line-height: 1;
}
.hd-menu .search-pop {
  background: rgba(3, 59, 76, 0.95);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hd-menu .search-pop form {
  display: flex;
  max-width: 750px;
  width: 100%;
}
.hd-menu .search-pop form input[type="text"] {
  background-color: transparent;
  color: #fff;
}
.hd-menu .search-pop form input[type="text"]::placeholder {
  color: #fff;
  opacity: 0.75;
}
.hd-menu .search-pop.open-search {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.hd-menu .search-pop input {
  border: 2px solid #fff;
  font-size: 30px;
  font-weight: 400;
  padding: 24px;
}
.hd-menu .search-pop button i {
  font-size: 30px;
  font-weight: 500;
}
.hd-menu .search-close {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px;
}
.hd-menu .search-close .fa-xmark {
  color: #fff;
  font-size: 40px;
  transition: all 0.3s ease;
}
.hd-menu .search-close:hover .fa-xmark {
  color: #5b87da;
}
.hd-menu .language-swithcer,
.hd-menu .top-banner .col-12 {
  align-items: center;
  display: flex;
  justify-content: end;
}
.hd-menu .language-switcher .language-icon {
  font-size: 20px;
}
.hd-menu .top-banner-row {
  height: 50px;
}
.hd-menu .hd-menu-wrapper .main-header > .container,
.hd-menu .hd-menu-wrapper .top-banner > .container {
  max-width: 100%;
}
.hd-menu .main-header {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.hd-menu {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  transition: 0.3s ease;
  width: 100%;
  z-index: 99999;
}
.hd-menu p {
  margin: 0;
}
.hd-menu .menu-wrapper {
  display: none;
}
.hd-menu .menu-wrapper ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hd-menu .menu-wrapper ul li .btn {
  font-size: 16px;
  margin: 0;
  padding: 8px 16px;
}
.hd-menu .menu-wrapper .hs-menu-wrapper ul > .hs-menu-item a {
  color: #033b4c;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.hd-menu .menu-wrapper .hs-menu-wrapper ul > .hs-menu-item:hover a {
  color: #5b87da;
  text-decoration: none;
}
.hd-menu .main-header .col-12 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .hd-menu .button-wrapper .btn {
    margin: 0;
    padding: 6px 16px;
  }
}
@media (min-width: 992px) {
  .hd-menu .menu-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 15px;
  }
  .hd-menu .logo-wrapper img {
    width: 135px;
  }
  .hd-menu .menu-wrapper ul {
    gap: 15px;
  }
  .hd-menu .menu-wrapper .hs-menu-wrapper ul > .hs-menu-item a {
    font-size: 15px;
  }
  .hd-menu .button-wrapper .btn {
    font-size: 15px;
    font-weight: 500;
    padding: 5px 14px;
  }
}
@media (min-width: 1200px) {
  .hd-menu .hd-menu-wrapper .main-header > .container,
  .hd-menu .hd-menu-wrapper .top-banner > .container {
    max-width: 1445px;
  }
  .hd-menu .menu-wrapper,
  .hd-menu .menu-wrapper ul {
    gap: 24px;
  }
  .hd-menu .menu-wrapper .hs-menu-wrapper ul > .hs-menu-item a {
    font-size: 16px;
  }
  .hd-menu .button-wrapper .btn {
    font-size: 18px;
    font-weight: 700;
    padding: 6px 16px;
  }
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.hd-menu .top-banner,
.hd-mobile-menu {
  display: none;
}
.hd-menu .main-header,
.hd-menu .main-header .col-12 {
  height: 75px;
}
.hd-menu .logo-wrapper img {
  height: auto;
  width: 120px;
}
.hd-menu .main-header.menu-active {
  box-shadow: none;
}
.hd-menu .menu-wrapper-mobile {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 23px;
}
.hd-menu .menu-wrapper-mobile .hd-language-switcher {
  margin-right: 0;
}
.hd-menu
  .menu-wrapper-mobile
  .hd-language-switcher
  .hs_cos_wrapper_type_language_switcher
  .globe_class
  .lang_list_class,
.hd-menu
  .menu-wrapper-mobile
  .hd-language-switcher.globe_class
  .lang_list_class {
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
}
.hd-menu .menu-wrapper-mobile .hd-nav-mobile-button {
  align-items: center;
  display: flex;
  height: 18px;
  width: 26px;
}
.hd-menu .menu-wrapper-mobile .hd-nav-mobile-button .hd-menu-hamburger {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 18px;
  justify-content: space-between;
  width: 26px;
}
.hd-menu
  .menu-wrapper-mobile
  .hd-nav-mobile-button
  .hd-menu-hamburger
  .icon-bar {
  background-color: #033b4c;
  border: none;
  border-radius: 1px;
  display: block;
  height: 2px;
  transition: all 0.3s linear;
  width: 100%;
}
.hd-menu
  .menu-wrapper-mobile
  .hd-nav-mobile-button
  .hd-menu-hamburger.hd-burger-active
  > .icon-bar:first-of-type {
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 6);
}
.hd-menu
  .menu-wrapper-mobile
  .hd-nav-mobile-button
  .hd-menu-hamburger.hd-burger-active
  > .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.hd-menu
  .menu-wrapper-mobile
  .hd-nav-mobile-button
  .hd-menu-hamburger.hd-burger-active
  > .icon-bar:nth-of-type(3) {
  transform: matrix(0.71, -0.71, 0.71, 0.71, 0, -10);
}
.hd-mobile-menu {
  background: #fff;
  height: calc(100vh - 75px);
  min-height: 100%;
  overflow-y: auto;
  padding-bottom: 100px;
  position: fixed;
  top: 75px;
  width: 100%;
  z-index: 99;
}
.hd-mobile-menu.hd-menu-opened {
  display: block;
}
.hd-mobile-menu .menu-wrapper .button-wrapper {
  padding: 10px 15px;
}
.hd-mobile-menu .menu-wrapper .hs-menu-wrapper ul {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hd-mobile-menu .menu-wrapper .hd-search {
  background: #e2e8ea;
  padding: 15px;
}
.hd-mobile-menu .menu-wrapper .hd-search form {
  display: grid;
  grid-template-columns: 1fr auto;
}
.hd-mobile-menu .menu-wrapper .hd-search form input {
  border: 2px solid #033b4c;
  padding: 10px 15px;
}
.hd-mobile-menu .menu-wrapper .hd-search form button {
  background: transparent;
  border: 0;
  color: #033b4c;
}
.hd-mobile-menu .menu-wrapper .hd-search form button i {
  font-size: 22px;
  font-weight: 500;
}
.hd-mobile-menu .menu-wrapper .hd-search form button:hover,
.hd-mobile-menu .menu-wrapper .hd-search form button:hover i {
  color: #5b87da;
}
.hd-mobile-menu .menu-wrapper .hs-menu-item {
  width: 100%;
}
.hd-mobile-menu .menu-wrapper .hs-menu-wrapper > ul > .hs-menu-depth-1 > a {
  border-bottom: 1px solid rgba(3, 59, 76, 0.1);
  padding: 15px;
  width: 100%;
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-wrapper
  > ul
  > .hs-menu-depth-1
  .hs-menu-depth-2
  > a {
  border-bottom: 1px solid rgba(3, 59, 76, 0.1);
  padding: 15px 15px 15px 40px;
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-wrapper
  > ul
  > .hs-menu-depth-1
  .hs-menu-depth-2
  > ul
  .hs-menu-item.hs-menu-depth-3 {
  align-items: center;
  border-bottom: 1px solid rgba(3, 59, 76, 0.1);
  display: flex;
  gap: 13px;
  padding: 15px 15px 15px 40px;
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-wrapper
  > ul
  > .hs-menu-depth-1
  .hs-menu-depth-2
  > ul
  .hs-menu-item.hs-menu-depth-3:before {
  background-image: url(../fonts/submenu.svg);
  content: "";
  display: inline-block;
  height: 11px;
  width: 11px;
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-wrapper
  > ul
  > .hs-menu-depth-1
  .hs-menu-depth-2
  > ul
  .hs-menu-item.hs-menu-depth-3
  > a {
  font-weight: 500;
}
.hd-mobile-menu .menu-wrapper .hs-menu-wrapper ul li a {
  align-items: center;
  color: #033b4c;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-wrapper
  > ul
  > li.hs-item-has-children
  > a:after {
  content: "\f078";
  font-family: Font Awesome\5 Pro !important;
  transition: all 0.2s linear;
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-wrapper
  ul
  li.hs-item-has-children.hd-menu-opened
  > a {
  color: #5b87da;
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-wrapper
  > ul
  > li.hs-item-has-children.hd-menu-opened
  > ul.hs-menu-children-wrapper {
  display: block;
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-wrapper
  > ul
  > li.hs-item-has-children.hd-menu-opened
  > a:after {
  transform: rotate(180deg);
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-wrapper
  > ul
  > li
  > ul.hs-menu-children-wrapper {
  display: none;
}
@media (min-width: 992px) {
  .hd-menu .main-header,
  .hd-menu .main-header .col-12 {
    height: 100px;
  }
  .hd-menu .top-banner {
    display: block;
  }
  .hd-mobile-menu {
    display: none;
  }
  .hd-menu ul.hs-menu-children-wrapper {
    display: none !important;
    opacity: 0;
  }
  .hd-menu .menu-wrapper-mobile,
  .hd-menu .menu-wrapper-mobile .hd-nav-mobile-button {
    display: none;
  }
}
.hd-mega-menu {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  display: none;
  height: auto;
  padding: 60px 0;
  position: absolute;
  top: 150px;
  transition: top 0.3s linear;
  width: 100%;
  z-index: 9999;
}
.hd-mega-menu .h4,
.hd-mega-menu .h5,
.hd-mega-menu .h6,
.hd-mega-menu p {
  margin-bottom: 15px;
}
.hd-mega-menu a {
  transition: all 0.3s ease-in-out;
}
.hd-mega-menu p {
  line-height: 26px;
}
.hd-mega-menu .entry-disc {
  line-height: 1.5;
  margin-bottom: 0;
}
.hd-mega-menu * {
  color: #033b4c;
}
.hd-mega-menu a:hover {
  color: #5b87da;
  text-decoration: none;
}
.hd-mega-menu.megamenuscrolled {
  position: fixed;
  top: 100px;
}
.hd-mega-menu.showMegaMenu {
  display: block;
}
.hd-mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hd-mega-menu .values-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hd-mega-menu .values-list li a {
  display: flex;
  font-weight: 700;
  gap: 11px;
}
.hd-mega-menu .values-list li custom-svg {
  height: 20px;
  width: 20px;
}
.hd-mega-menu .values-list li custom-svg svg {
  max-height: 20px;
  max-width: 20px;
}
.hd-mega-menu .link-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.hd-mega-menu .link-list li a {
  display: flex;
  gap: 12px;
}
.hd-mega-menu .link-list li i {
  font-size: 12px;
}
.hd-mega-menu .numbered-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hd-mega-menu .numbered-list li {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-weight: 500;
  gap: 15px;
}
.hd-mega-menu .numbered-list li .number {
  display: flex;
  font-size: 11px;
  height: 20px;
  justify-content: center;
  line-height: 11px;
  padding: 5px 0;
  width: 20px;
}
.hd-mega-menu .btn {
  margin: 15px 0 0;
}
.hd-mega-menu .entry-title {
  margin-bottom: 0;
}
.hd-mega-menu .entry-link {
  margin-top: 0;
}
.hd-mega-menu .link-list:first-of-type {
  margin-bottom: 15px;
}
.hd-mega-menu > .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .hd-mega-menu > .container {
    max-width: 1440px;
  }
  .hd-mega-menu h4,
  .hd-mega-menu h5,
  .hd-mega-menu h6,
  .hd-mega-menu p {
    margin-bottom: 24px;
  }
  .hd-mega-menu .link-list,
  .hd-mega-menu .numbered-list,
  .hd-mega-menu .numbered-list li,
  .hd-mega-menu .values-list {
    gap: 24px;
  }
  .hd-mega-menu .btn {
    margin: 24px 0 0;
  }
  .hd-mega-menu .link-list:first-of-type {
    margin-bottom: 24px;
  }
  .hd-mega-menu .entry-link {
    margin-top: 0;
  }
}
.hd-mega-menu {
  left: 0;
  margin: 0 auto;
  max-width: 1415px;
  padding: 48px 0;
  right: 0;
}
@media (min-width: 1415px) {
  .hd-mega-menu {
    padding: 48px 24px;
  }
  .hd-mega-menu .col-3,
  .hd-mega-menu .col-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.hd-mega-menu .col-middle .link-list {
  column-count: 2;
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .hd-mega-menu .col-middle .link-list:first-of-type {
    margin-bottom: 8px;
  }
}
.hd-mega-menu .link-list li a {
  align-items: center;
}
.hd-mega-menu .link-list li {
  padding: 0 0 12px;
}
.hd-mega-menu .h2 *,
.hd-mega-menu .h4 * {
  line-height: 1.2;
}
.hd-mega-menu .h2 * {
  font-size: 25px;
}
.hd-mega-menu .h4 * {
  font-size: 20px;
}
@media (min-width: 1415px) {
  .hd-mega-menu .h2 * {
    font-size: 32px;
  }
  .hd-mega-menu .h4 * {
    font-size: 22px;
  }
}
.hd-mega-menu p {
  line-height: 1.3;
}
.hd-mega-menu .col-middle .btn {
  margin: 0;
}
.hd-mega-menu .cta-desc {
  font-size: 18px;
}
.hd-mega-menu .senary-button {
  margin: 0;
}
.hd-mega-menu .col-right .btn {
  padding: 15px;
}
@media (min-width: 1415px) {
  .hd-mega-menu .col-right .btn {
    padding: 24px 40px;
  }
}
.hd-mega-menu .col-middle .coporate-cta {
  margin: 0 0 24px;
}
.hd-mega-menu .col-middle .coporate-cta p {
  margin: 0 0 20px;
}
.hd-mobile-menu .menu-wrapper .hs-item-has-children > a,
.hd-mobile-menu .menu-wrapper .hs-menu-depth-1 > a {
  font-weight: 700 !important;
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-wrapper
  > ul
  > li.hs-item-has-children
  > a:after {
  position: absolute;
  right: 15px;
}
.hd-mobile-menu .menu-wrapper .hs-menu-wrapper ul li a {
  font-weight: 400;
  gap: 12px;
  justify-content: left;
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-depth-1.hs-item-has-children
  > .hs-menu-children-wrapper
  > li
  a:before {
  content: "\f078";
  font-family: Font Awesome\5 Pro;
  font-size: 10px;
  transform: rotate(270deg);
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-depth-1.hs-item-has-children
  > .hs-menu-children-wrapper
  > li:first-child
  a {
  font-weight: 700;
  gap: 0;
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-depth-1.hs-item-has-children
  > .hs-menu-children-wrapper
  > li:first-child
  a:before {
  content: "";
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-depth-1.hs-item-has-children
  > .hs-menu-children-wrapper
  > li:first-child
  a:after {
  content: "\f078";
  font-family: Font Awesome\5 Pro;
  position: absolute;
  right: 15px;
  transform: rotate(270deg);
}
.hd-mobile-menu .menu-wrapper .hs-menu-depth-2.hs-item-has-children > a {
  gap: 0 !important;
}
.hd-mobile-menu .menu-wrapper .hs-menu-depth-2.hs-item-has-children > a:before {
  content: "" !important;
  gap: 0 !important;
}
.hd-mobile-menu .menu-wrapper .hs-menu-depth-2.hs-item-has-children > a:after {
  position: absolute;
  right: 15px;
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-wrapper
  > ul
  > .hs-menu-depth-1
  .hs-menu-depth-2
  > ul
  .hs-menu-item.hs-menu-depth-3:before {
  background-image: none;
}
.hd-mobile-menu
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1.hs-item-has-children:last-child
  .hs-menu-children-wrapper
  li:first-child
  a {
  font-weight: 400;
  gap: 12px;
}
.hd-mobile-menu
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1.hs-item-has-children:last-child
  .hs-menu-children-wrapper
  li:first-child
  a:before {
  content: "\f078";
}
.hd-mobile-menu
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1.hs-item-has-children:last-child
  .hs-menu-children-wrapper
  li:first-child
  a:after {
  content: "";
}
.hd-mobile-menu
  .hs-menu-depth-2.hs-item-has-children
  > .hs-menu-children-wrapper {
  display: none !important;
}
.hd-mobile-menu
  .hs-menu-depth-2.hs-item-has-children.sub-open-menu
  > .hs-menu-children-wrapper {
  display: block !important;
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-wrapper
  .hs-menu-depth-2.hs-item-has-children
  > a:after {
  content: "\f078";
  font-family: Font Awesome\5 Pro;
  transition: all 0.2s linear;
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-wrapper
  .hs-menu-depth-2.hs-item-has-children.sub-open-menu
  > a:after {
  transform: rotate(180deg);
}
.hd-mobile-menu
  .menu-wrapper
  .hs-menu-wrapper
  > ul
  > .hs-menu-depth-1
  .hs-menu-depth-2
  > ul
  .hs-menu-item.hs-menu-depth-3
  > a {
  font-weight: 400;
}
.hdacc-006.hd-accordion-module {
  position: relative;
  z-index: 0;
}
.hdacc-006.hd-accordion-module .card {
  border: none;
  border-radius: 0;
  margin: 0 0 5px;
}
.hdacc-006.hd-accordion-module .card:last-child {
  margin: 0;
}
.hdacc-006.hd-accordion-module .card:first-child .card-header {
  border-radius: 0;
}
.hdacc-006.hd-accordion-module .card-header,
.hdacc-006.hd-accordion-module .card-header h3 {
  color: inherit;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.hdacc-006.hd-accordion-module .card-header button.btn-link {
  color: inherit;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding: 10px;
  position: relative;
}
.hdacc-006.hd-accordion-module .card-header button:after {
  content: "\f054";
  font-family: Font Awesome\5 Pro;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.hdacc-006.hd-accordion-module .card-body {
  padding: 0 10px 10px;
}
.hdacc-006.hd-accordion-module .card-header-open {
  border-bottom: none !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.hdacc-006.hd-accordion-module .card-header button.btn-link.focus,
.hdacc-006.hd-accordion-module .card-header button.btn-link:focus,
.hdacc-006.hd-accordion-module .card-header button.btn-link:hover {
  background: inherit;
  box-shadow: none;
  color: inherit;
  text-decoration: none;
}
.hdacc-006.hd-accordion-module .accordion-content p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .hdacc-006.hd-accordion-module .card-header button.btn-link {
    font-size: 22px;
  }
  .hdacc-006.hd-accordion-module .accordion-content p {
    font-size: 18px;
  }
  .hdacc-006.hd-accordion-module .btn {
    margin: 10px 0;
  }
  .hdacc-006.hd-accordion-module .card-header button.btn-link {
    padding: 20px 35px 20px 20px;
  }
  .hdacc-006.hd-accordion-module .card-body {
    padding: 0 20px 20px;
  }
  .hdacc-006.hd-accordion-module .card-header button:after {
    right: 20px;
  }
}
@media (min-width: 992px) {
  .hdacc-006.hd-accordion-module .card-header button.btn-link {
    padding: 20px;
  }
}
.hdtab-001.hd-tabbed-content {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 0;
}
.hdtab-001.hd-tabbed-content .nav-tabs {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .hdtab-001.hd-tabbed-content .nav-tabs {
    flex-direction: row;
  }
}
.hdtab-001.hd-tabbed-content .nav-tabs li.nav-item {
  border: none;
  flex: 1 1;
  margin: -1px 0 0;
}
.hdtab-001.hd-tabbed-content .nav-tabs .nav-link {
  border-radius: 0;
  height: 100%;
  overflow: hidden;
  padding: 14px 16px;
  text-align: left;
  transition: all 0.3s ease;
  white-space: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .hdtab-001.hd-tabbed-content .nav-tabs .nav-link {
    white-space: nowrap;
  }
}
.hdtab-001.hd-tabbed-content .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.hdtab-001.hd-tabbed-content .tab-content .tab-pane {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 10px 20px;
}
.hdtab-001.hd-tabbed-content .col-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 10px 0;
}
.hdtab-001.hd-tabbed-content .image-wrap {
  position: relative;
}
.hdtab-001.hd-tabbed-content .image-wrap a {
  height: 100%;
  position: absolute;
  width: 100%;
}
.hdtab-001.hd-tabbed-content .tab-content .row-reverse {
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .hdtab-001.hd-tabbed-content .tab-content .tab-pane {
    padding: 30px 40px;
  }
}
@media (min-width: 992px) {
  .hdtab-001.hd-tabbed-content .nav-tabs {
    flex-wrap: wrap;
    overflow-x: visible;
    width: 100%;
  }
  .hdtab-001.hd-tabbed-content .nav-tabs .nav-link {
    justify-content: center;
    overflow: visible;
    text-align: center;
  }
}
.hdtab-002.hd-tabbed-content {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 0;
}
.hdtab-002.hd-tabbed-content .nav-tabs {
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
.hdtab-002.hd-tabbed-content .nav-tabs li.nav-item {
  border: none;
  flex: 1 1;
  margin: -1px 0 0;
}
.hdtab-002.hd-tabbed-content .nav-tabs .nav-link {
  border-radius: 0;
  height: 100%;
  overflow: hidden;
  padding: 14px 16px;
  text-align: left;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 100%;
}
.hdtab-002.hd-tabbed-content .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.hdtab-002.hd-tabbed-content .tab-content .tab-pane {
  padding: 10px 20px;
}
.hdtab-002.hd-tabbed-content .tab-inner-wrapper {
  margin: 10px 0 15px;
}
.hdtab-002.hd-tabbed-content .tab-content-wrapper {
  padding: 15px;
}
.hdtab-002.hd-tabbed-content .tab-content-wrapper .content-inner * {
  font-size: 16px;
}
.hdtab-002.hd-tabbed-content img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.hdtab-002.hd-tabbed-content .tab-links a {
  color: #033b4c;
  font-weight: 300;
  text-decoration: none;
}
.hdtab-002.hd-tabbed-content .tab-links a:hover {
  color: #5b87da;
}
@media (min-width: 768px) {
  .hdtab-002.hd-tabbed-content .tab-content-wrapper {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .hdtab-002.hd-tabbed-content .nav-tabs {
    flex-wrap: wrap;
    overflow-x: visible;
    width: 100%;
  }
  .hdtab-002.hd-tabbed-content .nav-tabs .nav-link {
    justify-content: center;
    overflow: visible;
    text-align: center;
  }
  .hdtab-002.hd-tabbed-content .tab-content .tab-pane {
    padding: 30px 0;
  }
  .hdtab-002.hd-tabbed-content .tab-inner-wrapper {
    margin: 10px 0 20px;
  }
}
@media (min-width: 1200px) {
  .hdtab-002.hd-tabbed-content .tab-content-wrapper .content-inner * {
    font-size: 22px;
  }
  .hdtab-002.hd-tabbed-content .tab-inner-wrapper {
    margin: 10px 0 40px;
  }
}
.hdtab-003.hd-tabbed-content {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 0;
}
.hdtab-003.hd-tabbed-content .nav-tabs {
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
.hdtab-003.hd-tabbed-content .nav-tabs li.nav-item {
  border: none;
  flex: 1 1;
  margin: -1px 0 0;
}
.hdtab-003.hd-tabbed-content .nav-tabs .nav-link {
  border-radius: 0;
  height: 100%;
  overflow: hidden;
  padding: 14px 16px;
  text-align: left;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 100%;
}
.hdtab-003.hd-tabbed-content .nav-tabs .nav-link:hover {
  cursor: pointer;
}
.hdtab-003.hd-tabbed-content .tab-content .tab-pane {
  padding: 20px 0 0;
}
.hdtab-003.hd-tabbed-content .tab-inner-wrapper {
  margin: 0 0 15px;
}
.hdtab-003.hd-tabbed-content .tab-content-wrapper {
  padding: 15px;
}
.hdtab-003.hd-tabbed-content .tab-content-wrapper h3 {
  font-size: 22px;
  margin-top: 0;
}
.hdtab-003.hd-tabbed-content .tab-content-wrapper .content-inner * {
  font-size: 16px;
}
.hdtab-003.hd-tabbed-content .tab-content-wrapper .content-inner p {
  margin: 0 0 15px;
}
.hdtab-003.hd-tabbed-content .tab-content-wrapper .icon {
  align-items: center;
  display: flex;
  margin: 0 0 15px;
}
.hdtab-003.hd-tabbed-content .tab-content-wrapper .icon img,
.hdtab-003.hd-tabbed-content .tab-content-wrapper .icon svg {
  width: auto;
}
.hdtab-003.hd-tabbed-content .tab-content-wrapper .icon .svg-fill,
.hdtab-003.hd-tabbed-content
  .tab-content-wrapper
  .icon
  .svg-fill.svg-fill-hover {
  font-size: 0;
  line-height: 0;
}
.hdtab-003.hd-tabbed-content
  .tab-content-wrapper
  .icon
  .svg-fill.svg-fill-hover,
.hdtab-003.hd-tabbed-content .tab-content-wrapper:hover .icon .svg-fill {
  display: none;
  opacity: 0;
}
.hdtab-003.hd-tabbed-content
  .tab-content-wrapper:hover
  .icon
  .svg-fill.svg-fill-hover {
  display: block;
  opacity: 1;
}
.hdtab-003.hd-tabbed-content .tab-content-wrapper .btn {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hdtab-003.hd-tabbed-content .tab-content-wrapper {
    padding: 35px 24px 24px;
  }
  .hdtab-003.tab-content-wrapper .icon {
    margin: 0 0 18px;
  }
}
@media (min-width: 992px) {
  .hdtab-003.hd-tabbed-content .nav-tabs {
    flex-wrap: wrap;
    overflow-x: visible;
    width: 100%;
  }
  .hdtab-003.hd-tabbed-content .nav-tabs .nav-item {
    font-size: 18px;
    font-weight: 700;
  }
  .hdtab-003.hd-tabbed-content .nav-tabs .nav-link {
    justify-content: center;
    overflow: visible;
    padding: 24px 16px;
    text-align: center;
  }
  .hdtab-003.hd-tabbed-content .tab-content .tab-pane {
    padding: 40px 0 0;
  }
  .hdtab-003.hd-tabbed-content .tab-inner-wrapper {
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .hdtab-003.hd-tabbed-content .tab-inner-wrapper {
    margin: 0 0 40px;
  }
}
@media (max-width: 768px) {
  .hdtab-003.hd-tabbed-content .tab-content-wrapper,
  .hdtab-003.hd-tabbed-content .tab-content-wrapper .content-inner,
  .hdtab-003.hd-tabbed-content .tab-content-wrapper h3 {
    height: auto !important;
  }
}
.hdtabacc-001.hd-tabbed-accordion .card,
.hdtabacc-001.hd-tabbed-accordion .card-header {
  border: none;
}
.hdtabacc-001.hd-tabbed-accordion .accordion-section {
  display: flex;
}
.hdtabacc-001.hd-tabbed-accordion .cta-wrapper {
  display: flex;
  margin-top: 25px;
}
.hdtabacc-001.hd-tabbed-accordion .nav-tabs {
  align-items: stretch;
  border: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 75px;
  overflow: hidden;
  position: relative;
}
.hdtabacc-001.hd-tabbed-accordion .nav-tabs .nav-link {
  align-items: center;
  border: none;
  border-radius: 0;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.hdtabacc-001.hd-tabbed-accordion .nav-tabs .nav-item {
  margin-bottom: 0;
}
.hdtabacc-001.hd-tabbed-accordion .nav-tabs .nav-item:first-child .nav-link {
  border: none;
}
.hdtabacc-001.hd-tabbed-accordion .tab-content .tab-pane {
  padding: 30px 20px 20px;
}
.hdtabacc-001.hd-tabbed-accordion .tab-content .tab-pane .copy {
  padding-bottom: 45px;
}
.hdtabacc-001.hd-tabbed-accordion .nav-tabs:before {
  color: #ff5a5f;
  content: "\f107";
  font-family: Font Awesome\6 Pro;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 22px;
  transform: rotate(0deg);
  transition: transform 0.2s linear;
  z-index: 1;
}
.hdtabacc-001.hd-tabbed-accordion .nav-tabs.open-dropdown:before {
  transform: rotate(180deg);
  transition: transform 0.2s linear;
}
.hdtabacc-001.hd-tabbed-accordion .nav-tabs li {
  flex: 0 0 auto;
  height: 75px;
  position: relative;
}
.hdtabacc-001.hd-tabbed-accordion .nav-tabs li:after {
  border-bottom: 1px solid #000;
  bottom: -1px;
  content: " ";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}
.hdtabacc-001.hd-tabbed-accordion .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 500;
  padding: 25px;
}
.hdtabacc-001.hd-tabbed-accordion .nav-tabs li.selected {
  order: -1;
}
.hdtabacc-001.hd-tabbed-accordion .nav-tabs.open-dropdown {
  height: auto;
}
.hdtabacc-001.hd-tabbed-accordion .accordion-group {
  border-bottom: 1px solid #dedcdf;
  padding: 15px 0;
}
.hdtabacc-001.hd-tabbed-accordion .accordion-toggle {
  display: flex;
  font-size: 20px;
  font-weight: 400;
  justify-content: space-between;
}
.hdtabacc-001.hd-tabbed-accordion
  .accordion
  .accordion-group
  .accordion-toggle
  .drop-icon {
  transform: rotate(0deg);
  transition: transform 0.2s linear;
}
.hdtabacc-001.hd-tabbed-accordion
  .accordion
  .accordion-group
  .accordion-opened
  .accordion-toggle
  .drop-icon {
  transform: rotate(180deg);
  transition: transform 0.2s linear;
}
.hdtabacc-001.hd-tabbed-accordion .mobile-image-video {
  display: block;
  padding-top: 65px;
}
.hdtabacc-001.hd-tabbed-accordion
  .accordion-group
  .accordion-header
  .drop-icon {
  transition: all 0.2s linear;
}
.hdtabacc-001.hd-tabbed-accordion
  .accordion-group
  .accordion-header.accordion-opened
  .drop-icon {
  transform: rotate(180deg);
}
.hdtabacc-001.hd-tabbed-accordion .accordion-group .accordion-body,
.hdtabacc-001.hd-tabbed-accordion .accordion-images .collapse-image {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.hdtabacc-001.hd-tabbed-accordion .accordion-group .accordion-body.show {
  max-height: 999px;
  opacity: 1;
  overflow: auto;
  transition: all 0.3s linear;
}
.hdtabacc-001.hd-tabbed-accordion .accordion-group .accordion-body img,
.hdtabacc-001.hd-tabbed-accordion .accordion-images img {
  height: auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .hdtabacc-001.hd-tabbed-accordion .nav-tabs {
    align-items: stretch;
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    overflow: visible;
    position: relative;
    width: 100%;
  }
  .hdtabacc-001.hd-tabbed-accordion .nav-tabs:before {
    display: none;
  }
  .hdtabacc-001.hd-tabbed-accordion .nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid #000;
    justify-content: center;
    overflow: visible;
    text-align: center;
  }
  .hdtabacc-001.hd-tabbed-accordion .nav-tabs .nav-item:first-child .nav-link {
    border: none;
    border-bottom: 3px solid #000;
  }
  .hdtabacc-001.hd-tabbed-accordion .nav-tabs li:after {
    display: none;
  }
  .hdtabacc-001.hd-tabbed-accordion .nav-tabs li.nav-item {
    flex: 1 1 auto;
  }
  .hdtabacc-001.hd-tabbed-accordion .nav-tabs li.selected {
    order: unset;
  }
  .hdtabacc-001.hd-tabbed-accordion .nav-tabs li:nth-child(n + 6) {
    flex: 0 0 auto;
  }
  .hdtabacc-001.hd-tabbed-accordion .tab-content .tab-pane {
    padding: 45px 20px 20px;
  }
  .hdtabacc-001.hd-tabbed-accordion .tab-content .tab-pane .copy {
    padding-bottom: 35px;
  }
  .hdtabacc-001.hd-tabbed-accordion .accordion-header {
    padding-bottom: 15px;
  }
  .hdtabacc-001.hd-tabbed-accordion .mobile-image-video {
    display: none;
  }
  .hdtabacc-001.hd-tabbed-accordion .accordion-images {
    display: block;
  }
  .hdtabacc-001.hd-tabbed-accordion .accordion-images .collapse-image.show {
    max-height: 999px;
    opacity: 1;
    overflow: initial;
    transition: all 0.3s linear;
  }
}
.hdtabacc-002.faq-section {
  padding: 35px 0;
}
.hdtabacc-002.faq-section .tab-content {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 17px 20px rgba(152, 94, 94, 0.2);
  display: none;
  padding: 40px 50px;
}
.hdtabacc-002.faq-section .tab-content ul:not(.tab-tag-list) {
  padding: 15px 0 0 15px;
}
.hdtabacc-002.faq-section .tab-content ul:not(.tab-tag-list) li + li {
  margin: 15px 0 0;
}
.hdtabacc-002.faq-section .tabs-group ul.tabs {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hdtabacc-002.faq-section li.tab-link.active {
  color: #ff6d26;
  font-size: 21px;
}
.hdtabacc-002.faq-section li.tab-link {
  background: #fff;
  border-radius: 16px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  min-height: 55px;
  padding: 12px 35px;
  position: relative;
  vertical-align: middle;
}
.hdtabacc-002.faq-section li.tab-link:after {
  content: "\f078";
  font-family: Font Awesome\5 Pro;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 23px;
  top: 10px;
  transition: all 0.3s ease-in-out;
  width: 14px;
}
.hdtabacc-002.faq-section li.tab-link.active {
  box-shadow: 0 17px 20px rgba(152, 94, 94, 0.2);
}
.hdtabacc-002.faq-section li.tab-link.active:after {
  top: 14px;
  transform: rotate(-90deg);
}
.hdtabacc-002.faq-section ul.tab-tag-list li a:hover {
  background: rgba(255, 109, 38, 0.05);
}
.hdtabacc-002.faq-section ul.tab-tag-list li a {
  border: 1px solid #ff6d26;
  border-radius: 100px;
  display: inline-block;
  padding: 5px 25px;
  text-transform: uppercase;
}
.hdtabacc-002.faq-section ul.tab-tag-list li.active a {
  background: rgba(255, 109, 38, 0.05);
}
.hdtabacc-002.faq-section ul.tab-tag-list li {
  border-radius: 100px;
  display: inline-block;
  margin: 0 15px 0 0;
}
.hdtabacc-002.faq-section ul.tab-tag-list li:last-child {
  margin: 0;
}
.hdtabacc-002.faq-section ul.tab-tag-list {
  display: block;
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}
@media (min-width: 768px) {
  .hdtabacc-002.faq-section .tabs-group {
    padding-right: 30px;
    width: 40%;
  }
  .hdtabacc-002.faq-section .tab-container {
    width: 60%;
  }
  .hdtabacc-002.faq-section .faq-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
  }
}
.hdban-001.hero-carousel-module {
  overflow: hidden;
  position: relative;
}
.hdban-001.hero-carousel-module .hd-row-height {
  position: relative;
  z-index: 2;
}
.hdban-001.hero-carousel-module .overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hdban-001.hero-carousel-module,
.hdban-001.hero-carousel-module .hd-row-height,
.hdban-001.hero-carousel-module .hero-slider,
.hdban-001.hero-carousel-module .slick-track {
  min-height: 450px;
}
.hdban-001.hero-carousel-module .content-inner {
  padding: 45px 15px;
  text-align: center;
}
.hdban-001.hero-carousel-module .content-inner h1 {
  margin: 0 auto;
  max-width: 950px;
  text-align: center;
}
.hdban-001.hero-carousel-module .content-inner p {
  font-size: 18px;
}
.hdban-001.hero-carousel-module .content-inner p:fist-child {
  margin-bottom: 0;
}
.hdban-001.hero-carousel-module .img-inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.hdban-001.hero-carousel-module .slick-prev {
  left: 3px;
}
.hdban-001.hero-carousel-module .slick-next {
  right: 3px;
}
@media (min-width: 768px) {
  .hdban-001.hero-carousel-module,
  .hdban-001.hero-carousel-module .hd-row-height,
  .hdban-001.hero-carousel-module .hero-slider,
  .hdban-001.hero-carousel-module .slick-track {
    min-height: 550px;
  }
  .hdban-001.hero-carousel-module .content-inner p {
    font-size: 25px;
  }
  .hdban-001.hero-carousel-module .slick-prev {
    left: 15px;
  }
  .hdban-001.hero-carousel-module .slick-next {
    right: 15px;
  }
}
@media (min-width: 992px) {
  .hdban-001.hero-carousel-module,
  .hdban-001.hero-carousel-module .hd-row-height,
  .hdban-001.hero-carousel-module .hero-slider,
  .hdban-001.hero-carousel-module .slick-track {
    min-height: 710px;
  }
}
.hdtss-001.testimonial-slider {
  background-position: 50%;
  background-size: cover;
  margin: 0 15px;
  padding: 30px 15px;
}
.hdtss-001.testimonial-slider .slick-prev {
  left: -40px;
}
.hdtss-001.testimonial-slider .slick-next {
  right: -40px;
}
.hdtss-001.testimonial-slider .content-inner {
  margin: 25px 0 0;
  max-width: 550px;
}
.hdtss-001.testimonial-slider .text-center .content-inner {
  max-width: 100%;
}
.hdtss-001.testimonial-slider .content-inner.no-image {
  max-width: 100%;
  text-align: center;
}
.hdtss-001.testimonial-slider .img-fluid {
  margin: 0 auto;
}
.hdtss-001.testimonial-slider .button-wrapper {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media (min-width: 768px) {
  .hdtss-001.testimonial-slider {
    margin: 0;
    padding: 30px 35px;
  }
  .hdtss-001.testimonial-slider .content-inner {
    margin: 0;
  }
  .hdtss-001.testimonial-slider .content-inner.designation p:first-of-type {
    margin: 0 0 35px;
  }
  .hdtss-001.testimonial-slider .slick-prev {
    left: -45px;
  }
  .hdtss-001.testimonial-slider .slick-next {
    right: -45px;
  }
}
.hdtss-002.testimonial-slider {
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  margin: 0 15px;
  padding: 30px 15px;
}
.hdtss-002.testimonial-slider .slick-prev {
  left: -15px;
}
.hdtss-002.testimonial-slider .slick-next {
  right: -15px;
}
.hdtss-002.testimonial-slider .content-inner {
  margin: 25px 0 0;
}
.hdtss-002.testimonial-slider .content-inner.no-image {
  max-width: 100%;
  text-align: center;
}
.hdtss-002.testimonial-slider .img-fluid {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hdtss-002.testimonial-slider {
    margin: 0 100px;
    padding: 24px;
  }
  .hdtss-002.testimonial-slider .slick-prev {
    left: -100px;
  }
  .hdtss-002.testimonial-slider .slick-next {
    right: -100px;
  }
  .hdtss-002.testimonial-slider .content-inner {
    margin: 0;
  }
  .hdtss-002.testimonial-slider .content-inner.designation p:first-of-type {
    margin: 0 0 35px;
  }
  .hdtss-002.testimonial-slider .slick-prev {
    left: -25px;
  }
  .hdtss-002.testimonial-slider .slick-next {
    right: -25px;
  }
}
.hdlos-001.hd-logo-slider-wrapper .hd-logo-slider {
  position: relative;
  z-index: 1;
}
.hdlos-001.hd-logo-slider-wrapper .hd-logo-slider .slick-slide {
  padding: 15px;
}
.hdlos-001.hd-logo-slider-wrapper
  .hd-logo-slider
  .slick-slide
  > div:first-of-type {
  margin: 0 0 15px;
}
.hdlos-001.hd-logo-slider-wrapper .hd-logo-slider .slick-track {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.hdlos-001.hd-logo-slider-wrapper .hd-logo-slider .hd-logo-slides,
.hdlos-001.hd-logo-slider-wrapper .hd-logo-slider .slick-slide img {
  margin: 0 auto;
}
.hdlos-001.hd-logo-slider-wrapper
  .hd-logo-slider
  .hd-logo-slides
  .hd-logo-link {
  opacity: 1;
  transition: all 0.3s linear;
}
.hdlos-001.hd-logo-slider-wrapper
  .hd-logo-slider
  .hd-logo-slides
  .hd-logo-link:hover {
  opacity: 0.5;
}
.hdlos-001.hd-logo-slider-wrapper .hd-logo-slider .slick-next,
.hdlos-001.hd-logo-slider-wrapper .hd-logo-slider .slick-prev {
  top: 30%;
}
.hdlos-001.hd-logo-slider-wrapper .hd-logo-slider .slick-dots {
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .hdlos-001.hd-logo-slider-wrapper
    .hd-logo-slider
    .slick-slide
    > div:first-of-type {
    margin: 0 0 45px;
  }
  .hdlos-001.hd-logo-slider-wrapper .hd-logo-slider .slick-next,
  .hdlos-001.hd-logo-slider-wrapper .hd-logo-slider .slick-prev {
    top: 50%;
  }
}
.hdcrd-001.hd-icon-rich-text-module {
  margin: 0 0 15px;
}
.hdcrd-001.hd-icon-rich-text-module .icon {
  align-items: center;
  display: flex;
  margin: 0 0 15px;
}
.hdcrd-001.hd-icon-rich-text-module .icon span {
  font-size: 0;
}
.hdcrd-001.hd-icon-rich-text-module .icon img,
.hdcrd-001.hd-icon-rich-text-module .icon svg {
  width: auto;
}
.hdcrd-001.hd-icon-rich-text-module .icon .svg-fill,
.hdcrd-001.hd-icon-rich-text-module .icon .svg-fill.svg-fill-hover {
  font-size: 0;
  line-height: 0;
}
.hdcrd-001.hd-icon-rich-text-module .icon .svg-fill.svg-fill-hover {
  display: none;
  opacity: 0;
}
.hdcrd-001.hd-icon-rich-text-module .icon h3 {
  margin: 0 0 0 15px;
}
.hdcrd-001.hd-icon-rich-text-module .icon div {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 0 15px;
}
.hdcrd-001.hd-icon-rich-text-module .icon.icontext h3 {
  margin: 0;
}
.hdcrd-001.hd-icon-rich-text-module .btn {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hdcrd-001.hd-icon-rich-text-module {
    margin: 0 0 30px;
  }
  .hdcrd-001.hd-icon-rich-text-module .icon {
    margin: 0 0 18px;
  }
  .hdcrd-001.hd-icon-rich-text-module .icon div,
  .hdcrd-001.hd-icon-rich-text-module .icon h3 {
    margin: 0 0 0 20px;
  }
  h3.hd-icon-title {
    font-size: 21px;
  }
}
h3.hd-icon-title {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 990px) {
  h3.hd-icon-title {
    font-size: 22px;
  }
}
.hdicrd2-001.hd-icon-rich-text-two-column-module .icon {
  text-align: center;
}
.hdicrd2-001.hd-icon-rich-text-two-column-module .icon img,
.hdicrd2-001.hd-icon-rich-text-two-column-module .icon svg {
  height: auto;
  width: 66px;
}
.hdicrd2-001.hd-icon-rich-text-two-column-module .content {
  padding: 10px 10px 5px;
}
.hdicrd2-001.hd-icon-rich-text-two-column-module .hd-irtm-btn {
  display: block;
  padding: 15px 5px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.hdicrd2-001.hd-icon-rich-text-two-column-module p {
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .hdicrd2-001.hd-icon-rich-text-two-column-module .content {
    padding: 20px 20px 15px 10px;
  }
}
@media (min-width: 992px) {
  .hdicrd2-001.hd-icon-rich-text-two-column-module .content {
    padding: 40px 40px 30px 10px;
  }
}
.hdcrt-001.hd-richtext h1,
.hdcrt-001.hd-richtext h2,
.hdcrt-001.hd-richtext h3,
.hdcrt-001.hd-richtext h4,
.hdcrt-001.hd-richtext h5,
.hdcrt-001.hd-richtext h6 {
  margin-left: 55px;
  margin-top: 0;
  position: relative;
}
.hdcrt-001.hd-richtext h1:before,
.hdcrt-001.hd-richtext h2:before,
.hdcrt-001.hd-richtext h3:before,
.hdcrt-001.hd-richtext h4:before,
.hdcrt-001.hd-richtext h5:before,
.hdcrt-001.hd-richtext h6:before {
  content: "";
  height: 100%;
  left: -55px;
  position: absolute;
  top: 0;
  width: 30px;
}
.hdcrt-001.hd-richtext p {
  font-weight: 500;
  max-width: 435px;
}
.hdcrt-001.hd-richtext a:fist-child {
  margin-left: 0;
}
@media (min-width: 768px) {
  .hdcrt-001.hd-richtext h1,
  .hdcrt-001.hd-richtext h2,
  .hdcrt-001.hd-richtext h3,
  .hdcrt-001.hd-richtext h4,
  .hdcrt-001.hd-richtext h5,
  .hdcrt-001.hd-richtext h6 {
    margin-left: 0;
  }
  .hdcrt-001.hd-richtext h1:before,
  .hdcrt-001.hd-richtext h2:before,
  .hdcrt-001.hd-richtext h3:before,
  .hdcrt-001.hd-richtext h4:before,
  .hdcrt-001.hd-richtext h5:before,
  .hdcrt-001.hd-richtext h6:before {
    left: -65px;
  }
  .hdcrt-001.hd-richtext .content-inner {
    padding-left: 65px;
  }
  .hdcrt-001.hd-richtext a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.hd-solution-cards .content-inner {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 288px;
  position: relative;
  width: 100%;
}
.hd-solution-cards .overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.hd-solution-cards a:hover {
  text-decoration: none;
}
.hd-solution-cards .content-container {
  left: 60px;
  position: absolute;
  top: 50px;
  z-index: 2;
}
.hd-solution-cards li,
.hd-solution-cards p {
  font-size: 18px;
  font-weight: 500;
}
h3.cta-default {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.hd-solution-cards .cta-container {
  bottom: 48px;
  display: none;
  left: 60px;
  opacity: 0;
  position: absolute;
  z-index: 2;
}
.hd-solution-cards .cta-container p {
  font-weight: 700;
  margin: 0 0 15px;
}
.hd-solution-cards .arrow {
  background: #fff;
  float: right;
  height: 2px;
  position: relative;
  width: 155px;
}
.hd-solution-cards .arrow:after {
  color: #fff;
  content: "\f054";
  font-family: Font Awesome\5 Pro;
  font-size: 20px;
  font-weight: 300;
  position: absolute;
  right: -3px;
  top: -12px;
}
.hd-solution-cards .hover {
  display: none;
  opacity: 0;
}
.hd-solution-cards .mobile-content {
  padding: 20px 30px 35px;
}
.hd-solution-cards .mobile-cta-container {
  margin: 25px 0 0;
  text-align: right;
}
.hd-solution-cards .mobile-cta-container p {
  font-weight: 700;
  padding: 0 35px 0 0;
}
@media (min-width: 992px) {
  .hd-solution-cards .content-inner {
    height: 600px;
    width: 100%;
  }
  .hd-solution-cards .content-wrap {
    display: block;
    opacity: 1;
  }
  .hd-solution-cards .content-container {
    left: 0;
    padding: 20px;
    top: 55px;
  }
  .hd-solution-cards .cta-container {
    bottom: 48px;
    display: block;
    left: 60px;
    opacity: 1;
  }
  .hd-solution-cards .cta-container p {
    margin: 0 0 20px;
  }
  .hd-solution-cards a:hover .cta-default {
    display: none;
    opacity: 0;
  }
  .hd-solution-cards a:hover .hover {
    display: block;
    opacity: 1;
  }
  .hd-solution-cards .mobile-content {
    display: none;
    opacity: 0;
  }
  .hd-solution-cards .arrow {
    float: none;
    height: 3px;
  }
  .hd-solution-cards .arrow:after {
    font-size: 30px;
    right: -2px;
    top: -19px;
  }
}
@media (min-width: 1200px) {
  .hd-solution-cards .content-container {
    left: 60px;
    padding: 0 20px 0 0;
  }
}
.hd-switchback {
  overflow: hidden;
}
.hd-switchback .content-inner {
  padding: 35px 15px;
}
.hd-switchback .content-inner a {
  margin-top: 0;
}
.hd-switchback .content-inner a:fist-child {
  margin-left: 0;
}
.hd-switchback .img-content-inner.fill-color {
  min-height: 360px;
  width: 100%;
}
.hd-switchback .img-content-inner {
  overflow: hidden;
  position: relative;
}
.hd-switchback .img-content-inner .triangle-position {
  height: 100%;
  position: absolute;
  transform: translateX(0) translateY(0);
  width: 100%;
  z-index: 1;
}
.hd-switchback .img-content-inner .triangle-top-left {
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: -1px;
}
.hd-switchback .img-content-inner .triangle-top-right {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  right: -1px;
  top: -1px;
}
.hd-switchback .img-content-inner .triangle-bottom-left {
  bottom: -1px;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.hd-switchback .img-content-inner .triangle-bottom-right {
  bottom: -1px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  right: -1px;
}
.hd-switchback .img-content-inner .overlay-accent-image {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 45px;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.hd-switchback .img-content-inner .overlay-accent-div {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 8;
}
.hd-switchback .img-content-inner .overlay-accent-video {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.hd-switchback .img-content-inner .overlay-accent-video .video-play {
  align-items: center;
  background: #fff;
  border: none;
  display: flex;
  height: 120px;
  justify-content: center;
  margin: 0 auto 10px;
  outline: 0;
  width: 120px;
}
.hd-switchback .img-content-inner .overlay-accent-video .video-play .fa-play {
  color: #85a6e3;
  font-size: 65px;
}
.hd-switchback .img-content-inner .overlay-accent-video .video-play:hover {
  background: #85a6e3;
  border: none;
  cursor: pointer;
}
.hd-switchback
  .img-content-inner
  .overlay-accent-video
  .video-play:hover
  .fa-play {
  color: #fff;
}
.modal-body video {
  width: 100%;
}
@media (min-width: 768px) {
  .hd-switchback .content-inner {
    padding: 35px 15px 25px;
  }
  .hd-switchback .content-inner p {
    max-width: 450px;
  }
  .hd-switchback .content-inner p:last-of-type {
    margin: 0 0 35px;
  }
  .hd-switchback .content-inner a {
    margin-left: 5px;
    margin-right: 5px;
  }
  .hd-switchback .img-content-inner.fill-color {
    min-height: 760px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .hd-switchback .content-inner {
    margin-left: 16%;
  }
  .hd-switchback .flex-row-reverse .content-inner {
    margin-left: 5%;
  }
}
@media (min-width: 1400px) {
  .hd-switchback .content-inner {
    margin-left: 23%;
  }
  .hd-switchback .flex-row-reverse .content-inner {
    margin-left: 7%;
  }
  .hd-switchback .img-content-inner.fill-color {
    min-height: 960px;
  }
}
.body-container-wrapper.pillar-menu-sticky {
  padding-top: 196px;
}
.pillar-navbar-module.sticky {
  left: 0;
  position: fixed;
  top: 75px;
  width: 100%;
  z-index: 99;
}
.pillar-navbar-module {
  background-color: #e2e8ea;
  padding: 15px 0;
  position: relative;
  z-index: 999;
}
.pillar-navbar-module #pillar-navbar {
  display: grid;
  grid-template-areas: "toggle toggle" "back back-to-top" "select select";
  justify-content: space-between;
  row-gap: 10px;
}
.pillar-navbar-module #pillar-navbar .toggle-pillar-navs {
  border-radius: 0;
  grid-area: toggle;
  height: 40px;
  margin: 0 auto;
  width: 40px;
}
.pillar-navbar-module #pillar-navbar .toggle-pillar-navs:hover {
  background: #fff;
  color: #033b4c;
}
.pillar-navbar-module #pillar-navbar .toggle-pillar-navs i {
  transition: all 0.3s ease-in-out;
}
.pillar-navbar-module #pillar-navbar .toggle-pillar-navs.active i {
  transform: rotate(-180deg);
}
.pillar-navbar-module #pillar-navbar .pillar-back {
  display: none;
  grid-area: back;
}
.pillar-navbar-module #pillar-navbar .pillar-back-to-top {
  display: none;
  grid-area: back-to-top;
}
.pillar-navbar-module #pillar-navbar .dropdown-wrapper {
  grid-area: select;
}
.pillar-navbar-module #pillar-navbar .pillar-back .btn {
  align-items: center;
  color: #033b4c;
  column-gap: 7px;
  display: flex;
  flex-direction: row;
  margin: 0;
}
.pillar-navbar-module #pillar-navbar .pillar-back .btn:hover {
  color: #5b87da;
}
.pillar-navbar-module #pillar-navbar .pillar-back .btn .pillar-back-arrow {
  height: 12px;
  width: 48px;
}
.pillar-navbar-module #pillar-navbar .pillar-back .btn .pillar-back-arrow path {
  transition: all 0.3s ease-in-out;
}
.pillar-navbar-module
  #pillar-navbar
  .pillar-back
  .btn:hover
  .pillar-back-arrow
  path {
  stroke: #5b87da;
}
.pillar-navbar-module #pillar-navbar .dropdown-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.pillar-navbar-module #pillar-navbar .dropdown-wrapper .dropdown-title {
  cursor: default;
  margin: 0;
  padding: 0;
}
.pillar-navbar-module .slice-dropdown {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pillar-navbar-module .dropdown-toggle:after {
  border: none;
  display: none;
}
.pillar-navbar-module .dropdown-item.active,
.pillar-navbar-module .dropdown-item:active,
.pillar-navbar-module .nav-pills .nav-link.active,
.pillar-navbar-module .nav-pills .show > .nav-link {
  color: #5b87da !important;
}
.pillar-navbar-module .slice-dropdown .dropdown {
  width: 100%;
}
.pillar-navbar-module .slice-dropdown .dropdown .btn {
  align-items: center;
  background-color: #fff !important;
  border-radius: 0 !important;
  color: #033b4c;
  display: flex;
  flex-direction: row;
  font-family: Montserrat, sans-serif;
  justify-content: space-between;
  margin: 0;
  padding: 10px;
  width: 100%;
}
.pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu {
  border: 1px solid #eee !important;
  border-radius: 0;
  box-shadow: none !important;
  margin: 1px 0 0;
  max-height: 400px;
  overflow-y: scroll;
  padding: 0 !important;
  text-align: center;
  transform: translate3d(0, 46px, 0) !important;
  width: 100%;
}
.dropdown-menu.show ul {
  list-style: none;
  padding: 0;
}
.pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu li {
  border-bottom: 1px solid #eee;
}
.pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu li:before,
.pillar-navbar-module .slice-dropdown .dropdown li:before {
  display: none;
}
.pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu li a {
  background-color: #fff !important;
  color: #aaa;
  display: block;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: left;
  word-wrap: break-word;
}
.pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu li a:hover {
  color: #5b87da;
  text-decoration: none;
}
.pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu li.active a {
  color: #317dc1;
}
.pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu:last-child {
  border: none;
}
.pillar-navbar-module #pillar-navbar .pillar-back-to-top .btn {
  background: unset;
  border: 0;
  color: #033b4c;
  cursor: default;
  margin: 0;
  opacity: 0;
}
.pillar-navbar-module #pillar-navbar .pillar-back-to-top .btn.active {
  cursor: pointer;
  opacity: 1;
}
.pillar-navbar-module #pillar-navbar .pillar-back-to-top .btn:active,
.pillar-navbar-module #pillar-navbar .pillar-back-to-top .btn:hover {
  border: 0;
  color: #5b87da;
}
.pillar-navbar-module #pillar-navbar .pillar-back-to-top .btn .fas {
  margin-left: 12px;
}
@media (min-width: 992px) {
  .pillar-navbar-module.sticky {
    top: 100px;
  }
  .body-container-wrapper.pillar-menu-sticky {
    padding-top: 294px;
  }
  .pillar-navbar-module {
    padding: 15px 0;
  }
  .body-container-wrapper.pillar-menu-sticky {
    padding-top: 117px;
  }
  .pillar-navbar-module #pillar-navbar {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 24px;
  }
  .pillar-navbar-module #pillar-navbar .dropdown-wrapper {
    flex-direction: row;
    gap: 24px;
    width: auto;
  }
  .pillar-navbar-module .slice-dropdown {
    width: auto;
  }
  .pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu {
    transform: translate3d(0, 77px, 0) !important;
  }
  .pillar-navbar-module .slice-dropdown .dropdown {
    min-width: 450px;
    width: auto;
  }
  .pillar-navbar-module .slice-dropdown .dropdown .btn {
    font-size: 18px;
    padding: 16px;
  }
  .pillar-navbar-module .slice-dropdown .dropdown .dropdown-menu li a {
    font-size: 18px;
    padding: 15px 40px;
  }
}
.hd-country-dd-module .slice-dropdown .dropdown {
  border: 1px solid transparent;
}
.hd-country-dd-module .slice-dropdown .dropdown.show {
  border: 1px solid #033b4b;
}
.hd-country-dd-module .slice-dropdown .dropdown .dropdown-menu li a {
  align-items: center;
  color: #033b4c;
  display: flex;
  font-family: MarkPro, "sans-serif";
  gap: 24px;
  line-height: 1.2;
  padding: 15px 24px;
}
.hd-country-dd-module .ico-country-flag {
  align-items: flex-start;
  display: flex;
  height: 16px;
  width: 21px;
}
.hd-country-dd-module .ico-country-flag img {
  height: 14px;
  width: 21px;
}
.hd-country-dd-module .country-dd-label {
  align-items: center;
  color: rgba(3, 59, 76, 0.75);
  display: flex;
  font-family: MarkPro, "sans-serif";
  font-weight: 700;
  gap: 24px;
  line-height: 1.2;
}
.hd-country-dd-module .slice-dropdown .dropdown .dropdown-menu {
  transform: translate3d(0, 54px, 0) !important;
}
.hd-country-dd-module #pillar-navbar {
  justify-content: center;
}
.hd-country-dd-module #pillar-navbar .dropdown-wrapper .dropdown-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}
.hd-country-dd-module .slice-dropdown .dropdown .btn {
  border: none;
  z-index: 1;
}
.hd-country-dd-module .slice-dropdown .dropdown .btn:hover {
  border: none;
}
.hd-country-dd-module #myInput {
  background-image: url(../images/searchicon.png);
  background-position: 14px 12px;
  background-repeat: no-repeat;
  border: none;
  box-sizing: border-box;
  color: rgba(3, 59, 76, 0.75);
  display: none;
  font-size: 16px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 90%;
  z-index: 3;
}
.hd-country-dd-module .slice-dropdown .dropdown.show #myInput:focus-visible {
  border: none;
  outline: 1px solid transparent;
}
.hd-country-dd-module #myInput::-webkit-input-placeholder {
  color: rgba(3, 59, 76, 0.75);
  font-family: MarkPro, "sans-serif";
  font-weight: 700;
}
.hd-country-dd-module #myInput::-moz-placeholder {
  color: rgba(3, 59, 76, 0.75);
  font-family: MarkPro, "sans-serif";
  font-weight: 700;
}
.hd-country-dd-module #myInput:-ms-input-placeholder {
  color: rgba(3, 59, 76, 0.75);
  font-family: MarkPro, "sans-serif";
  font-weight: 700;
}
.hd-country-dd-module #myInput::placeholder {
  color: rgba(3, 59, 76, 0.75);
  font-family: MarkPro, "sans-serif";
  font-weight: 700;
}
.hd-country-dd-module .slice-dropdown .dropdown.show #myInput {
  display: block;
}
@media (min-width: 990px) {
  .hd-country-dd-module .country-dd-label {
    line-height: 1;
  }
  .hd-country-dd-module #pillar-navbar .dropdown-wrapper .dropdown-title {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0;
  }
  .hd-country-dd-module .slice-dropdown .dropdown .dropdown-menu {
    transform: translate3d(0, 70px, 0) !important;
  }
  .hd-country-dd-module #myInput {
    font-size: 18px;
    padding: 14px 16px;
  }
  .hd-country-dd-module #myInput::-webkit-input-placeholder {
    font-size: 18px;
  }
  .hd-country-dd-module #myInput::-moz-placeholder {
    font-size: 18px;
  }
  .hd-country-dd-module #myInput:-ms-input-placeholder {
    font-size: 18px;
  }
  .hd-country-dd-module #myInput::placeholder {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .hd-country-dd-module .slice-dropdown .dropdown .dropdown-menu {
    transform: translate3d(0, 66px, 0) !important;
  }
}
.hd-resource-center .filters:after {
  clear: both;
  content: "";
  display: table;
}
.hd-resource-center .filters {
  padding: 0 0 45px;
}
.hd-resource-center .filters .hd-group select {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  color: #033b4c;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  padding: 24px 48px 24px 24px;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.hd-resource-center .filters .hd-group select:hover {
  border: 1px solid #5b87da;
}
.hd-resource-center .filters .hd-group select:focus {
  outline: none;
}
.hd-resource-center .filters .hd-group {
  float: left;
}
.hd-resource-center .filters .reset {
  float: right;
  font-size: 18px;
  font-weight: 900;
  line-height: normal;
  padding: 24px 0 24px 24px;
  transition: all 0.3s ease-in-out;
}
.hd-resource-center .filters .reset:hover {
  color: #5b87da;
}
.hd-resource-center .filters .reset i {
  font-weight: 900;
}
.hd-resource-center .filters .reset:hover {
  cursor: pointer;
}
.hd-resource-center .filters .hd-group label {
  display: block;
  margin: 0;
  position: relative;
}
.hd-resource-center .filters .hd-group label:after {
  color: #033b4c;
  content: "\f078";
  font-family: Font Awesome\5 Pro;
  font-size: 15px;
  font-weight: 900;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 24px;
}
.hd-resource-center .filters .hd-group select::-ms-expand {
  display: none;
}
.hd-resource-center .filters .hd-group select {
  -webkit-appearance: none;
  appearance: none;
}
@media (min-width: 768px) {
  .hd-resource-center .filters .hd-group select {
    width: 250px;
  }
  .hd-resource-center .filters .hd-group:first-child {
    margin: 0 35px 0 0;
  }
}
@media (min-width: 992px) {
  .hd-resource-center .filters .hd-group:first-child {
    margin: 0 35px 0 0;
  }
}
@media (max-width: 767px) {
  .hd-resource-center .filters {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 15px 0 0 !important;
  }
  .hd-resource-center .filters .hd-group {
    margin: 0;
    width: 100%;
  }
  .hd-resource-center .filters .hd-group select {
    padding: 14px 28px 14px 14px;
  }
  .hd-resource-center .filters .reset {
    padding: 0;
  }
}
.hd-resource-center .isotope-pager {
  padding: 25px 0 0;
  position: relative;
  text-align: center;
  z-index: 9;
}
.hd-resource-center .isotope-pager .pager {
  align-items: center;
  border: 2px solid #033b4c;
  color: #033b4c;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: normal;
  margin: 5px;
  padding: 12px;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.hd-resource-center .isotope-pager .pager:hover {
  background: #5b87da;
  border: 2px solid #5b87da;
  color: #fff;
  text-decoration: none;
}
.hd-resource-center .isotope-pager .active {
  background: #033b4c;
  color: #fff;
}
.hd-resource-center .isotope-pager .rc-next_btn i,
.hd-resource-center .isotope-pager .rc-previous_btn i {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.hd-resource-center .isotope-pager .rc-next_btn:hover,
.hd-resource-center .isotope-pager .rc-previous_btn:hover {
  color: #5b87da;
}
.hd-resource-center .isotope-pager .rc-previous_btn {
  margin: 0 10px 0 0;
}
.hd-resource-center .isotope-pager .rc-next_btn {
  margin: 0 0 0 10px;
}
@media (min-width: 768px) {
  .hd-resource-center .isotope-pager .pager {
    margin: 0 5px;
    padding: 14px 18px;
  }
}
@media (min-width: 992px) {
  .hd-resource-center .isotope-pager .rc-previous_btn {
    margin: 0 24px 0 0;
  }
  .hd-resource-center .isotope-pager .rc-next_btn {
    margin: 0 0 0 24px;
  }
}
.hd-exceptional-people .people-date {
  display: none;
  opacity: 0;
}
.hd-resource-center .grid-container {
  margin: 15px 0 0;
}
.hd-resource-center #no-items-found {
  text-align: center;
}
.hd-resource-center .resource-card {
  background: #f5f5f5;
  margin: 0 0 15px;
  overflow: hidden;
}
.hd-resource-center .image {
  position: relative;
  text-align: center;
}
.hd-resource-center .image img {
  height: auto;
  margin: 0 auto;
  max-height: 180px;
  object-fit: cover;
  width: 100%;
}
.hd-resource-center .topic-tag {
  background-color: #033b4c;
  bottom: 0;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  left: 0;
  padding: 15px 46px 15px 24px;
  position: absolute;
}
.hd-resource-center .topic-tag h4,
.hd-resource-center .topic-tag p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.hd-resource-center .topic-tag p {
  font-weight: 500;
}
.hd-resource-center .content {
  padding: 15px;
}
.hd-resource-center .header {
  margin-bottom: 15px;
}
.hd-resource-center .header h3,
.hd-resource-center .header p {
  font-size: 18px;
}
.hd-resource-center .header p.name {
  font-weight: 500;
}
.hd-resource-center .content p {
  margin: 0;
}
.hd-resource-center .date p {
  color: #5b87da !important;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.hd-resource-center .quaternary-button {
  margin-bottom: 0;
  margin-top: 0;
}
.hd-resource-center .slick-slide {
  padding: 0 20px;
}
.hd-resource-center .item a:hover {
  text-decoration: none;
}
.hd-resource-center .item a:hover .quaternary-button,
.hd-resource-center .item a:hover .quaternary-button:after {
  color: #5b87da;
}
@media (max-width: 767px) {
  .hd-resource-center .header,
  .hd-resource-center .resource-card {
    height: auto !important;
  }
}
@media (min-width: 767px) {
  .hd-resource-center .grid-container {
    margin: 35px 0 0;
  }
  .hd-resource-center .resource-card {
    margin: 0 0 30px;
  }
  .hd-resource-center .content {
    padding: 20px;
  }
  .hd-resource-center .content .header p,
  .hd-resource-center .header h3 {
    font-size: 22px;
  }
  .hd-resource-center .content p {
    font-size: 18px;
  }
  .hd-resource-center.designation {
    margin: 0 0 35px;
  }
}
@media (min-width: 992px) {
  .hd-resource-center .content {
    padding: 24px;
  }
}
.hd-resource-center .people-resource-card {
  box-shadow: 0 0 10px #00000014;
}
.hd-resource-center .people-resource-card h3 {
  margin-top: 0;
}
.hd-resource-center .people-resource-card .contact-details {
  margin: 15px 0 0;
}
.hd-resource-center .people-resource-card .contact-details a {
  padding: 0 3px;
}
.hd-resource-center .people-resource-card .contact-details a:first-child {
  padding: 0 3px 0 0;
}
.hd-resource-center .people-resource-card .contact-details i {
  color: #033b4c;
  transition: all 0.3s ease-in-out;
}
.hd-resource-center .people-resource-card .contact-details i:hover {
  color: #5a87d9;
}
.hd-resource-center
  .people-resource-card
  .contact-details
  .fa-phone-alt:before {
  font-size: 18px;
}
.hd-resource-center .people-resource-card:hover .btn:after {
  margin-left: 0 !important;
}
.hd-resource-center .people-resource-card .btn:hover:after {
  margin-left: 10px !important;
}
.hd-resource-center .search-container {
  background: #e2e8ea;
  padding: 15px 15px 25px;
}
.hd-resource-center .search-filter {
  align-items: center;
  display: flex;
  justify-content: center;
}
.hd-resource-center .search-filter .search-desc {
  display: none;
  opacity: 0;
}
.hd-resource-center .search-filter p {
  margin: 0;
  padding: 0 15px 0 0;
}
.hd-resource-center .search-filter span {
  padding: 0 0 0 15px;
}
.hd-resource-center .search-filter .search-box {
  position: relative;
}
.hd-resource-center .search-filter .search-box input::placeholder {
  color: rgba(3, 59, 76, 0.7);
}
.hd-resource-center .search-filter .search-box input {
  border: 1px solid #fff;
  color: #033b4c;
  font-size: 16px;
  font-weight: 900;
  outline: 0;
  padding: 15px 40px 15px 15px;
  transition: all 0.3s ease-in-out;
  width: 240px;
}
.hd-resource-center .search-filter .search-box input:hover {
  border: 1px solid #5b87da;
}
.hd-resource-center .search-filter .search-box i {
  font-weight: 500;
  position: absolute;
  right: 15px;
  top: 17px;
}
.hd-resource-center .search-filter .search-box i:hover,
.hd-resource-center .search-filter span:hover {
  color: #5b87da;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.hd-resource-center .search-filter .search-box .hs-error-msg {
  bottom: -29px;
  color: #ff0201;
  font-size: 12px;
  left: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .hd-resource-center .search-container {
    padding: 32px 0;
  }
  .hd-resource-center .search-filter .search-desc {
    display: block;
    opacity: 1;
  }
  .hd-resource-center .search-filter .search-box input {
    font-size: 18px;
    padding: 24px 48px 24px 24px;
    width: 372px;
  }
  .hd-resource-center .search-filter .search-box i {
    right: 24px;
    top: 25px;
  }
  .hd-resource-center .search-filter span {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 992px) {
  .hd-resource-center .search-filter p {
    padding: 0 40px 0 0;
  }
  .hd-resource-center .search-filter span {
    padding: 0 0 0 40px;
  }
}
.hd-resource-center .filter-heading {
  padding: 10px 0 0;
}
.hd-resource-center.hd-exceptional-people .filter-heading {
  padding: 30px 0 15px;
}
.hd-resource-center .filter-heading h2,
.hd-resource-center .filter-heading h3 {
  color: #5b87da;
}
.hd-resource-center.hd-exceptional-people .filter-heading h2,
.hd-resource-center.hd-exceptional-people .filter-heading h3 {
  text-align: center;
}
.hd-resource-center .filter-container {
  margin: 10px 0;
}
.hd-resource-center .careers-filter-container {
  margin: 0 0 10px;
}
.hd-resource-center .filter-container .filter-inner {
  border: 1px solid #033b4c;
  padding: 10px;
  position: relative;
}
.hd-resource-center
  .filter-container
  .filter-inner.filter-collapse-hide
  .filter-collapse {
  display: none;
  opacity: 0;
}
.hd-resource-center
  .filter-container
  .filter-inner.filter-collapse-hide
  .results-count {
  margin: 7px 0 0;
}
.hd-resource-center .filter-container .filter-collapse {
  background: #5b87da;
  border: 2px solid #5b87da;
  color: #fff;
  margin: 0 0 5px;
  outline: none;
  padding: 12px 24px;
}
.hd-resource-center .filter-container .filter-collapse:hover {
  background: #033b4c;
  border: 2px solid #033b4c;
  cursor: pointer;
}
.hd-resource-center .filter-container .filter-collapse:after {
  content: "\f078";
  font-family: Font Awesome\5 Pro;
  padding: 0 0 0 10px;
}
.hd-resource-center .filter-container .filter-collapse.active:after {
  content: "\f077";
  font-family: Font Awesome\5 Pro;
  padding: 0 0 0 10px;
}
.hd-resource-center .filter-container .filter-collapse:focus {
  outline: none;
}
.hd-resource-center .filter-container .filter-inner .clear-filters,
.hd-resource-center .filter-results-container .clear-filters {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.hd-resource-center .filter-results-container .clear-filters {
  float: right;
  margin: 0 5px 0 0;
}
.hd-resource-center
  .filter-container
  .clear-filters
  .fas:before
  .hd-resource-center
  .filter-results-container
  .clear-filters
  .fas:before {
  position: absolute;
  top: 3px;
}
.hd-resource-center .filter-container .clear-filters:hover,
.hd-resource-center .filter-results-container .clear-filters:hover {
  color: #5b87da;
  cursor: pointer;
}
.hd-resource-center .filter-container .results-count {
  display: inline-flex;
  float: right;
  margin: 3px 0 0;
}
.hd-resource-center .filter-container .results-count p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.hd-resource-center .filter-container .filter-content {
  display: none;
  overflow: hidden;
  padding: 5px 0;
  transition: max-height 0.2s ease-out;
}
.hd-resource-center .filter-container .filter-content .option-set {
  margin: 0 0 15px;
}
.hd-resource-center .filter-container .filter-content .option-set h3,
.hd-resource-center .filter-container .filter-content .option-set p {
  border-bottom: 1px solid rgba(3, 59, 76, 0.3);
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 10px;
}
.hd-resource-center .filter-container .filter-content .option-set p {
  line-height: 1.2;
  margin: 10px 0 15px;
}
.hd-resource-center .filter-container .filter-content .option-set ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hd-resource-center .filter-container .filter-content .option-set ul li {
  margin: 0 0 15px;
}
.hd-resource-center
  .filter-container
  .filter-content
  .option-set
  ul
  li:last-child {
  margin: 0;
}
.hd-resource-center .filter-container .filter-content .option-set ul li label {
  display: flex;
  font-size: 14px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.hd-resource-center
  .filter-container
  .filter-content
  .option-set
  ul
  li
  label:hover {
  color: #5b87da;
  cursor: pointer;
}
.hd-resource-center
  .filter-container
  .filter-content
  .option-set
  ul
  li
  input[type="checkbox"] {
  -webkit-appearance: none;
  background: rgba(91, 135, 218, 0.1);
  border: 1px solid #033b4c;
  cursor: pointer;
  display: flex;
  flex-basis: 69px;
  height: 24px;
  line-height: 0;
  margin: 0 5px 0 0;
  max-width: 24px;
  outline: 0;
  position: relative;
  vertical-align: text-top;
  width: 24px;
}
.hd-resource-center
  .filter-container
  .filter-content
  .option-set
  ul
  li
  input[type="checkbox"]:checked:before {
  border: solid #033b4c;
  border-width: 0 2px 2px 0;
  content: "";
  height: 11px;
  margin: -1px -1px 0;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  width: 6px;
  z-index: 2;
}
.hd-resource-center .filter-results-container {
  margin: 0 0 15px;
}
.hd-resource-center #checked-results .btn-result {
  display: inline-block;
  font-size: 15px;
  margin: 0 15px 0 0;
  padding: 0 20px 0 0;
  position: relative;
}
.hd-resource-center #checked-results .btn-result:after {
  content: "\f00d";
  font-family: Font Awesome\5 Pro;
  font-weight: 700;
  position: absolute;
  right: 3px;
  top: 2px;
}
.hd-resource-center #checked-results .btn-result:hover {
  color: #5b87da;
  cursor: pointer;
}
.hd-resource-center .content-search-terms {
  display: none;
}
@media (min-width: 768px) {
  .hd-resource-center .filter-container .filter-collapse {
    margin: 0;
  }
  .hd-resource-center .filter-container .results-count {
    margin: 11px 0 0;
  }
  .hd-resource-center .filter-container .filter-inner .clear-filters,
  .hd-resource-center .filter-results-container .clear-filters {
    font-size: 16px;
  }
  .hd-resource-center .filter-container .filter-inner .clear-filters {
    margin: 0 0 0 15px;
  }
  .hd-resource-center #checked-results .btn-result,
  .hd-resource-center .filter-container .results-count p {
    font-size: 16px;
  }
  .hd-resource-center .filter-container .filter-content .option-set h3,
  .hd-resource-center .filter-container .filter-content .option-set p {
    font-size: 18px;
  }
  .hd-resource-center
    .filter-container
    .filter-content
    .option-set
    ul
    li
    label {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .hd-resource-center.hd-exceptional-people .filter-heading {
    padding: 50px 0 25px;
  }
  .hd-resource-center .filter-heading {
    padding: 0;
  }
  .hd-resource-center .filter-results-container .clear-filters {
    margin: 0 10px 0 0;
  }
  .hd-resource-center .filter-container .filter-inner .clear-filters {
    margin: 0 0 0 30px;
  }
  .hd-resource-center .filter-container .filter-content .option-set {
    margin: 0;
  }
}
.hd-rc-insights-guides #regioncontent {
  margin: 0 !important;
}
.hd-rc-insights-guides #region-checkboxes {
  display: inline-block;
}
.hd-rc-insights-guides #region-checkboxes li {
  float: left;
  margin-bottom: 10px !important;
}
@media (min-width: 992px) {
  .hd-rc-insights-guides .filter-content #regioncontent ul {
    column-count: 1;
  }
}
.hd-resource-center .featured-articles {
  display: none;
  padding: 60px 0;
}
.hd-resource-center .featured-articles .featured-header h2 {
  color: #5b87da;
}
.hd-resource-center .featured-articles > .container {
  max-width: 1200px;
}
.hd-resource-center .featured-articles .featured-post-wrapper {
  background: #fff;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hd-resource-center
  .featured-articles
  .featured-post-wrapper
  .featured-card-image {
  height: 180px;
  position: relative;
}
.hd-resource-center .featured-articles .featured-card .content {
  background: #f5f5f5;
}
.hd-resource-center .featured-articles .featured-card .header {
  height: auto !important;
}
.hd-resource-center .featured-articles .featured-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hd-resource-center .featured-articles .feature-container {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hd-resource-center .featured-articles .feature-right-card {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
}
.hd-resource-center .featured-articles .right-post-wrapper {
  display: flex;
  max-width: 540px;
}
.hd-resource-center .featured-articles .right-post-wrapper .featured-image {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 192px;
}
.hd-resource-center .featured-articles .right-post-wrapper .feature-title {
  max-width: 275px;
}
.hd-resource-center .featured-articles .feature-right-card .feature-content {
  background: #f5f5f5;
  padding: 15px;
}
.hd-resource-center .featured-articles .feature-right-card h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .hd-resource-center .featured-articles .feature-right-card h3 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .hd-resource-center .featured-articles {
    display: block;
  }
}
.people-radio-btn {
  display: inline-flex;
}
.people-radio-btn li {
  margin: 0 15px 0 0 !important;
}
.people-radio-btn li:last-child {
  margin: 0 !important;
}
.people-radio-btn input {
  border-radius: 100%;
}
.hd-resource-center .filter-content #regioncontent,
.hd-resource-center .filter-content #servicelinecontent {
  margin: 25px 0 0;
}
@media (min-width: 992px) {
  .hd-resource-center .filter-content #regioncontent ul,
  .hd-resource-center .filter-content #servicelinecontent ul {
    column-count: 2;
  }
}
.hd-careers-single .content-inner * {
  color: #fff;
}
.hd-career-listing .hd-heading {
  padding: 15px 0;
}
.hd-career-listing .hd-heading > * {
  margin: 0;
}
.hd-resource-center .resource-card,
.hd-resource-center .resource-card .desc *,
.hd-resource-center .resource-card .header *,
.hd-resource-center .resource-card .location,
.hd-resource-center .resource-card .location p,
.hd-resource-center .resource-card .location svg {
  transition: all 0.3s ease-in-out;
}
.hd-resource-center .resource-card:hover .btn:after {
  margin-left: 10px;
}
.hd-career-listing .grid-item a {
  color: unset;
}
.hd-career-listing .grid-item a:hover {
  color: unset;
  text-decoration: unset;
}
.hd-career-listing .resource-card .content .header > * {
  margin: 0;
}
.hd-career-listing .resource-card .location {
  align-items: center;
  border-top: 1px solid #033b4c;
  display: flex;
  gap: 24px;
  margin: 15px 0 0;
  padding: 15px 0 0;
}
.hd-career-listing .resource-card .location svg {
  height: 15px;
  width: 15px;
  fill: #5b87da;
}
.hd-career-listing .resource-card .location p {
  color: #5b87da;
  font-weight: 500;
}
@media (min-width: 768px) {
  .hd-career-listing .hd-heading {
    padding: 45px 0;
  }
  .hd-career-listing .resource-card .location {
    margin: 40px 0 0;
    padding: 20px 0 0;
  }
}
.stitchback-animated {
  overflow: hidden;
  padding: 55px 0;
}
.stitchback-animated .content-inner {
  padding: 15px;
}
.stitchback-animated .img-inner {
  text-align: center;
}
@media (max-width: 768px) {
  .stitchback-animated .col-12 {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .stitchback-animated .img-inner {
    text-align: left;
  }
  .stitchback-animated .content-inner {
    background: transparent;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 992px) {
  .stitchback-animated .content-inner {
    padding: 0;
  }
}
.hd-blog-sharing .sharing-title {
  margin: 0 0 12px;
}
.hd-blog-sharing h5 {
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.hd-blog-sharing .social-icon-wrapper {
  display: flex;
  gap: 20px;
}
.hd-blog-sharing .social-icon a:focus,
.hd-blog-sharing .social-icon a:hover {
  text-decoration: none;
}
.hd-blog-sharing .social-icon svg {
  height: 22px;
  transition: all 0.3s ease-in-out;
  width: auto;
}
@media (min-width: 992px) {
  .hd-blog-sharing .sharing-title {
    text-align: right;
  }
  .hd-blog-sharing h5 {
    line-height: 1.2;
  }
  .hd-blog-sharing .social-icon-wrapper {
    justify-content: flex-end;
  }
}
.hd-careers-single .content-inner .location {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.hd-careers-single .content-inner .location svg {
  height: 30px;
  width: 30px;
  fill: #fff;
}
section.hd-blog-post-header {
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-height: 70vh;
  padding: 150px 0 80px;
  position: relative;
}
section.hd-blog-post-header .overlay {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
section.hd-blog-post-header h1 {
  color: #fff;
  margin-bottom: 24px;
  margin-left: 55px;
  max-width: 956px;
  position: relative;
}
section.hd-blog-post-header h1:before {
  background-color: #5b87da;
  content: "";
  height: 100%;
  left: -55px;
  position: absolute;
  top: 0;
  width: 30px;
}
section.hd-blog-post-header .author-sect {
  align-items: center;
  display: flex;
  margin-bottom: 24px;
}
section.hd-blog-post-header .author-avatar {
  height: 80px;
  margin: 0 24px 0 0;
  width: 80px;
}
section.hd-blog-post-header .author-avatar img {
  border-radius: 100%;
  max-width: 100%;
}
section.hd-blog-post-header .author-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.hd-blog-post-header .author-name {
  color: #fff;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.26;
}
section.hd-blog-post-header .author-name a {
  color: #fff;
  text-decoration: none;
}
section.hd-blog-post-header .author-job-desc {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
section.hd-blog-post-header .date-tag-wrap {
  display: flex;
  flex-direction: column;
}
section.hd-blog-post-header .date-tag-wrap .divider {
  color: #5b87da;
  display: none;
  margin: 0 24px;
}
section.hd-blog-post-header .tag-divider {
  color: #5b87da;
  display: inline-block;
  font-weight: 700;
  margin: 0 24px;
}
section.hd-blog-post-header .post-date,
section.hd-blog-post-header .post-topic {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
section.hd-blog-post-header .post-tags-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  section.hd-blog-post-header {
    padding: 130px 0 80px;
  }
  section.hd-blog-post-header .content-inner {
    padding-left: 65px;
  }
  section.hd-blog-post-header h1 {
    margin-left: 0;
  }
  section.hd-blog-post-header h1:before {
    left: -65px;
  }
}
@media (min-width: 992px) {
  section.hd-blog-post-header .date-tag-wrap {
    flex-direction: row;
  }
  section.hd-blog-post-header .date-tag-wrap .divider {
    display: inline-block;
  }
}
section.hd-sidebar-subscribe {
  margin: 0 0 40px;
}
section.hd-sidebar-subscribe .subscribe-inner .heading {
  margin-bottom: 24px;
}
section.hd-sidebar-subscribe form label,
section.hd-sidebar-subscribe form label span {
  color: #033b4c;
}
section.hd-sidebar-subscribe .submitted-message {
  color: #033b4c;
  text-align: left;
}
section.hd-sidebar-subscribe form .hs-form-field {
  margin-bottom: 15px;
}
section.hd-sidebar-subscribe form input:not(input[type="submit"]) {
  background-color: transparent;
  border: 2px solid #5b87da;
  color: #033b4c;
  font-size: 16px;
  font-weight: 500;
}
section.hd-sidebar-subscribe form ::-webkit-input-placeholder {
  color: #033b4c;
  font-size: 16px;
  font-weight: 500;
}
section.hd-sidebar-subscribe form :-ms-input-placeholder {
  color: #033b4c;
  font-size: 16px;
  font-weight: 500;
}
section.hd-sidebar-subscribe form ::placeholder {
  color: #033b4c;
  font-size: 16px;
  font-weight: 500;
}
section.hd-sidebar-subscribe form .legal-consent-container *,
section.hd-sidebar-subscribe
  form
  .legal-consent-container
  .hs-form-booleancheckbox
  p,
section.hd-sidebar-subscribe
  form
  .legal-consent-container
  .hs-form-booleancheckbox-display
  > span {
  color: #033b4c;
}
section.hd-sidebar-subscribe form input[type="checkbox"]:before {
  background-color: #5b87da;
}
section.hd-sidebar-subscribe form .hs-submit {
  text-align: left;
}
section.hd-sidebar-subscribe .hs-error-msg {
  font-size: 12px;
}
@media (min-width: 992px) {
  section.hd-sidebar-subscribe {
    padding-top: 32px;
  }
}
.hd-blog-post-person {
  background-color: #f5f5f5;
  justify-content: space-between;
  padding: 0 15px 0 0;
}
.hd-blog-post-person,
.hd-blog-post-person .person-info {
  align-items: center;
  display: flex;
}
.hd-blog-post-person .image {
  height: 150px;
  margin: 0 15px 0 0;
  width: 150px;
}
.hd-blog-post-person .image img {
  max-width: 100%;
}
.hd-blog-post-person .person-details-wrap {
  padding: 10px 0;
}
.hd-blog-post-person .person-details h5 {
  color: #033b4c;
  margin: 0;
}
.hd-blog-post-person .person-details-wrap p.name {
  font-size: 21px;
  font-weight: 700;
}
.hd-blog-post-person .person-details p {
  color: #033b4c;
  font-size: 16px;
}
@media (min-width: 768px) {
  .hd-blog-post-person {
    padding: 0 20px 0 0;
  }
  .hd-blog-post-person .image {
    height: 164px;
    margin: 0 30px 0 0;
    width: 164px;
  }
  .hd-blog-post-person .person-info {
    flex: 1;
  }
  .hd-blog-post-person .person-details-wrap {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: space-between;
    padding: 0;
  }
  .hd-blog-post-person .btn {
    margin: 0;
  }
}
.hd-blog-post-author {
  border-bottom: 1px solid #033b4c;
  margin: 0 0 32px;
  padding: 0 0 32px;
}
.hd-blog-post-author .author-inner {
  display: flex;
  justify-content: center;
  margin: 0 0 9px;
}
.hd-blog-post-author .author-avatar {
  margin: 0 23px 0 0;
  width: 80px;
}
.hd-blog-post-author .author-avatar img {
  border-radius: 100%;
  max-width: 100%;
}
.hd-blog-post-author .author-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hd-blog-post-author .author-details .author-name,
.hd-blog-post-author .author-details h5 {
  margin: 0 0 10px;
}
.hd-blog-post-author .author-details .author-name,
.hd-blog-post-author .author-details .author-name a,
.hd-blog-post-author .author-details h5,
.hd-blog-post-author .author-details h5 a {
  color: #033b4c;
}
.hd-blog-post-author .author-details .author-name a,
.hd-blog-post-author .author-details h5 a {
  font-weight: 700;
}
.hd-blog-post-author .author-details .author-name {
  font-size: 22px;
}
.hd-blog-post-author .author-details p {
  color: #033b4c;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.hd-blog-post-author .author-bio {
  margin: 0 auto;
  max-width: 650px;
}
.hd-blog-post-author .author-bio p {
  color: #033b4c;
  font-size: 16px;
  text-align: center;
}
.breadcrumbs {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.breadcrumbs .breadcrumb-home {
  display: flex;
  flex-direction: row;
  font-weight: 500;
  gap: 8px;
}
.breadcrumbs .breadcrumb-home,
.breadcrumbs .fas {
  color: #033b4c;
  opacity: 0.5;
}
.breadcrumbs .dynamic-page-breadcrumb {
  color: #033b4c;
  font-weight: 700;
}
.breadcrumbs .breadcrumb-home,
.breadcrumbs .dynamic-page-breadcrumb,
.breadcrumbs .fas {
  font-size: 16px;
}
.breadcrumbs .breadcrumb-home:hover,
.breadcrumbs .dynamic-page-breadcrumb:hover {
  color: #5b87da;
}
.maps {
  display: flex;
  flex-direction: column;
}
.maps .office-details {
  padding: 30px 15px;
}
.maps .office-details h4,
.maps .office-details p.location {
  margin-top: 0;
}
.maps .office-details p a {
  font-weight: 300;
}
.maps .map-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .maps {
    flex-direction: row;
  }
  .maps .office-details {
    padding: 120px 40px;
  }
}
@media (min-width: 990px) {
  .maps .office-details p.location {
    font-size: 32px;
  }
}
@media (min-width: 767px) {
  .maps .office-details p.location {
    font-size: 25px;
  }
}
.maps .office-details p.location {
  font-size: 22px;
  font-weight: 500;
}
.hd-people-single .row {
  align-items: stretch;
  margin: 0;
}
.hd-people-single .content-inner * {
  color: #fff;
}
.hd-people-single .content-inner h3 {
  margin-bottom: 40px;
}
.hd-people-single .content-inner .icon {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 5px;
}
.hd-people-single .content-inner .icon p {
  margin-bottom: 0;
}
.hd-people-single .content-inner .icon svg {
  height: 30px;
  width: 30px;
  fill: #fff;
}
.hd-people-single .img-content-inner {
  align-items: stretch;
  display: flex;
}
.hd-people-single .content-inner a:hover {
  color: #5b87da;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .hd-people-single .left-column {
    flex: 1;
  }
  .hd-people-single .right-column {
    align-items: stretch;
    display: flex;
    flex: 1;
  }
}
.hd-people-content-module h3 {
  color: #033b4c;
  margin: 0 0 24px;
}
.hd-people-content-module .content {
  color: #033b4c;
  margin: 0 0 40px;
}
.people-single-featured-cta {
  overflow: hidden;
}
.people-single-featured-cta .content {
  padding: 25px;
}
@media (min-width: 768px) {
  .people-single-featured-cta .content {
    max-width: 650px;
  }
}
.hs-blog-post .listing-hubdb-slider {
  padding: 35px 0;
}
.listing-hubdb-slider .listing-heading {
  padding: 0 0 25px;
  text-align: center;
}
.listing-hubdb-slider .slick-slide a {
  text-decoration: none;
}
.listing-hubdb-slider .slick-slide a:hover .quaternary-button,
.listing-hubdb-slider .slick-slide a:hover .quaternary-button:after {
  color: #5b87da;
}
.listing-hubdb-slider .listing-footer .button-wrapper {
  text-align: center;
}
.listing-hubdb-slider .listing-footer .button-wrapper .secondary-button {
  margin: 0;
}
.hs-blog-post .no-features {
  padding: 0 0 25px;
}
#content[aria-hidden="true"] {
  display: none;
}
@media (min-width: 768px) {
  .listing-hubdb-slider .listing-heading {
    padding: 0 0 50px;
    text-align: center;
  }
  .hd-hubdb-listing-slider {
    padding: 0 25px;
  }
  .hs-blog-post .listing-hubdb-slider {
    padding: 75px 0;
  }
  .hs-blog-post .no-features {
    padding: 0 0 50px;
  }
}
@media (min-width: 992px) {
  .hd-hubdb-listing-slider {
    padding: 0 45px;
  }
}
.hd-related-careers-module .resource-card a:hover *,
.hd-related-careers-module .resource-card a:hover .quaternary-button,
.hd-related-careers-module .resource-card a:hover .quaternary-button:after {
  color: #fff;
}
.hd-related-careers-module .resource-card a:hover svg {
  fill: #fff;
  stroke: #fff;
}
.hd-related-careers-module .resource-card a:hover .location {
  border-top: 1px solid #fff;
}
.hd-blog-post-related-articles .header {
  margin-bottom: 24px;
}
.hd-blog-post-related-articles .header h3 {
  margin-top: 0;
}
.hd-blog-post-related-articles .image {
  height: 180px;
}
.hd-blog-post-related-articles .image img {
  height: 100%;
}
.hd-blog-post-related-articles .listing-footer .btn {
  background-color: #033b4c;
  border-color: #033b4c;
  color: #fff;
}
.hd-blog-post-related-articles .listing-footer .btn:hover {
  background-color: #5a87d9;
  border-color: #5a87d9;
}
section.hd-recent-articles {
  margin: 0 0 40px;
}
section.hd-recent-articles .heading {
  margin: 0 0 24px;
}
section.hd-recent-articles .no-gutters {
  padding-left: 0;
  padding-right: 0;
}
section.hd-recent-articles .article-item {
  align-items: center;
  background-color: #f5f5f5;
  margin-bottom: 24px;
}
section.hd-recent-articles .article-type {
  background-color: #033b4c;
  bottom: 0;
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  left: 0;
  line-height: 1.5;
  padding: 8px 32px 8px 24px;
  position: absolute;
}
section.hd-recent-articles h3,
section.hd-recent-articles h5 {
  color: #033b4c;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}
section.hd-recent-articles .btn {
  margin: 0;
}
@media (min-width: 1200px) and (max-width: 1365px) {
  section.hd-recent-articles .article-type {
    padding: 8px 28px 8px 18px;
  }
}
.hd-sidebar-cta {
  margin: 0 0 24px;
}
.hd-sidebar-cta .sidebar-cta-wrap {
  text-align: center;
}
.hd-sidebar-cta .image {
  margin: 0 0 15px;
}
.hd-sidebar-cta .button-wrapper,
.hd-sidebar-cta .description,
.hd-sidebar-cta .title {
  margin: 0 0 24px;
}
.hd-sidebar-cta .button-wrapper .btn {
  margin: 0;
}
@media (min-width: 768px) {
  .hd-sidebar-cta .sidebar-cta-wrap {
    text-align: left;
  }
}
#HawksfordForm section,
.section-nav-module {
  overflow: hidden;
}
#HawksfordForm .form-variables-hidden {
  display: none;
}
.become-a-client ul {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
}
.become-a-client .section-content,
.become-a-client .section-nav-module {
  position: relative;
}
.become-a-client .section-content,
.become-a-client section#form-section {
  color: #fff !important;
  min-height: calc(100vh - 75px);
}
.become-a-client .section-content:before,
.become-a-client .section-nav-module:before {
  background: #033b4c;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.75;
  position: absolute;
  width: 100%;
}
.become-a-client .section-content,
.become-a-client section#form-section {
  background-position: 50%;
  background-size: cover;
  min-height: calc(100vh - 100px);
}
.become-a-client .section-content.your-focus {
  background-image: url(../images/become-a-client-your-focus.jpg);
}
.become-a-client .section-content.your-needs {
  background-image: url(../images/become-a-client-your-needs.jpg);
}
.become-a-client .section-content.your-ambition {
  background-image: url(../images/become-a-client-your-ambition.jpg);
}
.become-a-client .section-content.Support_and_Services {
  background-image: url(../images/become-a-client-your-role.jpg);
}
.become-a-client .section-content.your-intent {
  background-image: url(../images/become-a-client-your-intent.jpg);
}
.become-a-client #form-section {
  background-image: url(../images/become-a-client-footer-background-image.jpg);
}
.become-a-client .section-content > .container > .row {
  padding: 90px 0;
}
.become-a-client .section-nav-module .content-inner {
  padding: 60px 0 140px;
}
.become-a-client h1,
.become-a-client h2 {
  color: #fff;
}
.become-a-client .section-nav-module .content-inner h1 {
  text-align: center;
}
.become-a-client .section-nav-module .content-inner p {
  color: #fff;
  text-align: center;
}
.become-a-client .section-nav-module .content-inner p a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
.become-a-client .section-nav-module .client-type {
  text-align: center;
}
.become-a-client .section-nav-module .client-type a {
  background-color: hsla(0, 0%, 88%, 0.2);
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  height: 110px;
  margin: 0 4px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  width: 110px;
}
.become-a-client .section-nav-module .client-type a:after {
  background-color: #5a87d9;
  border-radius: 100%;
  content: "";
  display: block;
  height: 111px;
  left: -3px;
  position: absolute;
  top: -3px;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
  width: 111px;
  z-index: 3;
}
.become-a-client .section-nav-module .client-type a:hover:after {
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.03, 1.56);
}
.become-a-client .section-nav-module .client-type a span {
  font-size: 10px;
  font-weight: 700;
  left: 50%;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  word-break: normal;
  z-index: 4;
}
.become-a-client .section-nav-module .client-type a:hover {
  background: #5a87d9;
  border: 3px solid #5a87d9;
}
.become-a-client .hidden {
  display: none;
  opacity: 0;
}
.become-a-client .content-active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.become-a-client .section-content,
section#form-section {
  color: #fff !important;
  min-height: calc(100vh - 75px);
}
.become-a-client .section-content > .container > .section-content-inner {
  padding: 60px 0 160px;
}
.become-a-client .section-content .content-inner h2,
.become-a-client .section-content .content-inner span {
  margin: 0 0 12px 55px;
}
.become-a-client .section-content .content-inner span,
.become-a-client .section-content h2 {
  position: relative;
}
.become-a-client .section-content .content-inner span:before,
.become-a-client .section-content h2:before {
  background: #5b87da;
  content: "";
  height: 100%;
  left: -55px;
  position: absolute;
  top: 0;
  width: 30px;
}
.become-a-client .section-content p {
  color: #fefefe;
  font-size: 22px;
  margin: 0;
}
.become-a-client .section-content small {
  font-size: 100% !important;
}
.become-a-client .hawksdiv {
  bottom: 140px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 992px) {
  .become-a-client .section-nav-module .content-inner {
    padding: 140px 20px 200px;
  }
  .become-a-client .hawksdiv {
    bottom: 120px;
  }
  .become-a-client .section-nav-module .client-type a {
    height: 164px;
    margin: 0 10px 20px;
    width: 164px;
  }
  .become-a-client .section-nav-module .client-type a:after {
    height: 171px;
    width: 171px;
  }
  .become-a-client .section-nav-module .client-type a span {
    font-size: 14px;
  }
  #HawksfordForm section,
  .section-nav-module {
    overflow: visible;
  }
  .become-a-client .hawksdiv {
    bottom: 170px;
    left: 50%;
    width: auto;
  }
  .become-a-client select#titles {
    width: 50% !important;
  }
}
.become-a-client .custom-control:first-child > label {
  padding-left: 0;
}
#HawksfordForm #form-section input[type="email" i],
#HawksfordForm #form-section input[type="text" i],
#HawksfordForm #form-section select {
  word-wrap: normal;
  -webkit-appearance: none;
  background-color: #fefefe;
  border: 1px solid #dcdcdc;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 20px;
  padding: 13px 15px;
  width: 100%;
}
#HawksfordForm #form-section select {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-color: #fff;
  background-origin: content-box;
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 9px 6px;
}
#HawksfordForm #form-section input#areaCode {
  float: left;
  width: 28% !important;
}
#HawksfordForm #form-section input#phoneNum {
  margin-left: 2% !important;
  width: 70% !important;
}
#HawksfordForm #form-section .form-wrapper {
  max-width: 460px;
}
.become-a-client .input-custom-control {
  background-color: hsla(0, 0%, 100%, 0.1);
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  height: 30px;
  left: 3px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 2px;
  width: 30px;
}
.become-a-client .input-custom-control:hover {
  cursor: pointer;
}
.become-a-client .custom-control label {
  color: #fff;
  line-height: 2em;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.become-a-client .custom-control.contact-method-group {
  display: inline-flex;
  gap: 15px;
}
.become-a-client .section-content label,
section#form-section label {
  margin-bottom: 9px;
}
.become-a-client .custom-control {
  padding-left: 0 !important;
}
.become-a-client
  .custom-control
  input[type="checkbox"]:checked
  + .input-custom-control:before,
.become-a-client
  .custom-control
  input[type="radio"]:checked
  + .input-custom-control:before {
  content: "\f00c";
  display: block;
  font-family: Font Awesome\5 Pro;
  left: -1px;
  position: absolute;
  top: -4px;
  transform: scale(0) rotate(-90deg);
  z-index: 5;
}
.become-a-client
  .custom-control
  input[type="checkbox"]:checked
  + .input-custom-control:after,
.become-a-client
  .custom-control
  input[type="radio"]:checked
  + .input-custom-control:after {
  background-color: #5a87d9;
  border-radius: 100%;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  top: -2px;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
  z-index: 3;
}
.become-a-client .custom-control .input-custom-control:after,
.become-a-client .custom-control .input-custom-control:before {
  height: 32px;
  width: 32px;
}
.become-a-client
  .custom-control
  input[type="checkbox"]:checked
  + .input-custom-control:before,
.become-a-client
  .custom-control
  input[type="radio"]:checked
  + .input-custom-control:before {
  transform: scale(1) rotate(0deg);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.03, 1.56);
}
.become-a-client
  .custom-control
  input[type="checkbox"]:checked
  + .input-custom-control:after,
.become-a-client
  .custom-control
  input[type="radio"]:checked
  + .input-custom-control:after,
.become-a-client .custom-control label:focus .input-custom-control:after,
.become-a-client .custom-control label:hover .input-custom-control:after {
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.03, 1.56);
}
.become-a-client .custom-control input[type="checkbox"],
.become-a-client .custom-control input[type="radio"] {
  display: none;
}
.become-a-client span.your-needs-bg-1 {
  display: block;
  left: 13%;
  opacity: 0.2;
  position: absolute;
  top: 10%;
  width: 320px;
  z-index: 1;
}
.become-a-client span.your-needs-bg-2 {
  bottom: 0;
  display: block;
  opacity: 0.2;
  position: absolute;
  right: 2%;
  transform: translateY(50%);
  width: 400px;
  z-index: 1;
}
.become-a-client span.your-focus-bg-1 {
  display: block;
  left: 15%;
  opacity: 0.2;
  position: absolute;
  top: 20%;
  width: 325px;
  z-index: 1;
}
.become-a-client span.your-ambition-bg-1 {
  display: block;
  left: 25%;
  opacity: 0.2;
  position: absolute;
  top: 20%;
  width: 310px;
  z-index: 1;
}
.become-a-client span.your-ambition-bg-2 {
  bottom: 0;
  display: block;
  opacity: 0.2;
  position: absolute;
  right: 2%;
  transform: translateY(50%);
  width: 285px;
  z-index: 1;
}
.become-a-client span.your-form-bg-1 {
  display: block;
  left: 10%;
  opacity: 0.2;
  position: absolute;
  top: 1%;
  width: 219px;
  z-index: 1;
}
.become-a-client span.your-form-bg-2 {
  bottom: 25%;
  display: block;
  left: 30%;
  opacity: 0.2;
  position: absolute;
  width: 185px;
  z-index: 1;
}
.become-a-client .section-content {
  position: relative;
}
.become-a-client a.next {
  background-color: hsla(0, 0%, 88%, 0.2);
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  height: 100px;
  left: 50%;
  line-height: 94px;
  opacity: 1;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: translate(-50%) scale(1);
  transition: all 0.3s cubic-bezier(0.42, 0, 0.03, 1.56);
  width: 100px;
  z-index: 999;
}
.become-a-client a.next span {
  display: block;
  font-size: 20px;
  position: relative;
  z-index: 4;
}
.become-a-client a.next:after {
  background-color: #5a87d9;
  border-radius: 100%;
  content: "";
  display: block;
  height: 103px;
  left: -4px;
  position: absolute;
  top: -4px;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
  width: 103px;
  z-index: 3;
}
.become-a-client a.next:hover:after {
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.03, 1.56);
}
.become-a-client .custom-control label a {
  color: #fefefe;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}
.become-a-client .p--BAC--form__overlay {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.become-a-client .p--BAC--form__overlay-content {
  padding: 40px 50px;
}
@media (min-width: 640px) {
  .become-a-client .p--BAC--form__overlay-close {
    right: 20px;
    top: 20px;
  }
}
.become-a-client .p--BAC--form__overlay-close {
  color: hsla(0, 0%, 100%, 0.35);
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 5px;
}
.become-a-client .p--BAC--form__overlay-content {
  background: #033b4b;
  border: 5px solid hsla(0, 0%, 100%, 0.35);
  left: 50%;
  max-width: 615px;
  padding: 30px 25px;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.become-a-client .p--BAC--form__overlay-content h4,
.p--BAC--form__overlay-content p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.become-a-client .p--BAC--form__overlay-btns {
  text-align: center;
}
.become-a-client .p--BAC--form__overlay-btns > .button {
  font-size: 17px;
}
.become-a-client .button.secondary {
  color: #033b4b;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 14px 0;
}
.become-a-client .js-bac-overlay-cancel,
.become-a-client .js-bac-overlay-ok {
  color: #fff;
  font-size: 18px;
  margin: 0;
}
.become-a-client .js-bac-overlay-cancel:hover,
.become-a-client .js-bac-overlay-ok:hover {
  color: #fff;
}
.become-a-client .p--BAC--form__overlay-btns .js-bac-overlay-cancel {
  margin-top: 20px;
}
.become-a-client .p--BAC--form__overlay-btns > .button {
  color: #fff !important;
  margin-bottom: 0;
}
.become-a-client .button {
  display: inline-block;
  font-family: MarkPro-Bold, Roboto, sans-serif;
  letter-spacing: 1.6px;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.become-a-client .p--BAC--form__overlay.active {
  display: block;
}
.become-a-client footer.c--footer {
  display: none !important;
}
.become-a-client .section-content .content-inner .option-heading {
  font-size: 38px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .become-a-client .p--BAC--form__overlay-btns .js-bac-overlay-cancel {
    margin-left: 20px;
    margin-top: 0;
  }
  .become-a-client .section-content .content-inner {
    padding-left: 65px;
  }
  .become-a-client .section-content .content-inner h2,
  .become-a-client .section-content .content-inner span {
    margin-left: 0;
  }
  .become-a-client .section-content .content-inner span:before,
  .become-a-client .section-content h2:before {
    left: -65px;
  }
  .become-a-client ul {
    margin: 0;
  }
  .become-a-client .section-content .content-inner span {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .become-a-client .section-content > .container > .section-content-inner {
    padding: 140px 0 170px;
  }
  .become-a-client .p--BAC--form__overlay-btns .js-bac-overlay-cancel {
    margin-left: 20px;
  }
  .become-a-client .custom-control label {
    cursor: pointer;
    font-size: 20px;
  }
  .become-a-client .custom-control label a {
    font-size: 20px;
  }
}
.hdcrd-002.hd-card-module {
  margin: 0 auto;
  max-width: 380px;
}
.hdcrd-002.hd-card-module a {
  transition: all 0.3s ease-in-out;
}
.hdcrd-002.hd-card-module a:hover {
  text-decoration: none;
}
.hdcrd-002.hd-card-module img {
  height: auto;
  max-width: 100%;
}
.hdcrd-002.hd-card-module h3 {
  font-size: 18px;
  margin: 0 0 10px;
}
.hdcrd-002.hd-card-module p {
  margin: 0 0 15px;
}
.hdcrd-002.hd-card-module .btn.quaternary-button {
  margin: 0;
  padding: 0;
}
.hdcrd-002.hd-card-module a:hover .btn:after {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .hdcrd-002.hd-card-module h3 {
    font-size: 22px;
  }
}
.hd-col-hero-banner {
  display: flex;
  overflow: hidden;
}
.hd-col-hero-banner.full-width-column {
  padding: 25px 0;
}
.hd-col-hero-banner .column-one {
  align-items: center;
  display: flex;
  height: auto;
  padding-bottom: 30px;
  padding-top: 30px;
}
.hd-col-hero-banner.full-width-column .column-one {
  display: block;
}
.hd-col-hero-banner .column-one h1,
.hd-col-hero-banner .column-one h2,
.hd-col-hero-banner .column-one h3,
.hd-col-hero-banner .column-one h4,
.hd-col-hero-banner .column-one h5,
.hd-col-hero-banner .column-one h6 {
  margin-left: 55px;
  margin-top: 0;
  position: relative;
}
.hd-col-hero-banner .column-one h1:before,
.hd-col-hero-banner .column-one h2:before,
.hd-col-hero-banner .column-one h3:before,
.hd-col-hero-banner .column-one h4:before,
.hd-col-hero-banner .column-one h5:before,
.hd-col-hero-banner .column-one h6:before {
  content: "";
  height: 100%;
  left: -55px;
  position: absolute;
  top: 0;
  width: 30px;
}
.hd-col-hero-banner .column-one p {
  font-weight: 500;
  max-width: 435px;
}
.hd-col-hero-banner .column-one a:fist-child {
  margin-left: 0;
}
.hd-col-hero-banner .column-two {
  flex-shrink: 0;
  height: auto;
  width: 100%;
}
.hd-col-hero-banner .column-two .banner-img {
  object-fit: cover;
}
@media (min-width: 768px) {
  .hd-col-hero-banner.full-width-column {
    padding: 50px 10;
  }
  .hd-col-hero-banner .column-one h1,
  .hd-col-hero-banner .column-one h2,
  .hd-col-hero-banner .column-one h3,
  .hd-col-hero-banner .column-one h4,
  .hd-col-hero-banner .column-one h5,
  .hd-col-hero-banner .column-one h6 {
    margin-left: 0;
  }
  .hd-col-hero-banner .column-one h1:before,
  .hd-col-hero-banner .column-one h2:before,
  .hd-col-hero-banner .column-one h3:before,
  .hd-col-hero-banner .column-one h4:before,
  .hd-col-hero-banner .column-one h5:before,
  .hd-col-hero-banner .column-one h6:before {
    left: -65px;
  }
  .hd-col-hero-banner .column-one .content-inner {
    padding-left: 65px;
  }
  .hd-col-hero-banner .column-one a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 1300px) {
  .hd-col-hero-banner .column-one .content-inner {
    margin-left: 24.8%;
  }
  .hd-col-hero-banner.full-width-column .column-one .content-inner {
    margin-left: 0;
  }
}
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.body-container-blog-post .top-bar-wrap {
  padding: 24px 0;
}
.body-container-blog-post .mobile-only {
  display: block;
}
.body-container-blog-post .desktop-only {
  display: none;
}
.body-container-blog-post .blog-content {
  border-bottom: 1px solid #033b4c;
  margin-bottom: 32px;
  padding: 40px 0 20px;
}
.body-container-blog-post .blog-content p:not(blockquote > p) {
  margin: 0 0 20px;
}
.body-container-blog-post .blog-post-sidebar {
  margin: 8px 0 0;
}
.body-container-blog-post .breadcrumbs-wrap {
  padding: 0 0 24px;
}
@media (min-width: 768px) {
  .body-container-blog-post .top-bar-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .body-container-blog-post .breadcrumbs-wrap {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .body-container-blog-post .mobile-only {
    display: none;
  }
  .body-container-blog-post .desktop-only {
    display: block;
  }
  .body-container-blog-post .desktop-share-wrap {
    padding: 40px 0;
  }
  .body-container-blog-post .blog-content {
    padding: 60px 0 20px;
  }
  .body-container-blog-post .top-bar-wrap {
    display: block;
    padding: 60px 0 40px;
  }
  .body-container-blog-post .breadcrumbs-wrap {
    padding: 0;
  }
  .body-container-blog-post .blog-post-sidebar {
    margin: 0;
  }
  .blog-post-single-column .blog-content {
    padding: 10px 0 60px;
  }
  .pillar-page-sidebar {
    margin: 40px 0 0;
  }
}
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
  display: block;
  position: relative;
}
.slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-slide[aria-hidden="true"] a {
  display: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 48px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
  z-index: 999;
}
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  color: #033b4c;
  font-family: Font Awesome\5 Pro !important;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -15px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -15px;
}
.slick-prev:before {
  content: "\f053" !important;
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -15px;
}
[dir="rtl"] .slick-next {
  left: -15px;
  right: auto;
}
.slick-next:before {
  content: "\f054" !important;
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dots {
  bottom: 0 !important;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative !important;
  text-align: center;
  width: 100%;
  z-index: 9;
}
.slick-dots li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.slick-dots li,
.slick-dots li button {
  cursor: pointer;
  height: 48px;
  width: 48px;
}
.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  display: block;
  font-size: 0;
  line-height: 0;
  outline: none;
  padding: 5px;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:before {
  color: #d8d8d8;
  content: "\f111" !important;
  font-family: Font Awesome\5 Pro !important;
  font-size: 10px !important;
  font-weight: 600;
  height: 48px;
  left: 0;
  line-height: 48px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
  color: #ff4d56;
  opacity: 1;
}
.metaslider .slides [aria-hidden="true"] a {
  display: none;
}
@media (min-width: 768px) {
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  .slick-next:before,
  .slick-prev:before {
    font-size: 30px;
  }
  .slick-dots li button:before {
    font-size: 14px !important;
  }
}
.hd-pt-s {
  padding-top: 15px;
}
.hd-pt-m {
  padding-top: 30px;
}
.hd-pt-l {
  padding-top: 40px;
}
.hd-pt-xl {
  padding-top: 50px;
}
.hd-pb-s {
  padding-bottom: 15px;
}
.hd-pb-m {
  padding-bottom: 30px;
}
.hd-pb-l {
  padding-bottom: 40px;
}
.hd-pb-xl {
  padding-bottom: 50px;
}
.hd-mt-s {
  margin-top: 15px;
}
.hd-mt-m {
  margin-top: 30px;
}
.hd-mt-l {
  margin-top: 40px;
}
.hd-mt-xl {
  margin-top: 50px;
}
.hd-mb-s {
  margin-bottom: 15px;
}
.hd-mb-m {
  margin-bottom: 30px;
}
.hd-mb-l {
  margin-bottom: 40px;
}
.hd-mb-xl {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .hd-pt-s {
    padding-top: 15px;
  }
  .hd-pt-m {
    padding-top: 30px;
  }
  .hd-pt-l {
    padding-top: 40px;
  }
  .hd-pt-xl {
    padding-top: 50px;
  }
  .hd-pb-s {
    padding-bottom: 15px;
  }
  .hd-pb-m {
    padding-bottom: 30px;
  }
  .hd-pb-l {
    padding-bottom: 40px;
  }
  .hd-pb-xl {
    padding-bottom: 50px;
  }
  .hd-mt-s {
    margin-top: 15px;
  }
  .hd-mt-m {
    margin-top: calc(var(--mt-m) / 2);
  }
  .hd-mt-l {
    margin-top: calc(var(--mt-l) / 2);
  }
  .hd-mt-xl {
    margin-top: calc(var(--mt-xl) / 2);
  }
  .hd-mb-s {
    margin-bottom: 15px;
  }
  .hd-mb-m {
    margin-bottom: 30px;
  }
  .hd-mb-l {
    margin-bottom: 40px;
  }
  .hd-mb-xl {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .hd-pt-s {
    padding-top: 30px;
  }
  .hd-pt-m {
    padding-top: 60px;
  }
  .hd-pt-l {
    padding-top: 80px;
  }
  .hd-pt-xl {
    padding-top: 100px;
  }
  .hd-pb-s {
    padding-bottom: 30px;
  }
  .hd-pb-m {
    padding-bottom: 60px;
  }
  .hd-pb-l {
    padding-bottom: 80px;
  }
  .hd-pb-xl {
    padding-bottom: 100px;
  }
  .hd-mt-s {
    margin-top: 30px;
  }
  .hd-mt-m {
    margin-top: 60px;
  }
  .hd-mt-l {
    margin-top: 80px;
  }
  .hd-mt-xl {
    margin-top: 100px;
  }
  .hd-mb-s {
    margin-bottom: 30px;
  }
  .hd-mb-m {
    margin-bottom: 60px;
  }
  .hd-mb-l {
    margin-bottom: 80px;
  }
  .hd-mb-xl {
    margin-bottom: 100px;
  }
}
[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: 0.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: 0.1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.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: 0.15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.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: 0.2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.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: 0.25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.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: 0.3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.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: 0.35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.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: 0.4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.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: 0.45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.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: 0.5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.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: 0.55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.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: 0.6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.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: 0.65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.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: 0.7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.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: 0.75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.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: 0.8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.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: 0.85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.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: 0.9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.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: 0.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);
}
.no-features {
  text-align: center;
}
img {
  pointer-events: none;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}
.body-container-wrapper {
  margin-top: 75px;
}
@media (min-width: 768px) {
  .no-gutters {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .body-container-wrapper {
    margin-top: 150px;
  }
  .body-container-wrapper.contentcrolled {
    margin-top: 100px;
  }
}
.content-wrapper {
  max-width: 1445px;
}
.content-wrapper--vertical-spacing,
.dnd-section {
  padding: 80px 1rem;
}
.dnd-section > .row-fluid {
  max-width: 1445px;
}
body,
html {
  background: #fff;
}
main,
main li,
main p {
  color: #033b4c;
  font-size: 18px;
}
main a {
  color: #0270e0;
  font-size: 18px;
  outline: none;
}
main a:focus,
main a:hover {
  color: #033b4c;
  outline: none;
}
main a:active {
  color: rgba(3, 59, 76, 0);
}
main blockquote {
  border-left-color: #5b87da;
  color: #033b4c;
  font-size: 18px;
}
main h1 {
  font-size: 45px;
}
main h1,
main h2 {
  color: #033b4c;
  text-transform: none;
}
main h2 {
  font-size: 38px;
}
main .h3,
main h3 {
  font-size: 30px;
}
main .h3,
main h3,
main h4 {
  color: #033b4c;
  text-transform: none;
}
main h4 {
  font-size: 22px;
}
main h5 {
  font-size: 20px;
}
main .h6,
main h5,
main h6 {
  color: #033b4c;
  text-transform: none;
}
main .h6,
main h6 {
  font-size: 18px;
}
main .hs_cos_wrapper_type_rich_text ul {
  list-style: none;
}
main .hs_cos_wrapper_type_rich_text ul li:before {
  color: #033b4b;
  content: "\2022";
  display: inline-block;
  font-size: 22px;
  margin-left: -1em;
  width: 1em;
}
@media (min-width: 767px) {
  main,
  main a,
  main blockquote,
  main li,
  main p {
    font-size: 18px;
  }
  main h1 {
    font-size: 60px;
  }
  main h2 {
    font-size: 45px;
  }
  main .h3,
  main h3 {
    font-size: 35px;
  }
  main h4 {
    font-size: 25px;
  }
  main h5 {
    font-size: 21px;
  }
  main .h6,
  main .hs_cos_wrapper_type_rich_text ul li:before,
  main h6 {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  main,
  main a,
  main blockquote,
  main li,
  main p {
    font-size: 22px;
  }
  main h1 {
    font-size: 65px;
  }
  main h2 {
    font-size: 45px;
  }
  main .h3,
  main h3 {
    font-size: 40px;
  }
  main h4 {
    font-size: 32px;
  }
  main h5 {
    font-size: 22px;
  }
  main .h6,
  main h6 {
    font-size: 20px;
  }
  main .hs_cos_wrapper_type_rich_text ul li:before {
    font-size: 22px;
  }
}
.button,
button {
  background: #5a87d9;
  border: 2px solid #5a87d9;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  padding: 15px;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.button.cta-blue:hover,
.button.cta-gold:hover,
.button.cta-navy:hover,
.button.cta-red:hover,
.button.cta-teal:hover,
.button:focus,
.button:hover,
button:focus,
button:hover {
  background: #033b4b;
  border-color: #033b4b;
  color: #fff;
}
.button:active,
button:active {
  background: #033b4b;
  border-color: #033b4b;
}
.secondary-button {
  background: #5a87d9;
  border: 2px solid #5a87d9;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  padding: 15px;
  text-transform: none;
  width: 100%;
}
.secondary-button:focus,
.secondary-button:hover {
  background: #fff;
  border-color: #fff;
  color: #033b4b;
}
.secondary-button:active {
  background: #fff;
  border-color: #fff;
}
.tertiary-button {
  background: rgba(3, 59, 76, 0);
  border: 2px solid #5a87d9;
  border-radius: 0;
  color: #5a87d9;
  font-size: 16px;
  padding: 15px;
  text-transform: none;
  width: 100%;
}
.tertiary-button:focus,
.tertiary-button:hover {
  color: #033b4b;
}
.tertiary-button:active,
.tertiary-button:focus,
.tertiary-button:hover {
  background: rgba(91, 135, 218, 0);
  border-color: #033b4b;
}
.senary-button {
  background: hsla(0, 0%, 100%, 0);
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  padding: 15px;
  text-transform: none;
  width: 100%;
}
.senary-button:focus,
.senary-button:hover {
  color: #5a87d9;
}
.senary-button:active,
.senary-button:focus,
.senary-button:hover {
  background: rgba(3, 59, 76, 0);
  border-color: #5a87d9;
}
.quaternary-button {
  background: rgba(3, 59, 76, 0);
  color: #033b4c;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  text-transform: none;
}
.quaternary-button:focus,
.quaternary-button:hover {
  background: rgba(3, 59, 76, 0);
  color: #5b87da;
}
.quaternary-button:active {
  background: transparent;
}
.quaternary-button:after {
  background: rgba(3, 59, 76, 0);
  border-radius: 100%;
  color: #033b4c;
  content: "\f054";
  display: inline-block;
  font-family: Font Awesome\5 Pro;
  font-weight: 700;
  height: 24px;
  line-height: 26px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 25px;
}
@-moz-document url-prefix() {
  .quaternary-button:after {
    height: 25px !important;
  }
}
.quaternary-button:hover:after {
  background: rgba(3, 59, 76, 0);
  color: #5b87da;
  margin-left: 10px;
}
@media (min-width: 767px) {
  .button,
  .secondary-button,
  .senary-button,
  .tertiary-button,
  button {
    font-size: 18px;
    padding: 24px 40px;
    width: auto;
  }
  .quaternary-button {
    font-size: 16px;
    padding: 0;
  }
}
.button.cta-red {
  background: #fb3448;
  border-color: #fb3448;
}
.button.cta-gold {
  background: #ffa845;
  border-color: #ffa845;
}
.button.cta-teal {
  background: #00c4b3;
  border-color: #00c4b3;
}
.button.cta-navy {
  background: #033b4c;
  border-color: #033b4c;
}
.button.cta-blue {
  background: #5b87da;
  border-color: #5b87da;
}
.form-title {
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-transform: none;
}
form label,
form label span {
  color: #fff;
  font-size: 16px;
}
form legend {
  color: #fff;
}
form .hs-error-msg,
form .hs-error-msgs label {
  color: #ff0201 !important;
  font-size: 14px;
}
form .hs-input.invalid.error {
  border-color: #ff0201;
}
form input[type="date"],
form input[type="email"],
form input[type="number"],
form input[type="password"],
form input[type="tel"],
form input[type="text"],
form select,
form textarea {
  background-color: #e2e8ea;
  border: 1px solid #e2e8ea;
  border-radius: 0;
  color: #033b4c;
  font-size: 16px;
}
::-webkit-input-placeholder {
  color: #033b4c;
}
::-moz-placeholder {
  color: #033b4c;
}
:-ms-input-placeholder {
  color: #033b4c;
}
::placeholder {
  color: #033b4c;
}
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #033b4c;
}
.fn-date-picker td.is-selected .pika-button {
  background: #033b4c;
}
.fn-date-picker td .pika-button:hover {
  background-color: #033b4c !important;
}
.fn-date-picker td.is-today .pika-button {
  color: #033b4c;
}
form .hs-form-required {
  color: #ff0201;
}
form .hs-richtext,
form .hs-richtext a,
form .hs-richtext p,
form .hs-richtext p a,
form .legal-consent-container .hs-form-booleancheckbox-display > span,
form .legal-consent-container .hs-form-booleancheckbox-display > span p {
  color: #fff;
  font-size: 12px;
  text-transform: none;
}
form .hs-richtext a:hover,
form .hs-richtext p a:hover {
  color: #5b87da;
}
form .hs-button,
form input[type="submit"] {
  background: #5b87da;
  border: 1px solid #5a87d9;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  padding: 15px;
  text-transform: none;
  transition: all 0.3s ease-in-out;
}
form .hs-button:focus,
form .hs-button:hover,
form input[type="submit"]:focus,
form input[type="submit"]:hover {
  background: #033b4b;
  border-color: #5b87da;
  color: #fff;
  outline: none;
}
form .hs-button:active,
form input[type="submit"]:active {
  background: #5b87da;
  border: 1px solid #5a87d9;
  color: #fff;
}
.submitted-message,
.submitted-message p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: none;
}
@media (min-width: 767px) {
  .form-title {
    font-size: 35px;
    text-align: center;
  }
  form input[type="email"],
  form input[type="number"],
  form input[type="password"],
  form input[type="tel"],
  form input[type="text"],
  form label,
  form label span,
  form select,
  form textarea {
    font-size: 16px;
  }
  form .hs-richtext,
  form .hs-richtext a,
  form .hs-richtext p,
  form .hs-richtext p a,
  form .legal-consent-container .hs-form-booleancheckbox-display > span,
  form .legal-consent-container .hs-form-booleancheckbox-display > span p {
    font-size: 12px;
  }
  form .hs-button,
  form input[type="submit"] {
    font-size: 18px;
    padding: 24px 40px;
  }
  form .hs-error-msg,
  form .hs-error-msgs label {
    font-size: 15px;
  }
  .submitted-message,
  .submitted-message p {
    font-size: 18px;
  }
}
@media (min-width: 990px) {
  .form-title {
    font-size: 45px;
    text-align: center;
  }
  form label,
  form label span {
    font-size: 16px;
  }
  form input[type="email"],
  form input[type="number"],
  form input[type="password"],
  form input[type="tel"],
  form input[type="text"],
  form select,
  form textarea {
    font-size: 18px;
  }
  form .hs-richtext,
  form .hs-richtext a,
  form .hs-richtext p,
  form .hs-richtext p a,
  form .legal-consent-container .hs-form-booleancheckbox-display > span,
  form .legal-consent-container .hs-form-booleancheckbox-display > span p {
    font-size: 12px;
  }
  form .hs-error-msg,
  form .hs-error-msgs label {
    font-size: 15px;
  }
  .submitted-message,
  .submitted-message p {
    font-size: 18px;
  }
}
.hd-modal {
  z-index: 999999;
}
.hd-modal .modal-content {
  background: #044e65;
}
.hd-modal .modal-header {
  border-bottom: 0 solid #044e65;
  padding: 7px 10px 5px 5px;
}
.hd-modal .close {
  color: #fff;
  font-weight: 300;
  opacity: 1;
  text-shadow: none;
}
.hd-modal .close:hover {
  color: #5b87da;
}
.hd-modal .close span {
  float: right;
  font-size: 24px;
}
.hd-modal button:focus,
.hd-modal button:hover {
  background: transparent;
  border-color: transparent;
  outline: none;
}
.hd-modal .modal-body {
  padding: 0 16px 16px;
}
.hd-modal .hs_recaptcha {
  float: none;
  width: 100%;
}
.hd-modal .actions {
  text-align: center;
}
.hd-modal .meetings-iframe-container iframe {
  max-height: 655px !important;
}
@media (min-width: 576px) {
  .hd-modal .modal-dialog {
    max-width: 750px;
  }
}
table {
  background-color: #f2f5f6;
}
table,
td,
th {
  border: 1px solid #fff;
}
td,
th {
  color: #033b4c;
  padding: 18px;
}
thead th {
  background-color: #033b4c;
  color: #fff;
}
tfoot td {
  background-color: #fff;
  color: #033b4c;
}
.hd-related-careers-slider .resource-card.products:hover {
  background: #fb3448 !important;
}
.hd-related-careers-slider .resource-card.privateclient:hover {
  background: #ffa845 !important;
}
.hd-related-careers-slider .resource-card.Support_and_Services:hover {
  background: #00c4b3 !important;
}
.hd-related-careers-slider .resource-card.group:hover {
  background: #033b4c !important;
}
.hd-related-careers-slider .resource-card.default:hover {
  background: #5b87da !important;
}
.hd-related-content-slider.products .listing-heading * {
  color: #fb3448;
}
.hd-related-content-slider .resource-card .date.products p {
  color: #fb3448 !important;
}
.hd-related-content-slider.products .listing-footer .btn {
  background: #fb3448;
  border-color: #fb3448;
}
.hd-related-content-slider.privateclient .listing-heading * {
  color: #ffa845;
}
.hd-related-content-slider .resource-card .date.privateclient p {
  color: #ffa845 !important;
}
.hd-related-content-slider.privateclient .listing-footer .btn {
  background: #ffa845;
  border-color: #ffa845;
}
.hd-related-content-slider.Support_and_Services .listing-heading * {
  color: #00c4b3;
}
.hd-related-content-slider .resource-card .date.Support_and_Services p {
  color: #00c4b3 !important;
}
.hd-related-content-slider.Support_and_Services .listing-footer .btn {
  background: #00c4b3;
  border-color: #00c4b3;
}
.hd-related-content-slider.group .listing-heading * {
  color: #033b4c;
}
.hd-related-content-slider .resource-card .date.group p {
  color: #033b4c !important;
}
.hd-related-content-slider.group .listing-footer .btn {
  background: #033b4c;
  border-color: #033b4c;
}
.hd-related-content-slider.default .listing-heading * {
  color: #5b87da;
}
.hd-related-content-slider .resource-card .date.default p {
  color: #5b87da !important;
}
.hd-related-content-slider.default .listing-footer .btn {
  background: #5b87da;
  border-color: #5b87da;
}
.hd-related-content-slider.products .listing-footer .btn:hover,
.hd-related-content-slider.default .listing-footer .btn:hover,
.hd-related-content-slider.Support_and_Services .listing-footer .btn:hover,
.hd-related-content-slider.group .listing-footer .btn:hover,
.hd-related-content-slider.privateclient .listing-footer .btn:hover {
  background: #033b4b;
  border-color: #033b4b;
}
.hd-related-people-slider.products .listing-heading * {
  color: #fb3448;
}
.hd-related-people-slider.products .listing-footer .btn {
  background: #fb3448;
  border-color: #fb3448;
}
.hd-related-people-slider.privateclient .listing-heading * {
  color: #ffa845;
}
.hd-related-people-slider.privateclient .listing-footer .btn {
  background: #ffa845;
  border-color: #ffa845;
}
.hd-related-people-slider.Support_and_Services .listing-heading * {
  color: #00c4b3;
}
.hd-related-people-slider.Support_and_Services .listing-footer .btn {
  background: #00c4b3;
  border-color: #00c4b3;
}
.hd-related-people-slider.group .listing-heading * {
  color: #033b4c;
}
.hd-related-people-slider.group .listing-footer .btn {
  background: #033b4c;
  border-color: #033b4c;
}
.hd-related-people-slider.default .listing-heading * {
  color: #5b87da;
}
.hd-related-people-slider.default .listing-footer .btn {
  background: #5b87da;
  border-color: #5b87da;
}
.hd-related-people-slider.products .listing-footer .btn:hover,
.hd-related-people-slider.default .listing-footer .btn:hover,
.hd-related-people-slider.Support_and_Services .listing-footer .btn:hover,
.hd-related-people-slider.group .listing-footer .btn:hover,
.hd-related-people-slider.privateclient .listing-footer .btn:hover {
  background: #033b4b;
  border-color: #033b4b;
}
