/* Theme base styles */

@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
*,
::after,
::before {
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}
dt {
  font-weight: 700
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
blockquote {
  margin: 0 0 1rem
}
b,
strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}
a:hover {
  color: #0056b3;
  text-decoration: underline
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}
figure {
  margin: 0 0 1rem
}
img {
  vertical-align: middle;
  border-style: none
}
svg {
  overflow: hidden;
  vertical-align: middle
}
table {
  border-collapse: collapse
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
button {
  border-radius: 0
}
button:focus:not(:focus-visible) {
  outline: 0
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[role=button] {
  cursor: pointer
}
select {
  word-wrap: normal
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
textarea {
  overflow: auto;
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}
progress {
  vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
summary {
  display: list-item;
  cursor: pointer
}
template {
  display: none
}
[hidden] {
  display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}
.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;
  font-weight: 300;
  line-height: 1.2
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}
.small,
small {
  font-size: 80%;
  font-weight: 400
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}
.list-unstyled {
  padding-left: 0;
  list-style: none
}
.list-inline {
  padding-left: 0;
  list-style: none
}
.list-inline-item {
  display: inline-block
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem
}
.initialism {
  font-size: 90%;
  text-transform: uppercase
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}
.blockquote-footer::before {
  content: "\2014\00A0"
}
.img-fluid {
  max-width: 100%;
  height: auto
}
.figure {
  display: inline-block
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}
.figure-caption {
  font-size: 90%;
  color: #6c757d
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word
}
a > code {
  color: inherit
}
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}
.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6
}
.table-sm td,
.table-sm th {
  padding: .3rem
}
.table-bordered {
  border: 1px solid #dee2e6
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .075)
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-sm > .table-bordered {
    border: 0
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-md > .table-bordered {
    border: 0
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-lg > .table-bordered {
    border: 0
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-xl > .table-bordered {
    border: 0
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}
.table-responsive > .table-bordered {
  border: 0
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.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
}
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}
.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
select.form-control[multiple],
select.form-control[size] {
  height: auto
}
textarea.form-control {
  height: auto
}
.form-group {
  margin-bottom: 1rem
}
.form-text {
  display: block;
  margin-top: .25rem
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d
}
.form-check-label {
  margin-bottom: 0
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center
}
.form-inline .form-check {
  width: 100%
}
@media (min-width:576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .form-control-plaintext {
    display: inline-block
  }
  .form-inline .input-group {
    width: auto
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.btn.disabled,
.btn:disabled {
  opacity: .65
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none
}

.btn-group-lg > .btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}
.btn-group-sm > .btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}
.fade {
  transition: opacity .15s linear
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}
.fade:not(.show) {
  opacity: 0
}
.collapse:not(.show) {
  display: none
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative
}
.dropdown-toggle {
  white-space: nowrap
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}
.dropdown-toggle:empty::after {
  margin-left: 0
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}
.dropdown-menu-left {
  right: auto;
  left: 0
}
.dropdown-menu-right {
  right: 0;
  left: auto
}
@media (min-width:576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropright .dropdown-toggle::after {
  vertical-align: 0
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}
.dropleft .dropdown-toggle::after {
  display: none
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent
}
.dropdown-menu.show {
  display: block
}
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}
.nav-link {
  display: block;
  padding: .5rem 1rem
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.nav-pills .nav-link {
  border-radius: .25rem
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center
}
.tab-content > .tab-pane {
  display: none
}
.tab-content > .active {
  display: block
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none
}
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto
}
@media (max-width:575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .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 .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}
@media (max-width:767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .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 .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-md .navbar-toggler {
    display: none
  }
}
@media (max-width:991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .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 .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}
@media (max-width:1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .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 .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}
.navbar-expand .navbar-toggler {
  display: none
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}
.card > hr {
  margin-right: 0;
  margin-left: 0
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem
}
.card-title {
  margin-bottom: .75rem
}
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}
.card-text:last-child {
  margin-bottom: 0
}
.card-link:hover {
  text-decoration: none
}
.card-link + .card-link {
  margin-left: 1.25rem
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.25rem - 1px)
}
.card-img,
.card-img-bottom,
.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}
.card-deck .card {
  margin-bottom: 15px
}
@media (min-width:576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}
.card-group > .card {
  margin-bottom: 15px
}
@media (min-width:576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}
.card-columns .card {
  margin-bottom: .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;
    orphans: 1;
    widows: 1
  }
  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}
.accordion {
  overflow-anchor: none
}
.accordion > .card {
  overflow: hidden
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none
}
.breadcrumb-item.active {
  color: #6c757d
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none
}
.badge:empty {
  display: none
}
.btn .badge {
  position: relative;
  top: -1px
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }
  to {
    background-position: 0 0
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}
.media-body {
  -ms-flex: 1;
  flex: 1
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}
.close:hover {
  color: #000;
  text-decoration: none
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}
a.close.disabled {
  pointer-events: none
}
.modal-open {
  overflow: hidden
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem)
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem)
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}
.modal-backdrop.fade {
  opacity: 0
}
.modal-backdrop.show {
  opacity: .5
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}
.modal-footer > * {
  margin: .25rem
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}
@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
  }
  .modal-sm {
    max-width: 300px
  }
}
@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}
@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}
.carousel {
  position: relative
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}
.carousel-control-prev {
  left: 0
}
.carousel-control-next {
  right: 0
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none
  }
}
.carousel-indicators .active {
  opacity: 1
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}
.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
}
.clearfix::after {
  display: block;
  clear: both;
  content: ""
}
.float-left {
  float: left !important
}
.float-right {
  float: right !important
}
.float-none {
  float: none !important
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}
.overflow-auto {
  overflow: auto !important
}
.overflow-hidden {
  overflow: hidden !important
}
.position-static {
  position: static !important
}
.position-relative {
  position: relative !important
}
.position-absolute {
  position: absolute !important
}
.position-fixed {
  position: fixed !important
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.w-25 {
  width: 25% !important
}
.w-50 {
  width: 50% !important
}
.w-75 {
  width: 75% !important
}
.w-100 {
  width: 100% !important
}
.w-auto {
  width: auto !important
}
.h-25 {
  height: 25% !important
}
.h-50 {
  height: 50% !important
}
.h-75 {
  height: 75% !important
}
.h-100 {
  height: 100% !important
}
.h-auto {
  height: auto !important
}
.mw-100 {
  max-width: 100% !important
}
.mh-100 {
  max-height: 100% !important
}
.min-vw-100 {
  min-width: 100vw !important
}
.min-vh-100 {
  min-height: 100vh !important
}
.vw-100 {
  width: 100vw !important
}
.vh-100 {
  height: 100vh !important
}
.m-0 {
  margin: 0 !important
}
.mt-0,
.my-0 {
  margin-top: 0 !important
}
.mr-0,
.mx-0 {
  margin-right: 0 !important
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important
}
.ml-0,
.mx-0 {
  margin-left: 0 !important
}
.m-1 {
  margin: .25rem !important
}
.mt-1,
.my-1 {
  margin-top: .25rem !important
}
.mr-1,
.mx-1 {
  margin-right: .25rem !important
}
.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}
.ml-1,
.mx-1 {
  margin-left: .25rem !important
}
.m-2 {
  margin: .5rem !important
}
.mt-2,
.my-2 {
  margin-top: .5rem !important
}
.mr-2,
.mx-2 {
  margin-right: .5rem !important
}
.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}
.ml-2,
.mx-2 {
  margin-left: .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: .25rem !important
}
.pt-1,
.py-1 {
  padding-top: .25rem !important
}
.pr-1,
.px-1 {
  padding-right: .25rem !important
}
.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}
.pl-1,
.px-1 {
  padding-left: .25rem !important
}
.p-2 {
  padding: .5rem !important
}
.pt-2,
.py-2 {
  padding-top: .5rem !important
}
.pr-2,
.px-2 {
  padding-right: .5rem !important
}
.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}
.pl-2,
.px-2 {
  padding-left: .5rem !important
}
.p-3 {
  padding: 1rem !important
}
.pt-3,
.py-3 {
  padding-top: 1rem !important
}
.pr-3,
.px-3 {
  padding-right: 1rem !important
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}
.pl-3,
.px-3 {
  padding-left: 1rem !important
}
.p-4 {
  padding: 1.5rem !important
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}
.p-5 {
  padding: 3rem !important
}
.pt-5,
.py-5 {
  padding-top: 3rem !important
}
.pr-5,
.px-5 {
  padding-right: 3rem !important
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important
}
.pl-5,
.px-5 {
  padding-left: 3rem !important
}
.m-n1 {
  margin: -.25rem !important
}
.mt-n1,
.my-n1 {
  margin-top: -.25rem !important
}
.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important
}
.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important
}
.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important
}
.m-n2 {
  margin: -.5rem !important
}
.mt-n2,
.my-n2 {
  margin-top: -.5rem !important
}
.mr-n2,
.mx-n2 {
  margin-right: -.5rem !important
}
.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important
}
.ml-n2,
.mx-n2 {
  margin-left: -.5rem !important
}
.m-n3 {
  margin: -1rem !important
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important
}
.m-n4 {
  margin: -1.5rem !important
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important
}
.m-n5 {
  margin: -3rem !important
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important
}
@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: .25rem !important
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }
  .m-sm-2 {
    margin: .5rem !important
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .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: .25rem !important
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }
  .p-sm-2 {
    padding: .5rem !important
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important
  }
  .p-sm-3 {
    padding: 1rem !important
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important
  }
  .p-sm-4 {
    padding: 1.5rem !important
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important
  }
  .p-sm-5 {
    padding: 3rem !important
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important
  }
  .m-sm-n1 {
    margin: -.25rem !important
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important
  }
  .m-sm-n2 {
    margin: -.5rem !important
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important
  }
  .m-sm-n3 {
    margin: -1rem !important
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important
  }
  .m-sm-n4 {
    margin: -1.5rem !important
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important
  }
  .m-sm-n5 {
    margin: -3rem !important
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important
  }
  .m-sm-auto {
    margin: auto !important
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important
  }
}
@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important
  }
  .m-md-1 {
    margin: .25rem !important
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }
  .m-md-2 {
    margin: .5rem !important
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: .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: .25rem !important
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }
  .p-md-2 {
    padding: .5rem !important
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important
  }
  .p-md-3 {
    padding: 1rem !important
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important
  }
  .p-md-4 {
    padding: 1.5rem !important
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important
  }
  .p-md-5 {
    padding: 3rem !important
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important
  }
  .m-md-n1 {
    margin: -.25rem !important
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important
  }
  .m-md-n2 {
    margin: -.5rem !important
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important
  }
  .m-md-n3 {
    margin: -1rem !important
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important
  }
  .m-md-n4 {
    margin: -1.5rem !important
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important
  }
  .m-md-n5 {
    margin: -3rem !important
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important
  }
  .m-md-auto {
    margin: auto !important
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important
  }
}
@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important
  }
  .m-lg-1 {
    margin: .25rem !important
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }
  .m-lg-2 {
    margin: .5rem !important
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .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: .25rem !important
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }
  .p-lg-2 {
    padding: .5rem !important
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important
  }
  .p-lg-3 {
    padding: 1rem !important
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important
  }
  .p-lg-4 {
    padding: 1.5rem !important
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important
  }
  .p-lg-5 {
    padding: 3rem !important
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important
  }
  .m-lg-n1 {
    margin: -.25rem !important
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important
  }
  .m-lg-n2 {
    margin: -.5rem !important
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important
  }
  .m-lg-n3 {
    margin: -1rem !important
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important
  }
  .m-lg-n4 {
    margin: -1.5rem !important
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important
  }
  .m-lg-n5 {
    margin: -3rem !important
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important
  }
  .m-lg-auto {
    margin: auto !important
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important
  }
}
@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important
  }
  .m-xl-1 {
    margin: .25rem !important
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }
  .m-xl-2 {
    margin: .5rem !important
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .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: .25rem !important
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }
  .p-xl-2 {
    padding: .5rem !important
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important
  }
  .p-xl-3 {
    padding: 1rem !important
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important
  }
  .p-xl-4 {
    padding: 1.5rem !important
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important
  }
  .p-xl-5 {
    padding: 3rem !important
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important
  }
  .m-xl-n1 {
    margin: -.25rem !important
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important
  }
  .m-xl-n2 {
    margin: -.5rem !important
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important
  }
  .m-xl-n3 {
    margin: -1rem !important
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important
  }
  .m-xl-n4 {
    margin: -1.5rem !important
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important
  }
  .m-xl-n5 {
    margin: -3rem !important
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important
  }
  .m-xl-auto {
    margin: auto !important
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important
  }
}
.text-wrap {
  white-space: normal !important
}
.text-nowrap {
  white-space: nowrap !important
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.text-lowercase {
  text-transform: lowercase !important
}
.text-uppercase {
  text-transform: uppercase !important
}
.text-capitalize {
  text-transform: capitalize !important
}
.font-weight-light {
  font-weight: 300 !important
}
.font-weight-lighter {
  font-weight: lighter !important
}
.font-weight-normal {
  font-weight: 400 !important
}
.font-weight-bold {
  font-weight: 700 !important
}
.font-weight-bolder {
  font-weight: bolder !important
}
.font-italic {
  font-style: italic !important
}
.text-white {
  color: #fff !important
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}
.text-decoration-none {
  text-decoration: none !important
}
.visible {
  visibility: visible !important
}
.invisible {
  visibility: hidden !important
}

img, video {
  max-width: 100%;
  height: auto;
}

.btn, .btn-wrapper .cta_button, .btn-wrapper input[type="submit"], .btn-wrapper input[type="button"], input[type="submit"], input[type="button"] {
  font-family: 'Red Hat Text', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 0.0rem;
  border-radius: 0px;
  min-height: 2.65rem;
  text-align: center;
  padding: 0 2.3rem ;
  border: 0px solid;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sr-padding-zero {
  padding-top: 0;
  padding-bottom: 0;
}

.sr-padding-half {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.sr-padding-full {
  padding-top: 5.0rem;
  padding-bottom: 5.0rem;
}

@media(min-width: 576px) {
  .sr-padding-sm-zero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sr-padding-sm-half {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sr-padding-sm-full {
    padding-top: 5.0rem;
    padding-bottom: 5.0rem;
  }
}

@media(min-width: 768px) {
  .sr-padding-md-zero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sr-padding-md-half {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sr-padding-md-full {
    padding-top: 5.0rem;
    padding-bottom: 5.0rem;
  }
}

@media(min-width: 992px) {
  .sr-padding-lg-zero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sr-padding-lg-half {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sr-padding-lg-full {
    padding-top: 5.0rem;
    padding-bottom: 5.0rem;
  }
}

.sr-spacer-25 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.sr-spacer-top-25 {
  padding-top: 1.25rem;
}

.sr-spacer-bottom-25 {
  padding-bottom: 1.25rem;
}

.sr-spacer-50 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.sr-spacer-top-50 {
  padding-top: 2.5rem;
}

.sr-spacer-bottom-50 {
  padding-bottom: 2.5rem;
}

.sr-spacer-75 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.sr-spacer-top-75 {
  padding-top: 3.75rem;
}

.sr-spacer-bottom-75 {
  padding-bottom: 3.75rem;
}

.sr-spacer-100 {
  padding-top: 5.0rem;
  padding-bottom: 5.0rem;
}

.sr-spacer-top-100 {
  padding-top: 5.0rem;
}

.sr-spacer-bottom-100 {
  padding-bottom: 5.0rem;
}

.sr-row {
  row-gap: 3.125rem
}

.sr-multicol-media .sr-valign-top {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.sr-multicol-media .sr-valign-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sr-multicol-media .sr-valign-bottom {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.sr-multicol-media .sr-valign-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
}

.dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  text-align: left;
  list-style: none;
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (min-width: 1200px) {
  .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px
  }
}

.container-fluid {
  max-width: 2560px
}

body > .container-fluid, .sr-tabs-split-screen > .container-fluid, [data-global-resource-path] > div {
  width: auto;
  max-width: none;
  padding: 0;
}

body > .body-container-wrapper > .body-container.container-fluid {
  padding: 0;
  max-width: none;
}

.container-fluid:before, .container-fluid:after {
  display: none !important;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col, .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 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.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-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-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-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-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-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

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

.sr-col {
  order: 99;
}

.order-first {
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -ms-flex-order: 12;
  order: 12
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -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;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -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%
  }
}

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

.cta-group {
  gap: 1rem ;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sr-valign-stretch .cta-group {
  width: 100%;
  align-self: flex-end;
}

.text-left .cta-group {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}

.text-right .cta-group {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}

.text-center .cta-group {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important
}

@media (min-width: 576px) {
  .text-sm-left .cta-group {
    -webkit-box-pack:start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .text-sm-right .cta-group {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .text-sm-center .cta-group {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
}

@media (min-width: 768px) {
  .text-md-left .cta-group {
    -webkit-box-pack:start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .text-md-right .cta-group {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .text-md-center .cta-group {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
}

@media (min-width: 992px) {
  .text-lg-left .cta-group {
    -webkit-box-pack:start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .text-lg-right .cta-group {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .text-lg-center .cta-group {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
}

@media (min-width: 1200px) {
  .text-xl-left .cta-group {
    -webkit-box-pack:start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }

  .text-xl-right .cta-group {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }

  .text-xl-center .cta-group {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
}

.text-justify {
  text-align: justify!important
}

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

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

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

.d-block {
  display: block !important
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important
  }

  .d-sm-inline-flex {
    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-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important
  }

  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  -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 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}

.align-items-stretch {
  -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
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

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

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    -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
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

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

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-md-stretch {
    -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
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

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

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    -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
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

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

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    -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
  }
}
</style>
<meta property="og:description" content="Home">
<meta property="og:title" content="Home">
<meta name="twitter:description" content="Home">
<meta name="twitter:title" content="Home">
<style>
a.cta_button {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  vertical-align: middle
}

.hs-breadcrumb-menu {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px
}

.hs-breadcrumb-menu-item {
  float: left;
  padding: 10px 0px 10px 10px
}

.hs-breadcrumb-menu-divider:before {
  content: '›';
  padding-left: 10px
}

.hs-featured-image-link {
  border: 0
}

.hs-featured-image {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%
}

@media (max-width: 568px) {
  .hs-featured-image {
    float:none;
    margin: 0;
    width: 100%;
    max-width: 100%
  }
}

.hs-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px
}

/* DVS Edits - 2022 */

#hs_menu_wrapper_top_nav .hs-menu-item.hs-item-has-children ul {
  min-width: 320px;
  border-radius: 0;
  border-top: 3px solid #244f31;
  padding: 42px 45px 48px;
  box-shadow: 0 0 20px rgb(0 0 0 / 33%);
  background-color: #fff;
}

#hs_menu_wrapper_top_nav .hs-menu-item.hs-item-has-children ul li a {
  padding: 0;
  color: #101820;
  font-family: Red Hat Text;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  display: inline-block;
  width: auto;
}

#hs_menu_wrapper_top_nav .hs-menu-item.hs-item-has-children ul li a:hover {
    border-bottom-color: #e15829;
    color: #101820;
}

a.hs-button {
     -webkit-font-smoothing: antialiased;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: #00aec7;
    height: auto;
    transition: all .4s ease;
    padding: 6px 18px;
    text-shadow: none;
    width: auto;
    line-height: 1.5em;
    font-family: Red Hat Text,Tahoma,sans-serif;
    font-weight: 700;
    font-size: 1rem;
    box-sizing: content-box!important;
    vertical-align: middle;
    color: #244f31;
    background-color: #89c933;
    text-transform: none;
    border: none; 
}

a.hs-button:hover {
  background-color: #244f31;
    color: #89c933;
  text-decoration: none;
}

/* DVS CTA item - 8/25/22 - */

.cta-heading {
 font-size: 2.6em;
  text-transform: none;
  color: #fff;
  font-family: Red Hat Text,Tahoma,sans-serif;
  font-weight: 300;
  line-height: 1em;
}

@media (max-width: 700px) {
  .cta-heading {
   font-size: 1.6em;}
}

fieldset.form-columns-1 .hs-form-radio .hs-input {
   width: auto !important;
}

a.cta_button {
 border: none; 
} 

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */
.row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
	.row-fluid {
        width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	[class*='span'] {
        min-width: 100%;
        max-width: 100%;
	}    
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}
.body-container {
  margin-top: 20px;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0 0;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
  margin: 0 auto;
}
/*
.dnd-section .span8+.span4 .row-fluid {
  border-left: 3px solid #ccc;
  padding-left: 30px;
  margin-top: 30px;  
}
*/
.row-fluid [class*="span"] .hs_cos_wrapper_type_rich_text ul {
  text-align: left;
}
.row-fluid [class*="span"] .widget-type-rich_text,
.row-fluid [class*="span"] .widget-type-header {
  padding-left: 20px;
  padding-right: 20px;  
  text-align: center;
}
@media screen and (min-width: 768px) {
  .row-fluid [class*="span"] .widget-type-rich_text,
  .row-fluid [class*="span"] .widget-type-header {
    text-align: inherit;
  }
}
@media screen and (min-width: 1240px) {
  .content-wrapper {
    padding: 0;
  }
  .row-fluid [class*="span"] .widget-type-rich_text,
  .row-fluid [class*="span"] .widget-type-header {
    padding-left: 0;
    padding-right: 0;
  }
}

.dnd-section .dnd-column {
  padding: 0 0;
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

html {
  font-size: 16px;
}

body {
  line-height: 1.4;
  word-break: break-word;
  color: #000000;
  font-family: 'Red Hat Text', Tahoma, sans-serif;
  font-size: 1.125rem;
}

p {
  font-family: 'Red Hat Text', Tahoma, sans-serif;
}

a {
  color: #0080c3;
  font-weight: bold;
}

a:hover,
a:focus {
  color: #bd2c34;
}

a:active {
  color: #bd2c34;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Red Hat Text', Tahoma, sans-serif;
  font-weight: 500;
  line-height: normal;
  margin-top: 0;
  padding-top: 0;
  color: #286040;
}

h1 {
  font-size: 2rem;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.hs-content-path- h2 {
  font-size: 2.25rem;
}
h3 {
  font-size: 1.3125rem;
  text-transform: uppercase;
  color: #555559;
}

h4 {
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}

h5, h6 {
  font-size: 1.125rem;
}


blockquote {
  border-left-color: #F8FAFC;
}
/* Paragraphs */

p {
  font-size: 1.125rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  color: #244f31;
  cursor: pointer;
  border-bottom: 2px solid #89c933;
  text-decoration: none;
  text-transform: none;
}

a:hover,
a:focus {
  color: #89c933;
  text-decoration: none;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
.hs_cos_wrapper .button,
a.button,
.footer a.button,
form input[type=submit],
form .hs-button {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: rgb(0,174,199);
  height: auto;
  transition: all .4s ease;
  padding: 6px 18px;
  text-shadow: none;
  width: auto;
  line-height: 1.5em;
  font-family: 'Red Hat Text', Tahoma, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  box-sizing: content-box !important;
  vertical-align: middle;
  color: #244f31;
  background-color: #89c933;
  text-transform: none;
  border: none;
}  
.hs_cos_wrapper .button:hover,
a.button:hover,
.footer a.button:hover,
form input[type=submit]:hover,
form .hs-button:hover {
  background-color: #244f31;
  color: #89c933;
}
.widget-type-form {
  background-color: #d0e0d7;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .widget-type-form {
    padding: 30px 50px 50px;
  }
}
.hs-submit {
  text-align: center;
}
.hs-form-field {
  margin-bottom: 1.4rem;
}
.hs_cos_wrapper_type_form form label {
  display: block;
  font-size: 1.125rem;
  margin-bottom: 0.35rem;
  color: #000000;
  font-weight: 400;
}
.hs_cos_wrapper_type_form .form-title {
  color: #286040;
  font-size: 1.5rem;
  text-align: center;
  padding: 20px 0;
}
form label {
  color: #000000;
}
form legend {
  color: #494A52;
}
.md-modal input[type=text],
.hs_cos_wrapper_type_form form input[type=text],
.hs_cos_wrapper_type_form form input[type=email],
.hs_cos_wrapper_type_form form input[type=password],
.hs_cos_wrapper_type_form form input[type=tel],
.hs_cos_wrapper_type_form form input[type=number],
.hs_cos_wrapper_type_form form input[type=file],
.hs_cos_wrapper_type_form form select,
.hs_cos_wrapper_type_form form textarea {
  border: none;
  border-bottom: 6px solid #b0d1bd;
  color: #000000;
  width: 100%;
  padding: 10px;
}
form select {
  padding: 8px;
}
fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
.hs_cos_wrapper_type_form form input[type=text]:focus,
.hs_cos_wrapper_type_form form input[type=email]:focus,
.hs_cos_wrapper_type_form form input[type=password]:focus,
.hs_cos_wrapper_type_form form input[type=tel]:focus,
.hs_cos_wrapper_type_form form input[type=number]:focus,
.hs_cos_wrapper_type_form form input[type=file]:focus,
.hs_cos_wrapper_type_form form select:focus,
.hs_cos_wrapper_type_form form textarea:focus {
  
}
::-webkit-input-placeholder {
  color: #b3b3b3;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #494A52;
}
.fn-date-picker td.is-selected .pika-button {
  background: #494A52;
}
.fn-date-picker td .pika-button:hover {
  background-color: #494A52 !important;
}
.fn-date-picker td.is-today .pika-button {
  color: #494A52;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #000000;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
table {
  border: none !important;
  margin-bottom: 0 !important;
  overflow-wrap: break-word;
  background-color: #ffffff;
  width: auto !important;
}
table caption {
  font-size: 1.5rem !important;
  text-align: left !important;
  color: #286040 !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  margin-bottom: 6px !important;
}
table tbody tr:first-child {
  background-color: #286040 !important;
  color: #ffffff !important;
  font-size: 1.3125rem !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}
table tbody tr {
  border-bottom: 1px solid #286040 !important;
}
table tbody tr:last-child {
  border-bottom: none !important;
}
table tbody tr td {
  text-align: center !important;
  padding: 10px !important;
  /*white-space: nowrap;*/
}
table tbody tr td:first-child {
  text-align: left !important;
}
@media screen and (min-width: 1280px) {
  table {
    width: 100% !important;
  }
  table tbody tr td {
    width: 15% !important;
  }
  /*table tbody tr td:first-child {
    width: 40% !important;
  }*/
}


/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header-logo-wrap {
  display: block;
  padding: 30px 0 20px 20px;
  position: absolute;
  top: 0;  
}
@media screen and (min-width: 1240px) {
  .header-logo-wrap {
    padding: 30px 0 20px 0;
  }
}
.header__logo img {
  max-width: 290px;
}

.subpage-banner-wrapper {
  margin-bottom: 80px;
}
.header-nav-wrap {
  text-align: right;
}

/* styling */
.header__container {
  max-width: 1240px;
  margin: 0 auto;  
}
.header {
  background-image: url(//211952.fs1.hubspotusercontent-na1.net/hubfs/211952/raw_assets/public/InVerveTheme1/images/header-background.png);
  background-position: center top;
  background-repeat: no-repeat;
  height: 220px;
}

.header-nav-wrap .hs_cos_wrapper_type_menu .hs-menu-wrapper ul {
  list-style: none;
}
.header-nav-wrap .hs_cos_wrapper_type_menu .hs-menu-wrapper ul li {
  display: inline-block;
}

.header nav a,
.mega-menu a {
  color: #286040;
  font-size: 1.25em;
  text-transform: none;
  font-weight: 500;
}
.header a:hover {
  color: #7d7d82;
}


/* TSS Header*/
nav#navbar-main {
  z-index: 100;
  font-size: 20px;
  line-height: 1.35em;
  font-family: 'Red Hat Text',sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: #101820;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

nav#navbar-main .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

nav#navbar-main .hs_cos_wrapper_type_menu .hs-menu-wrapper ul li,
nav#navbar-main .widget-type-post_filter ul li,
nav#navbar-main .widget-type-post_listing ul li {
  padding-bottom: 0;
}

nav#navbar-main .container {
  padding: 0 20px;
}

nav#navbar-main #navbar_global .container {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%; 
}

.desktop-menu .hs_cos_wrapper_type_menu .hs-menu-wrapper ul { 
  padding: 0;
  list-style: none;
  margin: 0;
}

.top-bar {
  background-color: ;
  color: ;

}
.top-bar svg,
.top-bar svg g {
  fill: ;
}
.close-top-bar i {
  color: ;
  opacity: 0.8;
  position: absolute;
  right: 15px;
  font-size: 1.3em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}
.navbar-nav .nav-link:not(.btn) {
  padding-right: 0;
  padding-left: 0
}
.navbar-text {
  display: inline-block;
  padding-top: .25em;
  padding-bottom: .25em
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}
.navbar-toggler {
  padding: 0;
  font-size: 1.3375em;
  line-height: 1;
  background-color: transparent;
  border: .0625em solid transparent;
  border-radius: .25em
}
@media (max-width:991px) {
  .navbar-toggler {
    font-size: calc(1.25875em + .105vw)
  }
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background-image: none !Important;
}
.mobile-only {
  display:block;
}
.top-bar ul {
  display:none;
}
@media (min-width:992px) {
  .mobile-only {
    display:none;
  }
  .top-bar ul {
    display:block;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }
  

  nav#navbar-main .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.navbar .container,
.navbar .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.sr-navbar .navbar-brand {
  color: rgba(98, 100, 109, .8)
}
.sr-navbar .navbar-brand:focus,
.sr-navbar .navbar-brand:hover {
  color: rgba(98, 100, 109, .8)
}

.sr-navbar .navbar-toggler {
  color: #2f3338;
  border-color: transparent;
  border: none;
}
.sr-navbar .navbar-text {
  color: #2f3338
}
.sr-navbar .navbar-text a {
  color: rgba(98, 100, 109, .8)
}
.sr-navbar .navbar-text a:focus,
.sr-navbar .navbar-text a:hover {
  color: rgba(98, 100, 109, .8)
}
.headroom {
  will-change: transform;
  background-color: inherit;
  transition: all .2s ease
}
.headroom--pinned,
.headroom--unpinned,
.position-fixed {
  position: fixed!important
}
@media (prefers-reduced-motion:reduce) {
  .headroom {
    transition: none
  }
}
.headroom--pinned {
  transform: translateY(0)
}
.headroom--unpinned {
  transform: translateY(-100%)
}

.headroom--not-top .navbar-theme-default .navbar-brand-light {
  display: none
}
.headroom--not-top .navbar-theme-default .navbar-brand-dark {
  display: block
}
.navbar .dropdown-menu {
  border: 0;
  border-top: 1px solid #e5e7ea;
  padding: 1em 0;
  margin: 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: ;
}
.navbar ul.mega-submenu-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

@keyframes show-navbar-collapse {
  0% {
    opacity: 0;
    transform: scale(.95);
    transform-origin: 100% 0
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}
.navbar-main {
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 15px 10px 20px 0 rgba(0, 0, 0, 0.0);
  box-shadow: 15px 10px 20px 0 rgba(0, 0, 0, 0.0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 0;
}
.headroom--not-top .navbar-main {
  -webkit-box-shadow: 15px 10px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 15px 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.navbar .navbar-nav .nav-item .media:not(:last-child) {
  margin-bottom: 1.5em
}
.navbar .navbar-nav .dropdown .dropdown-menu {
  top: 100%;
}
.dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mega-submenu {
  margin: 1em 0;
}
.navbar .navbar-nav .nav-link-arrow {
  transition: transform .2s ease
}
.dropdown-toggle::after {
  display: none;
}
.sr-navbar .navbar-brand-dark {
  display: none
}
.sr-navbar .navbar-brand {
  color: #62646d;
  padding: 0;
  margin: 0 0 16px;
}
.navbar-transparent {
  background-color: transparent;
  border: 0;
  box-shadow: none
}
@media (min-width:992px) {
  .navbar-nav > .nav-item {
    position: relative;
  }
  .navbar-nav > .nav-item.dropdown {
    position: initial;
  }
  .desktop-menu .hs-menu-wrapper > ul > li {
    position: relative;
  }
  .navbar-nav > .nav-item
  .navbar-nav > .nav-item [data-toggle=dropdown]::after {
    transition: all .2s ease
  }
  .navbar-nav > .nav-item.show [data-toggle=dropdown]::after {
    transform: rotate(180deg)
  }
  .navbar-nav .nav-link {}
  .navbar-nav .nav-link i {
    margin-right: .3em;
    font-size: .8025em
  }
  .navbar-nav .nav-link-icon {
    padding-left: .5em;
    padding-right: .5em;
    font-size: 1em;
    border-radius: .25em
  }
  .navbar-nav .nav-link-icon i {
    margin-right: 0
  }
  .navbar-nav .dropdown-menu-right:before {
    right: 20px;
    left: auto
  }
  .navbar-nav .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .navbar-nav .dropdown-menu .mega-submenu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .desktop-menu .hs-menu-wrapper > ul li:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0);
  }
  .navbar-nav .dropdown:hover .nav-link > .nav-link-arrow {
    transform: rotate(180deg)
  }
  .navbar-nav .dropdown-menu-inner {
    position: relative;
    padding: 1em
  }
  .navbar-transparent .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
  }
  .navbar-transparent .navbar-brand {
    color: #fff
  }
  .navbar-transparent .navbar-brand:focus,
  .navbar-transparent .navbar-brand:hover {
    color: #fff
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child {
    position: static;
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper {
    top: 100%;
    left: 0;
    width: 100%;
    display: flex;
    padding: 32px 65px 52px;
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:first-child {
    width: 17.887%;
    margin-right: 11.74%;
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:first-child>a {
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 16px;
    display: block;
    border: 0;
    line-height: 27px;
    cursor: default;
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:first-child .hs-menu-children-wrapper li a {
    font-weight: 400;
    line-height: normal;
    margin-bottom: 21px;
    font-size: 16px;
    color: #101820;
    cursor: text;
    border: 0;
    display: inline-block;
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:first-child .hs-menu-children-wrapper li {
    margin: 0;
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:first-child .hs-menu-children-wrapper li:last-child a {
    color: #244f31;
    font-family: Red Hat Text;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 2px;
    cursor: pointer;
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:first-child .hs-menu-children-wrapper li:last-child a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    transform: rotate(-270deg);
    vertical-align: middle;
    display: inline-block;
    margin-left: 6px;
    cursor: pointer;
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li {
    width: 16.1%;
    margin: 0 3.177% 0 0;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:last-child {
    margin-right: 0;
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li>a {
    display: none;
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li>ul>li>a {
    margin-bottom: 12px;
    color: #244f31;
    font-weight: bolder;
    font-size: 20px;
    border: 0;
    display: block;
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li>ul>li ul li a {
    width: auto;
    display: inline-block;
    word-break: normal;
    white-space: normal;
    padding: 0;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 2px;
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li>ul>li ul li {
    margin: 0;
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:not(:first-child)>ul>li:not(:last-child) {
    border-bottom: 2px solid rgba(36,79,49,.2);
    margin-bottom: 18px;
  }

  .desktop-menu .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>li:not(:first-child)>ul>li:not(:last-child) ul li:last-child {
    margin-bottom: 18px;
  }

}
.navbar-collapse-header {
  display: none
}
@media (max-width:991.98px) {

  .dropdown-toggle.toggle .nav-link-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .navbar-nav .dropdown-menu.show {
    opacity: 1;
    pointer-events: auto;
    animation: show-navbar-dropdown .25s ease forwards
  }
  .navbar-nav .dropdown-menu.close {
    animation: hide-navbar-dropdown .15s ease backwards
  }
  .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto
  }
  .navbar-nav .dropdown-menu .media svg {
    width: 30px
  }
  .navbar-collapse {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    overflow-y: auto;
    height: calc(100vh)!important;
    opacity: 0;
    overflow-x: hidden;
  }
  .navbar-collapse .navbar-toggler {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0
  }
  .navbar-collapse .navbar-toggler span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    opacity: 1;
    background: #283448
  }
  .navbar-collapse .navbar-collapse-header {
    display: block;
    padding-bottom: 1em;
  }
  .collapse-close a.fa.fa-times {
    font-size: 1.75em;
    margin-top: .4em;
    padding: .25em 1.25em;
  }
  .navbar-collapse .collapse-close {
    text-align: right;
    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;
    justify-content: flex-end;
  }
  .dropdown.show .nav-link > .nav-link-arrow {
    transform: rotate(180deg)
  }
  .navbar-collapse.collapsing,
  .navbar-collapse.show {
    padding: 20px;
    background-color: rgba(255, 255, 255, 1.0);
    animation: show-navbar-collapse .2s ease forwards;
  }
  .navbar-collapse.collapsing-out {
    animation: hide-navbar-collapse .2s ease forwards
  }
  @keyframes hide-navbar-collapse {
    from {
      opacity: 1;
      transform: scale(1);
      transform-origin: 100% 0
    }
    to {
      opacity: 0;
      transform: scale(.95)
    }
  }
  @keyframes show-navbar-dropdown {
    0% {
      opacity: 0;
      transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
      transition: visibility .45s, opacity .45s, transform .45s
    }
    100% {
      transform: translate(0, 0);
      opacity: 1
    }
  }

  @keyframes hide-navbar-dropdown {
    from {
      opacity: 1
    }
    to {
      opacity: 0;
      transform: translate(0, 10px)
    }
  }
  @keyframes show-dropdown {
    0% {
      opacity: 0;
      transform-origin: perspective(200px) rotateX(-2deg);
      transition: visibility .45s, opacity .5s
    }
    100% {
      opacity: 1
    }
  }
  @keyframes hide-dropdown {
    from {
      opacity: 1
    }
    to {
      opacity: 0;
      transform: translate(0, 10px)
    }
  }
}
.dropdown-menu {
  min-width: 100%
}
.dropdown-menu.single {
  min-width: 12em;
}
.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-item,
input.hs-search-field__input.form-control, {
  color: ;
}
.lang_list_class li a,
.globe_class {
  color: ;
}
.dropdown-menu .dropdown-header {
  color: #4b4d58;
  font-weight: 600
}
.show .dropdown-menu {
  animation: show-dropdown .2s ease forwards !important;
}
[data-toggle]:hover {
  cursor: pointer
}
.dropdown-toggle:after,
.dropleft .dropdown-toggle:before,
.dropright .dropdown-toggle:after,
.dropup .dropdown-toggle:after {
  display: none
}
.headroom--not-top .navbar-theme-default {
  background-color:  ;
  box-shadow: 0 0 30px 0 rgba(119,131,143,0.20);
}
.navbar .navbar-nav .dropdown a.dropdown-item:hover {
  text-decoration: underline;
  background: none;
}
.toggler path {
  stroke: ;
}
.navbar-nav > .nav-item:not(.dropdown):after, .navbar-nav .nav-item.active:after {
  background: ;
}
.sr-navbar .navbar-nav .nav-link,
.sr-navbar .navbar-nav .active > .nav-link,
.globe_class {
  color:  !important;
}

#navbar-main .search a.show-search span,
.navbar .navbar-nav .dropdown .dropdown-item,
.navbar .navbar-nav .nav-link,
.btn-wrapper.btn-primary-wrapper.d-xl-inline a,
.lang_list_class li a {
  
  ;
  font-size: ;
  
  
  line-height: 1;
}
.globe_class {
  width: 100%;
  font-size: 2em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.globe_class:hover .lang_list_class {
  display: block;
  left: 0 !important;
  transform: none;
  text-align: left;
  box-shadow: none;
  border-left: 2px solid;
  border-color: inherit;
  border-top: 0;
  width: 100%;
}







@media (max-width:991.98px) {
  .navbar .navbar-nav .dropdown .dropdown-menu {
    border: 0;
    border-radius: 0;
    border-left: 2px solid #e5e7ea;
  }
}
.navbar-theme-default.sr-navbar:not(.headroom) .navbar-nav .dropdown-item.top-item:hover {
  background: none;
}
.navbar-collapse-header .container {
  display: block;
}
/** Search CSS **/
.search {
  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;
}
input.hs-search-field__input.form-control {
  padding: 0;
  height: auto;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}
.navbar-search-form-wrapper {
  position: absolute;
  background-color: #f1f6f3;
  
  right: 20px;
  
  opacity: 1;
  width: 50%;
  top: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: none;
}
.navbar-search-form-wrapper.open {
  display: block;
}
.navbar-search-form-wrapper .hs-search-field {
  width: 100%;
  padding: 26px 34px 29px;
}

.navbar-search-form-wrapper .hs-search-field form input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
  border: 1px solid rgba(36, 79, 49, 0.39);
  background-color: #ffffff;
  padding: 16px 50px 17px 34px;
  color: #244f31;
  font-family: "Red Hat Text";
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.165' height='31.438' viewBox='0 0 30.165 31.438'%3E%3Cg id='Group_165' data-name='Group 165' transform='translate(-1216.921 -47.592)'%3E%3Cg id='Ellipse_12' data-name='Ellipse 12' transform='translate(1216.921 47.592)' fill='none' stroke='%2389c933' stroke-width='4'%3E%3Cellipse cx='11.354' cy='11.354' rx='11.354' ry='11.354' stroke='none'/%3E%3Cellipse cx='11.354' cy='11.354' rx='9.354' ry='9.354' fill='none'/%3E%3C/g%3E%3Cpath id='Path_254' data-name='Path 254' d='M2056.214,73l9.146,9.146' transform='translate(-821.103 -5.945)' fill='none' stroke='%2389c933' stroke-linecap='round' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 24px);
  background-size: 24px;
  box-shadow: none;
  width: 100%;
  outline: none;
}

.search ul {
  margin: 0;
}

.custom-footer input::placeholder,
{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #244f31;
  opacity: 1; /* Firefox */
}

.custom-footer input:-ms-input-placeholder,
{ /* Internet Explorer 10-11 */
  color: #244f31;
  opacity: 1;
}

.custom-footer input::-ms-input-placeholder,
{ /* Microsoft Edge */
  color: #244f31;
  opacity: 1;
}

.navbar-search-form-wrapper .hs-search-field form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(40,96,64,0.6);
  opacity: 1; /* Firefox */
}

.navbar-search-form-wrapper .hs-search-field form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(40,96,64,0.6);
  opacity: 1;
}

.navbar-search-form-wrapper .hs-search-field form input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(40,96,64,0.6);
  opacity: 1;
}


span.sr-search-toggle {
  position: relative;
  z-index: 1;
}

.globe_class:before {
  content: "\f0ac";
}
.globe_class {
  font-family: FontAwesome;
  font-size: 1.5em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none !important;
  position: relative;
  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;
  border-color: inherit;
  margin-left: 1em;
  height: 100%;
}
.lang_list_class {
  top: 100% !important;
  left: 60% !important;
  box-shadow: 0 1em 3em rgb(11 11 12 / 5%);
  border-top: 2px solid;
  border-color: inherit;
  padding: 0;
  min-width: 12em;
  padding: .7em 0;
  background: #fff;
  text-align: left;
}
.lang_list_class li {
  border: none !important;
  padding: 0 !important;
}
.lang_list_class li a {
  padding: 1em 1.85em;
  display: block;
}
.lang_list_class:after,
.lang_list_class:before {
  display: none;
}
@media (max-width:991px) {
  .globe_class {
    margin-top: 1em;
    margin-left: 0;
  }
  .navbar-collapse .container {
    display: block;
    padding: 0;
  }

  .navbar-search-form-wrapper .hs-search-field {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .sr-nav .hs-menu-depth-1 > a:not(.cta_button):hover {
    color: #333;
    opacity: .6;
  }
  input.hs-search-field__input.form-control {
    border-bottom: 1px solid #333;
  }
}

#navbar-main svg,
#navbar-main svg g {
  fill: currentColor;
}

#navbar-main .navbar > .container .trigger path {
  stroke: #244f31;
}

/** Top Bar **/
.top-bar {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:space-between;
  -ms-flex-align:space-between;
  align-items:space-between;
  width:100%;
}
.top-bar .right {
  text-align:right;
}
.top-bar ul {
  padding-left:0;
  margin:0;
}
.top-bar ul li {
  list-style-type:none;
  display:inline-block;
  position: relative;
  margin-right: 20px;
}
.top-bar ul li a {
  color: #244f31;
  font-family: "Red Hat Text";
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  display: block;
border: 0px;
}

.top-bar ul li a:hover {
  color: #244f31;
}

.top-bar ul li.hs-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid;
  transform: rotate(-180deg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}

.top-bar .hs-menu-wrapper>ul>li:nth-child(2) {
  border-right: 2px solid rgba(36, 79, 49, 0.3);
  margin-right: 29px;
}

.top-bar .hs-menu-wrapper>ul>li:nth-child(2) > a {
  margin-right: 20px;
}

.top-bar ul ul {
  position: absolute;
  right: auto;
  background-color: #fff;
  min-width: 270px;
  text-align: left;
  padding: 20px 15px;
  left: -10px;
  display: none;
  z-index: 999;
}

.top-bar ul li:hover > ul {
  display: block;
}

.top-bar ul ul li {
  display: block;
  padding: 10px 0 0px;
  margin-right: 0;
}

.top-bar ul ul li:first-child {
  padding: 0;
}

.top-bar ul li li a {
  font-size: 0.9em;
  font-weight: 400;
}

nav#navbar-main {
  width:100%;
  left: 0;
  top:0;
  z-index:100;
}
.top-bar-text p {
  margin:0;
  font-size:0.9em;
}
.top-bar-text {
  padding:0.25em 2em;
  text-align:center;
}
.close-top-bar i:hover {
  cursor:pointer;
  opacity:1;
}

#navbar-main a {
  text-decoration: none;
}

#navbar-main .search svg,
#navbar-main .search svg * {
  fill: #fff;
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

#navbar-main .search svg {
  margin-right: 6px;
}

#navbar-main .top-bar > .container {
  max-width: 1476px;
}

.navbar-nav .show-search {
  display: flex;
  align-items: center;
}

.navbar-nav,
.navbar-nav * {
  font-size: inherit;
  line-height: inherit;
}

#navbar-main .search a.show-search span {
  text-align: center;
  vertical-align: middle;
  display: block;
  white-space: nowrap;
}

.desktop-menu .hs-menu-wrapper > ul {
  align-items: center;
}

.desktop-menu .hs-menu-wrapper > ul > li:not(:last-child) {
  margin-right: 25px;
}

.desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a > span {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid;
  transform: rotate(-180deg);
  margin-left: 0.25em
}

.desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a > span {
  transform: rotate(-0deg);
}

#navbar-main .navbar-nav {
  width: 100%;
}

.desktop-menu .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  margin-left: auto !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-direction: row;
  flex-direction: row;
}

.desktop-menu .hs-menu-wrapper > ul > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.desktop-menu .hs-menu-wrapper ul li a {
  padding: 0.5em 0em;
  color: #244f31;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Red Hat Text', sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  position: relative;
  border: 0px;
}

#navbar-main .navbar-nav .hs_cos_wrapper_type_menu,
#navbar-main .navbar-nav .hs_cos_wrapper_type_menu > div {
  width: 100%;
  display: flex;
}


.desktop-menu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
  opacity: 0;
  pointer-events: none;
  transition: all .2s ease;
  left: -86px;
  position: absolute;
  top: calc(100% + 22px);
  min-width: 370px;
  border-radius: 0px; 
  border-top: 3px solid #244f31;
  padding: 42px 45px 48px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.33);
  background-color: #ffffff;
}

.navbar-nav .mega-submenu {
  margin: 0;
}

.navbar-nav > .nav-item.dropdown.single a.dropdown-item {
  padding: 0;
  color: #101820;
  font-family: "Red Hat Text";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  display: inline-block;
  width: auto;
}

.desktop-menu .hs-menu-wrapper ul ul li:not(:last-child) {
  margin-bottom: 14px;
}

#navbar-main ul.desktop-menu li:not(.single).dropdown > a > span {
  position: relative;
}

#navbar-main ul.desktop-menu li:not(.single).dropdown ul.dropdown-menu > li {
  margin: 0;
  width: 16.1%;
  margin: 0 3.177% 0 0;
  -webkit-box-flex: unset;
  -ms-flex: unset;
  flex: unset;
}

#navbar-main ul.desktop-menu li:not(.single).dropdown ul.dropdown-menu > li:first-child {
  width: 17.887%;
  margin-right: 11.74%;
}

#navbar-main ul.desktop-menu li:not(.single).dropdown ul.dropdown-menu li span {
  padding: 0;
  margin-bottom: 11px;
  display: block;
  color: #244f31;
}

#navbar-main ul.desktop-menu li:not(.single).dropdown ul.dropdown-menu li:last-child {
  margin-right: 0;
}

#navbar-main ul.desktop-menu li:not(.single).dropdown ul.dropdown-menu li a {
  width: auto;
  display: inline-block;
  word-break: normal;
  white-space: normal;
  padding: 0;
}

#navbar-main .top-bar {
  padding: 30px 0; 
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

#navbar-main .navbar>.container {
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding: 12px 20px 0;
  position: relative;
  max-width: 1476px;
}

#navbar-main .search {
  margin-left: 59px;
}

#navbar-main:not(.headroom) .sr-navbar .navbar-brand {
  margin-top: -104px;
}

.top-bar ul li:first-child {
  margin-right: 19px;
}

#navbar-main .top-bar .right {
  display: flex;
  justify-content: end;
  padding: 0;
  align-items: center;
}

#navbar-main .button-wrap a {
  font-family: "Red Hat Text";
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 19px;
}

#navbar-main .button-wrap a.cta_button {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  vertical-align: unset;
  min-height: unset;
  display: inline-block;
}

#navbar-main .button-wrap a.cta_button:hover {
  background-color: #ec7d57;
  border-color: #ec7d57;
  color: #fff;
}

.navbar-search-form-wrapper .hs-search-field--open ul.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(36, 79, 49, 0.39);
  background-color: #ffffff;
  margin-top: 39px;
  padding: 37px 34px 44px;
  font-size: inherit;
  line-height: inherit;
}

.navbar-search-form-wrapper li#results-for {
  color: rgba(36, 79, 49, 0.63);
  font-family: "Red Hat Text";
  font-size: 20px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 20px;
}

.navbar-search-form-wrapper li {
  color: #101820;
  font-family: "Red Hat Text";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.navbar-search-form-wrapper li a {
  color: #e15829;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
}

.navbar-search-form-wrapper li a:hover {
  color: #e15829;
}

.navbar-search-form-wrapper li p {
  margin: 0;
}

#navbar-main .top-bar>.container>.row {
  margin: 0;
}


.navbar-nav > .nav-item.dropdown>a {
  position: relative;
}

.desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
  content: "";
  height: 50px;
  width: 100%;
  top: 100%;
  display: block;
  position: absolute;
}

.desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  border-bottom: 21px solid #E15829;
  position: absolute;
  display: block;
  z-index: 9999;
  opacity: 0;
  transition: all .2s ease;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 3px);
  border-bottom-color: #244f31;
}

.desktop-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {
  opacity: 1;
  transition: all .2s ease;
}

#navbar-main .mega-lvl-2:not(:last-child) {
  border-bottom: 2px solid rgba(36, 79, 49, 0.2);
  margin-bottom: 18px;
}

#navbar-main .mega-submenu-menu li {
  margin: 0;
}

#navbar-main .mega-lvl-2:not(:last-child) ul li:last-child {
  margin-bottom: 18px;
}

#navbar-main .mega-menu li:first-child .mega-lvl-2:not(:last-child) {
  border: 0;
}

#navbar-main .mega-submenu-menu li.mega-lvl-2 a {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
}

#navbar-main .desktop-menu > li.dropdown .mega-menu .mega-lvl-1:first-child .top-item {
  color: #101820;
  font-family: "Red Hat Text";
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

#navbar-main .desktop-menu > li.dropdown .mega-menu .mega-lvl-1:first-child ul.mega-submenu-menu > li:nth-child(2) > a {
  color: #101820;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 21px;
  cursor: text;
}

#navbar-main .desktop-menu > li.dropdown .mega-menu .mega-lvl-1:first-child ul.mega-submenu-menu > li:nth-child(3) > a {
  color: #244f31;
  font-family: "Red Hat Text";
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
}

#navbar-main .desktop-menu > li.dropdown .mega-menu .mega-lvl-1:first-child ul.mega-submenu-menu > li:nth-child(2) {
  margin-bottom: 0;
}

#navbar-main .desktop-menu > li.dropdown .mega-menu .mega-lvl-1:first-child ul.mega-submenu-menu > li:nth-child(3) > a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid;
  transform: rotate(-270deg);
  vertical-align: middle;
  display: inline-block;
  margin-left: 6px;
}


#navbar-main .mega-submenu-menu li.mega-lvl-2 a {
  font-size: 16px;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 2px;
}

.navbar-nav > .nav-item.dropdown.single ul.dropdown-menu.single {
  left: -86px;
}

#navbar-main .navbar-nav > .dropdown.single:hover > a > span:after {
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 26px);
  border-bottom-color: #244f31;
}

.desktop-menu .hs-menu-wrapper ul ul li a {
  padding: 0;
  font-family: Red Hat Text;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  display: inline-block;
  width: auto;
  background: none;
  border-bottom: 2px solid transparent;
  color: #101820;
}

.desktop-menu .hs-menu-wrapper ul ul li a:hover {
  color: #101820;
}

#navbar-main ul.desktop-menu > li:not(.single).dropdown .mega-menu > li:first-child .mega-lvl-2 a {
  border: none;
} 

#navbar-main a.show-search {
  color: #244f31;
  border: 0px;
}

@media (max-width: 1125px) {
  #navbar-main .search {
    margin-left: 22px;
  } 

  .desktop-menu .hs-menu-wrapper > ul > li:not(:last-child) {
    margin-right: 22px;
  }
}

@media (max-width: 991.98px) {
  nav#navbar-main {
    font-size: 16px;
  }

  .navbar-collapse .container {
    flex-direction: column;
  }
  #navbar-main .search a.show-search span {
    display: inline-block;
  }
  .navbar-collapse .navbar-collapse-header {
    width: 100%;
  }

  #navbar-main .top-bar {
    display: none;
  }

  #navbar-main:not(.headroom) .sr-navbar .navbar-brand {
    margin-top: 0;
  }

  #navbar-main .navbar>.container {
    padding: 20px;
  }

  #navbar-main .sr-navbar .navbar-brand {
    margin: 0;
  }

  #navbar-main .sr-navbar .navbar-brand img {
    width: 100px !important;
  }

  .navbar-collapse .navbar-collapse-header .collapse-brand img {
    width: 100px !important;
  }

  #navbar-main .navbar>.container .trigger {
    margin-top: auto;
    margin-bottom: auto;
  }

  #navbar-main .navbar-nav.desktop-menu {
    display: none;
  }

  #navbar-main .mobile-menu {
    position: relative;
  }

  #navbar-main .mobile-menu .hs-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    line-height: inherit;
  }

  #navbar-main .mobile-menu .hs-menu-wrapper a {
    color: #244f31;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    cursor: pointer;
  }

  #navbar-main .mobile-menu .hs-menu-wrapper>ul>li>a {
    display: block;
  }

  #navbar-main .mobile-menu .hs-menu-wrapper>ul ul {
    display: none;
  }

  #navbar-main .mobile-menu a.nav-link {
    padding: 0;
  }

  #navbar-main .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 20px;
  }

  #navbar-main .mobile-menu .hs-menu-wrapper > ul ul ul li a {
    font-size: 16px;
    font-weight: 400;
  }

  #navbar-main .mobile-menu .hs-menu-wrapper ul li:not(:last-child) a {
    margin-bottom: 20px;
    display: block;
  }

  #navbar-main .mobile-menu .hs-menu-wrapper>ul ul {
    padding-left: 15px;
  }

  #navbar-main .mobile-menu .hs-menu-wrapper ul li.hs-item-has-children>a:after,
  #navbar-main .mobile-menu .hs-menu-wrapper > ul > li:first-child > ul > li:first-child > ul > li:last-child > a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid;
    transform: rotate(-180deg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
  }

  #navbar-main .mobile-menu .hs-menu-wrapper > ul > li:first-child > ul > li:first-child > ul > li:last-child > a:after,
  #navbar-main .mobile-menu .hs-menu-wrapper ul li.hs-item-has-children.child-open > a:after {
    transform: rotate(-270deg);
  }

  #navbar-main .mobile-menu .hs-menu-wrapper > ul > li:first-child > ul > li:first-child > ul > li:last-child > a {
    color: #244f31;
    font-family: "Red Hat Text";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: normal;
  }

  #navbar-main .mobile-menu .button-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navbar-search-form-wrapper {
    position: static !important;
  }

  #navbar-main .search {
    margin: 0;
    display: block;
  }

  #navbar-main .navbar-search-form-wrapper {
    margin-top: 20px;
  }

  #navbar-main .navbar-search-form-wrapper .hs-search-field {
    padding: 20px;
  }

  #navbar-main .navbar-search-form-wrapper {
    width: 100%;
    right: 0;
  }

  .navbar-search-form-wrapper ul.hs-search-field__suggestions {
    margin: 0;
  }

  .navbar-search-form-wrapper .hs-search-field--open ul.hs-search-field__suggestions {
    margin-bottom: 40px;
  }

  #navbar-main .button-wrap a {
    display: inline-block;
  }

  #navbar-main .search svg {
    width: 22px;
    height: 26px;
    overflow: inherit;
  }

  #navbar-main .mobile-menu .sr-search-toggle {
    padding: 0px;
    display: inline-block;
  }

  #navbar-main .mobile-menu .sr-search-toggle a {
    display: inline-block;
    color: #101820;
  }

  #navbar-main .search svg, #navbar-main .search svg * {
    stroke-width:3px;
  }

  #navbar-main .button-wrap a.cta_button {
    display: inline-block;
  }

  #navbar_global .navbar-collapse-header a {
    color: #101820;
  }

  #navbar_global .navbar-collapse-header a:hover {
    color: #e15829;
  }

  #navbar-main .search a.show-search span {
    font-weight: 700;
    text-decoration: none;
    font-family: 'Red Hat Text', sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  nav#navbar-main {
    font-size: 14px;
  }
}
/* Animate Counter Section */
.animate-counter-section {
  height: 367px;
}
.animate-counter-section .row-fluid .span4 {
  width: 100%;
}

@media screen and (max-width: 1399px) {
  .animate-counter-section .row-fluid [class*="span"] {
    float: none;
    margin-left: auto;
    display: block !important;
    float: none;
    width: 400px;
    padding-right: 20px;
  }
  .row-fluid-wrapper .animate-counter-section > .row-fluid {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block !important;
  }
  .row-fluid-wrapper .animate-counter-section .counter {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .animate-counter-section .row-fluid [class*="span"] {
    padding-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .animate-counter-section .row-fluid .span4 .dnd-module {
    margin-top: 72px;
  }
  .animate-counter-section .row-fluid  {
    justify-content: right !important;
  }
  .animate-counter-section .row-fluid .span4 {
    width: 28%;
  }
}
/* Subpage Header Section */
.subpage-header-section {
  margin-bottom: 100px;
}
.subpage-header-section h1 {
  color: #d0e0d7;
}
.subpage-header-section p {
  color: #ffffff;
}

.subpage-header-section .hs_cos_wrapper_type_rich_text {
  max-width: 430px;
  display: block;
  padding-top: 60px;
  padding-bottom: 30px;  
}
.subpage-header-section .span6 {
  justify-content: center !important;
}
.subpage-header-section .span6+.span6 {
  justify-content: flex-start !important;
}
.subpage-header-section img {
  vertical-align: bottom;
}

@media screen and (min-width: 1300px) {
  .subpage-header-section img {
    position: relative;
    bottom: -60px;
  }
  .subpage-header-section .span6+.span6 {
    justify-content: flex-end !important;
  }  
}

.container-fluid.body-container {
  padding: 0;
  margin: 0;
}
.above-footer-wrap {
  margin-top: 80px;
  background-image: url(//211952.fs1.hubspotusercontent-na1.net/hubfs/211952/raw_assets/public/InVerveTheme1/images/footer-separator.png) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  min-height: 310px;
  padding: 60px 20px 0 20px;
}
.above-footer-wrap h2 {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
}
.above-footer-wrap .button {
  margin-left: 20px;
  vertical-align: middle;
}
.footer {

}
.footer p,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li {
  color: #286040;
}
.footer h2 {
  font-size: 1.5em;
}
.footer h3 {
  margin: 0;
  font-weight: bold;  
}
.footer {
  padding-bottom: 80px;
  background-color: #f1f6f3;
}
.footer-container {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-navigation .submenu.level-1>li {
  border-top: none;
}
.footer a {
  color: #e15829;
  font-family: 'Red Hat Text', Tahoma, sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: normal;
  display: block;
}
.footer a:hover {
  color: #7d7d82;
}
.footer-logo-wrap {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;  
}
.footer-logo-wrap img {
  text-align: left;
}

.footer-copyright-wrap {
  color: #286040;
  margin: 30px 0;
  text-align: center;
  width: 100%;
}
.footer-copyright-wrap a {
  display: inline-block;
  color: #e15829;
}
.footer-nav-wrap {
  color: #e15829;
  margin-bottom: 20px;
}
.social-links {
  align-items: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 30px;
}
.social-links a {
  margin-right: 10px;
}

.social-links__icon {
  display: inline-flex;
  height: 40px;
  margin: 0;
  position: relative;
  width: 40px;
  background-color: #555559;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #e15829;
}
.social-links__icon svg {
  fill: #fff;
  height: 28px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #ffffff;
}
.tiny-wrap {
  font-size: 12px;
}
.footer-logo, .footer-social-wrap .social-links  {
  text-align: left;
  justify-content: left;
}
.inner-footer-col {
  padding: 0 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1240px) {
  .inner-footer-col {
    padding: 0;
  }
}

/* Tss Footer*/
.custom-footer {
  line-height: 1.35em;
  font-family: 'Red Hat Text',sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 20px;
  color: #101820;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-footer .sr-footer-nav .hs-menu-wrapper > ul { 
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}

.custom-footer .hs_cos_wrapper_type_menu .hs-menu-wrapper ul li {
  padding-bottom: 0px;
}

.custom-footer .sr-footer-nav li a {
  color: #244f31;
  font-family: "Red Hat Text";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  text-decoration: none;
  border: 0px;
}
.custom-footer .sr-footer-nav .hs-menu-depth-1 > a,
.custom-footer .sr-footer-nav li a,
.custom-footer .footer-copyright p a {
  
}
.custom-footer .sr-footer-nav .hs-menu-depth-1 > a {
  
  font-size: 1em;
  font-weight: 600;
}
.custom-footer .social {
  font-family: 'Red Hat Text';
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: .8rem;
  line-height: 1.08rem;
  list-style: none;
  padding: 0;
  margin-top: 12px;
  margin-bottom: 53px;
}
.custom-footer .social li {
  display: inline-block;
  text-align: center;
}
.custom-footer .social li a {
  border-bottom: none;
  font-size: 28px;
}
.custom-footer ul.social li {
  display: inline-block;
}
.custom-footer ul.social li:not(:last-child) {
  margin-right: 8px;
}
.custom-footer ul.social li i {
  height: 40px;
  margin: 0;
  position: relative;
  width: 40px;
  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;
  color: inherit;
}
.custom-footer ul.social li i svg,
.custom-footer ul.social li i svg g {
  fill: inherit;
}

.custom-footer ul.social svg {
  width: 28px;
  height: 28px;
}

.custom-footer .footer-logo-social {
  padding: 3em 0;
}
.custom-footer .hs_cos_wrapper_type_menu .hs-menu-wrapper ul {
  list-style: none;
  padding: 0;
}
.custom-footer .footer-copyright p a {
  border-bottom: none;
}
.custom-footer .footer-logo-social {
  text-align: center;
}
.custom-footer .footer-logo-social img {
  max-width: 100%;
  height: auto;
}
.custom-footer .sr-footer-nav .hs-menu-depth-1 {
  width: 50%;
  margin-bottom: 2em;
}
.custom-footer .footer-copyright p.small {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .custom-footer .sr-footer-nav .hs-menu-depth-1 {
    margin-bottom: 0;
  }
  .custom-footer .sr-footer-nav .hs-menu-depth-1 {
    width: auto;
    padding-left: 9%;
  }
  .custom-footer .sr-footer-nav .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.custom-footer .container {
  max-width: 1346px;
  padding: 0 20px;
}

.custom-footer ul.hs-search-field__suggestions {
  margin: 0;
  display: none;
}

.custom-footer input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]) {
  padding: 0 15px;
  border: 0px solid #e5e7ea;
  width: 100%;
  -webkit-appearance: none;
  outline: 0;
  transition: all .15s ease-in-out;
  animation-timing-function: ease-in-out;
  min-height: 65px;
  border: 1px solid rgba(36, 79, 49, 0.39);
  background-color: #ffffff;
  color: #244f31;
  font-family: "Red Hat Text";
  font-size: 20px; 
  font-weight: 400;
  text-align: left;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  border-radius: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.165' height='31.438' viewBox='0 0 30.165 31.438'%3E%3Cg id='Group_165' data-name='Group 165' transform='translate(-1216.921 -47.592)'%3E%3Cg id='Ellipse_12' data-name='Ellipse 12' transform='translate(1216.921 47.592)' fill='none' stroke='%2389c933' stroke-width='4'%3E%3Cellipse cx='11.354' cy='11.354' rx='11.354' ry='11.354' stroke='none'/%3E%3Cellipse cx='11.354' cy='11.354' rx='9.354' ry='9.354' fill='none'/%3E%3C/g%3E%3Cpath id='Path_254' data-name='Path 254' d='M2056.214,73l9.146,9.146' transform='translate(-821.103 -5.945)' fill='none' stroke='%2389c933' stroke-linecap='round' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 29px);
  background-size: 27.34px;
  box-shadow: none;
  outline: none;
}

.custom-footer .sr-footer-nav .row {
  justify-content: space-between;
}

.custom-footer .sr-footer-nav li.hs-menu-depth-2 > a {
  color: #101820;
  font-family: "Red Hat Text";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 16px;
}

.custom-footer .sr-footer-nav li.hs-menu-depth-2:not(:last-child) > ul {
  margin-bottom: 50px;
}

.custom-footer .sr-footer-nav {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.custom-footer .sr-footer-nav .footer-logo {
    margin-bottom: 28px;
    margin-left: -15px;
    padding-top: 60px;
}

.custom-footer .sr-footer-nav .footer-logo img {
  margin-top: -39px;
}

.custom-footer .sr-footer-nav .right-wrap {
  padding-bottom: 75px;
}

.custom-footer .sr-footer-nav .left-wrap h5 {
  color: #101820;
  font-family: "Red Hat Text";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}


.custom-footer .sr-footer-nav .left-wrap .contact {
  color: #244f31;
  font-family: "Red Hat Text";
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.custom-footer .sr-footer-nav .left-wrap .contact p strong {
  font-family: "Red Hat Text";
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.custom-footer .sr-footer-nav .left-wrap .contact p a {
  display: inline-block;
  font-family: "Red Hat Text";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-top: 15px;
  border-bottom: 2px solid #89c933;
  color: #101820;
  text-decoration: none;
}

.custom-footer .sr-footer-nav .left-wrap a.btn,
.custom-footer .sr-footer-nav .left-wrap a.button {
  background: #89c933;
  border-color: #89c933;
  color: #244f31;
  font-family: "Red Hat Text";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  padding: 8px 18px;
  min-height: unset;
}

.custom-footer .sr-footer-nav .left-wrap a.btn:hover,
.custom-footer .sr-footer-nav .left-wrap a.button:hover {
  background-color: #244f31;
  border-color: #244f31;
  color: #89c933;
}

.custom-footer .sr-footer-nav .left-wrap .btn-wrap {
  padding-top: 30px;
  padding-bottom: 52px;
}

.custom-footer .sr-footer-nav .left-wrap .contact p {
  margin: 0;
}

.custom-footer {
  padding: 49px 0;
}

.custom-footer .footer-copyright.container {
  padding-top: 26px;
}

.custom-footer .footer-copyright.container .small {
  color: #a8b0b7;
  font-family: "Red Hat Text";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.custom-footer .footer-copyright.container .small p {
  font-size: inherit;
}

.custom-footer .footer-copyright.container .small p {
  color: #67686a;
  margin-bottom: 8px;
}

.custom-footer input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #244f31;
  opacity: 1; /* Firefox */
}

.custom-footer input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #244f31;
}

.custom-footer input::-ms-input-placeholder { /* Microsoft Edge */
  color: #244f31;
}

@media (max-width: 991px) {  
  .custom-footer {
    font-size: 16px;
  }

  .custom-footer .sr-footer-nav .left-wrap {
    margin-bottom: 50px;
  }

  .custom-footer .sr-footer-nav .footer-logo img {
    margin-top: 0;
  }

  .custom-footer ul.social li:not(:last-child) {
    margin-right: 7px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .custom-footer .sr-footer-nav .hs-menu-wrapper > ul {
    display: flex;
  }
}

@media (max-width: 767px) {  
  .custom-footer {
    font-size: 14px;
  }

  .custom-footer .sr-footer-nav .hs-menu-depth-1 {
    width: 100%;
  }
}
.show-for-sr {
  display: none;
}

/* Gallery CSS */
.hs_cos_gallery .hs_cos_gallery_main {
  padding: 0;
}
.caption.below {
  background-color: #286040;
  color: #ffffff;
  font-size: 1.125rem;
  padding: 20px 20px 1px 20px;
}
.hs_cos_gallery .slick-slider {
  margin-bottom: 0;
  padding: 0;
}
.hs_cos_gallery .hs_cos_gallery_main .slick-dots li button, 
.hs_cos_gallery .hs_cos_gallery_thumbnails .slick-dots li button, 
.hs_cos_gallery .hs_cos_gallery_lightbox .slick-dots li button {
  display: none;
}
.hs_cos_gallery .hs_cos_gallery_main .slick-dots li, 
.hs_cos_gallery .hs_cos_gallery_thumbnails .slick-dots li, 
.hs_cos_gallery .hs_cos_gallery_lightbox .slick-dots li {
  background-color: #d0e0d7;
  border-radius: 20px;
}
.hs_cos_gallery .hs_cos_gallery_main .slick-dots li.slick-active, 
.hs_cos_gallery .hs_cos_gallery_thumbnails .slick-dots li.slick-active, 
.hs_cos_gallery .hs_cos_gallery_lightbox .slick-dots li.slick-active {
  background-color: #286040;
}
.slick-prev, .slick-next {
  z-index: 9;
}
.hs_cos_gallery .hs_cos_gallery_main .slick-next, 
.hs_cos_gallery .hs_cos_gallery_thumbnails .slick-next, 
.hs_cos_gallery .hs_cos_gallery_lightbox .slick-next {
  right: 10px;
}
.hs_cos_gallery .hs_cos_gallery_main .slick-prev, 
.hs_cos_gallery .hs_cos_gallery_thumbnails .slick-prev, 
.hs_cos_gallery .hs_cos_gallery_lightbox .slick-prev {
  left: 10px;
}

@media (min-width: 992px) {
  .hs_cos_gallery .hs_cos_gallery_main .slick-next, 
  .hs_cos_gallery .hs_cos_gallery_thumbnails .slick-next, 
  .hs_cos_gallery .hs_cos_gallery_lightbox .slick-next {
    right: 70px;
  }
  .hs_cos_gallery .hs_cos_gallery_main .slick-prev, 
  .hs_cos_gallery .hs_cos_gallery_thumbnails .slick-prev, 
  .hs_cos_gallery .hs_cos_gallery_lightbox .slick-prev {
    left: 70px;
  }
}
.slick-slider .slick-prev, .slick-slider .slick-next {
  height: 40px;
  width: 40px;
  opacity: 1;
  background: #fff;
  color: #286040;
  font-weight: bold;
  border-radius: 50%;
  padding-bottom: 4px;
  font-family: "slick" !important;
}
.slick-slider .slick-prev:hover, 
.slick-slider .slick-prev:focus,  
.slick-slider .slick-next:hover,  
.slick-slider .slick-next:focus {
    outline: none;
    background: #ccc;
    color: #333;
}
.hs_cos_gallery .hs_cos_gallery_main .slick-prev:before,
.hs_cos_gallery .hs_cos_gallery_main .slick-next:before,
.hs_cos_gallery .hs_cos_gallery_thumbnails .slick-prev:before,
.hs_cos_gallery .hs_cos_gallery_thumbnails .slick-next:before,
.hs_cos_gallery .hs_cos_gallery_lightbox .slick-prev:before,
.hs_cos_gallery .hs_cos_gallery_lightbox .slick-next:before {
  color: #286040;
  font-weight: bold;
  font-size: 2rem;
  font-family: "slick" !important;
}

.hs_cos_gallery_thumbnails .slick-prev, .hs_cos_gallery_thumbnails .slick-next{
  top: 28%;
}
@media (min-width: 768px) {
  .hs_cos_gallery_thumbnails .slick-prev, .hs_cos_gallery_thumbnails .slick-next{
    top: 50%;
  }
}
@media (max-width: 1200px) {
  .slick-slider .slick-prev, .slick-slider .slick-next {
    z-index: 1;
  }
}

.hs_cos_wrapper_type_rich_text ul,
.hs_cos_wrapper_type_menu .hs-menu-wrapper ul,
.widget-type-post_listing ul,
.widget-type-post_filter ul {
  list-style: square inside url('//211952.fs1.hubspotusercontent-na1.net/hubfs/211952/raw_assets/public/InVerveTheme1/images/bullet.png');
}
.widget-type-post_listing ul,
.widget-type-post_filter ul {
  padding: 0 0 0 16px;
}
.hs_cos_wrapper_type_menu .hs-menu-wrapper ul {
  padding-left: 20px;
}
.hs_cos_wrapper_type_rich_text ul li,
.hs_cos_wrapper_type_menu .hs-menu-wrapper ul li,
.widget-type-post_listing ul li,
.widget-type-post_filter ul li {
  list-style-position: outside;
}
.hs_cos_wrapper_type_menu .hs-menu-wrapper ul li,
.widget-type-post_listing ul li,
.widget-type-post_filter ul li {
  padding-bottom: 10px;
}
.hs-cta-wrapper img {
  max-width: 100%;
}
.md-modal {
  margin: auto;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(228, 240, 227, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.md-effect .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show.md-effect ~ .md-overlay {
  background-color: #e4f0e3;
}
.md-show.md-effect .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.md-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 1px solid;
  padding: 6px;
}