@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat-XLight'),
    url('../fonts/Montserrat-ExtraLight.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat-Light'),
    url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat-Regular'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat-Medium'),
    url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat-SemiBold'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat-Bold'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat-Black'),
    url('../fonts/Montserrat-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  padding: 0 !important;
  margin: 0 !important;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: none;
  text-decoration: none;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
    'Courier New', monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role='button'] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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;
  -moz-appearance: none;
  appearance: none;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xlg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-xsm,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-xsm,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-xsm,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-xsm,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container,
  .container-xsm,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xlg {
    max-width: 1445px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-xsm-1,
.col-xsm-2,
.col-xsm-3,
.col-xsm-4,
.col-xsm-5,
.col-xsm-6,
.col-xsm-7,
.col-xsm-8,
.col-xsm-9,
.col-xsm-10,
.col-xsm-11,
.col-xsm-12,
.col-xsm,
.col-xsm-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xlg-1,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg,
.col-xlg-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 350px) {
  .col-xsm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xsm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xsm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xsm-3 > * {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xsm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xsm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xsm-6 > * {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xsm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xsm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xsm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xsm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xsm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xsm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xsm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xsm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xsm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xsm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xsm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xsm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xsm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xsm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xsm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xsm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xsm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xsm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xsm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xsm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xsm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xsm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xsm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xsm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xsm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xsm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xsm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xsm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xsm-0 {
    margin-left: 0;
  }
  .offset-xsm-1 {
    margin-left: 8.33333%;
  }
  .offset-xsm-2 {
    margin-left: 16.66667%;
  }
  .offset-xsm-3 {
    margin-left: 25%;
  }
  .offset-xsm-4 {
    margin-left: 33.33333%;
  }
  .offset-xsm-5 {
    margin-left: 41.66667%;
  }
  .offset-xsm-6 {
    margin-left: 50%;
  }
  .offset-xsm-7 {
    margin-left: 58.33333%;
  }
  .offset-xsm-8 {
    margin-left: 66.66667%;
  }
  .offset-xsm-9 {
    margin-left: 75%;
  }
  .offset-xsm-10 {
    margin-left: 83.33333%;
  }
  .offset-xsm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1500px) {
  .col-xlg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xlg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xlg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xlg-3 > * {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xlg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xlg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xlg-6 > * {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xlg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xlg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xlg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xlg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xlg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xlg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xlg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xlg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xlg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xlg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xlg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xlg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xlg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xlg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xlg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xlg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xlg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xlg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xlg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xlg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xlg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xlg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xlg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xlg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xlg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xlg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xlg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xlg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xlg-0 {
    margin-left: 0;
  }
  .offset-xlg-1 {
    margin-left: 8.33333%;
  }
  .offset-xlg-2 {
    margin-left: 16.66667%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
  }
  .offset-xlg-4 {
    margin-left: 33.33333%;
  }
  .offset-xlg-5 {
    margin-left: 41.66667%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
  }
  .offset-xlg-7 {
    margin-left: 58.33333%;
  }
  .offset-xlg-8 {
    margin-left: 66.66667%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
  }
  .offset-xlg-10 {
    margin-left: 83.33333%;
  }
  .offset-xlg-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 350px) {
  .d-xsm-none {
    display: none !important;
  }
  .d-xsm-inline {
    display: inline !important;
  }
  .d-xsm-inline-block {
    display: inline-block !important;
  }
  .d-xsm-block {
    display: block !important;
  }
  .d-xsm-table {
    display: table !important;
  }
  .d-xsm-table-row {
    display: table-row !important;
  }
  .d-xsm-table-cell {
    display: table-cell !important;
  }
  .d-xsm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xsm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .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-row {
    display: table-row !important;
  }
  .d-xlg-table-cell {
    display: table-cell !important;
  }
  .d-xlg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xlg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 350px) {
  .flex-xsm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xsm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xsm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xsm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xsm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xsm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xsm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xsm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xsm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xsm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xsm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xsm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xsm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xsm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xsm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xsm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xsm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xsm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xsm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xsm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xsm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xsm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xsm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xsm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xsm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xsm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xsm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xsm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xsm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xsm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xsm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xsm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xsm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xsm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1500px) {
  .flex-xlg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xlg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xlg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xlg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xlg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xlg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xlg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xlg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xlg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xlg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xlg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xlg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xlg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xlg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xlg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xlg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xlg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xlg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xlg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xlg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xlg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xlg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xlg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xlg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xlg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xlg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xlg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xlg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xlg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xlg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xlg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xlg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xlg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xlg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 350px) {
  .m-xsm-0 {
    margin: 0 !important;
  }
  .mt-xsm-0,
  .my-xsm-0 {
    margin-top: 0 !important;
  }
  .mr-xsm-0,
  .mx-xsm-0 {
    margin-right: 0 !important;
  }
  .mb-xsm-0,
  .my-xsm-0 {
    margin-bottom: 0 !important;
  }
  .ml-xsm-0,
  .mx-xsm-0 {
    margin-left: 0 !important;
  }
  .m-xsm-1 {
    margin: 0.25rem !important;
  }
  .mt-xsm-1,
  .my-xsm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xsm-1,
  .mx-xsm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xsm-1,
  .my-xsm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xsm-1,
  .mx-xsm-1 {
    margin-left: 0.25rem !important;
  }
  .m-xsm-2 {
    margin: 0.5rem !important;
  }
  .mt-xsm-2,
  .my-xsm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xsm-2,
  .mx-xsm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xsm-2,
  .my-xsm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xsm-2,
  .mx-xsm-2 {
    margin-left: 0.5rem !important;
  }
  .m-xsm-3 {
    margin: 1rem !important;
  }
  .mt-xsm-3,
  .my-xsm-3 {
    margin-top: 1rem !important;
  }
  .mr-xsm-3,
  .mx-xsm-3 {
    margin-right: 1rem !important;
  }
  .mb-xsm-3,
  .my-xsm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xsm-3,
  .mx-xsm-3 {
    margin-left: 1rem !important;
  }
  .m-xsm-4 {
    margin: 1.5rem !important;
  }
  .mt-xsm-4,
  .my-xsm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xsm-4,
  .mx-xsm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xsm-4,
  .my-xsm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xsm-4,
  .mx-xsm-4 {
    margin-left: 1.5rem !important;
  }
  .m-xsm-5 {
    margin: 3rem !important;
  }
  .mt-xsm-5,
  .my-xsm-5 {
    margin-top: 3rem !important;
  }
  .mr-xsm-5,
  .mx-xsm-5 {
    margin-right: 3rem !important;
  }
  .mb-xsm-5,
  .my-xsm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xsm-5,
  .mx-xsm-5 {
    margin-left: 3rem !important;
  }
  .p-xsm-0 {
    padding: 0 !important;
  }
  .pt-xsm-0,
  .py-xsm-0 {
    padding-top: 0 !important;
  }
  .pr-xsm-0,
  .px-xsm-0 {
    padding-right: 0 !important;
  }
  .pb-xsm-0,
  .py-xsm-0 {
    padding-bottom: 0 !important;
  }
  .pl-xsm-0,
  .px-xsm-0 {
    padding-left: 0 !important;
  }
  .p-xsm-1 {
    padding: 0.25rem !important;
  }
  .pt-xsm-1,
  .py-xsm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xsm-1,
  .px-xsm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xsm-1,
  .py-xsm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xsm-1,
  .px-xsm-1 {
    padding-left: 0.25rem !important;
  }
  .p-xsm-2 {
    padding: 0.5rem !important;
  }
  .pt-xsm-2,
  .py-xsm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xsm-2,
  .px-xsm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xsm-2,
  .py-xsm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xsm-2,
  .px-xsm-2 {
    padding-left: 0.5rem !important;
  }
  .p-xsm-3 {
    padding: 1rem !important;
  }
  .pt-xsm-3,
  .py-xsm-3 {
    padding-top: 1rem !important;
  }
  .pr-xsm-3,
  .px-xsm-3 {
    padding-right: 1rem !important;
  }
  .pb-xsm-3,
  .py-xsm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xsm-3,
  .px-xsm-3 {
    padding-left: 1rem !important;
  }
  .p-xsm-4 {
    padding: 1.5rem !important;
  }
  .pt-xsm-4,
  .py-xsm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xsm-4,
  .px-xsm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xsm-4,
  .py-xsm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xsm-4,
  .px-xsm-4 {
    padding-left: 1.5rem !important;
  }
  .p-xsm-5 {
    padding: 3rem !important;
  }
  .pt-xsm-5,
  .py-xsm-5 {
    padding-top: 3rem !important;
  }
  .pr-xsm-5,
  .px-xsm-5 {
    padding-right: 3rem !important;
  }
  .pb-xsm-5,
  .py-xsm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xsm-5,
  .px-xsm-5 {
    padding-left: 3rem !important;
  }
  .m-xsm-n1 {
    margin: -0.25rem !important;
  }
  .mt-xsm-n1,
  .my-xsm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xsm-n1,
  .mx-xsm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xsm-n1,
  .my-xsm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xsm-n1,
  .mx-xsm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xsm-n2 {
    margin: -0.5rem !important;
  }
  .mt-xsm-n2,
  .my-xsm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xsm-n2,
  .mx-xsm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xsm-n2,
  .my-xsm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xsm-n2,
  .mx-xsm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xsm-n3 {
    margin: -1rem !important;
  }
  .mt-xsm-n3,
  .my-xsm-n3 {
    margin-top: -1rem !important;
  }
  .mr-xsm-n3,
  .mx-xsm-n3 {
    margin-right: -1rem !important;
  }
  .mb-xsm-n3,
  .my-xsm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xsm-n3,
  .mx-xsm-n3 {
    margin-left: -1rem !important;
  }
  .m-xsm-n4 {
    margin: -1.5rem !important;
  }
  .mt-xsm-n4,
  .my-xsm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xsm-n4,
  .mx-xsm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xsm-n4,
  .my-xsm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xsm-n4,
  .mx-xsm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xsm-n5 {
    margin: -3rem !important;
  }
  .mt-xsm-n5,
  .my-xsm-n5 {
    margin-top: -3rem !important;
  }
  .mr-xsm-n5,
  .mx-xsm-n5 {
    margin-right: -3rem !important;
  }
  .mb-xsm-n5,
  .my-xsm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xsm-n5,
  .mx-xsm-n5 {
    margin-left: -3rem !important;
  }
  .m-xsm-auto {
    margin: auto !important;
  }
  .mt-xsm-auto,
  .my-xsm-auto {
    margin-top: auto !important;
  }
  .mr-xsm-auto,
  .mx-xsm-auto {
    margin-right: auto !important;
  }
  .mb-xsm-auto,
  .my-xsm-auto {
    margin-bottom: auto !important;
  }
  .ml-xsm-auto,
  .mx-xsm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1500px) {
  .m-xlg-0 {
    margin: 0 !important;
  }
  .mt-xlg-0,
  .my-xlg-0 {
    margin-top: 0 !important;
  }
  .mr-xlg-0,
  .mx-xlg-0 {
    margin-right: 0 !important;
  }
  .mb-xlg-0,
  .my-xlg-0 {
    margin-bottom: 0 !important;
  }
  .ml-xlg-0,
  .mx-xlg-0 {
    margin-left: 0 !important;
  }
  .m-xlg-1 {
    margin: 0.25rem !important;
  }
  .mt-xlg-1,
  .my-xlg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xlg-1,
  .mx-xlg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xlg-1,
  .my-xlg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xlg-1,
  .mx-xlg-1 {
    margin-left: 0.25rem !important;
  }
  .m-xlg-2 {
    margin: 0.5rem !important;
  }
  .mt-xlg-2,
  .my-xlg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xlg-2,
  .mx-xlg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xlg-2,
  .my-xlg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xlg-2,
  .mx-xlg-2 {
    margin-left: 0.5rem !important;
  }
  .m-xlg-3 {
    margin: 1rem !important;
  }
  .mt-xlg-3,
  .my-xlg-3 {
    margin-top: 1rem !important;
  }
  .mr-xlg-3,
  .mx-xlg-3 {
    margin-right: 1rem !important;
  }
  .mb-xlg-3,
  .my-xlg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xlg-3,
  .mx-xlg-3 {
    margin-left: 1rem !important;
  }
  .m-xlg-4 {
    margin: 1.5rem !important;
  }
  .mt-xlg-4,
  .my-xlg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xlg-4,
  .mx-xlg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xlg-4,
  .my-xlg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xlg-4,
  .mx-xlg-4 {
    margin-left: 1.5rem !important;
  }
  .m-xlg-5 {
    margin: 3rem !important;
  }
  .mt-xlg-5,
  .my-xlg-5 {
    margin-top: 3rem !important;
  }
  .mr-xlg-5,
  .mx-xlg-5 {
    margin-right: 3rem !important;
  }
  .mb-xlg-5,
  .my-xlg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xlg-5,
  .mx-xlg-5 {
    margin-left: 3rem !important;
  }
  .p-xlg-0 {
    padding: 0 !important;
  }
  .pt-xlg-0,
  .py-xlg-0 {
    padding-top: 0 !important;
  }
  .pr-xlg-0,
  .px-xlg-0 {
    padding-right: 0 !important;
  }
  .pb-xlg-0,
  .py-xlg-0 {
    padding-bottom: 0 !important;
  }
  .pl-xlg-0,
  .px-xlg-0 {
    padding-left: 0 !important;
  }
  .p-xlg-1 {
    padding: 0.25rem !important;
  }
  .pt-xlg-1,
  .py-xlg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xlg-1,
  .px-xlg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xlg-1,
  .py-xlg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xlg-1,
  .px-xlg-1 {
    padding-left: 0.25rem !important;
  }
  .p-xlg-2 {
    padding: 0.5rem !important;
  }
  .pt-xlg-2,
  .py-xlg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xlg-2,
  .px-xlg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xlg-2,
  .py-xlg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xlg-2,
  .px-xlg-2 {
    padding-left: 0.5rem !important;
  }
  .p-xlg-3 {
    padding: 1rem !important;
  }
  .pt-xlg-3,
  .py-xlg-3 {
    padding-top: 1rem !important;
  }
  .pr-xlg-3,
  .px-xlg-3 {
    padding-right: 1rem !important;
  }
  .pb-xlg-3,
  .py-xlg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xlg-3,
  .px-xlg-3 {
    padding-left: 1rem !important;
  }
  .p-xlg-4 {
    padding: 1.5rem !important;
  }
  .pt-xlg-4,
  .py-xlg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xlg-4,
  .px-xlg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xlg-4,
  .py-xlg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xlg-4,
  .px-xlg-4 {
    padding-left: 1.5rem !important;
  }
  .p-xlg-5 {
    padding: 3rem !important;
  }
  .pt-xlg-5,
  .py-xlg-5 {
    padding-top: 3rem !important;
  }
  .pr-xlg-5,
  .px-xlg-5 {
    padding-right: 3rem !important;
  }
  .pb-xlg-5,
  .py-xlg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xlg-5,
  .px-xlg-5 {
    padding-left: 3rem !important;
  }
  .m-xlg-n1 {
    margin: -0.25rem !important;
  }
  .mt-xlg-n1,
  .my-xlg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xlg-n1,
  .mx-xlg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xlg-n1,
  .my-xlg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xlg-n1,
  .mx-xlg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xlg-n2 {
    margin: -0.5rem !important;
  }
  .mt-xlg-n2,
  .my-xlg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xlg-n2,
  .mx-xlg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xlg-n2,
  .my-xlg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xlg-n2,
  .mx-xlg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xlg-n3 {
    margin: -1rem !important;
  }
  .mt-xlg-n3,
  .my-xlg-n3 {
    margin-top: -1rem !important;
  }
  .mr-xlg-n3,
  .mx-xlg-n3 {
    margin-right: -1rem !important;
  }
  .mb-xlg-n3,
  .my-xlg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xlg-n3,
  .mx-xlg-n3 {
    margin-left: -1rem !important;
  }
  .m-xlg-n4 {
    margin: -1.5rem !important;
  }
  .mt-xlg-n4,
  .my-xlg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xlg-n4,
  .mx-xlg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xlg-n4,
  .my-xlg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xlg-n4,
  .mx-xlg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xlg-n5 {
    margin: -3rem !important;
  }
  .mt-xlg-n5,
  .my-xlg-n5 {
    margin-top: -3rem !important;
  }
  .mr-xlg-n5,
  .mx-xlg-n5 {
    margin-right: -3rem !important;
  }
  .mb-xlg-n5,
  .my-xlg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xlg-n5,
  .mx-xlg-n5 {
    margin-left: -3rem !important;
  }
  .m-xlg-auto {
    margin: auto !important;
  }
  .mt-xlg-auto,
  .my-xlg-auto {
    margin-top: auto !important;
  }
  .mr-xlg-auto,
  .mx-xlg-auto {
    margin-right: auto !important;
  }
  .mb-xlg-auto,
  .my-xlg-auto {
    margin-bottom: auto !important;
  }
  .ml-xlg-auto,
  .mx-xlg-auto {
    margin-left: auto !important;
  }
}
.btn {
  font-family: 'Montserrat';
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5rem;
  border: none;
}
@media (min-width: 992px) {
  .btn {
    font-size: 1rem;
  }
}
.btn--primary {
  padding: 1rem 1.5625rem;
  background-color: #00783f;
}
@media (min-width: 992px) {
  .btn--primary {
    padding: 1rem 3.125rem;
  }
}
.btn--primary-outline {
  padding: 1rem 3.125rem;
  background-color: transparent;
  border: 1px solid #00783f;
  color: #00783f;
}
.btn--secondary {
  padding: 1rem 3.125rem;
  background-color: #ff9755;
}
.btn--tertiary-outline {
  padding: 1rem 3.125rem;
  background-color: transparent;
  border: 1px solid #c4c4c4;
  color: #253146;
}
.btn .icon,
.btn svg {
  margin-left: 0.5rem;
}
.btn--rounded {
  border-radius: 3.5rem;
}
.video-play-btn {
  width: 3.75rem;
  height: 3.75rem;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .video-play-btn {
    width: 5.1875rem;
    height: 5.1875rem;
  }
}
.blog-card-head {
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .blog-card-head {
    margin-bottom: 1.5rem;
  }
}
.blog-card-head img {
  width: 100%;
}
.blog-card-title {
  font-size: 1rem;
  font-weight: 600;
  color: #16213a;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .blog-card-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-bottom: 1rem;
  }
}
.blog-card-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #3b4657;
  line-height: 1.5rem;
  display: block;
  display: -webkit-box;
  height: 8em;
  line-height: 1.3em;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .blog-card-text {
    font-size: 1rem;
    line-height: 1.6875rem;
    height: 7em;
  }
}
.blog-card-categories {
  display: inline-block;
  padding: 0 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.875rem;
  background-color: #00783f;
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
}
.product-card-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.1875rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .product-card-title {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
.product-card-subtitle {
  font-size: 0.5rem;
  font-weight: 500;
  color: #76787a;
  line-height: 0.875rem;
}
@media (min-width: 992px) {
  .product-card-subtitle {
    font-size: 0.75rem;
    line-height: 1.375rem;
  }
}
.product-card-img {
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .product-card-img {
    margin-bottom: 1.5rem;
  }
}
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 1.875rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #16213a;
  line-height: 1.125rem;
}
@media (min-width: 992px) {
  .checkbox-container {
    font-size: 1rem;
    line-height: 1.8125rem;
  }
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25rem;
  width: 1.25rem;
  background-color: #eee;
}
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #00783f;
}
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 0.25rem;
  top: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.2 6.3L1.2 4.5L0 5.7L4.2 10.5L12 2.7L10.8 1.5L4.2 6.3Z' fill='white'/%3E%3C/svg%3E%0A");
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.blocker:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  animation-delay: -0.9s;
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.cookies-information {
  display: none;
  padding: 0.5rem;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .cookies-information {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
  }
}
.cookies-information__text {
  margin: 0;
}
.cookies-information__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .cookies-information__actions {
    margin-top: 0;
  }
}
.cookies-information__actions button {
  white-space: nowrap;
}
.cookies-information__actions button + button {
  margin-left: 0.9375rem;
}
@media (max-width: 991.98px) {
  .cookies-information__actions button {
    width: 6.25rem;
    height: 3.125rem;
  }
}
.cookies-information.show {
  display: block;
}
@media (min-width: 992px) {
  .cookies-information.show {
    display: -ms-flexbox;
    display: flex;
  }
}
.cookies-modal.modal {
  position: fixed;
  inset: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .cookies-modal.modal {
    position: relative;
    max-width: 56.25rem;
    padding: 0.9375rem 1.875rem;
  }
}
.cookies-modal.modal .close-modal {
  position: absolute;
  top: 2%;
  right: 2%;
  z-index: 9;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.75 1.75L7 7L1.75 12.25' stroke='%23253146' stroke-width='1.3125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.25 1.75L7 7L12.25 12.25' stroke='%230A0A0A' stroke-width='1.3125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
}
.cookies-modal__container {
  padding: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  inset: 0;
}
@media (min-width: 992px) {
  .cookies-modal__container {
    position: relative;
  }
}
.cookies-modal__head {
  padding-bottom: 1.5rem;
}
.cookies-modal__option {
  padding-right: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cookies-modal__option-content {
  font-size: 0.875rem;
  padding-right: 1.5rem;
}
@media (min-width: 992px) {
  .cookies-modal__option-content {
    font-size: 1rem;
  }
}
.cookies-modal__body {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .cookies-modal__body {
    max-height: calc(100vh - 270px);
  }
}
.cookies-modal__body::-webkit-scrollbar {
  width: 0.3125rem;
}
.cookies-modal__body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cookies-modal__body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.cookies-modal__body::-webkit-scrollbar-thumb {
  background: #888;
}
.cookies-modal__footer {
  margin-top: auto;
  padding-top: 1.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  padding: 16px;
  background-color: #00783f;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .dropdown-toggle {
    -ms-flex-pack: start;
    justify-content: start;
  }
}
.dropdown-toggle svg {
  margin-left: 0.625rem;
  transition: all 0.3s ease;
}
.dropdown-toggle.active svg {
  transform: rotate(180deg);
}
@media (min-width: 1500px) {
  .dropdown-toggle {
    padding: 0.875rem 1.875rem;
  }
}
.dropdown-list {
  display: none;
  list-style-type: none;
  background-color: #ddefe7;
  padding: 0.875rem 1.875rem;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
}
.dropdown-list a {
  font-size: 0.875rem;
  font-weight: 600;
  color: #00783f;
  line-height: 1.25rem;
}
.dropdown--mobile {
  position: relative;
}
.dropdown--mobile .dropdown-toggle svg {
  transform: rotate(180deg);
}
.dropdown--mobile .dropdown-toggle.active svg {
  transform: rotate(0deg);
}
.dropdown--mobile .dropdown-list {
  position: absolute;
  top: -100%;
}
.homepage-hero .hero-slider__content {
  position: relative;
}
.homepage-hero .hero-slider__content-title {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  color: #16213a;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
.homepage-hero .hero-slider__content-title img {
  max-width: 5.3125rem;
}
@media (min-width: 768px) {
  .homepage-hero .hero-slider__content-title img {
    max-width: 7.5rem;
  }
}
@media (min-width: 992px) {
  .homepage-hero .hero-slider__content-title img {
    max-width: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero .hero-slider__content-title {
    font-size: 3rem;
    line-height: 3.6875rem;
    margin-bottom: 2rem;
  }
  .homepage-hero .hero-slider__content-title img {
    max-width: 11.25rem;
    margin-left: -0.9375rem;
  }
  .homepage-hero .hero-slider__content-title:after {
    content: '';
    background-image: url('../media/img/vectors/hero-title-line.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 5.625rem;
    height: 5.875rem;
    position: absolute;
    top: -1.25rem;
    left: -2.5rem;
  }
}
@media (min-width: 1300px) {
  .homepage-hero .hero-slider__content-title:after {
    width: 7.6875rem;
    height: 8.0625rem;
    top: -3.375rem;
    left: -4.125rem;
  }
}
.homepage-hero .hero-slider__content-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #16213a;
  line-height: 1.5625rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .homepage-hero .hero-slider__content-text {
    font-size: 1.125rem;
    line-height: 1.8125rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  .homepage-hero .hero-slider__content {
    margin-left: 50px;
  }
}
.blog-hero .hero-slider__body,
.about-hero .hero-slider__body,
.contact-hero .hero-slider__body,
.news-hero .hero-slider__body,
.faq-hero .hero-slider__body,
.selection-hero .hero-slider__body,
.privacy-policy-hero .hero-slider__body,
.cookies-hero .hero-slider__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: unset;
  padding: unset;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-hero .hero-slider__title,
.about-hero .hero-slider__title,
.contact-hero .hero-slider__title,
.news-hero .hero-slider__title,
.faq-hero .hero-slider__title,
.selection-hero .hero-slider__title,
.privacy-policy-hero .hero-slider__title,
.cookies-hero .hero-slider__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00783f;
  line-height: 3.25rem;
  margin-bottom: 0.75rem;
}
.blog-hero .hero-slider__title img,
.about-hero .hero-slider__title img,
.contact-hero .hero-slider__title img,
.news-hero .hero-slider__title img,
.faq-hero .hero-slider__title img,
.selection-hero .hero-slider__title img,
.privacy-policy-hero .hero-slider__title img,
.cookies-hero .hero-slider__title img {
  max-width: 5.1875rem;
  margin-right: -0.3125rem;
}
@media (min-width: 992px) {
  .blog-hero .hero-slider__title,
  .about-hero .hero-slider__title,
  .contact-hero .hero-slider__title,
  .news-hero .hero-slider__title,
  .faq-hero .hero-slider__title,
  .selection-hero .hero-slider__title,
  .privacy-policy-hero .hero-slider__title,
  .cookies-hero .hero-slider__title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
  }
  .blog-hero .hero-slider__title img,
  .about-hero .hero-slider__title img,
  .contact-hero .hero-slider__title img,
  .news-hero .hero-slider__title img,
  .faq-hero .hero-slider__title img,
  .selection-hero .hero-slider__title img,
  .privacy-policy-hero .hero-slider__title img,
  .cookies-hero .hero-slider__title img {
    max-width: 8.125rem;
    margin-right: -0.625rem;
  }
}
.blog-hero .hero-slider__text,
.about-hero .hero-slider__text,
.contact-hero .hero-slider__text,
.news-hero .hero-slider__text,
.faq-hero .hero-slider__text,
.selection-hero .hero-slider__text,
.privacy-policy-hero .hero-slider__text,
.cookies-hero .hero-slider__text {
  padding: 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .blog-hero .hero-slider__text,
  .about-hero .hero-slider__text,
  .contact-hero .hero-slider__text,
  .news-hero .hero-slider__text,
  .faq-hero .hero-slider__text,
  .selection-hero .hero-slider__text,
  .privacy-policy-hero .hero-slider__text,
  .cookies-hero .hero-slider__text {
    padding: 0;
    font-size: 1rem;
    line-height: 1.8125rem;
  }
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.blocker:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  animation-delay: -0.9s;
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.modal {
  max-width: 1200px;
}
.blocker {
  z-index: 9;
}
.markets-modal.modal {
  max-width: 49.125rem;
  border-radius: 0;
  padding: 1rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .markets-modal.modal {
    position: fixed;
    top: 0;
    left: unset;
    right: 0;
    bottom: 0;
  }
}
.markets-modal.modal .close-modal {
  position: absolute;
  top: 3%;
  right: 3%;
  z-index: 9;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.75 1.75L7 7L1.75 12.25' stroke='%23253146' stroke-width='1.3125' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.25 1.75L7 7L12.25 12.25' stroke='%230A0A0A' stroke-width='1.3125' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .markets-modal__head {
    padding: 6rem 0;
  }
}
@media (min-width: 992px) {
  .markets-modal__head {
    padding: 0 6rem;
  }
}
@media (min-width: 1900px) {
  .markets-modal__head {
    padding: 6rem 6rem 0 6rem;
  }
}
.markets-modal__title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.6875rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .markets-modal__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1900px) {
  .markets-modal__title {
    margin-top: 2.625rem;
    margin-bottom: 2rem;
  }
}
.markets-modal__title span {
  font-weight: bold;
}
.markets-modal__title span:nth-child(1) {
  display: none;
}
@media (min-width: 992px) {
  .markets-modal__title span:nth-child(1) {
    display: block;
  }
}
.markets-modal__title span:nth-child(2) {
  position: relative;
}
.markets-modal__title span:nth-child(2)::after {
  content: '';
  width: 100%;
  height: 0.75rem;
  background-color: #ddefe6;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.markets-modal__text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.5625rem;
}
@media (min-width: 992px) {
  .markets-modal__text {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
.markets-modal__list {
  list-style-type: none;
  padding: 0;
  margin-top: 2.625rem;
  overflow-y: scroll;
  position: sticky;
  top: 0;
  height: calc(100vh - 300px);
}
@media (min-width: 768px) {
  .markets-modal__list {
    height: calc(100% - 400px);
  }
}
@media (min-width: 992px) {
  .markets-modal__list {
    padding: 0 6rem;
  }
}
@media (min-width: 1900px) {
  .markets-modal__list {
    padding: 2rem 6rem 6rem 6rem;
    height: calc(100% - 400px);
  }
}
.markets-modal__list-item + .markets-modal__list-item {
  margin-top: 1rem;
}
.markets-modal__list-item.active a,
.markets-modal__list-item:hover a {
  border: 1px solid #00783f;
  background-color: #eff8f4;
}
.markets-modal__list-item.active a svg path,
.markets-modal__list-item:hover a svg path {
  stroke: #00783f;
}
.markets-modal__list-item.active a svg path.line,
.markets-modal__list-item:hover a svg path.line {
  opacity: 1;
}
.markets-modal__list-link {
  padding: 0.75rem 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border: 1px solid #e2e2e2;
}
.markets-modal__list-link img {
  max-height: 2.875rem;
}
.markets-modal__list-link svg path.line {
  opacity: 0;
  transition: all 0.4s ease;
}
@media (min-width: 992px) {
  .markets-modal__list-link {
    padding: 1.5rem 2.5rem;
    max-height: 5.875rem;
  }
}
.eartquake-modal.modal {
  padding: 0;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
}
.pagination__item {
  border: 1px solid #e2e2e2;
}
.pagination__item + .pagination__item {
  margin-left: 0.5rem;
}
@media (min-width: 992px) {
  .pagination__item + .pagination__item {
    margin-left: 1rem;
  }
}
.pagination__item:hover {
  background-color: #eef0f1;
  border: 1px solid #eef0f1;
}
.pagination__item.active,
.pagination__item:active {
  background-color: #00783f;
  border: 1px solid #00783f;
}
.pagination__item.active a,
.pagination__item:active a {
  color: white;
}
.pagination__link {
  font-size: 1.125rem;
  font-weight: 600;
  color: #565e68;
  line-height: 1.125rem;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .pagination__link {
    width: 3rem;
    height: 3rem;
  }
}
@media (min-width: 992px) {
  .pagination__link {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.rating-stars {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.rating-stars__item {
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url('../media/img/vectors/star.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.rating-stars[data-rating='1'] .rating-stars__item:nth-child(-n + 1) {
  background-image: url('../media/img/vectors/star-active.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.rating-stars[data-rating='2'] .rating-stars__item:nth-child(-n + 2) {
  background-image: url('../media/img/vectors/star-active.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.rating-stars[data-rating='3'] .rating-stars__item:nth-child(-n + 3) {
  background-image: url('../media/img/vectors/star-active.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.rating-stars[data-rating='4'] .rating-stars__item:nth-child(-n + 4) {
  background-image: url('../media/img/vectors/star-active.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.rating-stars[data-rating='5'] .rating-stars__item:nth-child(-n + 5) {
  background-image: url('../media/img/vectors/star-active.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.hero-slider {
  position: relative;
}
.hero-slider__img {
  width: 100%;
}
.hero-slider__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-slider__item {
  position: relative;
}
.hero-slider__body {
  padding: 2rem 1.25rem;
  background-color: #ddefe7;
}
@media (min-width: 768px) {
  .hero-slider__body {
    padding: unset;
    background-color: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.hero-slider__body--video {
  position: relative;
  padding: 0;
  max-height: 52rem;
}
.hero-slider__body--video .video-container {
  display: none;
}
.hero-slider__body--video .video-thumbnail {
  position: relative;
}
.hero-slider__body--video .video-thumbnail.passive {
  display: none;
}
.hero-slider__body--video .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-slider__body--single {
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .hero-slider__body--single {
    padding: 1.5rem 1.125rem;
  }
}
.hero-slider__body--single .hero-slider__content {
  text-align: center;
}
@media (min-width: 992px) {
  .hero-slider__body--single .hero-slider__content {
    text-align: left;
  }
}
@media (min-width: 1500px) and (max-width: 1600px) {
  .hero-slider__body--single .hero-slider__content {
    margin-left: 0;
  }
}
@media (max-width: 1499.98px) {
  .hero-slider__body--single a {
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
  }
}
.hero-slider .slick-prev {
  left: 2%;
}
@media (min-width: 992px) {
  .hero-slider .slick-prev {
    left: 3%;
  }
}
.hero-slider .slick-next {
  right: 2%;
}
@media (min-width: 992px) {
  .hero-slider .slick-next {
    right: 3%;
  }
}
.hero-slider .slick-arrow {
  top: 55%;
  border: 1px solid #c4c4c4;
  background-color: #fff;
}
.hero-slider .slick-arrow svg path {
  stroke: #253146;
}
.hero-slider .slick-disabled {
  visibility: hidden;
}
.products-slider {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .products-slider {
    padding: 4rem 0;
  }
}
.products-slider__item {
  padding: 0 1rem;
}
.comments-slider__item {
  padding: 0 0.625rem;
}
@media (min-width: 992px) {
  .comments-slider__item {
    padding: 0 1rem;
  }
}
.comments-slider .slick-arrow {
  top: unset;
  bottom: 5%;
}
.blog-slider__item,
.responsibility-slider__item {
  padding: 0 0.625rem;
}
@media (min-width: 992px) {
  .blog-slider__item,
  .responsibility-slider__item {
    padding: 0 1rem;
  }
}
.product-slider {
  height: 100%;
  position: relative;
}
.product-slider .slick-dots {
  list-style-type: none;
  padding: 0;
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 1%;
  left: 50%;
  z-index: 2;
}
.product-slider .slick-dots li + li {
  margin-left: 0.5rem;
}
.product-slider .slick-dots li button {
  width: 1rem;
  height: 0.125rem;
  font-size: 0;
  background-color: #bad3c8;
  border: 0;
  outline: none;
  transition: all 0.4s ease;
}
@media (min-width: 992px) {
  .product-slider .slick-dots li button {
    width: 2rem;
  }
}
.product-slider .slick-dots li.slick-active button {
  width: 2rem;
  background-color: #006740;
}
@media (min-width: 992px) {
  .product-slider .slick-dots li.slick-active button {
    width: 4.5rem;
  }
}
@media (min-width: 992px) {
  .product-slider .slick-dots {
    bottom: 5%;
  }
}
.product-slider .slick-prev {
  left: 2%;
}
@media (min-width: 992px) {
  .product-slider .slick-prev {
    left: 3%;
  }
}
.product-slider .slick-next {
  right: 2%;
}
@media (min-width: 992px) {
  .product-slider .slick-next {
    right: 3%;
  }
}
.product-slider .slick-arrow {
  top: 55%;
  border: 1px solid #c4c4c4;
  background-color: #fff;
}
.product-slider .slick-arrow svg path {
  stroke: #253146;
}
.product-slider .slick-disabled {
  visibility: hidden;
}
.product-slider__img {
  width: 100%;
}
.slick-slider {
  position: relative;
}
.slick-arrow {
  padding: 0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #00783f;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .slick-arrow {
    position: absolute;
    padding: 1.5rem;
  }
}
.slick-prev {
  left: -5%;
}
@media (min-width: 1600px) {
  .slick-prev {
    left: -6%;
  }
}
.slick-next {
  right: -5%;
}
@media (min-width: 1600px) {
  .slick-next {
    right: -6%;
  }
}
.slick-disabled {
  visibility: hidden;
}
.social-share__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-share__item + .social-share__item {
  margin-top: 1rem;
}
.social-share__link {
  padding: 0.75rem;
  border: 1px solid rgba(0, 120, 63, 0.08);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch.disabled {
  opacity: 0.3;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #00783f;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #00783f;
}
.switch input:checked + .slider:before {
  transform: translateX(26px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.switch .slider::before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.tab-nav .tab-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style-type: none;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media (min-width: 992px) {
  .tab-nav .tab-list {
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: unset;
    overflow-y: unset;
  }
}
.tab-nav .tab-item {
  margin-bottom: 0.3125pxrem;
}
.tab-nav .tab-item + .tab-item {
  margin-left: 2.5rem;
}
.tab-nav .tab-link {
  transition: all 0.2s ease;
}
.footer {
  background-color: #f8f8f8;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .footer {
    padding: 4rem 0;
  }
}
.footer__main {
  padding: 2rem 2.5rem;
}
@media (min-width: 992px) {
  .footer__main {
    padding: 0;
  }
}
.footer__main-logo {
  display: none;
}
@media (min-width: 992px) {
  .footer__main-logo {
    display: block;
  }
}
.footer__menu-title {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .footer__menu-title {
    font-size: 1.25rem;
  }
}
.footer__menu-text {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #565e68;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .footer__menu-text {
    font-size: 1rem;
  }
}
.footer__menu-list {
  list-style-type: none;
  padding: 0;
}
.footer__menu-item {
  display: -ms-flexbox;
  display: flex;
}
.footer__menu-item + .footer__menu-item {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .footer__menu-item + .footer__menu-item {
    margin-top: 1rem;
  }
}
.footer__menu-link {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #565e68;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .footer__menu-link {
    font-size: 1rem;
  }
}
.footer__menu--social {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .footer__menu--social {
    margin-top: 0;
  }
}
.footer__menu--social .footer__menu-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer__menu--social .footer__menu-list {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer__menu--social .footer__menu-item {
  width: 100%;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-align: center;
  align-items: center;
}
.footer__menu--social .footer__menu-item + li {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .footer__menu--social .footer__menu-item {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .footer__menu--social .footer__menu-item:nth-child(2n) {
    padding-left: 2rem;
  }
}
.footer__menu--social .footer__menu-item svg {
  margin-right: 1rem;
  width: 3.5rem;
  height: 3.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer__menu--social .footer__menu-link-wrapper a {
  display: block;
}
.footer__menu--social .footer__menu-link-wrapper a + a {
  border-top: 1px solid rgba(0, 120, 63, 0.08);
}
.footer__copyright {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .footer__copyright {
    padding-top: 6rem;
  }
}
.footer__copyright-bg-line {
  border-top: 1px solid #eef0f1;
  padding-top: 2rem;
}
.footer__copyright-text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #76787a;
  line-height: 1.25rem;
}
@media (min-width: 992px) {
  .footer__copyright-text {
    text-align: left;
  }
}
.footer__copyright-logo {
  display: -ms-flexbox;
  display: flex;
}
.footer__copyright-logo img {
  margin: 0 auto;
}
.footer__copyright-menu {
  list-style-type: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .footer__copyright-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .footer__copyright-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__copyright-menu-item + .footer__copyright-menu-item {
  margin-left: 1.5rem;
}
@media (min-width: 992px) {
  .footer__copyright-menu-item + .footer__copyright-menu-item {
    margin-left: 2.25rem;
  }
}
.footer__copyright-menu-link {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #76787a;
  line-height: 1.0625rem;
}
@media (min-width: 992px) {
  .footer__copyright-menu-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.text-center {
  text-align: center !important;
}
.page-locked {
  overflow: hidden;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(239, 248, 244, 0.83);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
.preloader img {
  max-width: 300px;
}
.desktop-header {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}
.desktop-header--bg-linear {
  background: linear-gradient(
    180deg,
    #fefefe 25.41%,
    rgba(254, 254, 254, 0.709788) 46.1%,
    rgba(255, 255, 255, 0) 89.51%
  );
}
.desktop-header--relative {
  position: relative;
}
.desktop-header--transparent {
  position: fixed;
  left: 0;
  z-index: 1040;
  width: 100%;
  background: transparent;
  box-shadow: none;
}
.desktop-header--dropdown-active {
  box-shadow: 3px 22px 33px rgba(0, 0, 0, 0.15);
  z-index: 8;
}
.desktop-header__navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  height: 5.5rem;
  padding: 0;
  transition: all 0.4s, background-color 0.3s;
}
@media (min-width: 992px) {
  .desktop-header__navbar {
    padding: 0.75rem 1.25rem;
  }
}
@media (min-width: 1900px) {
  .desktop-header__navbar {
    padding: 0.75rem 5.625rem;
  }
}
.desktop-header--scrolled .desktop-header__navbar {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1040;
  width: 100%;
  height: 6.25rem;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  animation: menutop 0.6s ease-in-out;
}
.desktop-header__brand {
  width: 6.25rem;
  z-index: 2;
}
.desktop-header__logo {
  transition: all 0.2s;
  position: absolute;
  top: 1.875rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .desktop-header__logo {
    width: 13.4375rem;
  }
}
@media (min-width: 1200px) {
  .desktop-header__logo {
    width: 18.75rem;
  }
}
@media (min-width: 1600px) {
  .desktop-header--scrolled .desktop-header__logo {
    width: 5.625rem;
  }
}
.desktop-header--white-bg .desktop-header__logo {
  background-color: #fff;
}
.desktop-header__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  transition: all 0.2s;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.desktop-header__nav-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.desktop-header__nav-item + .desktop-header__nav-item {
  margin-left: 1rem;
}
@media (min-width: 1200px) {
  .desktop-header__nav-item + .desktop-header__nav-item {
    margin-left: 1rem;
  }
}
@media (min-width: 1500px) {
  .desktop-header__nav-item + .desktop-header__nav-item {
    margin-left: 3rem;
  }
}
.desktop-header__nav-link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.4375rem;
  text-transform: capitalize;
  transition: all 0.2s;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.5rem;
  z-index: 2;
}
.desktop-header__nav-link span {
  display: block;
  transition: all 0.2s;
}
.desktop-header__nav-link svg {
  margin-left: 0.625rem;
}
.desktop-header__nav-link:hover,
.desktop-header__nav-link:active,
.active .desktop-header__nav-link {
  color: #00783f;
  border-bottom: 0;
}
.desktop-header__nav-link:hover span,
.desktop-header__nav-link:active span,
.active .desktop-header__nav-link span {
  color: #00783f;
}
.desktop-header__nav-link:hover svg,
.desktop-header__nav-link:active svg,
.active .desktop-header__nav-link svg {
  stroke: #00783f;
}
.desktop-header__nav-link:hover svg path,
.desktop-header__nav-link:active svg path,
.active .desktop-header__nav-link svg path {
  stroke: #00783f;
}
.desktop-header--transparent-light .desktop-header__nav-link {
  color: #fff;
}
.desktop-header--transparent-light .desktop-header__nav-link:hover,
.desktop-header--transparent-light .desktop-header__nav-link:active {
  color: #fff;
}
.desktop-header--transparent-light .desktop-header__nav-button span {
  color: #fff;
}
.desktop-header--transparent-light .desktop-header__nav-button svg path {
  stroke: #fff;
}
.desktop-header--scrolled .desktop-header__nav-button span {
  color: #000;
}
.desktop-header--scrolled .desktop-header__nav-button svg path {
  stroke: green-500-primary;
}
.desktop-header--scrolled .desktop-header__nav-button:hover span {
  color: #fff;
}
.desktop-header__nav-button {
  z-index: 2;
  border: 1px solid background-yellow-green;
  padding: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.125rem;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
@media (min-width: 1500px) {
  .desktop-header__nav-button {
    font-size: 1.125rem;
  }
}
.desktop-header__nav-button span {
  display: none;
}
@media (min-width: 1500px) {
  .desktop-header__nav-button span {
    font-size: 1.125rem;
    display: block;
  }
}
@media (min-width: 1500px) {
  .desktop-header__nav-button svg {
    margin-right: 0.5rem;
  }
}
.desktop-header__nav-button:hover {
  background-color: green-500-primary;
  color: #fff;
}
.desktop-header__nav-button:hover svg path {
  stroke: #fff;
}
.desktop-header__nav-button::-ms-expand {
  display: none;
}
.desktop-header--dark .desktop-header__nav-link,
.desktop-header--scrolled .desktop-header__nav-link,
.desktop-header--dropdown-active .desktop-header__nav-link {
  color: #000;
}
.desktop-header__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 3;
}
.desktop-header__language-select {
  font-size: 1rem;
  font-weight: 600;
  color: #0a0a0a;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .desktop-header__language-select {
    margin-left: 2rem;
  }
}
@media (min-width: 1500px) {
  .desktop-header__language-select {
    margin-left: 3rem;
  }
}
.desktop-header__search {
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  height: 8.6875rem;
}
.desktop-header__search.active {
  opacity: 1;
  visibility: visible;
}
.desktop-header__search > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin: auto;
  max-width: 50%;
  position: relative;
}
.desktop-header__search .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.desktop-header__search .search-close {
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.desktop-header__search .search-input {
  width: 100%;
  border: 1px solid #76787a;
  text-indent: 1.75rem;
  padding: 0.5625rem 1rem;
  border-radius: 0.5rem;
  font-size: 18px;
}
.desktop-header__search .search-input:focus {
  outline: none;
}
.desktop-header__dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  width: 100%;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  border: none;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.4s;
  padding-top: 5.5rem;
}
@media (min-width: 1500px) {
  .desktop-header__dropdown-menu {
    padding-top: 5.5rem;
  }
}
.desktop-header__dropdown-menu--scrolled
  .desktop-header__dropdown-menu__dropdown-menu {
  padding: calc(1.875rem + 6.25rem) 3.125rem 1.875rem 3.125rem;
}
@media (min-width: 1500px) {
  .desktop-header__dropdown-menu--scrolled
    .desktop-header__dropdown-menu__dropdown-menu {
    padding: calc(1.875rem + 6.25rem) 6.25rem 1.875rem 6.25rem;
  }
}
.desktop-header__nav-item:hover .desktop-header__dropdown-menu {
  visibility: visible;
  transform: translateY(0);
  background-color: #fff;
}
.desktop-header__nav-item--active .desktop-header__nav-link span,
.desktop-header__nav-item.show .desktop-header__nav-link span {
  color: blue-500-primary;
}
.desktop-header__nav-item--active .desktop-header__nav-link::after,
.desktop-header__nav-item.show .desktop-header__nav-link::after {
  width: 100%;
}
.desktop-header__dropdown-container > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 2s;
}
.desktop-header__dropdown-whichproduct {
  background-image: url('../media/img/layout/header/which-product-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.desktop-header__dropdown-whichproduct__content {
  padding: 3.3125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.desktop-header__dropdown-whichproduct__content h4 {
  font-size: 1.375rem;
  font-weight: 700;
  color: #16213a;
  line-height: 1.625rem;
}
.desktop-header__dropdown-whichproduct__content a {
  font-size: 1rem;
  font-weight: 400;
  color: #253146;
  line-height: 1.8125rem;
}
.desktop-header__dropdown-whichproduct__content svg {
  margin-right: 1.5rem;
}
.desktop-header--dropdown-active .desktop-header__dropdown-container > * {
  opacity: 1;
  visibility: visible;
}
.desktop-header--scrolled.desktop-header--dropdown-active
  .desktop-header__dropdown-container {
  padding-top: calc(30px + 5.5rem);
}
.desktop-header__dropdown-list {
  width: 100%;
  max-width: 28.625rem;
}
.desktop-header__dropdown-list:not(:last-child) {
  padding-right: 1.875rem;
}
.desktop-header__dropdown-list--menu .desktop-header__dropdown-item {
  position: relative;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
}
.desktop-header__dropdown-list--menu .desktop-header__dropdown-item span {
  font-size: 1.125rem;
}
.desktop-header__dropdown-list--menu .desktop-header__dropdown-item ul {
  padding-left: 1rem;
  list-style-type: none;
  margin-top: 1rem;
  display: none;
}
.desktop-header__dropdown-list--menu .desktop-header__dropdown-item ul li + li {
  margin-top: 1.5rem;
}
.desktop-header__dropdown-list--menu .desktop-header__dropdown-item ul li a {
  font-size: 1.125rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.5rem;
}
.desktop-header__dropdown-list--menu .desktop-header__dropdown-item:after {
  transition: all 0.4s ease;
  transform: rotate(90deg);
  position: absolute;
  top: 1.25rem;
  right: 0;
}
.desktop-header__dropdown-list--menu .desktop-header__dropdown-item.active {
  border-bottom-color: #00783f;
}
.desktop-header__dropdown-list--menu
  .desktop-header__dropdown-item.active
  span {
  color: #00783f;
}
.desktop-header__dropdown-list--menu
  .desktop-header__dropdown-item.active:after {
  transform: rotate(270deg);
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L11 8L5 14' stroke='%2300783F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.desktop-header__dropdown-list-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3rem 0 3rem 0;
}
@media (min-width: 1900px) {
  .desktop-header__dropdown-list-wrapper {
    padding: 6rem 0 9rem 0;
  }
}
.desktop-header__dropdown-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  height: 3.125rem;
  padding: 0.75rem 0;
  text-transform: capitalize;
  overflow: hidden;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.6875rem;
  border-bottom: 1px solid #eef0f1;
}
.desktop-header__dropdown-item + .desktop-header__dropdown-item {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .desktop-header__dropdown-item {
    font-size: 1rem;
  }
}
@media (min-width: 1500px) {
  .desktop-header__dropdown-item {
    height: 3.75rem;
    font-size: 0.875rem;
  }
}
.desktop-header__dropdown-item::after {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  margin-top: -0.1875rem;
  transition: all 0.2s;
  margin-left: auto;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L11 8L5 14' stroke='%23565E68' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 1rem;
  height: 1rem;
}
.desktop-header__dropdown-item:hover,
.desktop-header__dropdown-item:active {
  border-color: #00783f;
  color: #00783f;
}
.desktop-header__dropdown-item:hover:after,
.desktop-header__dropdown-item:active:after {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L11 8L5 14' stroke='%2300783F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.desktop-header__dropdown-item:hover span,
.desktop-header__dropdown-item:active span {
  color: blue-500-primary;
}
.desktop-header__dropdown-image-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background-color: #eff8f4;
}
.desktop-header__dropdown-image {
  width: 100%;
}
.desktop-header__language-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.875rem;
  font-size: 0.75rem;
  border: none;
  border-radius: 6.25rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.4s, border-radius 0s;
}
.desktop-header__language-button::after {
  width: 0.625rem;
  height: 0.625rem;
  margin-left: 0.625rem;
  border: none;
  transition: all 0.2s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.375 2.8125L5 7.1875L0.625 2.8125' stroke='white' stroke-opacity='0.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.desktop-header__language.show .desktop-header__language-button {
  border-radius: 0.9375rem 0.9375rem 0 0;
}
.desktop-header__language.show .desktop-header__language-button::after {
  transform: rotateX(180deg);
}
.desktop-header__dropdown-title {
  font-size: 2rem;
  font-weight: 700;
  color: #16213a;
  line-height: 1.875rem;
  margin-bottom: 4.5rem;
}
.desktop-header--dark .desktop-header__language-button,
.desktop-header--scrolled .desktop-header__language-button,
.desktop-header--dropdown-active .desktop-header__language-button {
  background-color: rgba(146, 146, 146, 0.2);
  color: dark-gray;
}
.desktop-header--dark .desktop-header__language-button::after,
.desktop-header--scrolled .desktop-header__language-button::after,
.desktop-header--dropdown-active .desktop-header__language-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.375 2.8125L5 7.1875L0.625 2.8125' stroke='%23919197' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.desktop-header__language-dropdown {
  width: 100%;
  min-width: unset;
  padding: 0;
  margin: 0;
  border-radius: 0 0 0.5rem 0.5rem;
  overflow: hidden;
  border: none;
  box-shadow: 0px 0.1875rem 0.625rem rgba(0, 0, 0, 0.08);
  background-color: #000;
  transition: all 0.4s;
}
.desktop-header--dark .desktop-header__language-dropdown,
.desktop-header--scrolled .desktop-header__language-dropdown,
.desktop-header--dropdown-active .desktop-header__language-dropdown {
  background-color: #fff;
}
.desktop-header__language-item {
  padding: 0.5rem 0.875rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.6);
  color: #fff;
  transition: all 0.4s;
}
.desktop-header__language-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.desktop-header--dark .desktop-header__language-item,
.desktop-header--scrolled .desktop-header__language-item,
.desktop-header--dropdown-active .desktop-header__language-item {
  background-color: rgba(146, 146, 146, 0.2);
  color: dark-gray;
  border-color: light-gray;
}
.desktop-header--dark .desktop-header__language-item:hover,
.desktop-header--scrolled .desktop-header__language-item:hover,
.desktop-header--dropdown-active .desktop-header__language-item:hover {
  background-color: light-gray;
  color: #000;
}
main.overflow-hidden {
  overflow: hidden;
  position: relative;
}
main.overflow-hidden::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@keyframes menutop {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
.mobile-header__navbar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 3;
}
.mobile-header__collapse {
  position: fixed;
  left: -100%;
  top: 4rem;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.mobile-header__collapse.show {
  left: 0;
  right: 0;
}
.mobile-header__collapse.show .mobile-header__product-group {
  display: block;
}
.mobile-header__main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding: 0.625rem 1.25rem;
  border-bottom: 1px solid #eef0f1;
  z-index: 2;
  background-color: #fff;
}
.mobile-header__main.active {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mobile-header__main.active .mobile-header__logo {
  display: none;
}
.mobile-header__brand {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.mobile-header__logo {
  display: block;
}
.mobile-header__btn-shop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background-color: light-blue-primary;
  border-radius: 50%;
  padding: 0.375rem;
}
.mobile-header__btn-shop.passive {
  display: none;
}
.mobile-header__language {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
}
.mobile-header__language.passive {
  display: none;
}
.mobile-header__country {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  background-color: neutrals---gray-50;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5625rem 1.25rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.mobile-header__country > div i {
  margin-right: 0.5rem;
}
.mobile-header__country span {
  font-size: 1.125rem;
  font-weight: 700;
  color: #b1e1d8;
}
.mobile-header__toggler {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #00783f;
  border-radius: 50%;
  border: initial;
  transition: all 0.4s;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.mobile-header__toggler > span {
  display: inline-block;
  width: 1.125rem;
  height: 0.125rem;
  background-color: #fff;
  transition: all 0.2s;
  border-radius: 1.125rem;
}
.mobile-header__toggler > span:not(:first-child) {
  margin-top: 0.3125rem;
}
.mobile-header__toggler.active {
  background-color: #eef0f1;
  padding-top: 0.4375rem;
}
.mobile-header__toggler.active > span {
  background-color: #3b4657;
}
.mobile-header__toggler.active > span:nth-child(1) {
  transform: rotate(45deg);
}
.mobile-header__toggler.active > span:nth-child(2) {
  margin-top: -0.125rem;
  transform: rotate(-45deg);
}
.mobile-header__toggler.active > span:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}
.mobile-header__nav {
  height: calc(100vh - 4rem);
  overflow-y: auto;
  background-color: #fff;
  padding-top: 0.9375rem;
  list-style-type: none;
  padding-left: 0;
}
.mobile-header__nav-item:not(:last-child) {
  border-bottom: 1px solid #f3f5f8;
}
.mobile-header__nav-link {
  position: relative;
  padding: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.5rem;
  text-transform: capitalize;
}
.mobile-header__nav-link:after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 1.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L11 8L5 14' stroke='%23565E68' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: transform 0.2s;
}
.mobile-header__nav-link:hover {
  color: blue-500-primary;
}
.mobile-header__nav-link--dropdown::after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 1.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L11 8L5 14' stroke='%23565E68' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: transform 0.2s;
}
.active > .mobile-header__nav-link {
  color: #00783f;
}
.active .mobile-header__dropdown-menu {
  display: block;
}
.active .mobile-header__dropdown-item {
  border-bottom: 1px solid neutrals-300;
}
.mobile-header__nav-link--dropdown:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L11 8L5 14' stroke='%23565E68' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.active > .mobile-header__nav-link--dropdown::after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L11 8L5 14' stroke='%2300783F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
  transform: rotate(90deg);
}
.mobile-header__dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  display: none;
}
.mobile-header__dropdown-menu > .mobile-header__nav-item {
  padding-left: 0.75rem;
}
.mobile-header__dropdown-item {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0a0a0a;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  position: relative;
  padding: 1.25rem;
}
.mobile-header__dropdown-item.active {
  color: #0a0a0a;
}
.mobile-header__dropdown-item:after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 1.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L11 8L5 14' stroke='%23565E68' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transition: transform 0.2s;
}
.mobile-header__dropdown-item--image {
  padding: 0;
}
.mobile-header__dropdown-item--image img {
  width: 100%;
}
.mobile-header__dropdown-item--image:after {
  display: none;
}
.mobile-header__product-group {
  display: none;
  padding: 1.25rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.dropdown-second-menu {
  padding-left: 2.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.dropdown-second-menu span {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0a0a0a;
}
.dropdown-second-menu ul {
  display: none;
  padding-left: 1rem;
  list-style-type: none;
  margin-top: 1rem;
}
.dropdown-second-menu ul li + li {
  margin-top: 1rem;
}
.dropdown-second-menu ul li a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
}
.dropdown-second-menu::after {
  top: 1.375rem;
  transform: rotate(90deg);
}
.dropdown-second-menu.active > span {
  color: #00783f;
}
.dropdown-second-menu.active > .dropdown-second-menu.active::after {
  transform: rotate(270deg);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 2L11 8L5 14' stroke='%2300783F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E ");
}
.about-information {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .about-information {
    padding: 6rem 0;
  }
}
.about-information__img {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .about-information__img {
    margin-bottom: 2.5rem;
  }
}
.about-information__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
.about-information__title span {
  font-weight: 700;
}
@media (min-width: 992px) {
  .about-information__title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 2.5rem;
  }
}
.about-information__text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #76787a;
  line-height: 1.625rem;
}
@media (min-width: 992px) {
  .about-information__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.about-features {
  padding: 2rem 0;
  background: linear-gradient(180deg, #ddefe7 0%, rgba(221, 239, 231, 0) 100%);
}
@media (min-width: 992px) {
  .about-features {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
    background: linear-gradient(
      180deg,
      #ddefe7 38.81%,
      rgba(223, 241, 238, 0) 82.08%
    );
  }
}
.about-features__title {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.6875rem;
  margin-bottom: 1.125rem;
}
.about-features__title span {
  font-weight: 700;
}
.about-features__title img {
  max-width: 4.8125rem;
}
@media (min-width: 992px) {
  .about-features__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .about-features__title img {
    max-width: 100%;
  }
}
.about-features__text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.375rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .about-features__text {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 5.5rem;
  }
}
.about-features__item {
  padding: 2.5rem 1.25rem;
  margin: 0 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .about-features__item {
    padding: 2rem 1.5rem;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .about-features__item {
    padding: 3rem 2rem;
  }
  .about-features__item + .about-features__item {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1200px) {
  .about-features__item {
    padding: 4rem 3rem;
  }
}
.about-features__item-icon {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .about-features__item-icon {
    margin-bottom: 2.5rem;
  }
}
.about-features__item-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
.about-features__item-title a {
  color: #0a0a2a;
  text-decoration: none;
}
@media (min-width: 992px) {
  .about-features__item-title {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    margin-bottom: 1rem;
  }
}
.about-features__item-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #3b4657;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .about-features__item-text {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
.about-content {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .about-content {
    padding: 6rem 0;
  }
}
.about-content__item + .about-content__item {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .about-content__item + .about-content__item {
    margin-top: 6rem;
  }
}
.about-content__item-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #253146;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .about-content__item-title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
}
.about-content__item-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #16213a;
  line-height: 1.625rem;
}
@media (min-width: 992px) {
  .about-content__item-text {
    font-size: 1rem;
    line-height: 1.8125rem;
  }
}
.about-responsibility {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .about-responsibility {
    padding: 6rem 0;
  }
}
.about-responsibility__title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}
.about-responsibility__title span {
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.about-responsibility__title span::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.75rem;
  background: #ddefe6;
  z-index: -1;
}
@media (min-width: 992px) {
  .about-responsibility__title span::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .about-responsibility__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.about-responsibility__text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.625rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .about-responsibility__text {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 3rem;
  }
}
.blog-detail-content,
.news-detail-content {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .blog-detail-content,
  .news-detail-content {
    padding: 6rem 0;
  }
}
.blog-detail-content .social-share,
.news-detail-content .social-share {
  margin-top: 3.25rem;
}
.blog-detail-content__date,
.news-detail-content__date {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #76787a;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .blog-detail-content__date,
  .news-detail-content__date {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
  }
}
.blog-detail-content__title,
.news-detail-content__title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .blog-detail-content__title,
  .news-detail-content__title {
    font-size: 2rem;
    line-height: 2.4375rem;
    margin-bottom: 1.5rem;
  }
}
.blog-navigation {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .blog-navigation {
    padding-top: 6rem;
  }
}
.blog-navigation__title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.625rem;
  margin-bottom: 1.5rem;
}
.blog-navigation__title span {
  font-weight: 700;
}
@media (min-width: 992px) {
  .blog-navigation__title {
    font-size: 2rem;
    line-height: 2.4375rem;
    margin-bottom: 4.5rem;
  }
}
.blog-navigation__filter {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .blog-navigation__filter {
    margin-bottom: 3rem;
  }
}
.blog-navigation__filter-item {
  display: block;
  position: relative;
  filter: grayscale(1);
}
.blog-navigation__filter-item img {
  width: 100%;
}
.blog-navigation__filter-item::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11.25' fill='%23F9F9F9' stroke='%23CFD3D1' stroke-width='1.5'/%3E%3C/svg%3E ");
  position: absolute;
  top: 1.0625rem;
  left: 1.25rem;
}
@media (min-width: 992px) {
  .blog-navigation__filter-item::after {
    width: 2.5rem;
    height: 2.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='19' fill='%23EEF0F1' stroke='%23C4C4C4' stroke-width='2'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
  }
}
.blog-navigation__filter-item.active {
  filter: grayscale(0);
}
.blog-navigation__filter-item.active::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%2300783F'/%3E%3Ccircle cx='12' cy='12' r='11.25' stroke='%2300783F' stroke-opacity='0.24' stroke-width='1.5'/%3E%3Cpath d='M10.15 12.6827L7.9 11.3017L7 12.2224L10.15 15.905L16 9.92067L15.1 9L10.15 12.6827Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (min-width: 992px) {
  .blog-navigation__filter-item.active::after {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='%2300783F'/%3E%3Ccircle cx='20' cy='20' r='18.75' stroke='%2300783F' stroke-opacity='0.24' stroke-width='2.5'/%3E%3Cpath d='M17.75 19.8878L14 17.5861L12.5 19.1206L17.75 25.2584L27.5 15.2845L26 13.75L17.75 19.8878Z' fill='white'/%3E%3C/svg%3E%0A");
  }
}
.blog-navigation__filter-text {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.125rem;
  max-width: 3.875rem;
  position: absolute;
  bottom: 9%;
  left: 8%;
}
@media (min-width: 992px) {
  .blog-navigation__filter-text {
    font-size: 1.125rem;
    line-height: 1.5rem;
    max-width: 13.75rem;
    position: absolute;
    bottom: 9%;
    left: 8%;
  }
}
@media (min-width: 1200px) {
  .blog-navigation__filter-text {
    font-size: 1.5rem;
    line-height: 2rem;
    position: absolute;
    bottom: 20%;
    left: 7%;
  }
}
.blog-navigation__hashtags {
  display: none;
}
@media (min-width: 992px) {
  .blog-navigation__hashtags {
    display: block;
    margin-bottom: 3rem;
  }
}
.blog-navigation__hashtags-list {
  list-style-type: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.blog-navigation__hashtags-item {
  background-color: transparent;
  border: 1px solid #c4c4c4;
}
.blog-navigation__hashtags-item + .blog-navigation__hashtags-item {
  margin-left: 1.5rem;
}
.blog-navigation__hashtags-item.active {
  background-color: #00783f;
  border: 1px solid #00783f;
}
.blog-navigation__hashtags-item.active a {
  color: white;
}
.blog-navigation__hashtags-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #16213a;
  line-height: 1.125rem;
  white-space: nowrap;
  padding: 0.75rem 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7.5rem;
}
@media (min-width: 768px) {
  .blog-navigation__hashtags-link {
    width: 9.375rem;
  }
}
@media (min-width: 992px) {
  .blog-navigation__hashtags-link {
    font-size: 1rem;
    font-weight: 600;
    color: #16213a;
    line-height: 1.5rem;
    width: 11.875rem;
  }
}
.blog-posts {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .blog-posts {
    margin-bottom: 6rem;
  }
}
.blog-posts div[class^='col-'] {
  margin-bottom: 0rem;
}
@media (min-width: 992px) {
  .blog-posts div[class^='col-'] {
    margin-bottom: 6rem;
  }
}
.blog-pagination {
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .blog-pagination {
    padding-bottom: 6rem;
  }
}
.blog-other-posts {
  padding: 3rem 0 2rem 0;
}
@media (min-width: 992px) {
  .blog-other-posts {
    padding: 3rem 0 6rem 0;
  }
}
.blog-other-posts__title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.625rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .blog-other-posts__title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 4rem;
  }
}
.blog-other-posts__title span {
  font-weight: bold;
  position: relative;
}
.blog-other-posts__title span::after {
  content: '';
  width: 100%;
  height: 0.75rem;
  background-color: #ddefe6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .blog-other-posts__title span::after {
    display: none;
  }
}
.contact-hero .hero-slider__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00783f;
  line-height: 3.25rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .contact-hero .hero-slider__title {
    font-size: 3rem;
    line-height: 3.6875rem;
    margin-bottom: 1.5rem;
  }
}
.contact-hero .hero-slider__text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.5rem;
  padding: 0 1.25rem;
}
@media (min-width: 992px) {
  .contact-hero .hero-slider__text {
    font-size: 1rem;
    line-height: 1.8125rem;
  }
}
.contact-information {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .contact-information {
    padding: 6rem 0;
  }
}
.contact-information__title {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.6875rem;
  margin-bottom: 1.125rem;
}
.contact-information__title img {
  max-width: 4.8125rem;
}
.contact-information__title span {
  font-weight: 700;
}
@media (min-width: 992px) {
  .contact-information__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .contact-information__title img {
    max-width: 100%;
  }
}
.contact-information__text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.375rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .contact-information__text {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 5.5rem;
  }
}
.contact-information__item {
  padding: 2.5rem 1.25rem;
  margin: 0 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .contact-information__item {
    padding: 2rem 1.5rem;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .contact-information__item {
    padding: 3rem 2rem;
  }
  .contact-information__item + .contact-information__item {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1200px) {
  .contact-information__item {
    padding: 4rem 3rem;
  }
}
.contact-information__item-icon {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .contact-information__item-icon {
    margin-bottom: 2.5rem;
  }
}
.contact-information__item-title a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0a0a2a;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  text-decoration: none;
}
@media (min-width: 992px) {
  .contact-information__item-title a {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    margin-bottom: 1rem;
  }
}
.contact-information__item-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #3b4657;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .contact-information__item-text {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
.contact-area {
  padding: 1rem 0 2rem 0;
}
@media (min-width: 992px) {
  .contact-area {
    padding: 3rem 0 6rem 0;
  }
}
.contact-area__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.8125rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .contact-area__title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 4.125rem;
  }
}
.contact-area__form {
  padding: 1.25rem;
  border: 1px solid #eef0f1;
}
@media (min-width: 1200px) {
  .contact-area__form {
    padding: 3rem;
  }
}
@media (min-width: 1500px) {
  .contact-area__form {
    padding: 6rem;
  }
}
.contact-area__form-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .contact-area__form-item {
    margin-bottom: 2rem;
  }
}
.contact-area__form-item p {
  font-size: 0.75rem;
  color: red;
  margin-top: 4px;
}
@media (min-width: 992px) {
  .contact-area__form-item p {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}
.contact-area__form-item label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #16213a;
  line-height: 0.9375rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .contact-area__form-item label {
    font-size: 1rem;
    line-height: 1.1875rem;
    margin-bottom: 0.75rem;
  }
}
.contact-area__form-item input,
.contact-area__form-item textarea {
  padding: 1.125rem 1.25rem;
  border: 1px solid #c4c4c4;
  font-size: 0.875rem;
  font-weight: 400;
  color: #76787a;
  line-height: 1.125rem;
}
@media (min-width: 992px) {
  .contact-area__form-item input,
  .contact-area__form-item textarea {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}
.contact-area__form-item input:focus,
.contact-area__form-item textarea:focus {
  border: 1px solid #00783f;
  outline: none;
}
.contact-area__form-item input:focus + label,
.contact-area__form-item textarea:focus + label {
  color: #00783f;
}
.contact-area__img {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .contact-area__img {
    display: block;
  }
}
.faq-hero .hero-slider__text {
  padding: 0 1.25rem;
}
.faq-content {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .faq-content {
    padding: 6rem 0;
  }
}
.faq-content__list {
  list-style-type: none;
  padding: 0;
}
.faq-content__list-item {
  padding: 2rem;
  border: 1px solid #e7ebf3;
}
.faq-content__list-item + .faq-content__list-item {
  margin-top: 2rem;
}
.faq-content__list-item.active {
  border: 1px solid #00783f;
}
.faq-content__list-item.active h4 {
  color: #00783f;
}
.faq-content__list-item.active span {
  border: 1px solid #00783f;
  background-color: #00783f;
}
.faq-content__list-item.active span svg {
  transform: rotate(180deg);
}
.faq-content__list-item.active span svg path {
  stroke: #fff;
}
.faq-content__list-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .faq-content__list-toggle {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.faq-content__list-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.375rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .faq-content__list-title {
    font-size: 1.125rem;
  }
}
.faq-content__list-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #c4c4c4;
}
.faq-content__list-icon svg {
  transition: all 0.4s ease;
}
.faq-content__list-text {
  display: none;
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  color: #16213a;
  line-height: 1.8125rem;
}
@media (min-width: 992px) {
  .homepage-information {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}
.homepage-information__nav-list {
  padding: 1.125rem 0 1.125rem 1.25rem;
}
@media (min-width: 992px) {
  .homepage-information__nav-list {
    padding: 0;
    margin-bottom: 4rem;
  }
}
.homepage-information__nav-item:not(.passive) a {
  color: #00783f;
}
.homepage-information__nav-item:not(.passive) a:after {
  background-color: #00783f;
  width: 100%;
}
.homepage-information__nav-link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
  color: #253146;
  line-height: 1.125rem;
  padding: 0.875rem;
}
@media (min-width: 992px) {
  .homepage-information__nav-link {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #0a0a0a;
    padding: 0 0 1rem 0;
  }
}
.homepage-information__nav-link:after {
  content: '';
  width: 0%;
  height: 0.125rem;
  background-color: transparent;
  transition: all 0.2s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}
.homepage-information__content {
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .homepage-information__content {
    padding: 0;
  }
}
.homepage-information__content-title {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #253146;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .homepage-information__content-title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
  .homepage-information__content-title::after {
    content: '';
    width: 4.625rem;
    height: 4.5rem;
    background-image: url('../media/img/vectors/information-title-line.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -1.5625rem;
    right: -1.875rem;
  }
}
.homepage-information__content-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #16213a;
  line-height: 1.5625rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .homepage-information__content-text {
    font-size: 1rem;
    line-height: 1.8125rem;
    margin-bottom: 2rem;
  }
}
.homepage-information__content-btn {
  margin-bottom: 1rem;
}
.homepage-products {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .homepage-products {
    padding: 6rem 0;
  }
}
.homepage-products__title {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .homepage-products__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.homepage-products__text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.375rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .homepage-products__text {
    text-align: center;
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.homepage-products .products-slider__card-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.1875rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .homepage-products .products-slider__card-title {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
.homepage-products .products-slider__card-subtitle {
  font-size: 0.5rem;
  font-weight: 500;
  color: #76787a;
  line-height: 0.875rem;
}
@media (min-width: 992px) {
  .homepage-products .products-slider__card-subtitle {
    font-size: 0.75rem;
    line-height: 1.375rem;
  }
}
.homepage-products .products-slider__card-img {
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .homepage-products .products-slider__card-img {
    margin-bottom: 1.5rem;
  }
}
.homepage-features {
  padding: 2rem 0;
  background: linear-gradient(180deg, #ddefe7 0%, rgba(221, 239, 231, 0) 100%);
}
@media (min-width: 992px) {
  .homepage-features {
    padding-top: 4.5rem;
    padding-bottom: 3rem;
    background: linear-gradient(
      180deg,
      #ddefe7 38.81%,
      rgba(223, 241, 238, 0) 82.08%
    );
  }
}
.homepage-features__title {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.6875rem;
  margin-bottom: 1.125rem;
}
.homepage-features__title span {
  font-weight: 700;
}
@media (min-width: 992px) {
  .homepage-features__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.homepage-features__text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.375rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .homepage-features__text {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 5.5rem;
  }
}
.homepage-features__item {
  padding: 2.5rem 1.25rem;
  margin: 0 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .homepage-features__item {
    padding: 2rem 1.5rem;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .homepage-features__item {
    padding: 3rem 2rem;
  }
  .homepage-features__item + .homepage-features__item {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1200px) {
  .homepage-features__item {
    padding: 4rem 3rem;
  }
}
.homepage-features__item-icon {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .homepage-features__item-icon {
    margin-bottom: 2.5rem;
  }
}
.homepage-features__item-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}
.homepage-features__item-title a {
  color: #0a0a2a;
  text-decoration: none;
}
@media (min-width: 992px) {
  .homepage-features__item-title {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    margin-bottom: 1rem;
  }
}
.homepage-features__item-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #3b4657;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .homepage-features__item-text {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
.homepage-comments {
  padding: 2rem 0 2rem 0;
}
@media (min-width: 992px) {
  .homepage-comments {
    padding: 6rem 0 3.25rem 0;
  }
}
.homepage-comments__title {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.625rem;
  margin-bottom: 1.3125rem;
}
@media (min-width: 992px) {
  .homepage-comments__title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
  }
  .homepage-comments__title img {
    margin-top: -1.875rem;
  }
  .homepage-comments__title br {
    display: none;
  }
}
.homepage-comments__text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .homepage-comments__text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 4rem;
  }
}
.homepage-comments__slider .comments-slider__card-head {
  margin-bottom: 2rem;
}
.homepage-comments__slider .comments-slider__card-head img {
  width: 100%;
}
@media (min-width: 992px) {
  .homepage-comments__slider .comments-slider__card-head {
    margin-bottom: 8.75rem;
  }
}
.homepage-comments__slider .comments-slider__card-body {
  border: 1px solid #e2e2e2;
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .homepage-comments__slider .comments-slider__card-body {
    padding: 3rem;
  }
}
.homepage-comments__slider .comments-slider__card-subtitle {
  font-size: 0.6875rem;
  font-weight: 400;
  color: #76787a;
  line-height: 0.875rem;
  margin-bottom: 1rem;
}
.homepage-comments__slider .comments-slider__card-subtitle span {
  color: #3b4657;
}
@media (min-width: 992px) {
  .homepage-comments__slider .comments-slider__card-subtitle {
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 1.5rem;
  }
}
.homepage-comments__slider .comments-slider__card-stars {
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .homepage-comments__slider .comments-slider__card-stars {
    margin-bottom: 0.875rem;
  }
}
.homepage-comments__slider .comments-slider__card-text {
  font-size: 0.875rem;
  font-weight: 500;
  color: #16213a;
  line-height: 1.375rem;
}
@media (min-width: 992px) {
  .homepage-comments__slider .comments-slider__card-text {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
.homepage-videos {
  padding: 2rem 1.25rem;
  background: linear-gradient(
    360deg,
    #ddefe7 3.6%,
    rgba(221, 239, 231, 0) 87.36%
  );
}
@media (min-width: 992px) {
  .homepage-videos {
    padding: 6rem 0;
    background: linear-gradient(1.35deg, #def0e8 -19.74%, #fff 77.93%);
  }
}
.homepage-videos__title {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.625rem;
  margin-bottom: 0.75rem;
  display: inline-block;
}
@media (min-width: 992px) {
  .homepage-videos__title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1.5rem;
    position: relative;
  }
  .homepage-videos__title::after {
    content: '';
    width: 6.875rem;
    height: 1.6875rem;
    background-image: url('../media/img/vectors/videos-line.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -0.9375rem;
    right: -1.5625rem;
  }
}
.homepage-videos__text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .homepage-videos__text {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 4rem;
  }
}
.homepage-videos__video {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
.homepage-videos__video-head {
  position: relative;
}
@media (min-width: 992px) {
  .homepage-videos__video-head {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
  .homepage-videos__video-head img {
    max-height: 9.25rem;
  }
}
@media (min-width: 992px) {
  .homepage-videos__video-body {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.homepage-videos__video-title {
  font-size: 1rem;
  font-weight: 600;
  color: #16213a;
  line-height: 1.375rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .homepage-videos__video-title {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 1rem;
  }
  .homepage-videos__video--main .homepage-videos__video-title {
    font-size: 1.375rem;
  }
}
.homepage-videos__video-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #3b4657;
  line-height: 1.375rem;
}
@media (min-width: 992px) {
  .homepage-videos__video-text {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}
.homepage-videos__video--main {
  margin-bottom: 4rem;
}
.homepage-videos__video--main .homepage-videos__video-head {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
.homepage-videos__video--main .homepage-videos__video-head img {
  max-height: unset;
  margin-bottom: 1.25rem;
}
.homepage-videos__video--main .homepage-videos__video-body {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
.homepage-videos__video--main .homepage-videos__play-btn {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homepage-videos__play-btn {
  display: none;
}
.homepage-blog {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .homepage-blog {
    padding: 6rem 0;
  }
}
.homepage-blog__title {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.625rem;
  margin-bottom: 2.125rem;
  display: inline-block;
}
.homepage-blog__title img {
  max-width: 4.8125rem;
}
.homepage-blog__title span {
  position: relative;
}
.homepage-blog__title span::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.75rem;
  background: #ddefe6;
  z-index: -1;
}
@media (min-width: 992px) {
  .homepage-blog__title span::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .homepage-blog__title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 4rem;
    position: relative;
  }
  .homepage-blog__title::after {
    content: '';
    width: 4.9375rem;
    height: 4.6875rem;
    background-image: url('../media/img/vectors/blog-title-line.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -0.9375rem;
    right: -2.1875rem;
  }
  .homepage-blog__title img {
    max-width: 100%;
  }
}
.homepage-blog__slider {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .homepage-blog__slider {
    margin-bottom: 4rem;
  }
}
.intro-hero__item {
  padding-top: 1.5rem;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
}
@media (min-width: 992px) {
  .intro-hero__item {
    padding-top: 7rem;
    height: 100%;
  }
}
.intro-hero__item--green {
  background-color: #ddefe7;
}
.intro-hero__item--orange {
  background-color: #ffd3a4;
}
.intro-hero__item-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #000;
  line-height: 1.6875rem;
  margin-bottom: 0.375rem;
}
@media (min-width: 992px) {
  .intro-hero__item-title {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
}
.intro-hero__item-title span {
  font-weight: bold;
}
.intro-hero__item-text {
  font-size: 0.75rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .intro-hero__item-text {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 2.5rem;
  }
}
.intro-hero__item-link {
  display: inline-block;
  padding: 0.5rem 3rem;
  position: absolute;
  bottom: 1.5rem;
}
@media (min-width: 992px) {
  .intro-hero__item-link {
    position: static;
    padding: 1rem 4.5rem;
  }
}
.intro-hero__item-img {
  display: block;
}
@media (min-width: 992px) {
  .intro-hero__item-img {
    position: relative;
    bottom: 0;
  }
}
.intro-hero__item.passive {
  filter: grayscale(1);
}
.intro-features {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .intro-features {
    padding: 6rem 0;
  }
}
.intro-features__title {
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.6875rem;
  margin-bottom: 1.125rem;
}
.intro-features__title span {
  font-weight: 700;
}
.intro-features__title img {
  max-width: 4.8125rem;
}
@media (min-width: 992px) {
  .intro-features__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .intro-features__title img {
    max-width: 8.125rem;
  }
}
.intro-features__title span {
  position: relative;
}
.intro-features__title span:after {
  content: '';
  background-color: #ddefe6;
  width: 100%;
  height: 0.75rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .intro-features__title span::after {
    display: none;
  }
}
.intro-features__text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.375rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .intro-features__text {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 5.5rem;
  }
}
.intro-features__item {
  padding: 2.5rem 1.25rem;
  margin: 0 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .intro-features__item {
    padding: 2rem 1.5rem;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .intro-features__item {
    padding: 3rem 2rem;
  }
  .intro-features__item + .intro-features__item {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1200px) {
  .intro-features__item {
    padding: 4rem 3rem;
  }
}
.intro-features__item-icon {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .intro-features__item-icon {
    margin-bottom: 2.5rem;
  }
}
.intro-features__item-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .intro-features__item-title {
    font-size: 1.375rem;
    line-height: 1.6875rem;
    margin-bottom: 1rem;
  }
}
.intro-features__item-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #3b4657;
  line-height: 1.5rem;
}
@media (min-width: 992px) {
  .intro-features__item-text {
    font-size: 1rem;
    line-height: 1.6875rem;
  }
}
.intro-information {
  background: #ddefe7;
}
@media (min-width: 992px) {
  .intro-information {
    background: linear-gradient(180deg, #def0e8 15.63%, #fff 77.29%);
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.intro-information__nav-list {
  padding: 1.125rem 1.25rem 1.125rem 1.25rem;
}
@media (max-width: 991.98px) {
  .intro-information__nav-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .intro-information__nav-list {
    padding: 0;
    margin-bottom: 4rem;
  }
}
.intro-information__nav-item:not(.passive) a {
  color: #00783f;
}
.intro-information__nav-item:not(.passive) a:after {
  background-color: #00783f;
  width: 100%;
}
@media (max-width: 991.98px) {
  .intro-information__nav-item + .intro-information__nav-item.tab-item {
    margin-left: 0;
  }
}
.intro-information__nav-link {
  position: relative;
  font-size: 0.875rem;
  font-weight: 600;
  color: #253146;
  line-height: 1.125rem;
  padding: 0.875rem;
}
@media (min-width: 992px) {
  .intro-information__nav-link {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #0a0a0a;
    padding: 0 0 1rem 0;
  }
}
.intro-information__nav-link:after {
  content: '';
  width: 0%;
  height: 0.125rem;
  background-color: transparent;
  transition: all 0.2s ease;
  position: absolute;
  bottom: 0;
  left: 0;
}
.intro-information__content {
  padding: 1.25rem;
}
@media (min-width: 992px) {
  .intro-information__content {
    padding: 0;
  }
}
.intro-information__content-title {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  color: #253146;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .intro-information__content-title {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
}
.intro-information__content-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #16213a;
  line-height: 1.5625rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .intro-information__content-text {
    font-size: 1rem;
    line-height: 1.8125rem;
    margin-bottom: 2rem;
  }
}
.news-hero .hero-slider__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00783f;
  line-height: 3.25rem;
}
@media (min-width: 992px) {
  .news-hero .hero-slider__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.news-hero .hero-slider__text {
  padding: 0 1.25rem;
}
.news-posts {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .news-posts {
    padding: 6rem 0;
  }
}
.privacy-policy-hero .hero-slider__title,
.cookies-hero .hero-slider__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00783f;
  line-height: 3.25rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .privacy-policy-hero .hero-slider__title,
  .cookies-hero .hero-slider__title {
    font-size: 3rem;
    line-height: 3.6875rem;
    margin-bottom: 1.5rem;
  }
}
.privacy-policy-hero .hero-slider__text,
.cookies-hero .hero-slider__text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.5rem;
  padding: 0 1.25rem;
}
@media (min-width: 992px) {
  .privacy-policy-hero .hero-slider__text,
  .cookies-hero .hero-slider__text {
    font-size: 1rem;
    line-height: 1.8125rem;
  }
}
.privacy-policy-content,
.cookies-content {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  .privacy-policy-content,
  .cookies-content {
    padding: 6rem 0;
  }
}
.product-main__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2rem 1.25rem 0 1.25rem;
}
@media (min-width: 992px) {
  .product-main__wrapper {
    padding: 2rem 0 0rem 4.3125rem;
    max-width: 37.5rem;
  }
}
@media (min-width: 1920px) {
  .product-main__wrapper {
    padding: 7.75rem 0 3.75rem 8.625rem;
  }
}
.product-main__title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.625rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .product-main__title {
    font-size: 2.25rem;
    line-height: 2.625rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1800px) {
  .product-main__title {
    font-size: 2.5rem;
    line-height: 3.25rem;
    margin-bottom: 2rem;
  }
}
.product-main__title span {
  font-weight: bold;
}
.product-main__head {
  height: 5rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .product-main__head {
    height: 7.5rem;
  }
}
.product-main__head p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #253146;
  line-height: 1.625rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .product-main__head p {
    font-size: 1rem;
    line-height: 1.8125rem;
  }
}
.product-main__text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #253146;
  line-height: 1.625rem;
  margin-bottom: 0;
  height: calc(1.625rem * 3);
  overflow: hidden;
}
@media (min-width: 992px) {
  .product-main__text {
    font-size: 1rem;
    line-height: 1.8125rem;
    height: calc(1.8125rem * 3);
    text-overflow: ellipsis;
  }
}
.product-main__text::after {
  content: '...';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-main__more-btn {
  font-size: 0.875rem;
  font-weight: 400;
  color: #00783f;
  line-height: 1.625rem;
}
@media (min-width: 992px) {
  .product-main__more-btn {
    font-size: 1rem;
    line-height: 1.8125rem;
  }
}
.product-main__selection {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .product-main__selection {
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1500px) {
  .product-main__selection {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1800px) {
  .product-main__selection {
    margin-top: 2rem;
  }
}
.product-main__selection-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #16213a;
  line-height: 1.375rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .product-main__selection-title {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-bottom: 1.5rem;
  }
}
.product-main__selection-tab {
  display: none;
}
.product-main__selection-tab.active {
  display: block;
}
.product-main__selection-list {
  list-style-type: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}
.product-main__selection-item {
  border: 1px solid #e2e2e2;
}
.product-main__selection-item + .product-main__selection-item {
  margin-left: 1rem;
}
.product-main__selection-item.active,
.product-main__selection-item:hover {
  border: 1px solid #00783f;
}
.product-main__selection-item.active img,
.product-main__selection-item:hover img {
  border: 1px solid #d8d8d8;
}
.product-main__selection-item.disabled {
  display: none;
}
.product-main__selection-btn {
  padding: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5.625rem;
  height: 4.375rem;
  text-align: center;
}
.product-main__selection-btn span {
  font-size: 0.75rem;
  font-weight: 500;
  color: #76787a;
  line-height: 1.375rem;
  margin-bottom: 0.5rem;
}
.product-main__selection-btn span:nth-child(2) {
  font-size: 1.25rem;
  color: getcolor(#00aeee);
  line-height: 1.375rem;
  font-weight: 800;
  margin-bottom: 0;
}
.product-main__selection-btn p {
  font-size: 1rem;
  font-weight: 600;
  color: #565e68;
  line-height: 1.375rem;
  margin-bottom: 0;
}
.product-main__selection-btn--color span:nth-child(2) {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 1.375rem;
  color: transparent;
  background-color: #00783f;
}
.product-main__selection-btn img {
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid transparent;
  border-radius: 1.375rem;
}
.product-store {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.75rem;
}
.product-store__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  min-width: 6rem;
  height: 3.5rem;
}
.product-store__item:hover {
  border: 1px solid #00783f;
}
.product-store__logo {
  max-width: 100%;
  max-height: 2rem;
  width: auto;
  height: auto;
  object-fit: contain;
}
.product-main__buy-btn {
  padding: 1rem 0;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.product-main__buy-btn svg {
  margin-right: 0.5rem;
}
.product-main__buy-btn a {
  padding: 0.75rem 3rem;
}
@media (min-width: 992px) {
  .product-main__buy-btn a {
    padding: 1.125rem 4.5rem;
  }
}
@media (min-width: 992px) {
  .product-main__buy-btn {
    padding: 0;
    background-color: unset;
    position: static;
    display: block;
    z-index: 1;
  }
}
.product-main--mask .product-main__wrapper {
  max-width: unset;
}
@media (min-width: 992px) {
  .product-main--mask .product-main__title {
    max-width: 46.875rem;
  }
}
@media (min-width: 992px) {
  .product-main--mask .product-main__text,
  .product-main--mask .product-main__selection,
  .product-main--mask .product-main__buy-btn {
    max-width: 37.5rem;
  }
}
.product-features__head {
  padding: 1rem 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .product-features__head {
    padding: 4.5rem 0;
  }
}
.product-features__title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
}
.product-features__title span {
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.product-features__title span::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.75rem;
  background: #ddefe6;
  z-index: -1;
}
@media (min-width: 992px) {
  .product-features__title span::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-features__title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (min-width: 1900px) {
  .product-features__title {
    font-size: 2.5rem;
  }
}
.product-features__text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.625rem;
}
@media (min-width: 992px) {
  .product-features__text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.product-features__content-item {
  padding: 2rem 1.25rem;
}
@media (min-width: 992px) {
  .product-features__content-item {
    background: #fff;
    padding: 2.5rem 0;
  }
  .product-features__content-item:first-child {
    background: linear-gradient(
      180deg,
      #d4f6f0 22.89%,
      rgba(255, 255, 255, 0) 95.57%
    );
  }
  .product-features__content-item:last-child {
    background: linear-gradient(1.35deg, #d5f7f1 -19.74%, #fff 77.93%);
  }
}
@media (max-width: 1199.98px) {
  .product-features__content-item {
    background: #fff;
  }
  .product-features__content-item:nth-last-child(2n) {
    background: linear-gradient(
      180deg,
      #d4f6f0 0%,
      rgba(221, 239, 231, 0) 100%
    );
  }
}
.product-features__content-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #16213a;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .product-features__content-title {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1900px) {
  .product-features__content-title {
    font-size: 2rem;
  }
}
.product-features__content-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #16213a;
  line-height: 1.5625rem;
}
@media (min-width: 992px) {
  .product-features__content-text {
    font-size: 1.125rem;
    line-height: 1.8125rem;
  }
}
.product-features__content-wrapper {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .product-features__content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .product-features__content-wrapper {
    max-width: 36.125rem;
  }
}
.product-features__content-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .product-features__content-card {
    padding: 1rem;
  }
}
.product-features__content-card-img {
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .product-features__content-card-img {
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
}
.product-features__content-card-body {
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 992px) {
  .product-features__content-card-body {
    -ms-flex-order: 2;
    order: 2;
  }
}
.product-similar {
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .product-similar {
    padding: 6rem 0;
  }
}
.product-similar__title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.6875rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: bold;
}
.product-similar__title span {
  position: relative;
  z-index: 2;
}
.product-similar__title span::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.75rem;
  background: #ddefe6;
  z-index: -1;
}
@media (min-width: 992px) {
  .product-similar__title span::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-similar__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.product-similar__text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.625rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .product-similar__text {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 3rem;
  }
}
.product-similar .products-slider__card-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.1875rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .product-similar .products-slider__card-title {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}
.product-similar .products-slider__card-subtitle {
  font-size: 0.5rem;
  font-weight: 500;
  color: #76787a;
  line-height: 0.875rem;
}
@media (min-width: 992px) {
  .product-similar .products-slider__card-subtitle {
    font-size: 0.75rem;
    line-height: 1.375rem;
  }
}
.product-similar .products-slider__card-img {
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .product-similar .products-slider__card-img {
    margin-bottom: 1.5rem;
  }
}
.selection-content {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .selection-content {
    padding: 6rem 0;
  }
}
.selection-content__item-title {
  font-size: 1rem;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 1.375rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .selection-content__item-title {
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin-bottom: 2rem;
  }
}
.selection-content__item-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0a0a0a;
  line-height: 1.125rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .selection-content__item-text {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
  }
}
.selection-content__products {
  margin-bottom: 2.25rem;
}
@media (min-width: 992px) {
  .selection-content__products {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 991.98px) {
  .selection-content .product-card {
    margin-bottom: 2rem;
  }
}
.theme-orange .header .dropdown-toggle {
  background-color: #ff7532;
}
.theme-orange .header .dropdown-list {
  background-color: rgba(255, 117, 50, 0.258824);
}
.theme-orange .header .dropdown-list a {
  color: #ff7532;
}
.theme-orange .btn--primary {
  background-color: #ff7532;
}
.theme-orange .btn--primary-outline {
  border-color: #ff7532;
  color: #ff7532;
}
.theme-orange .btn--primary-outline svg path {
  stroke: #ff7532;
}
.theme-orange .slick-slider .slick-arrow {
  background-color: #ff7532;
}
.theme-orange .slick-slider .slick-arrow svg path {
  stroke: #fff;
}
html:lang(en) .desktop-header__dropdown-list-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
html:lang(en) .product-main__selection-btn--color {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 5.625rem;
  height: 5.625rem;
}
html:lang(en) .product-main__selection-btn--color span {
  font-size: 0.625rem;
  line-height: 0.875rem;
}
.share-box {
  display: none;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 4px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 50px;
}
.share-box.active {
  display: block;
}
.share-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.share-list-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.share-list-item + .share-list-item {
  margin-left: 15px;
}
.share-list-item svg {
  width: 24px;
  height: 24px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
@media (min-width: 992px) {
  .video-container {
    padding-bottom: 43.7%;
  }
}
.video-container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
