/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: ' (' attr(title) ')';
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  pointer-events: auto !important;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: 'averta', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.3;
  color: #142841;
  background-color: #fff;
  pointer-events: auto;
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 900;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #142841;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #bfc6cf;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
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: 0.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-cancel-button,
[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;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1,
.h1 {
  font-size: 48px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 18px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: 1260px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1440px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.col-fhd,
.col-fhd-auto,
.col-fhd-12,
.col-fhd-11,
.col-fhd-10,
.col-fhd-9,
.col-fhd-8,
.col-fhd-7,
.col-fhd-6,
.col-fhd-5,
.col-fhd-4,
.col-fhd-3,
.col-fhd-2,
.col-fhd-1,
.col-xlg,
.col-xlg-auto,
.col-xlg-12,
.col-xlg-11,
.col-xlg-10,
.col-xlg-9,
.col-xlg-8,
.col-xlg-7,
.col-xlg-6,
.col-xlg-5,
.col-xlg-4,
.col-xlg-3,
.col-xlg-2,
.col-xlg-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  -webkit-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  -webkit-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  -webkit-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  -webkit-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-0 {
  -webkit-order: 0;
  order: 0;
}
.order-1 {
  -webkit-order: 1;
  order: 1;
}
.order-2 {
  -webkit-order: 2;
  order: 2;
}
.order-3 {
  -webkit-order: 3;
  order: 3;
}
.order-4 {
  -webkit-order: 4;
  order: 4;
}
.order-5 {
  -webkit-order: 5;
  order: 5;
}
.order-6 {
  -webkit-order: 6;
  order: 6;
}
.order-7 {
  -webkit-order: 7;
  order: 7;
}
.order-8 {
  -webkit-order: 8;
  order: 8;
}
.order-9 {
  -webkit-order: 9;
  order: 9;
}
.order-10 {
  -webkit-order: 10;
  order: 10;
}
.order-11 {
  -webkit-order: 11;
  order: 11;
}
.order-12 {
  -webkit-order: 12;
  order: 12;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    -webkit-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-order: 12;
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-0 {
    -webkit-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-order: 12;
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    -webkit-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-order: 12;
    order: 12;
  }
}
@media (min-width: 1260px) {
  .col-xl {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-0 {
    -webkit-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-order: 12;
    order: 12;
  }
}
@media (min-width: 1440px) {
  .col-xlg {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xlg-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xlg-1 {
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xlg-2 {
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xlg-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xlg-4 {
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xlg-5 {
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xlg-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xlg-7 {
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xlg-8 {
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xlg-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xlg-10 {
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xlg-11 {
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xlg-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xlg-0 {
    -webkit-order: 0;
    order: 0;
  }
  .order-xlg-1 {
    -webkit-order: 1;
    order: 1;
  }
  .order-xlg-2 {
    -webkit-order: 2;
    order: 2;
  }
  .order-xlg-3 {
    -webkit-order: 3;
    order: 3;
  }
  .order-xlg-4 {
    -webkit-order: 4;
    order: 4;
  }
  .order-xlg-5 {
    -webkit-order: 5;
    order: 5;
  }
  .order-xlg-6 {
    -webkit-order: 6;
    order: 6;
  }
  .order-xlg-7 {
    -webkit-order: 7;
    order: 7;
  }
  .order-xlg-8 {
    -webkit-order: 8;
    order: 8;
  }
  .order-xlg-9 {
    -webkit-order: 9;
    order: 9;
  }
  .order-xlg-10 {
    -webkit-order: 10;
    order: 10;
  }
  .order-xlg-11 {
    -webkit-order: 11;
    order: 11;
  }
  .order-xlg-12 {
    -webkit-order: 12;
    order: 12;
  }
}
@media (min-width: 1920px) {
  .col-fhd {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-fhd-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-fhd-1 {
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-fhd-2 {
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-fhd-3 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-fhd-4 {
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-fhd-5 {
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-fhd-6 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-fhd-7 {
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-fhd-8 {
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-fhd-9 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-fhd-10 {
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-fhd-11 {
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-fhd-12 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-fhd-0 {
    -webkit-order: 0;
    order: 0;
  }
  .order-fhd-1 {
    -webkit-order: 1;
    order: 1;
  }
  .order-fhd-2 {
    -webkit-order: 2;
    order: 2;
  }
  .order-fhd-3 {
    -webkit-order: 3;
    order: 3;
  }
  .order-fhd-4 {
    -webkit-order: 4;
    order: 4;
  }
  .order-fhd-5 {
    -webkit-order: 5;
    order: 5;
  }
  .order-fhd-6 {
    -webkit-order: 6;
    order: 6;
  }
  .order-fhd-7 {
    -webkit-order: 7;
    order: 7;
  }
  .order-fhd-8 {
    -webkit-order: 8;
    order: 8;
  }
  .order-fhd-9 {
    -webkit-order: 9;
    order: 9;
  }
  .order-fhd-10 {
    -webkit-order: 10;
    order: 10;
  }
  .order-fhd-11 {
    -webkit-order: 11;
    order: 11;
  }
  .order-fhd-12 {
    -webkit-order: 12;
    order: 12;
  }
}
.btn {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  border: 0px solid transparent;
  box-shadow: 0px 0px 0px 0px rgba(20, 40, 65, 0.4);
  padding: 11px 38px !important;
  font-size: 21px;
  line-height: 1.3;
  border-radius: 100px;
  transition: all 0.15s ease-in-out;
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0px 0px;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:active,
.btn.active {
  background-image: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: auto;
}
.btn-primary {
  color: #fff;
  background-color: #142841;
  border-color: #142841;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1d3a5e;
  border-color: #142841;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0px 0px;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #142841;
  border-color: #142841;
}
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #1d3a5e;
  background-image: none;
  border-color: #142841;
}
.btn-secondary {
  color: #111;
  background-color: #9be1d2;
  border-color: #9be1d2;
}
.btn-secondary:hover {
  color: #111;
  background-color: #b8eadf;
  border-color: #9be1d2;
}
.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0px 0px;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #9be1d2;
  border-color: #9be1d2;
}
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #b8eadf;
  background-image: none;
  border-color: #9be1d2;
}
.btn-success {
  color: #fff;
  background-color: #14af7d;
  border-color: #14af7d;
}
.btn-success:hover {
  color: #fff;
  background-color: #18d196;
  border-color: #14af7d;
}
.btn-success:focus,
.btn-success.focus {
  box-shadow: 0px 0px;
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #14af7d;
  border-color: #14af7d;
}
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  background-color: #18d196;
  background-image: none;
  border-color: #14af7d;
}
.btn-info {
  color: #111;
  background-color: #fff;
  border-color: #fff;
}
.btn-info:hover {
  color: #111;
  background-color: #fff;
  border-color: #fff;
}
.btn-info:focus,
.btn-info.focus {
  box-shadow: 0px 0px;
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #fff;
  border-color: #fff;
}
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  background-color: #fff;
  background-image: none;
  border-color: #fff;
}
.btn-warning {
  color: #111;
  background-color: #d2eb82;
  border-color: #d2eb82;
}
.btn-warning:hover {
  color: #111;
  background-color: #def0a3;
  border-color: #d2eb82;
}
.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0px 0px;
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #d2eb82;
  border-color: #d2eb82;
}
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  background-color: #def0a3;
  background-image: none;
  border-color: #d2eb82;
}
.btn-danger {
  color: #111;
  background-color: #ffd2d2;
  border-color: #ffd2d2;
}
.btn-danger:hover {
  color: #111;
  background-color: #fff8f8;
  border-color: #ffd2d2;
}
.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0px 0px;
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #ffd2d2;
  border-color: #ffd2d2;
}
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background-color: #fff8f8;
  background-image: none;
  border-color: #ffd2d2;
}
.btn-lavander {
  color: #111;
  background-color: #ebd4f1;
  border-color: #ebd4f1;
}
.btn-lavander:hover {
  color: #111;
  background-color: #f8f1fa;
  border-color: #ebd4f1;
}
.btn-lavander:focus,
.btn-lavander.focus {
  box-shadow: 0px 0px;
}
.btn-lavander.disabled,
.btn-lavander:disabled {
  background-color: #ebd4f1;
  border-color: #ebd4f1;
}
.btn-lavander:active,
.btn-lavander.active,
.show > .btn-lavander.dropdown-toggle {
  background-color: #f8f1fa;
  background-image: none;
  border-color: #ebd4f1;
}
.btn-dark {
  color: #111;
  background-color: #bfc6cf;
  border-color: #bfc6cf;
}
.btn-dark:hover {
  color: #111;
  background-color: #d5d9df;
  border-color: #bfc6cf;
}
.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0px 0px;
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #bfc6cf;
  border-color: #bfc6cf;
}
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  background-color: #d5d9df;
  background-image: none;
  border-color: #bfc6cf;
}
.btn-primary {
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
}
.btn-secondary {
  color: #142841;
}
.btn-secondary:hover {
  color: #142841;
}
.btn-success {
  color: #fff;
}
.btn-success:hover {
  color: #fff;
}
.btn-info {
  color: #142841;
}
.btn-info:hover {
  color: #142841;
}
.btn-warning {
  color: #14af7d;
}
.btn-warning:hover {
  color: #14af7d;
}
.btn-danger {
  color: #e12d0a;
}
.btn-danger:hover {
  color: #e12d0a;
}
.btn-lavander {
  color: #142841;
}
.btn-lavander:hover {
  color: #142841;
}
.btn-dark {
  color: #bfc6cf;
}
.btn-dark:hover {
  color: #bfc6cf;
}
.btn-outline-primary {
  color: #142841;
  background-color: transparent;
  background-image: none;
  border-color: #142841;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #142841;
  border-color: #142841;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 3px rgba(20, 40, 65, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #142841;
  background-color: transparent;
}
.btn-outline-primary:active,
.btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #142841;
  border-color: #142841;
}
.btn-outline-secondary {
  color: #9be1d2;
  background-color: transparent;
  background-image: none;
  border-color: #9be1d2;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #9be1d2;
  border-color: #9be1d2;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 3px rgba(155, 225, 210, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #9be1d2;
  background-color: transparent;
}
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #9be1d2;
  border-color: #9be1d2;
}
.btn-outline-success {
  color: #14af7d;
  background-color: transparent;
  background-image: none;
  border-color: #14af7d;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #14af7d;
  border-color: #14af7d;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 3px rgba(20, 175, 125, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #14af7d;
  background-color: transparent;
}
.btn-outline-success:active,
.btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #14af7d;
  border-color: #14af7d;
}
.btn-outline-info {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-info:active,
.btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-warning {
  color: #d2eb82;
  background-color: transparent;
  background-image: none;
  border-color: #d2eb82;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #d2eb82;
  border-color: #d2eb82;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 3px rgba(210, 235, 130, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #d2eb82;
  background-color: transparent;
}
.btn-outline-warning:active,
.btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #d2eb82;
  border-color: #d2eb82;
}
.btn-outline-danger {
  color: #ffd2d2;
  background-color: transparent;
  background-image: none;
  border-color: #ffd2d2;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ffd2d2;
  border-color: #ffd2d2;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 3px rgba(255, 210, 210, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ffd2d2;
  background-color: transparent;
}
.btn-outline-danger:active,
.btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ffd2d2;
  border-color: #ffd2d2;
}
.btn-outline-lavander {
  color: #ebd4f1;
  background-color: transparent;
  background-image: none;
  border-color: #ebd4f1;
}
.btn-outline-lavander:hover {
  color: #fff;
  background-color: #ebd4f1;
  border-color: #ebd4f1;
}
.btn-outline-lavander:focus,
.btn-outline-lavander.focus {
  box-shadow: 0 0 0 3px rgba(235, 212, 241, 0.5);
}
.btn-outline-lavander.disabled,
.btn-outline-lavander:disabled {
  color: #ebd4f1;
  background-color: transparent;
}
.btn-outline-lavander:active,
.btn-outline-lavander.active,
.show > .btn-outline-lavander.dropdown-toggle {
  color: #fff;
  background-color: #ebd4f1;
  border-color: #ebd4f1;
}
.btn-outline-dark {
  color: #bfc6cf;
  background-color: transparent;
  background-image: none;
  border-color: #bfc6cf;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #bfc6cf;
  border-color: #bfc6cf;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 3px rgba(191, 198, 207, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #bfc6cf;
  background-color: transparent;
}
.btn-outline-dark:active,
.btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #bfc6cf;
  border-color: #bfc6cf;
}
.btn-link {
  font-weight: 100;
  color: #142841;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link:disabled {
  background-color: transparent;
}
.btn-link,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled {
  color: #868e96;
}
.btn-link:disabled:focus,
.btn-link:disabled:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .btn-xlg {
    padding: 0rem 3.5rem !important;
    font-size: 1.5rem;
    line-height: 3rem;
    border-radius: 10px;
  }
}
.btn-lg {
  padding: 8px 16px !important;
  font-size: 21px;
  line-height: 1.3;
  border-radius: 0px;
}
.btn-sm {
  padding: 8px 10px !important;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 26px 16px;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #868e96;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #f1f8f7 #f1f8f7 #ddd;
}
.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 100px;
}
.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
  color: #fff;
  background-color: #142841;
}
.nav-fill .nav-item {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0px;
  font-size: 14px;
  line-height: 23px;
  background-color: transparent;
  z-index: 3000;
  transition: background-color 0.8s;
}
.navbar.wrap-white {
  background-color: #fff;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 1259px) {
  .navbar > .container,
  .navbar > .container-fluid {
    max-width: 100%;
    -webkit-align-items: center;
    align-items: center;
  }
}
.navbar .burger.hidden {
  display: none;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: 1rem;
  font-size: 21px;
  line-height: 30px;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 26px;
  padding-bottom: 26px;
}
.navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: -100%;
    background: #fff;
    z-index: 100;
    display: block;
    transition: left 0.5s;
  }
  .navbar-collapse.show {
    left: 0;
  }
}
@media (max-width: 1259px) {
  .navbar-collapse .container {
    max-width: 100%;
    -webkit-align-items: center;
    align-items: center;
  }
}
.navbar-collapse .contact {
  position: fixed;
  bottom: 30px;
  width: 100%;
}
.navbar-collapse .menu-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .navbar-collapse .menu-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .navbar-collapse .menu-nav .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .navbar-collapse .menu-nav .item:last-child {
    margin-bottom: 0px;
  }
}
.navbar-collapse .menu-nav .item a {
  padding: 0px 14px;
  font-weight: 100 !important;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .navbar-collapse .menu-nav .item a {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 900 !important;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1260px) {
  .navbar-expand-xl {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-xlg {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .navbar-expand-xlg .navbar-nav {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xlg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xlg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xlg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xlg > .container,
  .navbar-expand-xlg > .container-fluid {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xlg .navbar-collapse {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .navbar-expand-xlg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1920px) {
  .navbar-expand-fhd {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .navbar-expand-fhd .navbar-nav {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-fhd .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-fhd .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-fhd .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-fhd > .container,
  .navbar-expand-fhd > .container-fluid {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-fhd .navbar-collapse {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .navbar-expand-fhd .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-flex !important;
  display: flex !important;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 1;
}
button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: solid 1px #e6e6e6;
  border-radius: 0px;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.9;
}
.modal-header {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #f1f8f7;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.3;
}
.modal-body {
  position: relative;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}
.modal-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #f1f8f7;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #142841 !important;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #08101a !important;
}
.bg-secondary {
  background-color: #9be1d2 !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover {
  background-color: #74d5c0 !important;
}
.bg-success {
  background-color: #14af7d !important;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #0f815c !important;
}
.bg-info {
  background-color: #fff !important;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #e6e6e6 !important;
}
.bg-warning {
  background-color: #d2eb82 !important;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #c2e456 !important;
}
.bg-danger {
  background-color: #ffd2d2 !important;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #ff9f9f !important;
}
.bg-lavander {
  background-color: #ebd4f1 !important;
}
a.bg-lavander:focus,
a.bg-lavander:hover {
  background-color: #d9aee4 !important;
}
.bg-dark {
  background-color: #bfc6cf !important;
}
a.bg-dark:focus,
a.bg-dark:hover {
  background-color: #a2acb9 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.wrap-blue-light {
  background: #3a4a5e;
}
.wrap-pine {
  background: #14af7d;
  color: #d2eb82;
}
.border {
  border: 1px solid #f1f8f7 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #142841 !important;
}
.border-secondary {
  border-color: #9be1d2 !important;
}
.border-success {
  border-color: #14af7d !important;
}
.border-info {
  border-color: #fff !important;
}
.border-warning {
  border-color: #d2eb82 !important;
}
.border-danger {
  border-color: #ffd2d2 !important;
}
.border-lavander {
  border-color: #ebd4f1 !important;
}
.border-dark {
  border-color: #bfc6cf !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded {
  border-radius: 100px !important;
}
.rounded-top {
  border-top-left-radius: 100px !important;
  border-top-right-radius: 100px !important;
}
.rounded-right {
  border-top-right-radius: 100px !important;
  border-bottom-right-radius: 100px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}
.rounded-left {
  border-top-left-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}
.rounded-circle {
  border-radius: 50%;
}
.rounded-0 {
  border-radius: 0;
}
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-flex !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-flex !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-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-flex !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-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1260px) {
  .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-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-xlg-none {
    display: none !important;
  }
  .d-xlg-inline {
    display: inline !important;
  }
  .d-xlg-inline-block {
    display: inline-block !important;
  }
  .d-xlg-block {
    display: block !important;
  }
  .d-xlg-table {
    display: table !important;
  }
  .d-xlg-table-cell {
    display: table-cell !important;
  }
  .d-xlg-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-xlg-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1920px) {
  .d-fhd-none {
    display: none !important;
  }
  .d-fhd-inline {
    display: inline !important;
  }
  .d-fhd-inline-block {
    display: inline-block !important;
  }
  .d-fhd-block {
    display: block !important;
  }
  .d-fhd-table {
    display: table !important;
  }
  .d-fhd-table-cell {
    display: table-cell !important;
  }
  .d-fhd-flex {
    display: -webkit-flex !important;
    display: flex !important;
  }
  .d-fhd-inline-flex {
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}
@media print {
  .d-print-block {
    display: block !important;
  }
}
.d-print-inline {
  display: none !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
}
.d-print-inline-block {
  display: none !important;
}
@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: '';
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-justify-content: flex-start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-justify-content: flex-end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-justify-content: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-align-items: flex-start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-align-items: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-align-items: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-align-items: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1260px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xlg-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xlg-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xlg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xlg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xlg-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xlg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xlg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xlg-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xlg-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xlg-center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-content-xlg-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-content-xlg-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-xlg-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-xlg-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-xlg-center {
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-xlg-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xlg-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xlg-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-xlg-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-xlg-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-xlg-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-xlg-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-xlg-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xlg-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-xlg-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-xlg-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-xlg-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-xlg-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xlg-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1920px) {
  .flex-fhd-row {
    -webkit-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-fhd-column {
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-fhd-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-fhd-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-fhd-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-fhd-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-fhd-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-fhd-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  .justify-content-fhd-end {
    -webkit-justify-content: flex-end !important;
    justify-content: flex-end !important;
  }
  .justify-content-fhd-center {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
  .justify-content-fhd-between {
    -webkit-justify-content: space-between !important;
    justify-content: space-between !important;
  }
  .justify-content-fhd-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-fhd-start {
    -webkit-align-items: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-fhd-end {
    -webkit-align-items: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-fhd-center {
    -webkit-align-items: center !important;
    align-items: center !important;
  }
  .align-items-fhd-baseline {
    -webkit-align-items: baseline !important;
    align-items: baseline !important;
  }
  .align-items-fhd-stretch {
    -webkit-align-items: stretch !important;
    align-items: stretch !important;
  }
  .align-content-fhd-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-fhd-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-fhd-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-fhd-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-fhd-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-fhd-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-fhd-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-fhd-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-fhd-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-fhd-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-fhd-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-fhd-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1260px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xlg-left {
    float: left !important;
  }
  .float-xlg-right {
    float: right !important;
  }
  .float-xlg-none {
    float: none !important;
  }
}
@media (min-width: 1920px) {
  .float-fhd-left {
    float: left !important;
  }
  .float-fhd-right {
    float: right !important;
  }
  .float-fhd-none {
    float: none !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;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.m-1 {
  margin: 0.75rem !important;
}
.mt-1 {
  margin-top: 0.75rem !important;
}
.mr-1 {
  margin-right: 0.75rem !important;
}
.mb-1 {
  margin-bottom: 0.75rem !important;
}
.ml-1 {
  margin-left: 0.75rem !important;
}
.mx-1 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}
.my-1 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.m-2 {
  margin: 1rem !important;
}
.mt-2 {
  margin-top: 1rem !important;
}
.mr-2 {
  margin-right: 1rem !important;
}
.mb-2 {
  margin-bottom: 1rem !important;
}
.ml-2 {
  margin-left: 1rem !important;
}
.mx-2 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.m-3 {
  margin: 1.25rem !important;
}
.mt-3 {
  margin-top: 1.25rem !important;
}
.mr-3 {
  margin-right: 1.25rem !important;
}
.mb-3 {
  margin-bottom: 1.25rem !important;
}
.ml-3 {
  margin-left: 1.25rem !important;
}
.mx-3 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}
.my-3 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mr-4 {
  margin-right: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.m-5 {
  margin: 2.125rem !important;
}
.mt-5 {
  margin-top: 2.125rem !important;
}
.mr-5 {
  margin-right: 2.125rem !important;
}
.mb-5 {
  margin-bottom: 2.125rem !important;
}
.ml-5 {
  margin-left: 2.125rem !important;
}
.mx-5 {
  margin-right: 2.125rem !important;
  margin-left: 2.125rem !important;
}
.my-5 {
  margin-top: 2.125rem !important;
  margin-bottom: 2.125rem !important;
}
.m-6 {
  margin: 2.5rem !important;
}
.mt-6 {
  margin-top: 2.5rem !important;
}
.mr-6 {
  margin-right: 2.5rem !important;
}
.mb-6 {
  margin-bottom: 2.5rem !important;
}
.ml-6 {
  margin-left: 2.5rem !important;
}
.mx-6 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.m-7 {
  margin: 2.375rem !important;
}
.mt-7 {
  margin-top: 2.375rem !important;
}
.mr-7 {
  margin-right: 2.375rem !important;
}
.mb-7 {
  margin-bottom: 2.375rem !important;
}
.ml-7 {
  margin-left: 2.375rem !important;
}
.mx-7 {
  margin-right: 2.375rem !important;
  margin-left: 2.375rem !important;
}
.my-7 {
  margin-top: 2.375rem !important;
  margin-bottom: 2.375rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-1 {
  padding: 0.75rem !important;
}
.pt-1 {
  padding-top: 0.75rem !important;
}
.pr-1 {
  padding-right: 0.75rem !important;
}
.pb-1 {
  padding-bottom: 0.75rem !important;
}
.pl-1 {
  padding-left: 0.75rem !important;
}
.px-1 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}
.py-1 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.p-2 {
  padding: 1rem !important;
}
.pt-2 {
  padding-top: 1rem !important;
}
.pr-2 {
  padding-right: 1rem !important;
}
.pb-2 {
  padding-bottom: 1rem !important;
}
.pl-2 {
  padding-left: 1rem !important;
}
.px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-3 {
  padding: 1.25rem !important;
}
.pt-3 {
  padding-top: 1.25rem !important;
}
.pr-3 {
  padding-right: 1.25rem !important;
}
.pb-3 {
  padding-bottom: 1.25rem !important;
}
.pl-3 {
  padding-left: 1.25rem !important;
}
.px-3 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}
.py-3 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pr-4 {
  padding-right: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4 {
  padding-left: 1.5rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-5 {
  padding: 2.125rem !important;
}
.pt-5 {
  padding-top: 2.125rem !important;
}
.pr-5 {
  padding-right: 2.125rem !important;
}
.pb-5 {
  padding-bottom: 2.125rem !important;
}
.pl-5 {
  padding-left: 2.125rem !important;
}
.px-5 {
  padding-right: 2.125rem !important;
  padding-left: 2.125rem !important;
}
.py-5 {
  padding-top: 2.125rem !important;
  padding-bottom: 2.125rem !important;
}
.p-6 {
  padding: 2.5rem !important;
}
.pt-6 {
  padding-top: 2.5rem !important;
}
.pr-6 {
  padding-right: 2.5rem !important;
}
.pb-6 {
  padding-bottom: 2.5rem !important;
}
.pl-6 {
  padding-left: 2.5rem !important;
}
.px-6 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.p-7 {
  padding: 2.375rem !important;
}
.pt-7 {
  padding-top: 2.375rem !important;
}
.pr-7 {
  padding-right: 2.375rem !important;
}
.pb-7 {
  padding-bottom: 2.375rem !important;
}
.pl-7 {
  padding-left: 2.375rem !important;
}
.px-7 {
  padding-right: 2.375rem !important;
  padding-left: 2.375rem !important;
}
.py-7 {
  padding-top: 2.375rem !important;
  padding-bottom: 2.375rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.75rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.75rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-sm-1 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 1rem !important;
  }
  .mr-sm-2 {
    margin-right: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-2 {
    margin-left: 1rem !important;
  }
  .mx-sm-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-3 {
    margin: 1.25rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-3 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-3 {
    margin-left: 1.25rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-sm-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2.125rem !important;
  }
  .mt-sm-5 {
    margin-top: 2.125rem !important;
  }
  .mr-sm-5 {
    margin-right: 2.125rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 2.125rem !important;
  }
  .ml-sm-5 {
    margin-left: 2.125rem !important;
  }
  .mx-sm-5 {
    margin-right: 2.125rem !important;
    margin-left: 2.125rem !important;
  }
  .my-sm-5 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  .mt-sm-6 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-6 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-6 {
    margin-left: 2.5rem !important;
  }
  .mx-sm-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-sm-7 {
    margin: 2.375rem !important;
  }
  .mt-sm-7 {
    margin-top: 2.375rem !important;
  }
  .mr-sm-7 {
    margin-right: 2.375rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 2.375rem !important;
  }
  .ml-sm-7 {
    margin-left: 2.375rem !important;
  }
  .mx-sm-7 {
    margin-right: 2.375rem !important;
    margin-left: 2.375rem !important;
  }
  .my-sm-7 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.75rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.75rem !important;
  }
  .px-sm-1 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-sm-1 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 1rem !important;
  }
  .pr-sm-2 {
    padding-right: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-2 {
    padding-left: 1rem !important;
  }
  .px-sm-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-3 {
    padding: 1.25rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-3 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-3 {
    padding-left: 1.25rem !important;
  }
  .px-sm-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-sm-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2.125rem !important;
  }
  .pt-sm-5 {
    padding-top: 2.125rem !important;
  }
  .pr-sm-5 {
    padding-right: 2.125rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 2.125rem !important;
  }
  .pl-sm-5 {
    padding-left: 2.125rem !important;
  }
  .px-sm-5 {
    padding-right: 2.125rem !important;
    padding-left: 2.125rem !important;
  }
  .py-sm-5 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  .pt-sm-6 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-6 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-6 {
    padding-left: 2.5rem !important;
  }
  .px-sm-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .p-sm-7 {
    padding: 2.375rem !important;
  }
  .pt-sm-7 {
    padding-top: 2.375rem !important;
  }
  .pr-sm-7 {
    padding-right: 2.375rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 2.375rem !important;
  }
  .pl-sm-7 {
    padding-left: 2.375rem !important;
  }
  .px-sm-7 {
    padding-right: 2.375rem !important;
    padding-left: 2.375rem !important;
  }
  .py-sm-7 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.75rem !important;
  }
  .mt-md-1 {
    margin-top: 0.75rem !important;
  }
  .mr-md-1 {
    margin-right: 0.75rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-1 {
    margin-left: 0.75rem !important;
  }
  .mx-md-1 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-md-1 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 1rem !important;
  }
  .mr-md-2 {
    margin-right: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1rem !important;
  }
  .ml-md-2 {
    margin-left: 1rem !important;
  }
  .mx-md-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-3 {
    margin: 1.25rem !important;
  }
  .mt-md-3 {
    margin-top: 1.25rem !important;
  }
  .mr-md-3 {
    margin-right: 1.25rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-3 {
    margin-left: 1.25rem !important;
  }
  .mx-md-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-md-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2.125rem !important;
  }
  .mt-md-5 {
    margin-top: 2.125rem !important;
  }
  .mr-md-5 {
    margin-right: 2.125rem !important;
  }
  .mb-md-5 {
    margin-bottom: 2.125rem !important;
  }
  .ml-md-5 {
    margin-left: 2.125rem !important;
  }
  .mx-md-5 {
    margin-right: 2.125rem !important;
    margin-left: 2.125rem !important;
  }
  .my-md-5 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .mt-md-6 {
    margin-top: 2.5rem !important;
  }
  .mr-md-6 {
    margin-right: 2.5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-6 {
    margin-left: 2.5rem !important;
  }
  .mx-md-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-md-7 {
    margin: 2.375rem !important;
  }
  .mt-md-7 {
    margin-top: 2.375rem !important;
  }
  .mr-md-7 {
    margin-right: 2.375rem !important;
  }
  .mb-md-7 {
    margin-bottom: 2.375rem !important;
  }
  .ml-md-7 {
    margin-left: 2.375rem !important;
  }
  .mx-md-7 {
    margin-right: 2.375rem !important;
    margin-left: 2.375rem !important;
  }
  .my-md-7 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.75rem !important;
  }
  .pt-md-1 {
    padding-top: 0.75rem !important;
  }
  .pr-md-1 {
    padding-right: 0.75rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-1 {
    padding-left: 0.75rem !important;
  }
  .px-md-1 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-md-1 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 1rem !important;
  }
  .pr-md-2 {
    padding-right: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1rem !important;
  }
  .pl-md-2 {
    padding-left: 1rem !important;
  }
  .px-md-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-3 {
    padding: 1.25rem !important;
  }
  .pt-md-3 {
    padding-top: 1.25rem !important;
  }
  .pr-md-3 {
    padding-right: 1.25rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-3 {
    padding-left: 1.25rem !important;
  }
  .px-md-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-md-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2.125rem !important;
  }
  .pt-md-5 {
    padding-top: 2.125rem !important;
  }
  .pr-md-5 {
    padding-right: 2.125rem !important;
  }
  .pb-md-5 {
    padding-bottom: 2.125rem !important;
  }
  .pl-md-5 {
    padding-left: 2.125rem !important;
  }
  .px-md-5 {
    padding-right: 2.125rem !important;
    padding-left: 2.125rem !important;
  }
  .py-md-5 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .pt-md-6 {
    padding-top: 2.5rem !important;
  }
  .pr-md-6 {
    padding-right: 2.5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-6 {
    padding-left: 2.5rem !important;
  }
  .px-md-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .p-md-7 {
    padding: 2.375rem !important;
  }
  .pt-md-7 {
    padding-top: 2.375rem !important;
  }
  .pr-md-7 {
    padding-right: 2.375rem !important;
  }
  .pb-md-7 {
    padding-bottom: 2.375rem !important;
  }
  .pl-md-7 {
    padding-left: 2.375rem !important;
  }
  .px-md-7 {
    padding-right: 2.375rem !important;
    padding-left: 2.375rem !important;
  }
  .py-md-7 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.75rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.75rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-lg-1 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 1rem !important;
  }
  .mr-lg-2 {
    margin-right: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-2 {
    margin-left: 1rem !important;
  }
  .mx-lg-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-3 {
    margin: 1.25rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-3 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-3 {
    margin-left: 1.25rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-lg-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2.125rem !important;
  }
  .mt-lg-5 {
    margin-top: 2.125rem !important;
  }
  .mr-lg-5 {
    margin-right: 2.125rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 2.125rem !important;
  }
  .ml-lg-5 {
    margin-left: 2.125rem !important;
  }
  .mx-lg-5 {
    margin-right: 2.125rem !important;
    margin-left: 2.125rem !important;
  }
  .my-lg-5 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-6 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-6 {
    margin-left: 2.5rem !important;
  }
  .mx-lg-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 2.375rem !important;
  }
  .mt-lg-7 {
    margin-top: 2.375rem !important;
  }
  .mr-lg-7 {
    margin-right: 2.375rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 2.375rem !important;
  }
  .ml-lg-7 {
    margin-left: 2.375rem !important;
  }
  .mx-lg-7 {
    margin-right: 2.375rem !important;
    margin-left: 2.375rem !important;
  }
  .my-lg-7 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.75rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.75rem !important;
  }
  .px-lg-1 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-lg-1 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 1rem !important;
  }
  .pr-lg-2 {
    padding-right: 1rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-2 {
    padding-left: 1rem !important;
  }
  .px-lg-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-3 {
    padding: 1.25rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-3 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-3 {
    padding-left: 1.25rem !important;
  }
  .px-lg-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-lg-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2.125rem !important;
  }
  .pt-lg-5 {
    padding-top: 2.125rem !important;
  }
  .pr-lg-5 {
    padding-right: 2.125rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 2.125rem !important;
  }
  .pl-lg-5 {
    padding-left: 2.125rem !important;
  }
  .px-lg-5 {
    padding-right: 2.125rem !important;
    padding-left: 2.125rem !important;
  }
  .py-lg-5 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-6 {
    padding-left: 2.5rem !important;
  }
  .px-lg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 2.375rem !important;
  }
  .pt-lg-7 {
    padding-top: 2.375rem !important;
  }
  .pr-lg-7 {
    padding-right: 2.375rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 2.375rem !important;
  }
  .pl-lg-7 {
    padding-left: 2.375rem !important;
  }
  .px-lg-7 {
    padding-right: 2.375rem !important;
    padding-left: 2.375rem !important;
  }
  .py-lg-7 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1260px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.75rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.75rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-xl-1 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .mt-xl-2 {
    margin-top: 1rem !important;
  }
  .mr-xl-2 {
    margin-right: 1rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-2 {
    margin-left: 1rem !important;
  }
  .mx-xl-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-3 {
    margin: 1.25rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-3 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-3 {
    margin-left: 1.25rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-xl-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2.125rem !important;
  }
  .mt-xl-5 {
    margin-top: 2.125rem !important;
  }
  .mr-xl-5 {
    margin-right: 2.125rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 2.125rem !important;
  }
  .ml-xl-5 {
    margin-left: 2.125rem !important;
  }
  .mx-xl-5 {
    margin-right: 2.125rem !important;
    margin-left: 2.125rem !important;
  }
  .my-xl-5 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-6 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-6 {
    margin-left: 2.5rem !important;
  }
  .mx-xl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 2.375rem !important;
  }
  .mt-xl-7 {
    margin-top: 2.375rem !important;
  }
  .mr-xl-7 {
    margin-right: 2.375rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 2.375rem !important;
  }
  .ml-xl-7 {
    margin-left: 2.375rem !important;
  }
  .mx-xl-7 {
    margin-right: 2.375rem !important;
    margin-left: 2.375rem !important;
  }
  .my-xl-7 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.75rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.75rem !important;
  }
  .px-xl-1 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-xl-1 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .pt-xl-2 {
    padding-top: 1rem !important;
  }
  .pr-xl-2 {
    padding-right: 1rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-2 {
    padding-left: 1rem !important;
  }
  .px-xl-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-3 {
    padding: 1.25rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-3 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-3 {
    padding-left: 1.25rem !important;
  }
  .px-xl-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-xl-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2.125rem !important;
  }
  .pt-xl-5 {
    padding-top: 2.125rem !important;
  }
  .pr-xl-5 {
    padding-right: 2.125rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 2.125rem !important;
  }
  .pl-xl-5 {
    padding-left: 2.125rem !important;
  }
  .px-xl-5 {
    padding-right: 2.125rem !important;
    padding-left: 2.125rem !important;
  }
  .py-xl-5 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .pt-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-6 {
    padding-left: 2.5rem !important;
  }
  .px-xl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 2.375rem !important;
  }
  .pt-xl-7 {
    padding-top: 2.375rem !important;
  }
  .pr-xl-7 {
    padding-right: 2.375rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 2.375rem !important;
  }
  .pl-xl-7 {
    padding-left: 2.375rem !important;
  }
  .px-xl-7 {
    padding-right: 2.375rem !important;
    padding-left: 2.375rem !important;
  }
  .py-xl-7 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xlg-0 {
    margin: 0 !important;
  }
  .mt-xlg-0 {
    margin-top: 0 !important;
  }
  .mr-xlg-0 {
    margin-right: 0 !important;
  }
  .mb-xlg-0 {
    margin-bottom: 0 !important;
  }
  .ml-xlg-0 {
    margin-left: 0 !important;
  }
  .mx-xlg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xlg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xlg-1 {
    margin: 0.75rem !important;
  }
  .mt-xlg-1 {
    margin-top: 0.75rem !important;
  }
  .mr-xlg-1 {
    margin-right: 0.75rem !important;
  }
  .mb-xlg-1 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xlg-1 {
    margin-left: 0.75rem !important;
  }
  .mx-xlg-1 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-xlg-1 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-xlg-2 {
    margin: 1rem !important;
  }
  .mt-xlg-2 {
    margin-top: 1rem !important;
  }
  .mr-xlg-2 {
    margin-right: 1rem !important;
  }
  .mb-xlg-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xlg-2 {
    margin-left: 1rem !important;
  }
  .mx-xlg-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xlg-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xlg-3 {
    margin: 1.25rem !important;
  }
  .mt-xlg-3 {
    margin-top: 1.25rem !important;
  }
  .mr-xlg-3 {
    margin-right: 1.25rem !important;
  }
  .mb-xlg-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xlg-3 {
    margin-left: 1.25rem !important;
  }
  .mx-xlg-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-xlg-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-xlg-4 {
    margin: 1.5rem !important;
  }
  .mt-xlg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xlg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xlg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xlg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xlg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xlg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xlg-5 {
    margin: 2.125rem !important;
  }
  .mt-xlg-5 {
    margin-top: 2.125rem !important;
  }
  .mr-xlg-5 {
    margin-right: 2.125rem !important;
  }
  .mb-xlg-5 {
    margin-bottom: 2.125rem !important;
  }
  .ml-xlg-5 {
    margin-left: 2.125rem !important;
  }
  .mx-xlg-5 {
    margin-right: 2.125rem !important;
    margin-left: 2.125rem !important;
  }
  .my-xlg-5 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .m-xlg-6 {
    margin: 2.5rem !important;
  }
  .mt-xlg-6 {
    margin-top: 2.5rem !important;
  }
  .mr-xlg-6 {
    margin-right: 2.5rem !important;
  }
  .mb-xlg-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xlg-6 {
    margin-left: 2.5rem !important;
  }
  .mx-xlg-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-xlg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-xlg-7 {
    margin: 2.375rem !important;
  }
  .mt-xlg-7 {
    margin-top: 2.375rem !important;
  }
  .mr-xlg-7 {
    margin-right: 2.375rem !important;
  }
  .mb-xlg-7 {
    margin-bottom: 2.375rem !important;
  }
  .ml-xlg-7 {
    margin-left: 2.375rem !important;
  }
  .mx-xlg-7 {
    margin-right: 2.375rem !important;
    margin-left: 2.375rem !important;
  }
  .my-xlg-7 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .p-xlg-0 {
    padding: 0 !important;
  }
  .pt-xlg-0 {
    padding-top: 0 !important;
  }
  .pr-xlg-0 {
    padding-right: 0 !important;
  }
  .pb-xlg-0 {
    padding-bottom: 0 !important;
  }
  .pl-xlg-0 {
    padding-left: 0 !important;
  }
  .px-xlg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xlg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xlg-1 {
    padding: 0.75rem !important;
  }
  .pt-xlg-1 {
    padding-top: 0.75rem !important;
  }
  .pr-xlg-1 {
    padding-right: 0.75rem !important;
  }
  .pb-xlg-1 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xlg-1 {
    padding-left: 0.75rem !important;
  }
  .px-xlg-1 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-xlg-1 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .p-xlg-2 {
    padding: 1rem !important;
  }
  .pt-xlg-2 {
    padding-top: 1rem !important;
  }
  .pr-xlg-2 {
    padding-right: 1rem !important;
  }
  .pb-xlg-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xlg-2 {
    padding-left: 1rem !important;
  }
  .px-xlg-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xlg-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xlg-3 {
    padding: 1.25rem !important;
  }
  .pt-xlg-3 {
    padding-top: 1.25rem !important;
  }
  .pr-xlg-3 {
    padding-right: 1.25rem !important;
  }
  .pb-xlg-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xlg-3 {
    padding-left: 1.25rem !important;
  }
  .px-xlg-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-xlg-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .p-xlg-4 {
    padding: 1.5rem !important;
  }
  .pt-xlg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xlg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xlg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xlg-4 {
    padding-left: 1.5rem !important;
  }
  .px-xlg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xlg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xlg-5 {
    padding: 2.125rem !important;
  }
  .pt-xlg-5 {
    padding-top: 2.125rem !important;
  }
  .pr-xlg-5 {
    padding-right: 2.125rem !important;
  }
  .pb-xlg-5 {
    padding-bottom: 2.125rem !important;
  }
  .pl-xlg-5 {
    padding-left: 2.125rem !important;
  }
  .px-xlg-5 {
    padding-right: 2.125rem !important;
    padding-left: 2.125rem !important;
  }
  .py-xlg-5 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .p-xlg-6 {
    padding: 2.5rem !important;
  }
  .pt-xlg-6 {
    padding-top: 2.5rem !important;
  }
  .pr-xlg-6 {
    padding-right: 2.5rem !important;
  }
  .pb-xlg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xlg-6 {
    padding-left: 2.5rem !important;
  }
  .px-xlg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-xlg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .p-xlg-7 {
    padding: 2.375rem !important;
  }
  .pt-xlg-7 {
    padding-top: 2.375rem !important;
  }
  .pr-xlg-7 {
    padding-right: 2.375rem !important;
  }
  .pb-xlg-7 {
    padding-bottom: 2.375rem !important;
  }
  .pl-xlg-7 {
    padding-left: 2.375rem !important;
  }
  .px-xlg-7 {
    padding-right: 2.375rem !important;
    padding-left: 2.375rem !important;
  }
  .py-xlg-7 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .m-xlg-auto {
    margin: auto !important;
  }
  .mt-xlg-auto {
    margin-top: auto !important;
  }
  .mr-xlg-auto {
    margin-right: auto !important;
  }
  .mb-xlg-auto {
    margin-bottom: auto !important;
  }
  .ml-xlg-auto {
    margin-left: auto !important;
  }
  .mx-xlg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xlg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1920px) {
  .m-fhd-0 {
    margin: 0 !important;
  }
  .mt-fhd-0 {
    margin-top: 0 !important;
  }
  .mr-fhd-0 {
    margin-right: 0 !important;
  }
  .mb-fhd-0 {
    margin-bottom: 0 !important;
  }
  .ml-fhd-0 {
    margin-left: 0 !important;
  }
  .mx-fhd-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-fhd-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-fhd-1 {
    margin: 0.75rem !important;
  }
  .mt-fhd-1 {
    margin-top: 0.75rem !important;
  }
  .mr-fhd-1 {
    margin-right: 0.75rem !important;
  }
  .mb-fhd-1 {
    margin-bottom: 0.75rem !important;
  }
  .ml-fhd-1 {
    margin-left: 0.75rem !important;
  }
  .mx-fhd-1 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .my-fhd-1 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .m-fhd-2 {
    margin: 1rem !important;
  }
  .mt-fhd-2 {
    margin-top: 1rem !important;
  }
  .mr-fhd-2 {
    margin-right: 1rem !important;
  }
  .mb-fhd-2 {
    margin-bottom: 1rem !important;
  }
  .ml-fhd-2 {
    margin-left: 1rem !important;
  }
  .mx-fhd-2 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-fhd-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-fhd-3 {
    margin: 1.25rem !important;
  }
  .mt-fhd-3 {
    margin-top: 1.25rem !important;
  }
  .mr-fhd-3 {
    margin-right: 1.25rem !important;
  }
  .mb-fhd-3 {
    margin-bottom: 1.25rem !important;
  }
  .ml-fhd-3 {
    margin-left: 1.25rem !important;
  }
  .mx-fhd-3 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .my-fhd-3 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .m-fhd-4 {
    margin: 1.5rem !important;
  }
  .mt-fhd-4 {
    margin-top: 1.5rem !important;
  }
  .mr-fhd-4 {
    margin-right: 1.5rem !important;
  }
  .mb-fhd-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-fhd-4 {
    margin-left: 1.5rem !important;
  }
  .mx-fhd-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-fhd-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-fhd-5 {
    margin: 2.125rem !important;
  }
  .mt-fhd-5 {
    margin-top: 2.125rem !important;
  }
  .mr-fhd-5 {
    margin-right: 2.125rem !important;
  }
  .mb-fhd-5 {
    margin-bottom: 2.125rem !important;
  }
  .ml-fhd-5 {
    margin-left: 2.125rem !important;
  }
  .mx-fhd-5 {
    margin-right: 2.125rem !important;
    margin-left: 2.125rem !important;
  }
  .my-fhd-5 {
    margin-top: 2.125rem !important;
    margin-bottom: 2.125rem !important;
  }
  .m-fhd-6 {
    margin: 2.5rem !important;
  }
  .mt-fhd-6 {
    margin-top: 2.5rem !important;
  }
  .mr-fhd-6 {
    margin-right: 2.5rem !important;
  }
  .mb-fhd-6 {
    margin-bottom: 2.5rem !important;
  }
  .ml-fhd-6 {
    margin-left: 2.5rem !important;
  }
  .mx-fhd-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .my-fhd-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .m-fhd-7 {
    margin: 2.375rem !important;
  }
  .mt-fhd-7 {
    margin-top: 2.375rem !important;
  }
  .mr-fhd-7 {
    margin-right: 2.375rem !important;
  }
  .mb-fhd-7 {
    margin-bottom: 2.375rem !important;
  }
  .ml-fhd-7 {
    margin-left: 2.375rem !important;
  }
  .mx-fhd-7 {
    margin-right: 2.375rem !important;
    margin-left: 2.375rem !important;
  }
  .my-fhd-7 {
    margin-top: 2.375rem !important;
    margin-bottom: 2.375rem !important;
  }
  .p-fhd-0 {
    padding: 0 !important;
  }
  .pt-fhd-0 {
    padding-top: 0 !important;
  }
  .pr-fhd-0 {
    padding-right: 0 !important;
  }
  .pb-fhd-0 {
    padding-bottom: 0 !important;
  }
  .pl-fhd-0 {
    padding-left: 0 !important;
  }
  .px-fhd-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-fhd-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-fhd-1 {
    padding: 0.75rem !important;
  }
  .pt-fhd-1 {
    padding-top: 0.75rem !important;
  }
  .pr-fhd-1 {
    padding-right: 0.75rem !important;
  }
  .pb-fhd-1 {
    padding-bottom: 0.75rem !important;
  }
  .pl-fhd-1 {
    padding-left: 0.75rem !important;
  }
  .px-fhd-1 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .py-fhd-1 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .p-fhd-2 {
    padding: 1rem !important;
  }
  .pt-fhd-2 {
    padding-top: 1rem !important;
  }
  .pr-fhd-2 {
    padding-right: 1rem !important;
  }
  .pb-fhd-2 {
    padding-bottom: 1rem !important;
  }
  .pl-fhd-2 {
    padding-left: 1rem !important;
  }
  .px-fhd-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-fhd-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-fhd-3 {
    padding: 1.25rem !important;
  }
  .pt-fhd-3 {
    padding-top: 1.25rem !important;
  }
  .pr-fhd-3 {
    padding-right: 1.25rem !important;
  }
  .pb-fhd-3 {
    padding-bottom: 1.25rem !important;
  }
  .pl-fhd-3 {
    padding-left: 1.25rem !important;
  }
  .px-fhd-3 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .py-fhd-3 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .p-fhd-4 {
    padding: 1.5rem !important;
  }
  .pt-fhd-4 {
    padding-top: 1.5rem !important;
  }
  .pr-fhd-4 {
    padding-right: 1.5rem !important;
  }
  .pb-fhd-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-fhd-4 {
    padding-left: 1.5rem !important;
  }
  .px-fhd-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-fhd-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-fhd-5 {
    padding: 2.125rem !important;
  }
  .pt-fhd-5 {
    padding-top: 2.125rem !important;
  }
  .pr-fhd-5 {
    padding-right: 2.125rem !important;
  }
  .pb-fhd-5 {
    padding-bottom: 2.125rem !important;
  }
  .pl-fhd-5 {
    padding-left: 2.125rem !important;
  }
  .px-fhd-5 {
    padding-right: 2.125rem !important;
    padding-left: 2.125rem !important;
  }
  .py-fhd-5 {
    padding-top: 2.125rem !important;
    padding-bottom: 2.125rem !important;
  }
  .p-fhd-6 {
    padding: 2.5rem !important;
  }
  .pt-fhd-6 {
    padding-top: 2.5rem !important;
  }
  .pr-fhd-6 {
    padding-right: 2.5rem !important;
  }
  .pb-fhd-6 {
    padding-bottom: 2.5rem !important;
  }
  .pl-fhd-6 {
    padding-left: 2.5rem !important;
  }
  .px-fhd-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .py-fhd-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .p-fhd-7 {
    padding: 2.375rem !important;
  }
  .pt-fhd-7 {
    padding-top: 2.375rem !important;
  }
  .pr-fhd-7 {
    padding-right: 2.375rem !important;
  }
  .pb-fhd-7 {
    padding-bottom: 2.375rem !important;
  }
  .pl-fhd-7 {
    padding-left: 2.375rem !important;
  }
  .px-fhd-7 {
    padding-right: 2.375rem !important;
    padding-left: 2.375rem !important;
  }
  .py-fhd-7 {
    padding-top: 2.375rem !important;
    padding-bottom: 2.375rem !important;
  }
  .m-fhd-auto {
    margin: auto !important;
  }
  .mt-fhd-auto {
    margin-top: auto !important;
  }
  .mr-fhd-auto {
    margin-right: auto !important;
  }
  .mb-fhd-auto {
    margin-bottom: auto !important;
  }
  .ml-fhd-auto {
    margin-left: auto !important;
  }
  .mx-fhd-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-fhd-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1260px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xlg-left {
    text-align: left !important;
  }
  .text-xlg-right {
    text-align: right !important;
  }
  .text-xlg-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .text-fhd-left {
    text-align: left !important;
  }
  .text-fhd-right {
    text-align: right !important;
  }
  .text-fhd-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-normal {
  font-weight: 100;
}
.font-weight-bold {
  font-weight: 900;
}
.font-italic {
  font-style: italic;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #142841 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #08101a !important;
}
.text-secondary {
  color: #9be1d2 !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #74d5c0 !important;
}
.text-success {
  color: #14af7d !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #0f815c !important;
}
.text-info {
  color: #fff !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #e6e6e6 !important;
}
.text-warning {
  color: #d2eb82 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #c2e456 !important;
}
.text-danger {
  color: #ffd2d2 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #ff9f9f !important;
}
.text-lavander {
  color: #ebd4f1 !important;
}
a.text-lavander:focus,
a.text-lavander:hover {
  color: #d9aee4 !important;
}
.text-dark {
  color: #bfc6cf !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #a2acb9 !important;
}
.text-muted {
  color: #868e96 !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (max-width: 575px) {
  .overflow-wrap {
    overflow-x: hidden;
  }
}
@font-face {
  font-family: 'averta';
  font-display: swap;
  src: url('../fonts/averta-bold-webfont.woff2') format('woff2'), url('../fonts/averta-bold-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'averta';
  font-display: swap;
  src: url('../fonts/averta-semibold-webfont.woff2') format('woff2'), url('../fonts/averta-semibold-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'averta';
  font-display: swap;
  src: url('../fonts/averta-regular-webfont.woff2') format('woff2'), url('../fonts/averta-regular-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'averta';
  font-display: swap;
  src: url('../fonts/Averta-Light.otf') format('otf'), url('../fonts/Averta-Light.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../images/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^='icon-'],
[class*=' icon-'] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-boston-globe:before {
  content: '\e900';
}
.icon-call-icon:before {
  content: '\e901';
}
.icon-check-2:before {
  content: '\e902';
}
.icon-close-icon:before {
  content: '\e903';
}
.icon-cnbc-logo:before {
  content: '\e904';
}
.icon-email-icon:before {
  content: '\e905';
}
.icon-fb-icon:before {
  content: '\e906';
}
.icon-forbes-logo:before {
  content: '\e907';
}
.icon-gluten-free:before {
  content: '\e908';
}
.icon-gmo-free:before {
  content: '\e909';
}
.icon-ig-icon:before {
  content: '\e90a';
}
.icon-lactose-free:before {
  content: '\e90b';
}
.icon-left_round:before {
  content: '\e90c';
}
.icon-no-artificial-colors:before {
  content: '\e90d';
}
.icon-plus-read-more:before {
  content: '\e90e';
}
.icon-rating-star:before {
  content: '\e90f';
}
.icon-scroll-down:before {
  content: '\e910';
}
.icon-white-paper:before {
  content: '\e911';
}
body {
  -webkit-font-smoothing: antialiased;
}
a,
a[onclick],
a:hover {
  font-weight: 900;
  text-decoration: underline;
  cursor: pointer !important;
  color: #142841;
  pointer-events: auto !important;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 1;
}
h3,
h4,
h5,
h6,
.h3,
.h4 {
  font-family: 'averta', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 900;
}
b,
strong {
  font-family: 'averta', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 900;
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: 'averta', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 900;
}
h1,
.h1 {
  line-height: 1.2;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 26px;
    line-height: 1.3;
  }
}
h2,
.h2 {
  line-height: 1.2;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 21px;
  }
}
i,
em {
  font-style: italic;
}
b i,
i b,
i strong,
strong i,
em b,
b em,
strong em,
em strong {
  font-style: italic;
}
h1,
h2,
h3,
.h1,
.h2 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  .h1,
  .h2 {
    margin-bottom: 17px;
  }
}
p {
  font-size: 16px;
  font-family: 'averta', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 100;
  line-height: 1.3;
}
@media (max-width: 1259px) {
  p {
    font-size: 16px;
    line-height: 1.3;
  }
}
.xsmall {
  font-size: 12px;
}
@media (max-width: 767px) {
  .xsmall-sm {
    font-size: 12px;
  }
}
.lead-md {
  font-size: 16px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .lead-md {
    font-size: 21px;
  }
}
@media (min-width: 1260px) {
  .lead-lg {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .xlead-md {
    font-size: 24px;
  }
}
p.lead {
  font-size: 21px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  p.lead {
    font-size: 16px;
    line-height: 1.3;
  }
}
p.small {
  font-size: 14px;
}
span.small {
  font-size: 14px;
}
small {
  color: #bfc6cf;
}
.text-indent {
  text-indent: 3em;
}
@media (min-width: 768px) {
  .bold-md {
    font-weight: 700;
  }
}
.light {
  font-weight: 100 !important;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  .h1,
  .h2,
  .h3 {
    text-align: center;
  }
}
.color-pine {
  color: #14af7d;
}
.color-mint {
  color: #9be1d2;
}
.color-red {
  color: #e12d0a;
}
.color-blue {
  color: #142841;
}
.container {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (min-width: 1260px) {
  .container.container-small {
    max-width: 1045px;
  }
}
@media (min-width: 1440px) {
  .container.container-small {
    max-width: 1300px;
  }
}
.container.new {
  padding-top: 80px;
  padding-bottom: 80px;
}
.legal .container {
  padding-top: 33px;
  padding-bottom: 33px;
}
@media (max-width: 1259px) {
  .container {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .container.new {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.stick_block_layer {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  filter: alpha(opacity=70);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.stick_popup {
  width: 100%;
  max-width: 1010px;
  padding: 0px;
  box-shadow: 0px 0px 7px #4a4a4a;
  -moz-box-shadow: 0px 0px 7px #4a4a4a;
  -webkit-box-shadow: 0px 0px 7px #4a4a4a;
  -webkit-animation: zoomin 0.7s;
  animation: zoomin 0.7s;
  background-color: #f5f5f5;
  background-size: cover;
}
@media (max-width: 767px) {
  .stick_popup {
    top: 0px !important;
    margin-top: 0px !important;
    left: 0px !important;
    margin-left: 0px !important;
  }
}
.stick_popup #mc_embed_signup {
  margin-top: 5px;
}
@media (min-width: 576px) {
  .stick_popup #mc_embed_signup form {
    max-width: 310px;
  }
}
.stick_popup #mc_embed_signup form #mc_embed_signup_scroll {
  height: 44px;
  overflow: hidden;
}
.stick_popup #mc_embed_signup form .mc-field-group {
  display: inline-block;
  width: calc(100% - 90px);
  margin-right: 0px;
}
.stick_popup #mc_embed_signup form .mc-field-group .email {
  width: 100%;
  font-weight: 100;
  border: 0px;
  border-radius: 5px;
  padding: 0px 15px 0px 15px;
  line-height: 44px;
  font-size: 14px;
  color: #142841;
  outline: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.stick_popup #mc_embed_signup form .btn {
  font-size: 14px;
  margin-top: 0px;
  line-height: 44px;
  margin-left: -5px;
  padding: 0px 24px 0px 18px !important;
  font-weight: 500;
  display: inline-block;
  box-shadow: 0px 0px 0px 0px;
  color: #142841;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 0px;
}
.stick_content {
  padding: 0px;
  position: relative;
  padding-bottom: 0px;
}
.stick_content .news {
  position: absolute;
  right: 30px;
  bottom: 0px;
}
.stick_content .news img {
  margin-left: 80px;
}
@media (max-width: 767px) {
  .stick_content .news img {
    margin-left: 30px;
  }
}
.stick_content h3 {
  max-width: 310px;
}
.stick_content p {
  max-width: 400px;
}
.stick_close {
  cursor: pointer;
  position: absolute;
  top: 35px;
  right: 20px;
  float: right;
  font-family: Arial;
  font-size: 17px;
  color: #4c4c4c;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  z-index: 11;
}
@media (max-width: 767px) {
  .stick_close {
    top: 10px;
    right: 10px;
  }
}
.btn-rose {
  background-color: #ffd2d2;
  color: #e12d0a;
  cursor: pointer;
}
.btn-rose:hover {
  color: #e12d0a;
}
#coupon .modal-dialog {
  margin: 0px auto 0px auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1259px) {
  #coupon .modal-dialog {
    margin: 0px auto 0px auto;
  }
}
#coupon .modal-dialog .modal-content {
  background-image: url('../images/exit-bckg.jpg');
  background-size: cover;
  height: 350px;
}
#coupon .modal-dialog .modal-content .modal-header {
  border-bottom: 0px;
  position: relative;
}
#coupon .modal-dialog .modal-content .modal-header button {
  position: absolute;
  top: -20px;
  right: -20px;
}
@media (max-width: 1259px) {
  #coupon .modal-dialog .modal-content .modal-header button {
    top: 5px;
    right: 20px;
  }
}
#coupon .modal-dialog .modal-content .modal-body {
  padding: 15px 50px 50px 50px;
}
#coupon .modal-dialog .modal-content .modal-body .news {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
#coupon .modal-dialog .modal-content .modal-body .news img {
  margin-left: 80px;
}
@media (max-width: 767px) {
  #coupon .modal-dialog .modal-content .modal-body .news img {
    margin-left: 30px;
  }
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.BeaconContainer {
  z-index: 3000000000;
}
.chat-trigger {
  position: fixed;
  background-color: #204065;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 1;
}
@media (max-height: 740px) {
  .chat-trigger {
    bottom: 10px;
    right: 20px;
  }
}
.modal-backdrop {
  background-color: #000;
  opacity: 0.7;
}
.red {
  color: #e12d0a;
}
.text-decoration-none {
  text-decoration: none;
}
.mw-640 {
  max-width: 640px;
}
.promo-code-banner {
  display: none;
}
.p-relative {
  position: relative;
}
.logo-inline {
  height: 40px;
}
@media (max-width: 767px) {
  .logo-inline {
    height: 31px;
  }
}
.immunity-campaign-banner {
  display: none;
}
.campaign-banner {
  position: relative;
  padding: 0px;
  color: #e12d0a;
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s linear;
  text-decoration: none;
}
@media (max-width: 991px) {
  .campaign-banner {
    height: auto;
  }
}
.campaign-banner.fadeOut {
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: visibility 0s 0.5s, opacity 0.5s linear, height 0.3s linear;
}
.campaign-banner .close-banner {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.campaign-banner a {
  color: #d2eb82;
}
.campaign-banner .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .campaign-banner .container p {
    font-size: 14px;
  }
}
.campaign-banner .red {
  color: #e12d0a;
}
.thankyou #promo-code-banner,
.thankyou #campaign-banner-retargeting,
.thankyou #campaign-banner,
.thankyou .campaign-banner,
.thankyou .black-friday {
  display: none !important;
}
a {
  outline: 0px;
}
a:hover {
  text-decoration: none;
}
#zero-risks {
  position: relative;
}
#zero-risks picture {
  position: absolute;
  left: 0px;
  bottom: -50px;
}
@media (min-width: 768px) {
  #zero-risks picture {
    max-width: 450px;
  }
}
@media (min-width: 992px) {
  #zero-risks picture {
    max-width: 550px;
  }
}
#zero-risks .p {
  width: 100%;
}
@media (min-width: 768px) {
  #zero-risks .p {
    width: auto;
  }
}
.ty-sk .step {
  min-width: 80px;
  height: 80px;
  border-radius: 80px;
  font-size: 48px;
  font-weight: 900;
  line-height: 70px;
  text-align: center;
  border: 2px solid #bdbfc2;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .ty-sk .step {
    min-width: 40px;
    height: 40px;
    font-size: 26px;
    line-height: 30px;
  }
}
.ty-sk .owl-carousel {
  display: -webkit-flex;
  display: flex;
  max-width: 877px;
}
.ty-sk .owl-carousel.owl-loaded {
  margin: 0px;
}
.ty-sk .owl-carousel.owl-loaded .col-12 {
  padding: 0px;
}
.ty-sk .owl-carousel img {
  width: 160px !important;
  height: 160px !important;
}
.ty-sk .owl-carousel .owl-dots {
  display: -webkit-flex;
  display: flex;
  margin-top: 27px;
  -webkit-justify-content: center;
  justify-content: center;
}
.ty-sk .owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #bdbfc2;
  margin-left: 7px;
  margin-right: 7px;
}
.ty-sk .owl-carousel .owl-dots .owl-dot.active {
  background: #142841;
}
.ty-sk .owl-carousel .owl-nav .owl-next {
  right: -25px;
}
@media (min-width: 768px) {
  .ty-sk .owl-carousel .owl-nav .owl-next {
    right: -40px;
  }
}
.ty-sk .owl-carousel .owl-nav .owl-next .arrow-next {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ty-sk .owl-carousel .owl-nav .owl-prev {
  left: -25px;
}
@media (min-width: 768px) {
  .ty-sk .owl-carousel .owl-nav .owl-prev {
    left: -40px;
  }
}
.ty-sk .owl-carousel .owl-nav .owl-prev .arrow-prev {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wrap-gray {
  background: #f5f5f5;
}
.wrap-blue {
  background: #142841;
  color: #9be1d2;
}
.wrap-red {
  background: #e12d0a;
}
.wrap-white {
  background: #fff;
}
.wrap-mint {
  background: #9be1d2;
}
.wrap-lime {
  background: #d2eb82;
}
.wrap-mint-light {
  background: #c4ebcd;
}
.wrap-beige {
  background: #faf2ea;
}
.wrap-light-gray {
  background: #fafafa;
}
.wrap-salmon {
  background: #e25b68;
}
.wrap-rose {
  background: #ffd2d2;
  color: #e12d0a;
}
.wrap-rose.find-more {
  color: #142841;
}
.wrap-rose .white-box {
  background: #fff;
  color: #142841;
  min-height: 280px;
}
.wrap-rose .white-box .small {
  font-size: 14px;
}
.wrap-CFDCED {
  background-color: #cfdced;
}
.wrap-D6D7E1 {
  background-color: #d6d7e1;
}
.wrap-yellow {
  background: #fae9bd;
}
.wrap-blue-light {
  background-color: #ebf9f6;
}
@media (min-width: 768px) {
  .wrap-blue-md-light {
    background-color: #ebf9f6;
  }
}
.wrap-blue-lighter0 {
  background-color: #e8f7f2;
}
@media (min-width: 768px) {
  .wrap-blue-md-light {
    background-color: #ebf9f6;
  }
}
@media (min-width: 768px) {
  .wrap-md-white {
    background: #fff !important;
  }
}
@media (min-width: 768px) {
  .wrap-md-gray-light {
    background: #f5f5f5 !important;
  }
}
@media (min-width: 768px) {
  .wrap-md-gray-200 {
    background: #f1f8f7 !important;
  }
}
.wrap-blue-lighter {
  background-color: #e4ecf9;
  color: #142841;
}
.wrap-pine {
  background: #14af7d;
}
.wrap-pine-11 {
  background: rgba(20, 175, 125, 0.9222);
}
.wrap-pine-10 {
  background: rgba(20, 175, 125, 0.8444);
}
.wrap-pine-09 {
  background: rgba(20, 175, 125, 0.7666);
}
.wrap-pine-08 {
  background: rgba(20, 175, 125, 0.6888);
}
.wrap-pine-07 {
  background: rgba(20, 175, 125, 0.6112);
}
.wrap-pine-06 {
  background: rgba(20, 175, 125, 0.5334);
}
.wrap-pine-05 {
  background: rgba(20, 175, 125, 0.4556);
}
.wrap-pine-04 {
  background: rgba(20, 175, 125, 0.3778);
}
.wrap-pine-03 {
  background: rgba(20, 175, 125, 0.3);
}
.wrap-pine-02 {
  background: rgba(20, 175, 125, 0.2222);
}
.wrap-pine-01 {
  background: rgba(20, 175, 125, 0.1444);
}
.wrap-gray-light {
  background: #f8f8f8;
}
.subhero {
  cursor: pointer;
  max-width: 1024px;
}
@media (min-width: 1440px) {
  .subhero {
    max-width: 1366px;
  }
}
.color-gray {
  color: #bfc6cf;
}
.color-lime {
  color: #d2eb82;
}
.color-white {
  color: #fff !important;
}
@media (min-width: 768px) {
  .color-md-white {
    color: #fff;
  }
}
.color-mint {
  color: #9be1d2;
}
.color-blue-gray {
  color: #989ea5;
}
.color-blue {
  color: #142841 !important;
}
@media (min-width: 768px) {
  .color-md-blue {
    color: #142841 !important;
  }
}
@media (min-width: 992px) {
  .color-lg-pine {
    color: #14af7d !important;
  }
}
.color-lime {
  color: #d2eb82;
}
.color-mint-light {
  color: #c4ebcd;
}
.color-black {
  color: #000;
}
.color-999 {
  color: #999;
}
.color-dark-red {
  color: #a12a46;
}
.color-975781 {
  color: #975781;
}
.color-lavander {
  color: #ebd4f1;
}
.hero {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 555px;
  position: relative;
}
@media (min-width: 992px) {
  .hero {
    min-height: 540px;
  }
}
.hero .container {
  padding-top: 0px;
  position: relative;
}
.hero .container .head {
  max-width: 1024px;
}
@media (min-width: 1440px) {
  .hero .container .head {
    max-width: 1366px;
  }
}
.hero .subhead {
  width: 100%;
  position: absolute;
  top: calc(100% - 89px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
@media (min-width: 992px) {
  .hero .subhead {
    max-width: 1024px;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
  }
}
@media (min-width: 1440px) {
  .hero .subhead {
    max-width: 1366px;
  }
}
.hero .subhead .wrap-white {
  padding-top: 45px;
}
@media (min-width: 992px) {
  .hero .subhead .wrap-white {
    padding-top: 90px;
    padding-bottom: 0px;
  }
}
.press .hero {
  background-image: url(../images/press-hero_mobile.jpg);
  background-position: bottom center;
  min-height: 606px;
  padding-top: calc(60px + 0px) !important;
}
@media (min-width: 768px) {
  .press .hero {
    background-image: url(../images/press-hero.jpg);
    background-position: top center;
    min-height: 509px;
    height: 509px;
    padding-top: calc(121px + 0px) !important;
  }
}
@media (min-width: 1440px) {
  .press .hero {
    height: 600px;
  }
}
@media (min-width: 1920px) {
  .press .hero {
    height: 750px;
  }
}
.press .hero p.lead {
  max-width: 548px;
}
.press .hero .floating-button {
  position: absolute;
  bottom: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gift .hero {
  background-image: url(../images/gift-hero2_mobile.jpg);
  color: #fff;
  min-height: 760px;
  padding-top: 35px !important;
}
@media (min-width: 768px) {
  .gift .hero {
    background-image: url(../images/gift-hero2.jpg);
    background-position: center center;
    min-height: 525px;
    height: 525px;
    padding-top: 0px !important;
  }
}
@media (min-width: 1440px) {
  .gift .hero {
    height: 600px;
  }
}
@media (min-width: 1920px) {
  .gift .hero {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .gift .hero .hero-button {
    position: absolute;
    left: 50%;
    bottom: 65px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.supplements-catalog.essentials .hero {
  min-height: 600px;
}
@media (min-width: 768px) {
  .supplements-catalog.essentials .hero {
    min-height: 510px;
  }
}
@media (min-width: 1440px) {
  .supplements-catalog.essentials .hero {
    min-height: 600px;
  }
}
.affiliates .hero {
  background-image: url(../images/partners-hero_mobile.png);
  background-position: top left;
  background-size: 100% auto;
  background-color: #fee8e8;
  min-height: 560px;
  height: 560px;
  padding-top: calc(70px + 0px);
}
@media (min-width: 768px) {
  .affiliates .hero {
    background-image: url(../images/partners-hero.jpg);
    background-position: bottom right;
    min-height: 448px;
    height: 600px;
    padding-top: calc(100px + 0px);
  }
}
.affiliates .hero .hero-support {
  position: absolute;
  bottom: -50px;
  right: 0px;
  max-width: 396px;
}
.affiliates .hero .floating-button {
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.careers .hero {
  color: #fff;
  min-height: 450px;
  background-position: center top;
  background-image: url(../images/careers-hero_mobile.jpg);
}
@media (min-width: 768px) {
  .careers .hero {
    background-image: url(../images/careers-hero.jpg);
  }
}
@media (min-width: 1920px) {
  .careers .hero {
    min-height: 900px;
  }
}
.careers .hero h1 {
  margin-top: 120px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .careers .hero h1 {
    margin-top: 160px;
    max-width: 100%;
  }
}
.about .hero {
  color: #142841;
  background-image: url(../images/hero-about.jpg);
  background-position: center right;
  min-height: 564px;
  padding-top: calc(100px + 0px);
}
@media (min-width: 1920px) {
  .about .hero {
    min-height: 650px;
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  .about .hero {
    padding-top: calc(100px + 0px);
    background-image: url(../images/hero-about_mobile.jpg);
    background-position: center bottom;
    min-height: 610px;
  }
}
.ty-sk .hero {
  min-height: 100px;
  height: auto;
}
.thankyou .hero {
  background-image: url(../images/onboarding-hero2.jpg);
  background-position: top center;
  padding-top: 150px;
}
@media (max-width: 991px) {
  .thankyou .hero {
    background-image: url(../images/hero-results_mobile.jpg);
    background-position: center center;
    padding-top: 100px;
  }
}
footer .footer {
  background: #fafafa;
  color: #142841;
}
footer .footer a,
footer .footer p {
  color: #142841;
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-weight: 100;
  text-decoration: none;
}
footer .copyright {
  background-color: #142841;
  color: #fff;
  font-size: 12px;
}
@media (max-width: 767px) {
  footer .copyright .container .c-link {
    padding-left: 0px;
    padding-right: 0px;
  }
}
footer .copyright .container .c-link span {
  padding: 0px 7px;
}
footer .copyright .container .c-link span.first {
  padding: 0px 7px 0px 0px;
}
footer .copyright .container .c-link span.last {
  padding: 0px 0px 0px 7px;
}
footer .copyright .container .c-link span a {
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  font-weight: 100;
  text-decoration: none !important;
}
footer .copyright .container .social a {
  padding: 0px 10px;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.owl-carousel .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.owl-nav .owl-prev {
  position: absolute;
  left: -20px;
}
.owl-nav .owl-prev.disabled {
  opacity: 0.5;
}
.owl-nav .owl-next {
  position: absolute;
  right: -20px;
}
.owl-nav .owl-next.disabled {
  opacity: 0.5;
}
.hiw .hero {
  background-color: #e8f7f2;
  background-image: none;
  height: auto;
  padding-top: calc(71px + 0px);
}
@media (min-width: 768px) {
  .hiw .hero {
    height: 735px;
    padding-top: calc(97px + 0px);
  }
}
.hiw .hero .container {
  position: static;
}
.hiw .hero h3 {
  max-width: 310px;
  font-size: 26px;
  line-height: 1.2;
  display: none;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0px auto 20px auto;
  cursor: pointer;
  letter-spacing: -0.1px;
}
.hiw .hero h3 span {
  font-size: 72px;
  line-height: 1;
  font-weight: 100;
}
@media (min-width: 768px) {
  .hiw .hero h3 span {
    font-size: 26px;
    font-weight: 900;
    display: block;
  }
}
.hiw .hero h3.active {
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 768px) {
  .hiw .hero h3 {
    max-width: 269px;
    letter-spacing: 0px;
    color: rgba(8, 16, 25, 0.5);
    margin: 0px auto 80px 0px;
    display: block;
  }
  .hiw .hero h3:last-child {
    margin-bottom: 0px;
  }
  .hiw .hero h3.active {
    display: block;
    color: #142841;
  }
}
.hiw .hero .owl-carousel {
  display: block;
}
.hiw .hero .owl-carousel img {
  max-width: 319px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hiw .hero .owl-carousel img {
    max-width: 354px;
  }
}
.hiw .hero .owl-carousel .owl-dots {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .hiw .hero .owl-carousel .owl-dots {
    min-height: 102px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -45px;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .hiw .hero .owl-carousel .owl-dots {
    left: 0px;
  }
}
.hiw .hero .owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: #142841;
  border: 3px solid #142841;
  border-radius: 100%;
  margin: 10px 5px;
}
.hiw .hero .owl-carousel .owl-dots .owl-dot.active {
  background: transparent;
  border: 3px solid #142841;
}
.hiw #hiw-s2 p {
  max-width: 515px;
}
.hiw #hiw-s2 h3 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .hiw #hiw-s2 h3 {
    font-weight: 900;
    max-width: 515px;
    font-size: 26px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .hiw #hiw-s3 .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .hiw #hiw-s3 .container .col-xl-7 {
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .hiw #hiw-s3 .container .col-lg-24 {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.hiw #hiw-s4 .support {
  max-width: 127px;
}
@media (min-width: 768px) {
  .hiw #hiw-s4 .support {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .hiw #hiw-s4 .support {
    max-width: 311px;
  }
}
.hiw #hiw-s5 .support img {
  max-width: 435px;
  display: none;
  cursor: pointer;
  box-shadow: 25px 16px 40px rgba(0, 0, 0, 0.3);
  border-radius: 71px;
}
@media (min-width: 768px) {
  .hiw #hiw-s5 .support img {
    max-width: 295px;
    border-radius: 47px;
  }
}
.hiw #hiw-s5 .support img.active {
  display: block;
}
.hiw #hiw-s5 .owl-carousel {
  display: block;
  min-height: 850px;
}
@media (min-width: 768px) {
  .hiw #hiw-s5 .owl-carousel {
    min-height: 100px;
  }
}
.hiw #hiw-s5 .owl-carousel .owl-item {
  cursor: pointer;
}
.hiw #hiw-s5 .owl-carousel .owl-item img {
  max-width: 263px;
  box-shadow: 14px 20px 29px rgba(0, 0, 0, 0.2);
  border-radius: 42px;
  display: block;
}
.hiw #hiw-s5 .owl-carousel .owl-dots {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 560px;
}
@media (min-width: 768px) {
  .hiw #hiw-s5 .owl-carousel .owl-dots {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: static;
  }
}
.hiw #hiw-s5 .owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: #142841;
  border: 3px solid #142841;
  border-radius: 100%;
  margin: 0px 10px 0px 0px;
}
@media (min-width: 768px) {
  .hiw #hiw-s5 .owl-carousel .owl-dots .owl-dot {
    margin: 40px 40px 0px 0px;
  }
}
.hiw #hiw-s5 .owl-carousel .owl-dots .owl-dot.active {
  background: transparent;
  border: 3px solid #142841;
}
.hiw #hiw-s6 .bar {
  width: 222px;
  height: 12px;
}
@media (min-width: 992px) {
  .hiw #hiw-s6 .bar {
    width: 250px;
  }
}
.hiw #hiw-s6 .content {
  max-width: 295px;
}
.hiw #hiw-s7,
.hiw #hiw-s7-2 {
  position: relative;
}
@media (min-width: 1260px) {
  .hiw #hiw-s7 .content,
  .hiw #hiw-s7-2 .content {
    min-height: 548px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 1440px) {
  .hiw #hiw-s7 .content,
  .hiw #hiw-s7-2 .content {
    min-height: 100px;
  }
}
.hiw #hiw-s7 .floating-image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  max-width: 632px;
}
.hiw #hiw-s7-2 .floating-image {
  position: absolute;
  right: 0px;
  top: 38px;
  z-index: 1;
  max-width: 632px;
}
@media (min-width: 1260px) {
  .hiw #hiw-s7-2 .floating-image {
    top: 130px;
  }
}
.hiw #hiw-s9 .stars img {
  width: 197px;
}
@media (min-width: 768px) {
  .hiw #hiw-s9 .stars img {
    width: 305px;
  }
}
.hiw #hiw-s9 .stars a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .hiw #hiw-s9 .stars a {
    font-size: 14px;
  }
}
.hiw #hiw-s9 .image {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.hiw #hiw-s9 .image img {
  width: 100px;
  height: 100px;
}
.hiw #hiw-s9 .image .prev-testimonial {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  cursor: pointer;
}
.hiw #hiw-s9 .image .next-testimonial {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
}
.hiw #hiw-s9 .name {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 900;
}
@media (max-width: 991px) {
  .hiw #hiw-s9 .name {
    font-size: 26px;
  }
}
.hiw #hiw-s9 .pills img {
  height: 50px;
  width: auto;
  margin: auto;
}
.hiw #hiw-s9 .bb-block {
  border-bottom: 1px solid #bdbfc2;
}
@media (min-width: 768px) {
  .hiw #hiw-s9 .bb-md-none {
    border-bottom: 0px;
  }
}
.hiw #hiw-results .prev-testimonial {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .hiw #hiw-results .prev-testimonial {
    display: none;
  }
}
.hiw #hiw-results .next-testimonial {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .hiw #hiw-results .next-testimonial {
    display: none;
  }
}
@media (max-width: 991px) {
  .hiw #hiw-results h3 {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 100;
  }
}
@media (max-width: 991px) {
  .hiw #hiw-results h4 {
    font-size: 26px;
    line-height: 1.3;
  }
}
.hiw #hiw-results .small {
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .hiw #hiw-results .small {
    font-weight: 900;
  }
}
.hiw #hiw-results .page {
  min-height: 100px;
}
@media (min-width: 768px) {
  .hiw #hiw-results .page {
    min-height: 100px;
  }
}
.hiw #hiw-results .owl-nav {
  display: none;
}
.hiw #hiw-results .owl-dots {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .hiw #hiw-results .owl-dots {
    display: none;
  }
}
.hiw #hiw-results .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: #142841;
  border: 3px solid #142841;
  border-radius: 100%;
  margin: 0px 10px 0px 0px;
}
.hiw #hiw-results .owl-dots .owl-dot.active {
  background: #fff;
  border: 3px solid #142841;
}
.hiw .modal .modal-dialog {
  margin: 0px auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hiw .modal .modal-dialog .modal-content {
  background-color: transparent;
  border: 0px;
}
.hiw .modal .modal-dialog .modal-content .modal-header {
  background-color: transparent;
  border: 0px;
}
.hiw .modal .modal-dialog .modal-content .modal-header button.close {
  position: absolute;
  right: 0px;
}
.hiw .modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
/*# sourceMappingURL=hiw.css.map */
