*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}
body {
  margin: 0;
  font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25
}
hr:not([size]) {
  height: 1px
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}
h1 {
  font-size: calc(1.375rem + 1.5vw)
}
@media (min-width:1200px) {
  h1 {
    font-size: 2.5rem
  }
}
h2 {
  font-size: calc(1.325rem + .9vw)
}
@media (min-width:1200px) {
  h2 {
    font-size: 2rem
  }
}
h3 {
  font-size: calc(1.3rem + .6vw)
}
@media (min-width:1200px) {
  h3 {
    font-size: 1.75rem
  }
}
h4 {
  font-size: calc(1.275rem + .3vw)
}
@media (min-width:1200px) {
  h4 {
    font-size: 1.5rem
  }
}
h5 {
  font-size: 1.25rem
}
h6 {
  font-size: 1rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
ol,
ul {
  padding-left: 2rem
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}
dt {
  font-weight: 700
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
blockquote {
  margin: 0 0 1rem
}
b,
strong {
  font-weight: bolder
}
small {
  font-size: .875em
}
mark {
  padding: .2em;
  background-color: #fcf8e3
}
sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #0d6efd;
  text-decoration: underline
}
a:hover {
  color: #0a58ca
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}
code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word
}
a > code {
  color: inherit
}
kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700
}
figure {
  margin: 0 0 1rem
}
img,
svg {
  vertical-align: middle
}
table {
  caption-side: bottom;
  border-collapse: collapse
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}
label {
  display: inline-block
}
button {
  border-radius: 0
}
button:focus:not(:focus-visible) {
  outline: 0
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button,
select {
  text-transform: none
}
[role=button] {
  cursor: pointer
}
select {
  word-wrap: normal
}
select:disabled {
  opacity: 1
}
[list]::-webkit-calendar-picker-indicator {
  display: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}
::-moz-focus-inner {
  padding: 0;
  border-style: none
}
textarea {
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit
}
@media (min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
}
legend + * {
  clear: left
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}
::-webkit-inner-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-color-swatch-wrapper {
  padding: 0
}
::-webkit-file-upload-button {
  font: inherit
}
::file-selector-button {
  font: inherit
}
::file-selector-button {
  font: inherit
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
iframe {
  border: 0
}
summary {
  display: list-item;
  cursor: pointer
}
progress {
  vertical-align: baseline
}
[hidden] {
  display: none!important
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x,15px);
  padding-left: var(--bs-gutter-x,15px);
  margin-right: auto;
  margin-left: auto
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5)
}
.row > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}
.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%
}
.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%
}
@media (min-width:576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}
@media (min-width:768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}
@media (min-width:992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}
@media (min-width:1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}
@media (min-width:1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%
}
.offset-1 {
  margin-left: 8.33333333%
}
.offset-2 {
  margin-left: 16.66666667%
}
.offset-3 {
  margin-left: 25%
}
.offset-4 {
  margin-left: 33.33333333%
}
.offset-5 {
  margin-left: 41.66666667%
}
.offset-6 {
  margin-left: 50%
}
.offset-7 {
  margin-left: 58.33333333%
}
.offset-8 {
  margin-left: 66.66666667%
}
.offset-9 {
  margin-left: 75%
}
.offset-10 {
  margin-left: 83.33333333%
}
.offset-11 {
  margin-left: 91.66666667%
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem
}
@media (min-width:576px) {
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.33333333%
  }
  .offset-sm-2 {
    margin-left: 16.66666667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.33333333%
  }
  .offset-sm-5 {
    margin-left: 41.66666667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.33333333%
  }
  .offset-sm-8 {
    margin-left: 66.66666667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.33333333%
  }
  .offset-sm-11 {
    margin-left: 91.66666667%
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem
  }
}
@media (min-width:768px) {
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.33333333%
  }
  .offset-md-2 {
    margin-left: 16.66666667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.33333333%
  }
  .offset-md-5 {
    margin-left: 41.66666667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.33333333%
  }
  .offset-md-8 {
    margin-left: 66.66666667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.33333333%
  }
  .offset-md-11 {
    margin-left: 91.66666667%
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem
  }
}
@media (min-width:992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.33333333%
  }
  .offset-lg-2 {
    margin-left: 16.66666667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.33333333%
  }
  .offset-lg-5 {
    margin-left: 41.66666667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.33333333%
  }
  .offset-lg-8 {
    margin-left: 66.66666667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.33333333%
  }
  .offset-lg-11 {
    margin-left: 91.66666667%
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem
  }
}
@media (min-width:1200px) {
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.33333333%
  }
  .offset-xl-2 {
    margin-left: 16.66666667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.33333333%
  }
  .offset-xl-5 {
    margin-left: 41.66666667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.33333333%
  }
  .offset-xl-8 {
    margin-left: 66.66666667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.33333333%
  }
  .offset-xl-11 {
    margin-left: 91.66666667%
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem
  }
}
@media (min-width:1400px) {
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
  .offset-xxl-0 {
    margin-left: 0
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%
  }
  .offset-xxl-3 {
    margin-left: 25%
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%
  }
  .offset-xxl-6 {
    margin-left: 50%
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%
  }
  .offset-xxl-9 {
    margin-left: 75%
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem
  }
}
.d-inline {
  display: inline!important
}
.d-inline-block {
  display: inline-block!important
}
.d-block {
  display: block!important
}
.d-grid {
  display: -ms-grid!important;
  display: grid!important
}
.d-table {
  display: table!important
}
.d-table-row {
  display: table-row!important
}
.d-table-cell {
  display: table-cell!important
}
.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}
.d-inline-flex {
  display: -webkit-inline-box!important;
  display: -ms-inline-flexbox!important;
  display: inline-flex!important
}
.d-none {
  display: none!important
}
.flex-fill {
  -webkit-box-flex: 1!important;
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important
}
.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important
}
.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important
}
.flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important
}
.flex-column-reverse {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important
}
.flex-grow-0 {
  -webkit-box-flex: 0!important;
  -ms-flex-positive: 0!important;
  flex-grow: 0!important
}
.flex-grow-1 {
  -webkit-box-flex: 1!important;
  -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
}
.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important
}
.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse!important;
  flex-wrap: wrap-reverse!important
}
.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}
.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}
.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important
}
.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}
.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly!important;
  -ms-flex-pack: space-evenly!important;
  justify-content: space-evenly!important
}
.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important
}
.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important
}
.align-items-baseline {
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important
}
.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important
}
.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start!important
}
.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important
}
.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important
}
.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important
}
.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important
}
.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch!important
}
.align-self-auto {
  -ms-flex-item-align: auto!important;
  -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
}
.order-first {
  -webkit-box-ordinal-group: 0!important;
  -ms-flex-order: -1!important;
  order: -1!important
}
.order-0 {
  -webkit-box-ordinal-group: 1!important;
  -ms-flex-order: 0!important;
  order: 0!important
}
.order-1 {
  -webkit-box-ordinal-group: 2!important;
  -ms-flex-order: 1!important;
  order: 1!important
}
.order-2 {
  -webkit-box-ordinal-group: 3!important;
  -ms-flex-order: 2!important;
  order: 2!important
}
.order-3 {
  -webkit-box-ordinal-group: 4!important;
  -ms-flex-order: 3!important;
  order: 3!important
}
.order-4 {
  -webkit-box-ordinal-group: 5!important;
  -ms-flex-order: 4!important;
  order: 4!important
}
.order-5 {
  -webkit-box-ordinal-group: 6!important;
  -ms-flex-order: 5!important;
  order: 5!important
}
.order-last {
  -webkit-box-ordinal-group: 7!important;
  -ms-flex-order: 6!important;
  order: 6!important
}
.m-0 {
  margin: 0!important
}
.m-1 {
  margin: .25rem!important
}
.m-2 {
  margin: .5rem!important
}
.m-3 {
  margin: 1rem!important
}
.m-4 {
  margin: 1.5rem!important
}
.m-5 {
  margin: 3rem!important
}
.m-auto {
  margin: auto!important
}
.mx-0 {
  margin-right: 0!important;
  margin-left: 0!important
}
.mx-1 {
  margin-right: .25rem!important;
  margin-left: .25rem!important
}
.mx-2 {
  margin-right: .5rem!important;
  margin-left: .5rem!important
}
.mx-3 {
  margin-right: 1rem!important;
  margin-left: 1rem!important
}
.mx-4 {
  margin-right: 1.5rem!important;
  margin-left: 1.5rem!important
}
.mx-5 {
  margin-right: 3rem!important;
  margin-left: 3rem!important
}
.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important
}
.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important
}
.my-1 {
  margin-top: .25rem!important;
  margin-bottom: .25rem!important
}
.my-2 {
  margin-top: .5rem!important;
  margin-bottom: .5rem!important
}
.my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important
}
.my-4 {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important
}
.my-5 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important
}
.my-auto {
  margin-top: auto!important;
  margin-bottom: auto!important
}
.mt-0 {
  margin-top: 0!important
}
.mt-1 {
  margin-top: .25rem!important
}
.mt-2 {
  margin-top: .5rem!important
}
.mt-3 {
  margin-top: 1rem!important
}
.mt-4 {
  margin-top: 1.5rem!important
}
.mt-5 {
  margin-top: 3rem!important
}
.mt-auto {
  margin-top: auto!important
}
.me-0 {
  margin-right: 0!important
}
.me-1 {
  margin-right: .25rem!important
}
.me-2 {
  margin-right: .5rem!important
}
.me-3 {
  margin-right: 1rem!important
}
.me-4 {
  margin-right: 1.5rem!important
}
.me-5 {
  margin-right: 3rem!important
}
.me-auto {
  margin-right: auto!important
}
.mb-0 {
  margin-bottom: 0!important
}
.mb-1 {
  margin-bottom: .25rem!important
}
.mb-2 {
  margin-bottom: .5rem!important
}
.mb-3 {
  margin-bottom: 1rem!important
}
.mb-4 {
  margin-bottom: 1.5rem!important
}
.mb-5 {
  margin-bottom: 3rem!important
}
.mb-auto {
  margin-bottom: auto!important
}
.ms-0 {
  margin-left: 0!important
}
.ms-1 {
  margin-left: .25rem!important
}
.ms-2 {
  margin-left: .5rem!important
}
.ms-3 {
  margin-left: 1rem!important
}
.ms-4 {
  margin-left: 1.5rem!important
}
.ms-5 {
  margin-left: 3rem!important
}
.ms-auto {
  margin-left: auto!important
}
.p-0 {
  padding: 0!important
}
.p-1 {
  padding: .25rem!important
}
.p-2 {
  padding: .5rem!important
}
.p-3 {
  padding: 1rem!important
}
.p-4 {
  padding: 1.5rem!important
}
.p-5 {
  padding: 3rem!important
}
.px-0 {
  padding-right: 0!important;
  padding-left: 0!important
}
.px-1 {
  padding-right: .25rem!important;
  padding-left: .25rem!important
}
.px-2 {
  padding-right: .5rem!important;
  padding-left: .5rem!important
}
.px-3 {
  padding-right: 1rem!important;
  padding-left: 1rem!important
}
.px-4 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important
}
.px-5 {
  padding-right: 3rem!important;
  padding-left: 3rem!important
}
.py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important
}
.py-1 {
  padding-top: .25rem!important;
  padding-bottom: .25rem!important
}
.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important
}
.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important
}
.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important
}
.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important
}
.pt-0 {
  padding-top: 0!important
}
.pt-1 {
  padding-top: .25rem!important
}
.pt-2 {
  padding-top: .5rem!important
}
.pt-3 {
  padding-top: 1rem!important
}
.pt-4 {
  padding-top: 1.5rem!important
}
.pt-5 {
  padding-top: 3rem!important
}
.pe-0 {
  padding-right: 0!important
}
.pe-1 {
  padding-right: .25rem!important
}
.pe-2 {
  padding-right: .5rem!important
}
.pe-3 {
  padding-right: 1rem!important
}
.pe-4 {
  padding-right: 1.5rem!important
}
.pe-5 {
  padding-right: 3rem!important
}
.pb-0 {
  padding-bottom: 0!important
}
.pb-1 {
  padding-bottom: .25rem!important
}
.pb-2 {
  padding-bottom: .5rem!important
}
.pb-3 {
  padding-bottom: 1rem!important
}
.pb-4 {
  padding-bottom: 1.5rem!important
}
.pb-5 {
  padding-bottom: 3rem!important
}
.ps-0 {
  padding-left: 0!important
}
.ps-1 {
  padding-left: .25rem!important
}
.ps-2 {
  padding-left: .5rem!important
}
.ps-3 {
  padding-left: 1rem!important
}
.ps-4 {
  padding-left: 1.5rem!important
}
.ps-5 {
  padding-left: 3rem!important
}
@media (min-width:576px) {
  .d-sm-inline {
    display: inline!important
  }
  .d-sm-inline-block {
    display: inline-block!important
  }
  .d-sm-block {
    display: block!important
  }
  .d-sm-grid {
    display: -ms-grid!important;
    display: grid!important
  }
  .d-sm-table {
    display: table!important
  }
  .d-sm-table-row {
    display: table-row!important
  }
  .d-sm-table-cell {
    display: table-cell!important
  }
  .d-sm-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .d-sm-none {
    display: none!important
  }
  .flex-sm-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-sm-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1!important;
    -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
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-sm-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-sm-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-sm-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
  .align-items-sm-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-sm-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-sm-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    -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
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important
  }
  .m-sm-0 {
    margin: 0!important
  }
  .m-sm-1 {
    margin: .25rem!important
  }
  .m-sm-2 {
    margin: .5rem!important
  }
  .m-sm-3 {
    margin: 1rem!important
  }
  .m-sm-4 {
    margin: 1.5rem!important
  }
  .m-sm-5 {
    margin: 3rem!important
  }
  .m-sm-auto {
    margin: auto!important
  }
  .mx-sm-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-sm-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-sm-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-sm-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-sm-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-sm-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-sm-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-sm-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-sm-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-sm-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-sm-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-sm-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-sm-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-sm-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-sm-0 {
    margin-top: 0!important
  }
  .mt-sm-1 {
    margin-top: .25rem!important
  }
  .mt-sm-2 {
    margin-top: .5rem!important
  }
  .mt-sm-3 {
    margin-top: 1rem!important
  }
  .mt-sm-4 {
    margin-top: 1.5rem!important
  }
  .mt-sm-5 {
    margin-top: 3rem!important
  }
  .mt-sm-auto {
    margin-top: auto!important
  }
  .me-sm-0 {
    margin-right: 0!important
  }
  .me-sm-1 {
    margin-right: .25rem!important
  }
  .me-sm-2 {
    margin-right: .5rem!important
  }
  .me-sm-3 {
    margin-right: 1rem!important
  }
  .me-sm-4 {
    margin-right: 1.5rem!important
  }
  .me-sm-5 {
    margin-right: 3rem!important
  }
  .me-sm-auto {
    margin-right: auto!important
  }
  .mb-sm-0 {
    margin-bottom: 0!important
  }
  .mb-sm-1 {
    margin-bottom: .25rem!important
  }
  .mb-sm-2 {
    margin-bottom: .5rem!important
  }
  .mb-sm-3 {
    margin-bottom: 1rem!important
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-sm-5 {
    margin-bottom: 3rem!important
  }
  .mb-sm-auto {
    margin-bottom: auto!important
  }
  .ms-sm-0 {
    margin-left: 0!important
  }
  .ms-sm-1 {
    margin-left: .25rem!important
  }
  .ms-sm-2 {
    margin-left: .5rem!important
  }
  .ms-sm-3 {
    margin-left: 1rem!important
  }
  .ms-sm-4 {
    margin-left: 1.5rem!important
  }
  .ms-sm-5 {
    margin-left: 3rem!important
  }
  .ms-sm-auto {
    margin-left: auto!important
  }
  .p-sm-0 {
    padding: 0!important
  }
  .p-sm-1 {
    padding: .25rem!important
  }
  .p-sm-2 {
    padding: .5rem!important
  }
  .p-sm-3 {
    padding: 1rem!important
  }
  .p-sm-4 {
    padding: 1.5rem!important
  }
  .p-sm-5 {
    padding: 3rem!important
  }
  .px-sm-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-sm-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-sm-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-sm-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-sm-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-sm-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .py-sm-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-sm-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-sm-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-sm-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-sm-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-sm-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .pt-sm-0 {
    padding-top: 0!important
  }
  .pt-sm-1 {
    padding-top: .25rem!important
  }
  .pt-sm-2 {
    padding-top: .5rem!important
  }
  .pt-sm-3 {
    padding-top: 1rem!important
  }
  .pt-sm-4 {
    padding-top: 1.5rem!important
  }
  .pt-sm-5 {
    padding-top: 3rem!important
  }
  .pe-sm-0 {
    padding-right: 0!important
  }
  .pe-sm-1 {
    padding-right: .25rem!important
  }
  .pe-sm-2 {
    padding-right: .5rem!important
  }
  .pe-sm-3 {
    padding-right: 1rem!important
  }
  .pe-sm-4 {
    padding-right: 1.5rem!important
  }
  .pe-sm-5 {
    padding-right: 3rem!important
  }
  .pb-sm-0 {
    padding-bottom: 0!important
  }
  .pb-sm-1 {
    padding-bottom: .25rem!important
  }
  .pb-sm-2 {
    padding-bottom: .5rem!important
  }
  .pb-sm-3 {
    padding-bottom: 1rem!important
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-sm-5 {
    padding-bottom: 3rem!important
  }
  .ps-sm-0 {
    padding-left: 0!important
  }
  .ps-sm-1 {
    padding-left: .25rem!important
  }
  .ps-sm-2 {
    padding-left: .5rem!important
  }
  .ps-sm-3 {
    padding-left: 1rem!important
  }
  .ps-sm-4 {
    padding-left: 1.5rem!important
  }
  .ps-sm-5 {
    padding-left: 3rem!important
  }
}
@media (min-width:768px) {
  .d-md-inline {
    display: inline!important
  }
  .d-md-inline-block {
    display: inline-block!important
  }
  .d-md-block {
    display: block!important
  }
  .d-md-grid {
    display: -ms-grid!important;
    display: grid!important
  }
  .d-md-table {
    display: table!important
  }
  .d-md-table-row {
    display: table-row!important
  }
  .d-md-table-cell {
    display: table-cell!important
  }
  .d-md-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-md-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .d-md-none {
    display: none!important
  }
  .flex-md-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }
  .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-md-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1!important;
    -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
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-md-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-md-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-md-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
  .align-items-md-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-md-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-md-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    -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
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important
  }
  .m-md-0 {
    margin: 0!important
  }
  .m-md-1 {
    margin: .25rem!important
  }
  .m-md-2 {
    margin: .5rem!important
  }
  .m-md-3 {
    margin: 1rem!important
  }
  .m-md-4 {
    margin: 1.5rem!important
  }
  .m-md-5 {
    margin: 3rem!important
  }
  .m-md-auto {
    margin: auto!important
  }
  .mx-md-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-md-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-md-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-md-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-md-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-md-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-md-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-md-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-md-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-md-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-md-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-md-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-md-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-md-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-md-0 {
    margin-top: 0!important
  }
  .mt-md-1 {
    margin-top: .25rem!important
  }
  .mt-md-2 {
    margin-top: .5rem!important
  }
  .mt-md-3 {
    margin-top: 1rem!important
  }
  .mt-md-4 {
    margin-top: 1.5rem!important
  }
  .mt-md-5 {
    margin-top: 3rem!important
  }
  .mt-md-auto {
    margin-top: auto!important
  }
  .me-md-0 {
    margin-right: 0!important
  }
  .me-md-1 {
    margin-right: .25rem!important
  }
  .me-md-2 {
    margin-right: .5rem!important
  }
  .me-md-3 {
    margin-right: 1rem!important
  }
  .me-md-4 {
    margin-right: 1.5rem!important
  }
  .me-md-5 {
    margin-right: 3rem!important
  }
  .me-md-auto {
    margin-right: auto!important
  }
  .mb-md-0 {
    margin-bottom: 0!important
  }
  .mb-md-1 {
    margin-bottom: .25rem!important
  }
  .mb-md-2 {
    margin-bottom: .5rem!important
  }
  .mb-md-3 {
    margin-bottom: 1rem!important
  }
  .mb-md-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-md-5 {
    margin-bottom: 3rem!important
  }
  .mb-md-auto {
    margin-bottom: auto!important
  }
  .ms-md-0 {
    margin-left: 0!important
  }
  .ms-md-1 {
    margin-left: .25rem!important
  }
  .ms-md-2 {
    margin-left: .5rem!important
  }
  .ms-md-3 {
    margin-left: 1rem!important
  }
  .ms-md-4 {
    margin-left: 1.5rem!important
  }
  .ms-md-5 {
    margin-left: 3rem!important
  }
  .ms-md-auto {
    margin-left: auto!important
  }
  .p-md-0 {
    padding: 0!important
  }
  .p-md-1 {
    padding: .25rem!important
  }
  .p-md-2 {
    padding: .5rem!important
  }
  .p-md-3 {
    padding: 1rem!important
  }
  .p-md-4 {
    padding: 1.5rem!important
  }
  .p-md-5 {
    padding: 3rem!important
  }
  .px-md-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-md-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-md-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-md-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-md-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-md-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .py-md-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-md-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-md-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-md-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-md-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-md-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .pt-md-0 {
    padding-top: 0!important
  }
  .pt-md-1 {
    padding-top: .25rem!important
  }
  .pt-md-2 {
    padding-top: .5rem!important
  }
  .pt-md-3 {
    padding-top: 1rem!important
  }
  .pt-md-4 {
    padding-top: 1.5rem!important
  }
  .pt-md-5 {
    padding-top: 3rem!important
  }
  .pe-md-0 {
    padding-right: 0!important
  }
  .pe-md-1 {
    padding-right: .25rem!important
  }
  .pe-md-2 {
    padding-right: .5rem!important
  }
  .pe-md-3 {
    padding-right: 1rem!important
  }
  .pe-md-4 {
    padding-right: 1.5rem!important
  }
  .pe-md-5 {
    padding-right: 3rem!important
  }
  .pb-md-0 {
    padding-bottom: 0!important
  }
  .pb-md-1 {
    padding-bottom: .25rem!important
  }
  .pb-md-2 {
    padding-bottom: .5rem!important
  }
  .pb-md-3 {
    padding-bottom: 1rem!important
  }
  .pb-md-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-md-5 {
    padding-bottom: 3rem!important
  }
  .ps-md-0 {
    padding-left: 0!important
  }
  .ps-md-1 {
    padding-left: .25rem!important
  }
  .ps-md-2 {
    padding-left: .5rem!important
  }
  .ps-md-3 {
    padding-left: 1rem!important
  }
  .ps-md-4 {
    padding-left: 1.5rem!important
  }
  .ps-md-5 {
    padding-left: 3rem!important
  }
}
@media (min-width:992px) {
  .d-lg-inline {
    display: inline!important
  }
  .d-lg-inline-block {
    display: inline-block!important
  }
  .d-lg-block {
    display: block!important
  }
  .d-lg-grid {
    display: -ms-grid!important;
    display: grid!important
  }
  .d-lg-table {
    display: table!important
  }
  .d-lg-table-row {
    display: table-row!important
  }
  .d-lg-table-cell {
    display: table-cell!important
  }
  .d-lg-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .d-lg-none {
    display: none!important
  }
  .flex-lg-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-lg-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1!important;
    -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
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-lg-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-lg-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-lg-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
  .align-items-lg-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-lg-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-lg-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    -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
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important
  }
  .m-lg-0 {
    margin: 0!important
  }
  .m-lg-1 {
    margin: .25rem!important
  }
  .m-lg-2 {
    margin: .5rem!important
  }
  .m-lg-3 {
    margin: 1rem!important
  }
  .m-lg-4 {
    margin: 1.5rem!important
  }
  .m-lg-5 {
    margin: 3rem!important
  }
  .m-lg-auto {
    margin: auto!important
  }
  .mx-lg-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-lg-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-lg-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-lg-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-lg-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-lg-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-lg-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-lg-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-lg-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-lg-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-lg-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-lg-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-lg-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-lg-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-lg-0 {
    margin-top: 0!important
  }
  .mt-lg-1 {
    margin-top: .25rem!important
  }
  .mt-lg-2 {
    margin-top: .5rem!important
  }
  .mt-lg-3 {
    margin-top: 1rem!important
  }
  .mt-lg-4 {
    margin-top: 1.5rem!important
  }
  .mt-lg-5 {
    margin-top: 3rem!important
  }
  .mt-lg-auto {
    margin-top: auto!important
  }
  .me-lg-0 {
    margin-right: 0!important
  }
  .me-lg-1 {
    margin-right: .25rem!important
  }
  .me-lg-2 {
    margin-right: .5rem!important
  }
  .me-lg-3 {
    margin-right: 1rem!important
  }
  .me-lg-4 {
    margin-right: 1.5rem!important
  }
  .me-lg-5 {
    margin-right: 3rem!important
  }
  .me-lg-auto {
    margin-right: auto!important
  }
  .mb-lg-0 {
    margin-bottom: 0!important
  }
  .mb-lg-1 {
    margin-bottom: .25rem!important
  }
  .mb-lg-2 {
    margin-bottom: .5rem!important
  }
  .mb-lg-3 {
    margin-bottom: 1rem!important
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-lg-5 {
    margin-bottom: 3rem!important
  }
  .mb-lg-auto {
    margin-bottom: auto!important
  }
  .ms-lg-0 {
    margin-left: 0!important
  }
  .ms-lg-1 {
    margin-left: .25rem!important
  }
  .ms-lg-2 {
    margin-left: .5rem!important
  }
  .ms-lg-3 {
    margin-left: 1rem!important
  }
  .ms-lg-4 {
    margin-left: 1.5rem!important
  }
  .ms-lg-5 {
    margin-left: 3rem!important
  }
  .ms-lg-auto {
    margin-left: auto!important
  }
  .p-lg-0 {
    padding: 0!important
  }
  .p-lg-1 {
    padding: .25rem!important
  }
  .p-lg-2 {
    padding: .5rem!important
  }
  .p-lg-3 {
    padding: 1rem!important
  }
  .p-lg-4 {
    padding: 1.5rem!important
  }
  .p-lg-5 {
    padding: 3rem!important
  }
  .px-lg-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-lg-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-lg-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-lg-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-lg-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-lg-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .py-lg-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-lg-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-lg-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-lg-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-lg-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-lg-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .pt-lg-0 {
    padding-top: 0!important
  }
  .pt-lg-1 {
    padding-top: .25rem!important
  }
  .pt-lg-2 {
    padding-top: .5rem!important
  }
  .pt-lg-3 {
    padding-top: 1rem!important
  }
  .pt-lg-4 {
    padding-top: 1.5rem!important
  }
  .pt-lg-5 {
    padding-top: 3rem!important
  }
  .pe-lg-0 {
    padding-right: 0!important
  }
  .pe-lg-1 {
    padding-right: .25rem!important
  }
  .pe-lg-2 {
    padding-right: .5rem!important
  }
  .pe-lg-3 {
    padding-right: 1rem!important
  }
  .pe-lg-4 {
    padding-right: 1.5rem!important
  }
  .pe-lg-5 {
    padding-right: 3rem!important
  }
  .pb-lg-0 {
    padding-bottom: 0!important
  }
  .pb-lg-1 {
    padding-bottom: .25rem!important
  }
  .pb-lg-2 {
    padding-bottom: .5rem!important
  }
  .pb-lg-3 {
    padding-bottom: 1rem!important
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-lg-5 {
    padding-bottom: 3rem!important
  }
  .ps-lg-0 {
    padding-left: 0!important
  }
  .ps-lg-1 {
    padding-left: .25rem!important
  }
  .ps-lg-2 {
    padding-left: .5rem!important
  }
  .ps-lg-3 {
    padding-left: 1rem!important
  }
  .ps-lg-4 {
    padding-left: 1.5rem!important
  }
  .ps-lg-5 {
    padding-left: 3rem!important
  }
}
@media (min-width:1200px) {
  .d-xl-inline {
    display: inline!important
  }
  .d-xl-inline-block {
    display: inline-block!important
  }
  .d-xl-block {
    display: block!important
  }
  .d-xl-grid {
    display: -ms-grid!important;
    display: grid!important
  }
  .d-xl-table {
    display: table!important
  }
  .d-xl-table-row {
    display: table-row!important
  }
  .d-xl-table-cell {
    display: table-cell!important
  }
  .d-xl-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .d-xl-none {
    display: none!important
  }
  .flex-xl-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-xl-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1!important;
    -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
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-xl-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-xl-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-xl-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
  .align-items-xl-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-xl-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-xl-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    -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
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important
  }
  .m-xl-0 {
    margin: 0!important
  }
  .m-xl-1 {
    margin: .25rem!important
  }
  .m-xl-2 {
    margin: .5rem!important
  }
  .m-xl-3 {
    margin: 1rem!important
  }
  .m-xl-4 {
    margin: 1.5rem!important
  }
  .m-xl-5 {
    margin: 3rem!important
  }
  .m-xl-auto {
    margin: auto!important
  }
  .mx-xl-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-xl-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-xl-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-xl-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-xl-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-xl-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-xl-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-xl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-xl-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-xl-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-xl-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-xl-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-xl-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-xl-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-xl-0 {
    margin-top: 0!important
  }
  .mt-xl-1 {
    margin-top: .25rem!important
  }
  .mt-xl-2 {
    margin-top: .5rem!important
  }
  .mt-xl-3 {
    margin-top: 1rem!important
  }
  .mt-xl-4 {
    margin-top: 1.5rem!important
  }
  .mt-xl-5 {
    margin-top: 3rem!important
  }
  .mt-xl-auto {
    margin-top: auto!important
  }
  .me-xl-0 {
    margin-right: 0!important
  }
  .me-xl-1 {
    margin-right: .25rem!important
  }
  .me-xl-2 {
    margin-right: .5rem!important
  }
  .me-xl-3 {
    margin-right: 1rem!important
  }
  .me-xl-4 {
    margin-right: 1.5rem!important
  }
  .me-xl-5 {
    margin-right: 3rem!important
  }
  .me-xl-auto {
    margin-right: auto!important
  }
  .mb-xl-0 {
    margin-bottom: 0!important
  }
  .mb-xl-1 {
    margin-bottom: .25rem!important
  }
  .mb-xl-2 {
    margin-bottom: .5rem!important
  }
  .mb-xl-3 {
    margin-bottom: 1rem!important
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-xl-5 {
    margin-bottom: 3rem!important
  }
  .mb-xl-auto {
    margin-bottom: auto!important
  }
  .ms-xl-0 {
    margin-left: 0!important
  }
  .ms-xl-1 {
    margin-left: .25rem!important
  }
  .ms-xl-2 {
    margin-left: .5rem!important
  }
  .ms-xl-3 {
    margin-left: 1rem!important
  }
  .ms-xl-4 {
    margin-left: 1.5rem!important
  }
  .ms-xl-5 {
    margin-left: 3rem!important
  }
  .ms-xl-auto {
    margin-left: auto!important
  }
  .p-xl-0 {
    padding: 0!important
  }
  .p-xl-1 {
    padding: .25rem!important
  }
  .p-xl-2 {
    padding: .5rem!important
  }
  .p-xl-3 {
    padding: 1rem!important
  }
  .p-xl-4 {
    padding: 1.5rem!important
  }
  .p-xl-5 {
    padding: 3rem!important
  }
  .px-xl-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-xl-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-xl-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-xl-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-xl-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-xl-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .py-xl-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-xl-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-xl-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-xl-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-xl-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-xl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .pt-xl-0 {
    padding-top: 0!important
  }
  .pt-xl-1 {
    padding-top: .25rem!important
  }
  .pt-xl-2 {
    padding-top: .5rem!important
  }
  .pt-xl-3 {
    padding-top: 1rem!important
  }
  .pt-xl-4 {
    padding-top: 1.5rem!important
  }
  .pt-xl-5 {
    padding-top: 3rem!important
  }
  .pe-xl-0 {
    padding-right: 0!important
  }
  .pe-xl-1 {
    padding-right: .25rem!important
  }
  .pe-xl-2 {
    padding-right: .5rem!important
  }
  .pe-xl-3 {
    padding-right: 1rem!important
  }
  .pe-xl-4 {
    padding-right: 1.5rem!important
  }
  .pe-xl-5 {
    padding-right: 3rem!important
  }
  .pb-xl-0 {
    padding-bottom: 0!important
  }
  .pb-xl-1 {
    padding-bottom: .25rem!important
  }
  .pb-xl-2 {
    padding-bottom: .5rem!important
  }
  .pb-xl-3 {
    padding-bottom: 1rem!important
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-xl-5 {
    padding-bottom: 3rem!important
  }
  .ps-xl-0 {
    padding-left: 0!important
  }
  .ps-xl-1 {
    padding-left: .25rem!important
  }
  .ps-xl-2 {
    padding-left: .5rem!important
  }
  .ps-xl-3 {
    padding-left: 1rem!important
  }
  .ps-xl-4 {
    padding-left: 1.5rem!important
  }
  .ps-xl-5 {
    padding-left: 3rem!important
  }
}
@media (min-width:1400px) {
  .d-xxl-inline {
    display: inline!important
  }
  .d-xxl-inline-block {
    display: inline-block!important
  }
  .d-xxl-block {
    display: block!important
  }
  .d-xxl-grid {
    display: -ms-grid!important;
    display: grid!important
  }
  .d-xxl-table {
    display: table!important
  }
  .d-xxl-table-row {
    display: table-row!important
  }
  .d-xxl-table-cell {
    display: table-cell!important
  }
  .d-xxl-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .d-xxl-none {
    display: none!important
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
  .align-items-xxl-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-xxl-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-xxl-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important
  }
  .m-xxl-0 {
    margin: 0!important
  }
  .m-xxl-1 {
    margin: .25rem!important
  }
  .m-xxl-2 {
    margin: .5rem!important
  }
  .m-xxl-3 {
    margin: 1rem!important
  }
  .m-xxl-4 {
    margin: 1.5rem!important
  }
  .m-xxl-5 {
    margin: 3rem!important
  }
  .m-xxl-auto {
    margin: auto!important
  }
  .mx-xxl-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-xxl-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-xxl-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-xxl-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-xxl-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-xxl-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-xxl-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-xxl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-xxl-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-xxl-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-xxl-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-xxl-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-xxl-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-xxl-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-xxl-0 {
    margin-top: 0!important
  }
  .mt-xxl-1 {
    margin-top: .25rem!important
  }
  .mt-xxl-2 {
    margin-top: .5rem!important
  }
  .mt-xxl-3 {
    margin-top: 1rem!important
  }
  .mt-xxl-4 {
    margin-top: 1.5rem!important
  }
  .mt-xxl-5 {
    margin-top: 3rem!important
  }
  .mt-xxl-auto {
    margin-top: auto!important
  }
  .me-xxl-0 {
    margin-right: 0!important
  }
  .me-xxl-1 {
    margin-right: .25rem!important
  }
  .me-xxl-2 {
    margin-right: .5rem!important
  }
  .me-xxl-3 {
    margin-right: 1rem!important
  }
  .me-xxl-4 {
    margin-right: 1.5rem!important
  }
  .me-xxl-5 {
    margin-right: 3rem!important
  }
  .me-xxl-auto {
    margin-right: auto!important
  }
  .mb-xxl-0 {
    margin-bottom: 0!important
  }
  .mb-xxl-1 {
    margin-bottom: .25rem!important
  }
  .mb-xxl-2 {
    margin-bottom: .5rem!important
  }
  .mb-xxl-3 {
    margin-bottom: 1rem!important
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-xxl-5 {
    margin-bottom: 3rem!important
  }
  .mb-xxl-auto {
    margin-bottom: auto!important
  }
  .ms-xxl-0 {
    margin-left: 0!important
  }
  .ms-xxl-1 {
    margin-left: .25rem!important
  }
  .ms-xxl-2 {
    margin-left: .5rem!important
  }
  .ms-xxl-3 {
    margin-left: 1rem!important
  }
  .ms-xxl-4 {
    margin-left: 1.5rem!important
  }
  .ms-xxl-5 {
    margin-left: 3rem!important
  }
  .ms-xxl-auto {
    margin-left: auto!important
  }
  .p-xxl-0 {
    padding: 0!important
  }
  .p-xxl-1 {
    padding: .25rem!important
  }
  .p-xxl-2 {
    padding: .5rem!important
  }
  .p-xxl-3 {
    padding: 1rem!important
  }
  .p-xxl-4 {
    padding: 1.5rem!important
  }
  .p-xxl-5 {
    padding: 3rem!important
  }
  .px-xxl-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-xxl-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-xxl-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-xxl-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-xxl-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-xxl-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .py-xxl-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-xxl-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-xxl-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-xxl-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-xxl-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-xxl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .pt-xxl-0 {
    padding-top: 0!important
  }
  .pt-xxl-1 {
    padding-top: .25rem!important
  }
  .pt-xxl-2 {
    padding-top: .5rem!important
  }
  .pt-xxl-3 {
    padding-top: 1rem!important
  }
  .pt-xxl-4 {
    padding-top: 1.5rem!important
  }
  .pt-xxl-5 {
    padding-top: 3rem!important
  }
  .pe-xxl-0 {
    padding-right: 0!important
  }
  .pe-xxl-1 {
    padding-right: .25rem!important
  }
  .pe-xxl-2 {
    padding-right: .5rem!important
  }
  .pe-xxl-3 {
    padding-right: 1rem!important
  }
  .pe-xxl-4 {
    padding-right: 1.5rem!important
  }
  .pe-xxl-5 {
    padding-right: 3rem!important
  }
  .pb-xxl-0 {
    padding-bottom: 0!important
  }
  .pb-xxl-1 {
    padding-bottom: .25rem!important
  }
  .pb-xxl-2 {
    padding-bottom: .5rem!important
  }
  .pb-xxl-3 {
    padding-bottom: 1rem!important
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-xxl-5 {
    padding-bottom: 3rem!important
  }
  .ps-xxl-0 {
    padding-left: 0!important
  }
  .ps-xxl-1 {
    padding-left: .25rem!important
  }
  .ps-xxl-2 {
    padding-left: .5rem!important
  }
  .ps-xxl-3 {
    padding-left: 1rem!important
  }
  .ps-xxl-4 {
    padding-left: 1.5rem!important
  }
  .ps-xxl-5 {
    padding-left: 3rem!important
  }
}
@media print {
  .d-print-inline {
    display: inline!important
  }
  .d-print-inline-block {
    display: inline-block!important
  }
  .d-print-block {
    display: block!important
  }
  .d-print-grid {
    display: -ms-grid!important;
    display: grid!important
  }
  .d-print-table {
    display: table!important
  }
  .d-print-table-row {
    display: table-row!important
  }
  .d-print-table-cell {
    display: table-cell!important
  }
  .d-print-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-print-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .d-print-none {
    display: none!important
  }
}
.d-inline {
  display: inline!important
}
.d-inline-block {
  display: inline-block!important
}
.d-block {
  display: block!important
}
.d-grid {
  display: -ms-grid!important;
  display: grid!important
}
.d-table {
  display: table!important
}
.d-table-row {
  display: table-row!important
}
.d-table-cell {
  display: table-cell!important
}
.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}
.d-inline-flex {
  display: -webkit-inline-box!important;
  display: -ms-inline-flexbox!important;
  display: inline-flex!important
}
.d-none {
  display: none!important
}
.flex-fill {
  -webkit-box-flex: 1!important;
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important
}
.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important
}
.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important
}
.flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important
}
.flex-column-reverse {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important
}
.flex-grow-0 {
  -webkit-box-flex: 0!important;
  -ms-flex-positive: 0!important;
  flex-grow: 0!important
}
.flex-grow-1 {
  -webkit-box-flex: 1!important;
  -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
}
.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important
}
.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse!important;
  flex-wrap: wrap-reverse!important
}
.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}
.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}
.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important
}
.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}
.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly!important;
  -ms-flex-pack: space-evenly!important;
  justify-content: space-evenly!important
}
.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important
}
.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important
}
.align-items-baseline {
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important
}
.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important
}
.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start!important
}
.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important
}
.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important
}
.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important
}
.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important
}
.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch!important
}
.align-self-auto {
  -ms-flex-item-align: auto!important;
  -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
}
.order-first {
  -webkit-box-ordinal-group: 0!important;
  -ms-flex-order: -1!important;
  order: -1!important
}
.order-0 {
  -webkit-box-ordinal-group: 1!important;
  -ms-flex-order: 0!important;
  order: 0!important
}
.order-1 {
  -webkit-box-ordinal-group: 2!important;
  -ms-flex-order: 1!important;
  order: 1!important
}
.order-2 {
  -webkit-box-ordinal-group: 3!important;
  -ms-flex-order: 2!important;
  order: 2!important
}
.order-3 {
  -webkit-box-ordinal-group: 4!important;
  -ms-flex-order: 3!important;
  order: 3!important
}
.order-4 {
  -webkit-box-ordinal-group: 5!important;
  -ms-flex-order: 4!important;
  order: 4!important
}
.order-5 {
  -webkit-box-ordinal-group: 6!important;
  -ms-flex-order: 5!important;
  order: 5!important
}
.order-last {
  -webkit-box-ordinal-group: 7!important;
  -ms-flex-order: 6!important;
  order: 6!important
}
.m-0 {
  margin: 0!important
}
.m-1 {
  margin: .25rem!important
}
.m-2 {
  margin: .5rem!important
}
.m-3 {
  margin: 1rem!important
}
.m-4 {
  margin: 1.5rem!important
}
.m-5 {
  margin: 3rem!important
}
.m-auto {
  margin: auto!important
}
.mx-0 {
  margin-right: 0!important;
  margin-left: 0!important
}
.mx-1 {
  margin-right: .25rem!important;
  margin-left: .25rem!important
}
.mx-2 {
  margin-right: .5rem!important;
  margin-left: .5rem!important
}
.mx-3 {
  margin-right: 1rem!important;
  margin-left: 1rem!important
}
.mx-4 {
  margin-right: 1.5rem!important;
  margin-left: 1.5rem!important
}
.mx-5 {
  margin-right: 3rem!important;
  margin-left: 3rem!important
}
.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important
}
.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important
}
.my-1 {
  margin-top: .25rem!important;
  margin-bottom: .25rem!important
}
.my-2 {
  margin-top: .5rem!important;
  margin-bottom: .5rem!important
}
.my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important
}
.my-4 {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important
}
.my-5 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important
}
.my-auto {
  margin-top: auto!important;
  margin-bottom: auto!important
}
.mt-0 {
  margin-top: 0!important
}
.mt-1 {
  margin-top: .25rem!important
}
.mt-2 {
  margin-top: .5rem!important
}
.mt-3 {
  margin-top: 1rem!important
}
.mt-4 {
  margin-top: 1.5rem!important
}
.mt-5 {
  margin-top: 3rem!important
}
.mt-auto {
  margin-top: auto!important
}
.me-0 {
  margin-right: 0!important
}
.me-1 {
  margin-right: .25rem!important
}
.me-2 {
  margin-right: .5rem!important
}
.me-3 {
  margin-right: 1rem!important
}
.me-4 {
  margin-right: 1.5rem!important
}
.me-5 {
  margin-right: 3rem!important
}
.me-auto {
  margin-right: auto!important
}
.mb-0 {
  margin-bottom: 0!important
}
.mb-1 {
  margin-bottom: .25rem!important
}
.mb-2 {
  margin-bottom: .5rem!important
}
.mb-3 {
  margin-bottom: 1rem!important
}
.mb-4 {
  margin-bottom: 1.5rem!important
}
.mb-5 {
  margin-bottom: 3rem!important
}
.mb-auto {
  margin-bottom: auto!important
}
.ms-0 {
  margin-left: 0!important
}
.ms-1 {
  margin-left: .25rem!important
}
.ms-2 {
  margin-left: .5rem!important
}
.ms-3 {
  margin-left: 1rem!important
}
.ms-4 {
  margin-left: 1.5rem!important
}
.ms-5 {
  margin-left: 3rem!important
}
.ms-auto {
  margin-left: auto!important
}
.p-0 {
  padding: 0!important
}
.p-1 {
  padding: .25rem!important
}
.p-2 {
  padding: .5rem!important
}
.p-3 {
  padding: 1rem!important
}
.p-4 {
  padding: 1.5rem!important
}
.p-5 {
  padding: 3rem!important
}
.px-0 {
  padding-right: 0!important;
  padding-left: 0!important
}
.px-1 {
  padding-right: .25rem!important;
  padding-left: .25rem!important
}
.px-2 {
  padding-right: .5rem!important;
  padding-left: .5rem!important
}
.px-3 {
  padding-right: 1rem!important;
  padding-left: 1rem!important
}
.px-4 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important
}
.px-5 {
  padding-right: 3rem!important;
  padding-left: 3rem!important
}
.py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important
}
.py-1 {
  padding-top: .25rem!important;
  padding-bottom: .25rem!important
}
.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important
}
.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important
}
.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important
}
.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important
}
.pt-0 {
  padding-top: 0!important
}
.pt-1 {
  padding-top: .25rem!important
}
.pt-2 {
  padding-top: .5rem!important
}
.pt-3 {
  padding-top: 1rem!important
}
.pt-4 {
  padding-top: 1.5rem!important
}
.pt-5 {
  padding-top: 3rem!important
}
.pe-0 {
  padding-right: 0!important
}
.pe-1 {
  padding-right: .25rem!important
}
.pe-2 {
  padding-right: .5rem!important
}
.pe-3 {
  padding-right: 1rem!important
}
.pe-4 {
  padding-right: 1.5rem!important
}
.pe-5 {
  padding-right: 3rem!important
}
.pb-0 {
  padding-bottom: 0!important
}
.pb-1 {
  padding-bottom: .25rem!important
}
.pb-2 {
  padding-bottom: .5rem!important
}
.pb-3 {
  padding-bottom: 1rem!important
}
.pb-4 {
  padding-bottom: 1.5rem!important
}
.pb-5 {
  padding-bottom: 3rem!important
}
.ps-0 {
  padding-left: 0!important
}
.ps-1 {
  padding-left: .25rem!important
}
.ps-2 {
  padding-left: .5rem!important
}
.ps-3 {
  padding-left: 1rem!important
}
.ps-4 {
  padding-left: 1.5rem!important
}
.ps-5 {
  padding-left: 3rem!important
}
@media (min-width:576px) {
  .d-sm-inline {
    display: inline!important
  }
  .d-sm-inline-block {
    display: inline-block!important
  }
  .d-sm-block {
    display: block!important
  }
  .d-sm-grid {
    display: -ms-grid!important;
    display: grid!important
  }
  .d-sm-table {
    display: table!important
  }
  .d-sm-table-row {
    display: table-row!important
  }
  .d-sm-table-cell {
    display: table-cell!important
  }
  .d-sm-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .d-sm-none {
    display: none!important
  }
  .flex-sm-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-sm-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1!important;
    -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
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-sm-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-sm-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-sm-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
  .align-items-sm-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-sm-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-sm-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    -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
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important
  }
  .m-sm-0 {
    margin: 0!important
  }
  .m-sm-1 {
    margin: .25rem!important
  }
  .m-sm-2 {
    margin: .5rem!important
  }
  .m-sm-3 {
    margin: 1rem!important
  }
  .m-sm-4 {
    margin: 1.5rem!important
  }
  .m-sm-5 {
    margin: 3rem!important
  }
  .m-sm-auto {
    margin: auto!important
  }
  .mx-sm-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-sm-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-sm-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-sm-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-sm-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-sm-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-sm-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-sm-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-sm-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-sm-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-sm-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-sm-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-sm-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-sm-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-sm-0 {
    margin-top: 0!important
  }
  .mt-sm-1 {
    margin-top: .25rem!important
  }
  .mt-sm-2 {
    margin-top: .5rem!important
  }
  .mt-sm-3 {
    margin-top: 1rem!important
  }
  .mt-sm-4 {
    margin-top: 1.5rem!important
  }
  .mt-sm-5 {
    margin-top: 3rem!important
  }
  .mt-sm-auto {
    margin-top: auto!important
  }
  .me-sm-0 {
    margin-right: 0!important
  }
  .me-sm-1 {
    margin-right: .25rem!important
  }
  .me-sm-2 {
    margin-right: .5rem!important
  }
  .me-sm-3 {
    margin-right: 1rem!important
  }
  .me-sm-4 {
    margin-right: 1.5rem!important
  }
  .me-sm-5 {
    margin-right: 3rem!important
  }
  .me-sm-auto {
    margin-right: auto!important
  }
  .mb-sm-0 {
    margin-bottom: 0!important
  }
  .mb-sm-1 {
    margin-bottom: .25rem!important
  }
  .mb-sm-2 {
    margin-bottom: .5rem!important
  }
  .mb-sm-3 {
    margin-bottom: 1rem!important
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-sm-5 {
    margin-bottom: 3rem!important
  }
  .mb-sm-auto {
    margin-bottom: auto!important
  }
  .ms-sm-0 {
    margin-left: 0!important
  }
  .ms-sm-1 {
    margin-left: .25rem!important
  }
  .ms-sm-2 {
    margin-left: .5rem!important
  }
  .ms-sm-3 {
    margin-left: 1rem!important
  }
  .ms-sm-4 {
    margin-left: 1.5rem!important
  }
  .ms-sm-5 {
    margin-left: 3rem!important
  }
  .ms-sm-auto {
    margin-left: auto!important
  }
  .p-sm-0 {
    padding: 0!important
  }
  .p-sm-1 {
    padding: .25rem!important
  }
  .p-sm-2 {
    padding: .5rem!important
  }
  .p-sm-3 {
    padding: 1rem!important
  }
  .p-sm-4 {
    padding: 1.5rem!important
  }
  .p-sm-5 {
    padding: 3rem!important
  }
  .px-sm-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-sm-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-sm-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-sm-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-sm-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-sm-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .py-sm-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-sm-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-sm-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-sm-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-sm-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-sm-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .pt-sm-0 {
    padding-top: 0!important
  }
  .pt-sm-1 {
    padding-top: .25rem!important
  }
  .pt-sm-2 {
    padding-top: .5rem!important
  }
  .pt-sm-3 {
    padding-top: 1rem!important
  }
  .pt-sm-4 {
    padding-top: 1.5rem!important
  }
  .pt-sm-5 {
    padding-top: 3rem!important
  }
  .pe-sm-0 {
    padding-right: 0!important
  }
  .pe-sm-1 {
    padding-right: .25rem!important
  }
  .pe-sm-2 {
    padding-right: .5rem!important
  }
  .pe-sm-3 {
    padding-right: 1rem!important
  }
  .pe-sm-4 {
    padding-right: 1.5rem!important
  }
  .pe-sm-5 {
    padding-right: 3rem!important
  }
  .pb-sm-0 {
    padding-bottom: 0!important
  }
  .pb-sm-1 {
    padding-bottom: .25rem!important
  }
  .pb-sm-2 {
    padding-bottom: .5rem!important
  }
  .pb-sm-3 {
    padding-bottom: 1rem!important
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-sm-5 {
    padding-bottom: 3rem!important
  }
  .ps-sm-0 {
    padding-left: 0!important
  }
  .ps-sm-1 {
    padding-left: .25rem!important
  }
  .ps-sm-2 {
    padding-left: .5rem!important
  }
  .ps-sm-3 {
    padding-left: 1rem!important
  }
  .ps-sm-4 {
    padding-left: 1.5rem!important
  }
  .ps-sm-5 {
    padding-left: 3rem!important
  }
}
@media (min-width:768px) {
  .d-md-inline {
    display: inline!important
  }
  .d-md-inline-block {
    display: inline-block!important
  }
  .d-md-block {
    display: block!important
  }
  .d-md-grid {
    display: -ms-grid!important;
    display: grid!important
  }
  .d-md-table {
    display: table!important
  }
  .d-md-table-row {
    display: table-row!important
  }
  .d-md-table-cell {
    display: table-cell!important
  }
  .d-md-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-md-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .d-md-none {
    display: none!important
  }
  .flex-md-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }
  .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-md-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1!important;
    -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
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-md-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-md-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-md-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
  .align-items-md-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-md-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-md-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    -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
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important
  }
  .m-md-0 {
    margin: 0!important
  }
  .m-md-1 {
    margin: .25rem!important
  }
  .m-md-2 {
    margin: .5rem!important
  }
  .m-md-3 {
    margin: 1rem!important
  }
  .m-md-4 {
    margin: 1.5rem!important
  }
  .m-md-5 {
    margin: 3rem!important
  }
  .m-md-auto {
    margin: auto!important
  }
  .mx-md-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-md-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-md-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-md-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-md-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-md-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-md-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-md-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-md-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-md-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-md-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-md-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-md-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-md-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-md-0 {
    margin-top: 0!important
  }
  .mt-md-1 {
    margin-top: .25rem!important
  }
  .mt-md-2 {
    margin-top: .5rem!important
  }
  .mt-md-3 {
    margin-top: 1rem!important
  }
  .mt-md-4 {
    margin-top: 1.5rem!important
  }
  .mt-md-5 {
    margin-top: 3rem!important
  }
  .mt-md-auto {
    margin-top: auto!important
  }
  .me-md-0 {
    margin-right: 0!important
  }
  .me-md-1 {
    margin-right: .25rem!important
  }
  .me-md-2 {
    margin-right: .5rem!important
  }
  .me-md-3 {
    margin-right: 1rem!important
  }
  .me-md-4 {
    margin-right: 1.5rem!important
  }
  .me-md-5 {
    margin-right: 3rem!important
  }
  .me-md-auto {
    margin-right: auto!important
  }
  .mb-md-0 {
    margin-bottom: 0!important
  }
  .mb-md-1 {
    margin-bottom: .25rem!important
  }
  .mb-md-2 {
    margin-bottom: .5rem!important
  }
  .mb-md-3 {
    margin-bottom: 1rem!important
  }
  .mb-md-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-md-5 {
    margin-bottom: 3rem!important
  }
  .mb-md-auto {
    margin-bottom: auto!important
  }
  .ms-md-0 {
    margin-left: 0!important
  }
  .ms-md-1 {
    margin-left: .25rem!important
  }
  .ms-md-2 {
    margin-left: .5rem!important
  }
  .ms-md-3 {
    margin-left: 1rem!important
  }
  .ms-md-4 {
    margin-left: 1.5rem!important
  }
  .ms-md-5 {
    margin-left: 3rem!important
  }
  .ms-md-auto {
    margin-left: auto!important
  }
  .p-md-0 {
    padding: 0!important
  }
  .p-md-1 {
    padding: .25rem!important
  }
  .p-md-2 {
    padding: .5rem!important
  }
  .p-md-3 {
    padding: 1rem!important
  }
  .p-md-4 {
    padding: 1.5rem!important
  }
  .p-md-5 {
    padding: 3rem!important
  }
  .px-md-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-md-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-md-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-md-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-md-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-md-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .py-md-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-md-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-md-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-md-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-md-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-md-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .pt-md-0 {
    padding-top: 0!important
  }
  .pt-md-1 {
    padding-top: .25rem!important
  }
  .pt-md-2 {
    padding-top: .5rem!important
  }
  .pt-md-3 {
    padding-top: 1rem!important
  }
  .pt-md-4 {
    padding-top: 1.5rem!important
  }
  .pt-md-5 {
    padding-top: 3rem!important
  }
  .pe-md-0 {
    padding-right: 0!important
  }
  .pe-md-1 {
    padding-right: .25rem!important
  }
  .pe-md-2 {
    padding-right: .5rem!important
  }
  .pe-md-3 {
    padding-right: 1rem!important
  }
  .pe-md-4 {
    padding-right: 1.5rem!important
  }
  .pe-md-5 {
    padding-right: 3rem!important
  }
  .pb-md-0 {
    padding-bottom: 0!important
  }
  .pb-md-1 {
    padding-bottom: .25rem!important
  }
  .pb-md-2 {
    padding-bottom: .5rem!important
  }
  .pb-md-3 {
    padding-bottom: 1rem!important
  }
  .pb-md-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-md-5 {
    padding-bottom: 3rem!important
  }
  .ps-md-0 {
    padding-left: 0!important
  }
  .ps-md-1 {
    padding-left: .25rem!important
  }
  .ps-md-2 {
    padding-left: .5rem!important
  }
  .ps-md-3 {
    padding-left: 1rem!important
  }
  .ps-md-4 {
    padding-left: 1.5rem!important
  }
  .ps-md-5 {
    padding-left: 3rem!important
  }
}
@media (min-width:992px) {
  .d-lg-inline {
    display: inline!important
  }
  .d-lg-inline-block {
    display: inline-block!important
  }
  .d-lg-block {
    display: block!important
  }
  .d-lg-grid {
    display: -ms-grid!important;
    display: grid!important
  }
  .d-lg-table {
    display: table!important
  }
  .d-lg-table-row {
    display: table-row!important
  }
  .d-lg-table-cell {
    display: table-cell!important
  }
  .d-lg-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .d-lg-none {
    display: none!important
  }
  .flex-lg-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-lg-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1!important;
    -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
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-lg-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-lg-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-lg-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
  .align-items-lg-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-lg-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-lg-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    -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
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important
  }
  .m-lg-0 {
    margin: 0!important
  }
  .m-lg-1 {
    margin: .25rem!important
  }
  .m-lg-2 {
    margin: .5rem!important
  }
  .m-lg-3 {
    margin: 1rem!important
  }
  .m-lg-4 {
    margin: 1.5rem!important
  }
  .m-lg-5 {
    margin: 3rem!important
  }
  .m-lg-auto {
    margin: auto!important
  }
  .mx-lg-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-lg-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-lg-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-lg-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-lg-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-lg-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-lg-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-lg-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-lg-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-lg-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-lg-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-lg-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-lg-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-lg-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-lg-0 {
    margin-top: 0!important
  }
  .mt-lg-1 {
    margin-top: .25rem!important
  }
  .mt-lg-2 {
    margin-top: .5rem!important
  }
  .mt-lg-3 {
    margin-top: 1rem!important
  }
  .mt-lg-4 {
    margin-top: 1.5rem!important
  }
  .mt-lg-5 {
    margin-top: 3rem!important
  }
  .mt-lg-auto {
    margin-top: auto!important
  }
  .me-lg-0 {
    margin-right: 0!important
  }
  .me-lg-1 {
    margin-right: .25rem!important
  }
  .me-lg-2 {
    margin-right: .5rem!important
  }
  .me-lg-3 {
    margin-right: 1rem!important
  }
  .me-lg-4 {
    margin-right: 1.5rem!important
  }
  .me-lg-5 {
    margin-right: 3rem!important
  }
  .me-lg-auto {
    margin-right: auto!important
  }
  .mb-lg-0 {
    margin-bottom: 0!important
  }
  .mb-lg-1 {
    margin-bottom: .25rem!important
  }
  .mb-lg-2 {
    margin-bottom: .5rem!important
  }
  .mb-lg-3 {
    margin-bottom: 1rem!important
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-lg-5 {
    margin-bottom: 3rem!important
  }
  .mb-lg-auto {
    margin-bottom: auto!important
  }
  .ms-lg-0 {
    margin-left: 0!important
  }
  .ms-lg-1 {
    margin-left: .25rem!important
  }
  .ms-lg-2 {
    margin-left: .5rem!important
  }
  .ms-lg-3 {
    margin-left: 1rem!important
  }
  .ms-lg-4 {
    margin-left: 1.5rem!important
  }
  .ms-lg-5 {
    margin-left: 3rem!important
  }
  .ms-lg-auto {
    margin-left: auto!important
  }
  .p-lg-0 {
    padding: 0!important
  }
  .p-lg-1 {
    padding: .25rem!important
  }
  .p-lg-2 {
    padding: .5rem!important
  }
  .p-lg-3 {
    padding: 1rem!important
  }
  .p-lg-4 {
    padding: 1.5rem!important
  }
  .p-lg-5 {
    padding: 3rem!important
  }
  .px-lg-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-lg-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-lg-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-lg-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-lg-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-lg-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .py-lg-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-lg-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-lg-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-lg-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-lg-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-lg-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .pt-lg-0 {
    padding-top: 0!important
  }
  .pt-lg-1 {
    padding-top: .25rem!important
  }
  .pt-lg-2 {
    padding-top: .5rem!important
  }
  .pt-lg-3 {
    padding-top: 1rem!important
  }
  .pt-lg-4 {
    padding-top: 1.5rem!important
  }
  .pt-lg-5 {
    padding-top: 3rem!important
  }
  .pe-lg-0 {
    padding-right: 0!important
  }
  .pe-lg-1 {
    padding-right: .25rem!important
  }
  .pe-lg-2 {
    padding-right: .5rem!important
  }
  .pe-lg-3 {
    padding-right: 1rem!important
  }
  .pe-lg-4 {
    padding-right: 1.5rem!important
  }
  .pe-lg-5 {
    padding-right: 3rem!important
  }
  .pb-lg-0 {
    padding-bottom: 0!important
  }
  .pb-lg-1 {
    padding-bottom: .25rem!important
  }
  .pb-lg-2 {
    padding-bottom: .5rem!important
  }
  .pb-lg-3 {
    padding-bottom: 1rem!important
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-lg-5 {
    padding-bottom: 3rem!important
  }
  .ps-lg-0 {
    padding-left: 0!important
  }
  .ps-lg-1 {
    padding-left: .25rem!important
  }
  .ps-lg-2 {
    padding-left: .5rem!important
  }
  .ps-lg-3 {
    padding-left: 1rem!important
  }
  .ps-lg-4 {
    padding-left: 1.5rem!important
  }
  .ps-lg-5 {
    padding-left: 3rem!important
  }
}
@media (min-width:1200px) {
  .d-xl-inline {
    display: inline!important
  }
  .d-xl-inline-block {
    display: inline-block!important
  }
  .d-xl-block {
    display: block!important
  }
  .d-xl-grid {
    display: -ms-grid!important;
    display: grid!important
  }
  .d-xl-table {
    display: table!important
  }
  .d-xl-table-row {
    display: table-row!important
  }
  .d-xl-table-cell {
    display: table-cell!important
  }
  .d-xl-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .d-xl-none {
    display: none!important
  }
  .flex-xl-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-xl-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1!important;
    -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
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-xl-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-xl-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-xl-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
  .align-items-xl-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-xl-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-xl-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    -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
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important
  }
  .m-xl-0 {
    margin: 0!important
  }
  .m-xl-1 {
    margin: .25rem!important
  }
  .m-xl-2 {
    margin: .5rem!important
  }
  .m-xl-3 {
    margin: 1rem!important
  }
  .m-xl-4 {
    margin: 1.5rem!important
  }
  .m-xl-5 {
    margin: 3rem!important
  }
  .m-xl-auto {
    margin: auto!important
  }
  .mx-xl-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-xl-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-xl-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-xl-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-xl-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-xl-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-xl-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-xl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-xl-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-xl-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-xl-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-xl-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-xl-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-xl-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-xl-0 {
    margin-top: 0!important
  }
  .mt-xl-1 {
    margin-top: .25rem!important
  }
  .mt-xl-2 {
    margin-top: .5rem!important
  }
  .mt-xl-3 {
    margin-top: 1rem!important
  }
  .mt-xl-4 {
    margin-top: 1.5rem!important
  }
  .mt-xl-5 {
    margin-top: 3rem!important
  }
  .mt-xl-auto {
    margin-top: auto!important
  }
  .me-xl-0 {
    margin-right: 0!important
  }
  .me-xl-1 {
    margin-right: .25rem!important
  }
  .me-xl-2 {
    margin-right: .5rem!important
  }
  .me-xl-3 {
    margin-right: 1rem!important
  }
  .me-xl-4 {
    margin-right: 1.5rem!important
  }
  .me-xl-5 {
    margin-right: 3rem!important
  }
  .me-xl-auto {
    margin-right: auto!important
  }
  .mb-xl-0 {
    margin-bottom: 0!important
  }
  .mb-xl-1 {
    margin-bottom: .25rem!important
  }
  .mb-xl-2 {
    margin-bottom: .5rem!important
  }
  .mb-xl-3 {
    margin-bottom: 1rem!important
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-xl-5 {
    margin-bottom: 3rem!important
  }
  .mb-xl-auto {
    margin-bottom: auto!important
  }
  .ms-xl-0 {
    margin-left: 0!important
  }
  .ms-xl-1 {
    margin-left: .25rem!important
  }
  .ms-xl-2 {
    margin-left: .5rem!important
  }
  .ms-xl-3 {
    margin-left: 1rem!important
  }
  .ms-xl-4 {
    margin-left: 1.5rem!important
  }
  .ms-xl-5 {
    margin-left: 3rem!important
  }
  .ms-xl-auto {
    margin-left: auto!important
  }
  .p-xl-0 {
    padding: 0!important
  }
  .p-xl-1 {
    padding: .25rem!important
  }
  .p-xl-2 {
    padding: .5rem!important
  }
  .p-xl-3 {
    padding: 1rem!important
  }
  .p-xl-4 {
    padding: 1.5rem!important
  }
  .p-xl-5 {
    padding: 3rem!important
  }
  .px-xl-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-xl-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-xl-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-xl-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-xl-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-xl-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .py-xl-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-xl-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-xl-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-xl-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-xl-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-xl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .pt-xl-0 {
    padding-top: 0!important
  }
  .pt-xl-1 {
    padding-top: .25rem!important
  }
  .pt-xl-2 {
    padding-top: .5rem!important
  }
  .pt-xl-3 {
    padding-top: 1rem!important
  }
  .pt-xl-4 {
    padding-top: 1.5rem!important
  }
  .pt-xl-5 {
    padding-top: 3rem!important
  }
  .pe-xl-0 {
    padding-right: 0!important
  }
  .pe-xl-1 {
    padding-right: .25rem!important
  }
  .pe-xl-2 {
    padding-right: .5rem!important
  }
  .pe-xl-3 {
    padding-right: 1rem!important
  }
  .pe-xl-4 {
    padding-right: 1.5rem!important
  }
  .pe-xl-5 {
    padding-right: 3rem!important
  }
  .pb-xl-0 {
    padding-bottom: 0!important
  }
  .pb-xl-1 {
    padding-bottom: .25rem!important
  }
  .pb-xl-2 {
    padding-bottom: .5rem!important
  }
  .pb-xl-3 {
    padding-bottom: 1rem!important
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-xl-5 {
    padding-bottom: 3rem!important
  }
  .ps-xl-0 {
    padding-left: 0!important
  }
  .ps-xl-1 {
    padding-left: .25rem!important
  }
  .ps-xl-2 {
    padding-left: .5rem!important
  }
  .ps-xl-3 {
    padding-left: 1rem!important
  }
  .ps-xl-4 {
    padding-left: 1.5rem!important
  }
  .ps-xl-5 {
    padding-left: 3rem!important
  }
}
@media (min-width:1400px) {
  .d-xxl-inline {
    display: inline!important
  }
  .d-xxl-inline-block {
    display: inline-block!important
  }
  .d-xxl-block {
    display: block!important
  }
  .d-xxl-grid {
    display: -ms-grid!important;
    display: grid!important
  }
  .d-xxl-table {
    display: table!important
  }
  .d-xxl-table-row {
    display: table-row!important
  }
  .d-xxl-table-cell {
    display: table-cell!important
  }
  .d-xxl-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .d-xxl-none {
    display: none!important
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly!important;
    -ms-flex-pack: space-evenly!important;
    justify-content: space-evenly!important
  }
  .align-items-xxl-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-xxl-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-xxl-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0!important;
    -ms-flex-order: -1!important;
    order: -1!important
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1!important;
    -ms-flex-order: 0!important;
    order: 0!important
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2!important;
    -ms-flex-order: 1!important;
    order: 1!important
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3!important;
    -ms-flex-order: 2!important;
    order: 2!important
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4!important;
    -ms-flex-order: 3!important;
    order: 3!important
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5!important;
    -ms-flex-order: 4!important;
    order: 4!important
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6!important;
    -ms-flex-order: 5!important;
    order: 5!important
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7!important;
    -ms-flex-order: 6!important;
    order: 6!important
  }
  .m-xxl-0 {
    margin: 0!important
  }
  .m-xxl-1 {
    margin: .25rem!important
  }
  .m-xxl-2 {
    margin: .5rem!important
  }
  .m-xxl-3 {
    margin: 1rem!important
  }
  .m-xxl-4 {
    margin: 1.5rem!important
  }
  .m-xxl-5 {
    margin: 3rem!important
  }
  .m-xxl-auto {
    margin: auto!important
  }
  .mx-xxl-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-xxl-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-xxl-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-xxl-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-xxl-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-xxl-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-xxl-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-xxl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-xxl-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-xxl-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-xxl-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-xxl-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-xxl-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-xxl-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-xxl-0 {
    margin-top: 0!important
  }
  .mt-xxl-1 {
    margin-top: .25rem!important
  }
  .mt-xxl-2 {
    margin-top: .5rem!important
  }
  .mt-xxl-3 {
    margin-top: 1rem!important
  }
  .mt-xxl-4 {
    margin-top: 1.5rem!important
  }
  .mt-xxl-5 {
    margin-top: 3rem!important
  }
  .mt-xxl-auto {
    margin-top: auto!important
  }
  .me-xxl-0 {
    margin-right: 0!important
  }
  .me-xxl-1 {
    margin-right: .25rem!important
  }
  .me-xxl-2 {
    margin-right: .5rem!important
  }
  .me-xxl-3 {
    margin-right: 1rem!important
  }
  .me-xxl-4 {
    margin-right: 1.5rem!important
  }
  .me-xxl-5 {
    margin-right: 3rem!important
  }
  .me-xxl-auto {
    margin-right: auto!important
  }
  .mb-xxl-0 {
    margin-bottom: 0!important
  }
  .mb-xxl-1 {
    margin-bottom: .25rem!important
  }
  .mb-xxl-2 {
    margin-bottom: .5rem!important
  }
  .mb-xxl-3 {
    margin-bottom: 1rem!important
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-xxl-5 {
    margin-bottom: 3rem!important
  }
  .mb-xxl-auto {
    margin-bottom: auto!important
  }
  .ms-xxl-0 {
    margin-left: 0!important
  }
  .ms-xxl-1 {
    margin-left: .25rem!important
  }
  .ms-xxl-2 {
    margin-left: .5rem!important
  }
  .ms-xxl-3 {
    margin-left: 1rem!important
  }
  .ms-xxl-4 {
    margin-left: 1.5rem!important
  }
  .ms-xxl-5 {
    margin-left: 3rem!important
  }
  .ms-xxl-auto {
    margin-left: auto!important
  }
  .p-xxl-0 {
    padding: 0!important
  }
  .p-xxl-1 {
    padding: .25rem!important
  }
  .p-xxl-2 {
    padding: .5rem!important
  }
  .p-xxl-3 {
    padding: 1rem!important
  }
  .p-xxl-4 {
    padding: 1.5rem!important
  }
  .p-xxl-5 {
    padding: 3rem!important
  }
  .px-xxl-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-xxl-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-xxl-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-xxl-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-xxl-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-xxl-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .py-xxl-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-xxl-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-xxl-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-xxl-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-xxl-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-xxl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .pt-xxl-0 {
    padding-top: 0!important
  }
  .pt-xxl-1 {
    padding-top: .25rem!important
  }
  .pt-xxl-2 {
    padding-top: .5rem!important
  }
  .pt-xxl-3 {
    padding-top: 1rem!important
  }
  .pt-xxl-4 {
    padding-top: 1.5rem!important
  }
  .pt-xxl-5 {
    padding-top: 3rem!important
  }
  .pe-xxl-0 {
    padding-right: 0!important
  }
  .pe-xxl-1 {
    padding-right: .25rem!important
  }
  .pe-xxl-2 {
    padding-right: .5rem!important
  }
  .pe-xxl-3 {
    padding-right: 1rem!important
  }
  .pe-xxl-4 {
    padding-right: 1.5rem!important
  }
  .pe-xxl-5 {
    padding-right: 3rem!important
  }
  .pb-xxl-0 {
    padding-bottom: 0!important
  }
  .pb-xxl-1 {
    padding-bottom: .25rem!important
  }
  .pb-xxl-2 {
    padding-bottom: .5rem!important
  }
  .pb-xxl-3 {
    padding-bottom: 1rem!important
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-xxl-5 {
    padding-bottom: 3rem!important
  }
  .ps-xxl-0 {
    padding-left: 0!important
  }
  .ps-xxl-1 {
    padding-left: .25rem!important
  }
  .ps-xxl-2 {
    padding-left: .5rem!important
  }
  .ps-xxl-3 {
    padding-left: 1rem!important
  }
  .ps-xxl-4 {
    padding-left: 1.5rem!important
  }
  .ps-xxl-5 {
    padding-left: 3rem!important
  }
}
@media print {
  .d-print-inline {
    display: inline!important
  }
  .d-print-inline-block {
    display: inline-block!important
  }
  .d-print-block {
    display: block!important
  }
  .d-print-grid {
    display: -ms-grid!important;
    display: grid!important
  }
  .d-print-table {
    display: table!important
  }
  .d-print-table-row {
    display: table-row!important
  }
  .d-print-table-cell {
    display: table-cell!important
  }
  .d-print-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-print-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
  .d-print-none {
    display: none!important
  }
}
@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Gilroy-Light.f9b62dd8f7c5.woff") format("woff")
}
@font-face {
  font-family: Gilroy;
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Gilroy-LightItalic.0cf6584c45aa.woff") format("woff")
}
@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.7d5dc1791cf2.woff") format("woff")
}
@font-face {
  font-family: Gilroy;
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Gilroy-MediumItalic.f8ac8bc5930a.woff") format("woff")
}
@font-face {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Gilroy-Bold.32750b00d6f5.woff") format("woff")
}
@font-face {
  font-family: Gilroy;
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Gilroy-BoldItalic.6171e2e979cc.woff") format("woff")
}
::-webkit-input-placeholder {
  color: #666
}
::-moz-placeholder {
  color: #666
}
:-ms-input-placeholder {
  color: #666
}
::-ms-input-placeholder {
  color: #666
}
::placeholder {
  color: #666
}
::-moz-selection {
  background-color: orange;
  color: #fff
}
::selection {
  background-color: orange;
  color: #fff
}
input,
textarea {
  outline: 0
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red
}
input:required:valid,
textarea:required:valid {
  border-color: green
}
body {
  font-family: Gilroy,sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #000;
  min-width: 320px;
  position: relative;
  overflow-x: hidden
}
body {
  margin: 0;
  padding: 0
}
body,
html {
  height: 100%
}
a {
  text-decoration: none;
  color: #000;
  display: inline-block
}
a:hover {
  text-decoration: none
}
li,
p,
ul {
  margin: 0;
  padding: 0;
  list-style: none
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%
}
.body__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}
._container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px
}
.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative
}
.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden
}
body::-webkit-scrollbar {
  width: 12px
}
body::-webkit-scrollbar-track {
  background: `#`d3d6da
}
body::-webkit-scrollbar-thumb {
  background: #715858;
  border-radius: 10px
}
.pages {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center
}
.pages li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.2)
}
.pages li:hover {
  background: #aaa
}
.pages li.active {
  background: #666
}
.controls {
  margin: 25px 0;
  text-align: center
}
.oneperframe {
  height: 300px;
  line-height: 300px
}
.oneperframe ul li {
  width: 1140px
}
.oneperframe ul li.active {
  background: #333
}
.crazy ul li:nth-child(2n) {
  width: 100px;
  margin: 0 4px 0 20px
}
.crazy ul li:nth-child(3n) {
  width: 300px;
  margin: 0 10px 0 5px
}
.crazy ul li:nth-child(4n) {
  width: 400px;
  margin: 0 30px 0 2px
}
.arrow__inner {
  position: fixed;
  right: -20px;
  bottom: 120px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0
}
.arrow--green::before {
  background: -webkit-gradient(linear,left top,right top,from(#32ec73),to(#00a7f7));
  background: -o-linear-gradient(left,#32ec73,#00a7f7);
  background: linear-gradient(to right,#32ec73,#00a7f7)
}
.arrow--orange::before {
  background: -webkit-gradient(linear,left top,right top,from(red),to(orange));
  background: -o-linear-gradient(left,red,orange);
  background: linear-gradient(to right,red,orange)
}
.arrow--purple::before {
  background: -webkit-gradient(linear,left top,right top,from(#1200fa),to(fuchsia));
  background: -o-linear-gradient(left,#1200fa,#f0f);
  background: linear-gradient(to right,#1200fa,#f0f)
}
.arrow {
  position: relative;
  outline: 0;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent
}
.arrow::after {
  content: "";
  position: absolute;
  z-index: 199;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  display: block;
  background-image: url("../images/dist/SVG/arrow-go.2c2898cdbaed.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 18px;
  height: 27px
}
.arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit
}
.arrow__inner.active {
  right: 20px;
  opacity: 1;
  z-index: 100
}
.title,
.title h1,
.title h2,
.title h3,
.title h4 {
  font-family: Gilroy,sans-serif;
  line-height: 1;
  font-size: 30px;
  color: #393939;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 13px
}
.subtitle,
.subtitle h1,
.subtitle h2,
.subtitle h3,
.subtitle h4 {
  font-family: Gilroy,sans-serif;
  line-height: 1.65;
  font-size: 28px;
  color: #202020;
  font-weight: 400;
  margin: 0;
  text-align: center
}
.title__inner {
  padding-bottom: 13px
}
.line--orange {
  position: relative
}
.line--orange::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  max-width: 359px;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear,left top,right top,from(#ff0100),to(#ffc800));
  background-image: -o-linear-gradient(left,#ff0100 0,#ffc800 100%);
  background-image: linear-gradient(90deg,#ff0100 0,#ffc800 100%);
  padding: 0 40px
}
.line--green {
  position: relative
}
.line--green::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  max-width: 359px;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear,left top,right top,from(#32ec73),to(#00a7f7));
  background-image: -o-linear-gradient(left,#32ec73 0,#00a7f7 100%);
  background-image: linear-gradient(90deg,#32ec73 0,#00a7f7 100%);
  padding: 0 40px
}
.line--purple {
  position: relative
}
.line--purple::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  max-width: 165px;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear,left top,right top,from(#1200fa),to(fuchsia));
  background-image: -o-linear-gradient(left,#1200fa 0,#f0f 100%);
  background-image: linear-gradient(90deg,#1200fa 0,#f0f 100%);
  padding: 0 40px
}
.line--azure {
  position: relative
}
.line--azure::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  max-width: 165px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #0099ff, #0033ff);
  padding: 0 40px
}

.subtitle {
  margin-bottom: 25px
}
.text {
  font-family: Gilroy,sans-serif;
  line-height: 1.2;
  font-size: 21px;
  color: #1a1a1a;
  font-weight: 500;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 7px
}
.text a {
  font-family: Gilroy,sans-serif;
  line-height: 1.2;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 700
}
.text a:hover {
  text-decoration: underline
}
.text p {
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 400;
  text-align: center
}
.text__body {
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 400
}
.text__body p {
  font-family: Gilroy,sans-serif;
  line-height: 1.2;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 400
}
.feedback {
  padding: 30px
}
.feedback__content {
  padding: 45px 60px 30px;
  position: relative;
  -webkit-box-shadow: 0 7px 8px rgba(0,0,0,.25);
  box-shadow: 0 7px 8px rgba(0,0,0,.25);
  border-radius: 4px
}
.feedback__title {
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  color: #010101;
  font-family: Gilroy,sans-serif;
  padding-bottom: 25px;
  margin-bottom: 22px;
  position: relative;
  z-index: 5
}
.feedback__cross:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 10px 14px rgba(0,0,0,.123);
  box-shadow: 0 10px 14px rgba(0,0,0,.123)
}
.feedback__cross {
  height: 52px;
  width: 52px;
  position: absolute;
  right: -20px;
  top: -20px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: #000;
  border: 4px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px rgba(0,0,0,.18);
  box-shadow: 0 4px 4px rgba(0,0,0,.18)
}
.feedback__cross span {
  display: block;
  width: 13px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%) rotate(0);
  -ms-transform: translate(-50%,-50%) rotate(0);
  transform: translate(-50%,-50%) rotate(0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.feedback__cross span:first-child {
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  -ms-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg)
}
.feedback__cross span:last-child {
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
  transform: translate(-50%,-50%) rotate(-45deg)
}
.overlay .modal1 {
  max-width: 540px;
  width: 100%
}
.overlay .modal1 .feedback__content {
  background: #f7f7f7
}
.overlay {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.702);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto
}
.overlay.open {
  opacity: 1;
  pointer-events: inherit
}
.overlay .modal {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto
}
.overlay .modal.open {
  opacity: 1;
  pointer-events: inherit
}
.overlay .modal.open .feedback {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1
}
.overlay .modal .feedback {
  -webkit-transform: translate(0,-10px);
  -ms-transform: translate(0,-10px);
  transform: translate(0,-10px);
  opacity: 0;
  -webkit-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out
}
.overlay__nav {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 800;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.815);
  opacity: 0;
  pointer-events: none;
  max-height: 100vh;
  overflow-y: auto
}
.overlay__nav.open {
  opacity: 1;
  pointer-events: inherit
}
@media (max-width:1171px) {
  .nav--orange .owl-dot:after {
    background: -webkit-gradient(linear,left top,right top,from(#ff0100),to(#ffc800));
    background: -o-linear-gradient(left,#ff0100 0,#ffc800 100%);
    background: linear-gradient(90deg,#ff0100 0,#ffc800 100%)
  }
  .nav--green .owl-dot:after {
    background: -webkit-gradient(linear,left top,right top,from(#32ec73),to(#00a7f7));
    background: -o-linear-gradient(left,#32ec73 0,#00a7f7 100%);
    background: linear-gradient(90deg,#32ec73 0,#00a7f7 100%)
  }
  .nav--purple .owl-dot:after {
    background: -webkit-gradient(linear,left top,right top,from(#1200fa),to(fuchsia));
    background: -o-linear-gradient(left,#1200fa 0,#f0f 100%);
    background: linear-gradient(90deg,#1200fa 0,#f0f 100%)
  }
  .offer__inner.owl-carousel {
    margin-bottom: 27px
  }
  .offer__inner .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .offer__inner .owl-dot {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    margin: 0 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    outline: 0
  }
  .offer__inner .owl-dot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #000101!important;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1
  }
  .offer__inner .owl-dot::after {
    border: 2px solid #fff!important;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0
  }
  .offer__inner .owl-dot.active {
    width: 60px;
    height: 24px
  }
  .offer__inner .owl-dot.active::before {
    opacity: 0
  }
  .offer__inner .owl-dot.active::after {
    opacity: 1
  }
  .products .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .products .owl-dot {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    margin: 0 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    outline: 0
  }
  .products .owl-dot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #000101!important;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1
  }
  .products .owl-dot::after {
    border: 2px solid #fff!important;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0
  }
  .products .owl-dot.active {
    width: 60px;
    height: 24px
  }
  .products .owl-dot.active::before {
    opacity: 0
  }
  .products .owl-dot.active::after {
    opacity: 1
  }
  .team__card {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width:1160px) {
  .products__card-title {
    padding: 0 15px
  }
  .team__wrapper.owl-carousel {
    display: block
  }
  .offer__card-content p {
    padding-right: 15px
  }
  .media__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .media__wrapper .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .media__wrapper .owl-dot {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    margin: 0 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    outline: 0
  }
  .media__wrapper .owl-dot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #000101!important;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1
  }
  .media__wrapper .owl-dot::after {
    border: 2px solid #fff!important;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0
  }
  .media__wrapper .owl-dot.active {
    width: 60px;
    height: 24px
  }
  .media__wrapper .owl-dot.active::before {
    opacity: 0
  }
  .media__wrapper .owl-dot.active::after {
    opacity: 1
  }
  .media__card {
    margin: 0 auto
  }
  .btn.btn-none {
    padding-top: 20px
  }
  .products .btn {
    margin-top: 0!important
  }
}
@media (max-width:1100px) {
  .products .owl-dots {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    top: auto
  }
  .products__card-over {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    top: auto;
    max-width: none
  }
  .products__card-over__box {
    height: auto;
    overflow: auto
  }
  .products__card {
    height: auto
  }
  .products__card-text {
    height: auto
  }
  .media {
    padding-top: 0
  }
  .products .owl-carousel .owl-stage {
    padding-bottom: 0
  }
  .products .owl-carousel.owl-drag .owl-item {
    padding-bottom: 0
  }
  .products .owl-dots {
    margin-top: 20px
  }
  .products__card {
    margin-bottom: 20px;
    border-radius: 15px 15px 15px 15px
  }
  .products__card.products__card--green::before {
    opacity: 1
  }
  .products__card .products__card-text {
    opacity: 1;
    visibility: visible;
    width: auto
  }
  .menu__dop-inner {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1
  }
  .header__wrapper {
    justify-content: space-between;
    width: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    z-index: 3;
    top: 70px;
    left: 0
  }
  .header.open .header__wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  .header.open .header__wrapper .logo {
    display: none
  }
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .menu__link {
    padding-left: 0
  }
  .social {
  }
  .chosen-container.chosen-container-single.chosen-container-single-nosearch::before{
    display: none;
  }
  .chosen-container .chosen-results {
    padding-left: 15px
  }
  .chosen-single {
    padding-left: 15px!important
  }
  .chosen-drop {
    position: relative
  }
  .chosen-drop::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 80%;
    width: 2px;
    background: #000;
    display: block;
    cursor: pointer
  }
  .chosen-container .chosen-results li {
    padding: 16px 26px 20px 30px
  }
  .chosen-container-single .chosen-single {
    padding: 6px 0 6px 0
  }
  .social__item {
    margin-right: 30px
  }
  .menu__list {
    margin-bottom: 18px
  }
  .menu__link {
    padding: 15px 16px 24px 21px
  }
  .menu__item {
    width: 100%
  }
  .header__mobile {
    display: block
  }
  .chosen-container .chosen-drop,
  .chosen-container-single .chosen-single {
    border: none!important;
    border-radius: 0;
  }
  .language__caret {
      content: "";
      margin-left: 15px;
      z-index: 4;
      background-position: center!important;
      background-repeat: no-repeat!important;
      background-size: cover!important;
      background: url("../images/dist/SVG/aroww-select.27c3a4cb7dcb.svg");
      width: 13px;
      height: 9px;
      top: -2px;
      position: relative;
    }
  .header__wrapper {
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    max-width: none;
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 70px;
    left: 0;
    height: auto;
    background: #fff
  }
  .header__wrapper .logo {
    display: none
  }
  .menu {
    padding-left: 15px;
    width: 100%;
    max-width: 320px
  }
  .menu .menu__inner{
    flex: 1;
  }
  .social {
    padding-left: 15px
  }
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .menu__link {
    padding-left: 0
  }
  .social {
    margin-bottom: 37px
  }
  .menu__link {
    font-size: 19px
  }
  .chosen-container-single .chosen-single span {
    font-size: 21px;
    font-weight: 500
    display: inline-block;
  }
  .chosen-container .chosen-results li {
    font-size: 21px;
    font-weight: 500
  }
  .chosen-container,
  .language {
    width: 100%!important
  }
  .active-result.result-selected.language__item {
    display: block!important;
    font-weight: 600
  }
  .chosen-container-single .chosen-drop {
    border-radius: 0!important
  }
  .language.language-desktop {
    display: none
  }
  .language.language-mobile {
    display: block
  }
  .chosen-container-single .chosen-single span {
    overflow: visible
  }
  .header.open .header__wrapper {
    visibility: visible;
    opacity: 1
  }
  .chosen-container .chosen-results li.highlighted {
    background: 0 0;
    color: #000
  }
  .benefits__inner.left .benefits__content {
    text-align: left;
    margin-left: 30px
  }
  .benefits__inner.left .benefits__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .benefits__card {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
    max-width: 400px
  }
  .offer__card {
    margin: 0 auto;
    margin-bottom: 27px
  }
}
@media (max-width:991px) {
  .products__card--green {
    border-radius: 15px!important
  }
  .client__card-icon::before {
    content: none
  }
  .heading__slogan:last-child {
    text-align: center
  }
  .heading__slogan:last-child::before {
    position: static;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 13px
  }
  .heading__slogan {
    text-align: center;
    margin-bottom: 13px
  }
}
@media (max-width:766px) {
  .heading__text-none {
    display: none
  }
  .about__form,
  .main__form-inner {
    display: none
  }
  .about__mobile-content,
  .main__mobile-content {
    display: block
  }
  .about__mobile-content {
    padding-top: 36px
  }
  .founder__inner {
    margin: 0 auto;
    padding-top: 21px
  }
  .founder__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 21px
  }
  .founder__inner-content {
    margin: 0 auto
  }
  .footer__menu::before {
    width: 130px;
    height: 2px;
    left: 0;
    top: auto;
    bottom: 0
  }
  .footer__copyright.right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .founder__picture {
    width: 190px;
    height: 190px;
    margin: 0 auto;
    margin-bottom: 30px
  }
  .main__wrapper {
    padding-top: 26px
  }
  .primary__content-inner h1 {
    margin-bottom: 22px
  }
  .heading__text {
    line-height: 1.34
  }
  .primary__content-inner {
    padding-bottom: 14px
  }
  .main__mobile-content {
    padding-top: 25px
  }
  .main__mobile-title {
    margin-bottom: 25px
  }
  .benefits {
    padding-top: 32px;
    padding-bottom: 14px
  }
  .benefits__title {
    margin-bottom: 25px
  }
  .benefits__inner.left .benefits__content {
    margin-left: 25px;
    margin-right: 0
  }
  .benefits__inner.right {
    padding-top: 0
  }
  .benefits__inner.right .benefits__content {
    margin-left: 25px;
    margin-right: 0
  }
  .benefits__box-text {
    line-height: 1.3
  }
  .benefits__card {
    margin: 0 auto;
    margin-bottom: 8px
  }
  .text {
    line-height: 1.34;
    margin-bottom: 0;
    margin-top: 0
  }
  .text__body {
    line-height: 1.3
  }
  .title,
  .title h1,
  .title h2,
  .title h3,
  .title h4 {
    padding-bottom: 21px
  }
  .title__inner {
    padding-bottom: 27px
  }
  .line--orange::after {
    max-width: none;
    width: 45%
  }
  .about__accordion-box {
    padding-top: 25px;
    padding-bottom: 25px
  }
  .about__accordion-box::before {
    width: 130px
  }
  .about__accordion {
    padding-top: 0
  }
  .media {
    padding-top: 33px;
    margin-bottom: 24px
  }
  .media .title__inner {
    padding-bottom: 6px
  }
  .media__card-img__inner {
    max-height: 290px;
    margin-bottom: 23px
  }
  .media__card {
    max-width: 290px;
    margin-bottom: 3px
  }
  .media__card-date {
    margin-bottom: 9px
  }
  .founder {
    padding-top: 29px;
    padding-bottom: 24px
  }
  .founder .title,
  .founder .title h1,
  .founder .title h2,
  .founder .title h3,
  .founder .title h4 {
    padding-bottom: 0
  }
  .founder__inner {
    max-width: none
  }
  .footer {
    padding-top: 24px
  }
  .footer__menu-link {
    padding-bottom: 9px
  }
  .footer__menu {
    padding-bottom: 20px;
    margin-bottom: 19px
  }
  .footer__copyright-img {
    margin-left: 0;
    padding-top: 12px
  }
  .footer__copyright {
    margin-bottom: 20px
  }
  .arrow__inner.active {
    right: 3px
  }
  .arrow__inner {
    bottom: 50px
  }
  .founder__prof {
    max-width: 350px;
    margin: 0 auto
  }
  .offer__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 15px;
    margin-bottom: 19px
  }
  .offer__card-img {
    margin-bottom: 26px
  }
  .heading__subtitle {
    margin-bottom: 5px
  }
  .offer__card-content h3,
  .offer__card-content h4 {
    margin-bottom: 10px
  }
  .client {
    padding-top: 0;
    padding-bottom: 25px
  }
  .client .title__inner {
    padding-bottom: 8px
  }
  .line--green::after {
    width: 43%
  }
  .products {
    padding-top: 0;
    padding-bottom: 28px
  }
  .products .title__inner {
    padding-bottom: 7px
  }
  .products__card-img__inner {
    margin-bottom: 10px
  }
  .btn.btn-none {
    display: none
  }
  .media .subtitle {
    padding-top: 48px
  }
  .founder .btn {
    padding-top: 61px
  }
  .team {
    padding-top: 0;
    padding-bottom: 58px
  }
  .team .title__inner {
    padding-bottom: 8px
  }
  .team__wrapper {
    padding-top: 29px;
    padding-bottom: 20px
  }
  .team {
    padding-bottom: 0
  }
  .feedback__title {
    font-size: 25px
  }
  .feedback__content {
    padding: 27px 15px 29px
  }
  .media__page .title {
    font-size: 28px
  }
  .unsubscribe .title {
    font-size: 28px
  }
  .media__page {
    padding-top: 45px
  }
  .line--purple::after {
    max-width: 285px
  }
  .line--azure::after {
    max-width: 285px
  }
  .media__page .media__wrapper {
    padding-top: 30px
  }
  .unsubscribe {
    padding-top: 26px;
    padding-bottom: 21px
  }
  .unsubscribe .title__inner {
    padding-bottom: 8px
  }
  .unsubscribe .btn__inner {
    padding: 0 36px 0 36px
  }
  .unsubscribe__text {
    padding-top: 26px;
    margin-bottom: 22px
  }
  .policy {
    padding-top: 25px;
    padding-bottom: 29px
  }
  .policy .title__inner {
    padding-bottom: 8px
  }
  .policy__content {
    padding-top: 19px
  }
  .policy__content ol {
    padding-top: 10px
  }
  .policy__content ol li {
    padding-bottom: 14px
  }
  .policy__content h3 {
    margin-bottom: 14px
  }
}
@media (max-width:650px) {
  .products__card {
    max-width: 320px
  }
}
@media (max-width:575px) {
  .client__card-wrapper {
    padding-top: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .client__card-wrapper div[class*=col-]:nth-child(even) .client__card {
    margin: -55px 0 -77px;
    margin-left: auto
  }
  .team__card {
    padding: 0;
    width: 100%;
  }
}
@media (max-width:550px) {
  .primary__content-inner h1 {
    font-size: 33px
  }
  .title {
    font-size: 33px
  }
  .btn__mobile-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .btn__mobile-link {
    margin-right: 0;
    margin-bottom: 18px
  }
  .btn__mobile-link:last-child {
    margin-right: 0;
    margin-bottom: 0
  }
  .founder__inner-content::before {
    content: none
  }
  .founder__inner {
    margin: inherit
  }
  .founder__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .founder__inner-content {
    margin: inherit
  }
  .footer__copyright-link {
    font-size: 12px
  }
  .founder__picture {
    width: 130px;
    height: 130px;
    margin: inherit;
    margin-bottom: 30px
  }
  .founder__name {
    text-align: left
  }
  .founder__prof {
    text-align: left
  }
  .founder__prof {
    margin: inherit
  }
  .btn__item {
    font-size: 14px;
    padding: 11px 2px
  }
  .feedback {
    padding: 10px
  }
  .feedback .line--green::after {
    width: 62%
  }
  .feedback .btn__inner,
  .report-inside .btn__inner,
  .press-release .btn__inner {
    padding: 0 28px 0 28px
  }
  .feedback__cross {
    right: 5px;
    top: -8px
  }
  .btn__inner {
    padding: 0 7px 0 10px
  }
}
@media (max-width:450px) {
  .primary__content-inner h1 {
    font-size: 18px
  }
  .heading__text {
    font-size: 15px
  }
  .benefits__title {
    font-size: 16px
  }
  .benefits__box-title {
    font-size: 15px
  }
  .benefits__box-text {
    font-size: 12px
  }
  .title,
  .title h1,
  .title h2,
  .title h3,
  .title h4 {
    font-size: 18px
  }
  .text {
    font-size: 15px
  }
  .about__accordion-title {
    font-size: 15px
  }
  .text__body {
    font-size: 12px
  }
  .founder__text {
    font-size: 15px
  }
  .founder__name {
    font-size: 15px
  }
  .founder__prof {
    font-size: 12px;
    line-height: 1.34
  }
  .text a {
    font-size: 15px
  }
  .media__card-date {
    font-size: 12px
  }
  .media__card-title {
    font-size: 15px
  }
  .heading__subtitle {
    font-size: 12px;
    line-height: 1.5
  }
  .heading__slogan {
    font-size: 15px
  }
  .offer__card-content h3,
  .offer__card-content h4 {
    font-size: 12px
  }
  .offer__card-content p {
    font-size: 10px;
    line-height: 1.5
  }
  .btn__item {
    font-size: 12px
  }
  .client__card-text {
    font-size: 12px
  }
  .client__card {
    max-width: 130px
  }
  .products__card-title {
    font-size: 15px
  }
  .media .subtitle {
    font-size: 15px
  }
  .feedback__title {
    font-size: 18px
  }
  .feedback__title {
    padding-bottom: 28px;
    margin-bottom: 26px
  }
  .feedback .form__input-item {
    font-size: 12px
  }
  .feedback .form__title {
    font-size: 12px
  }
  .feedback .form__text {
    font-size: 12px
  }
  .feedback .form__textarea-item {
    font-size: 12px
  }
  .feedback .form__radio-box {
    margin-bottom: 30px
  }
  .feedback .btn__item {
    font-size: 15px;
    font-weight: 500
  }
  .form__form-item.checkbox .checkbox__fake {
    width: 15px;
    height: 15px
  }
  .feedback__form .form__link {
    font-size: 12px
  }
  .media__page .title {
    font-size: 18px
  }
  .media__page {
    padding-top: 25px
  }
  .media__page .title__inner {
    padding-bottom: 8px
  }
  .unsubscribe .title {
    font-size: 18px
  }
  .unsubscribe__text {
    font-size: 12px
  }
  .policy__content a,
  .policy__content ol li,
  .policy__content ol ol li:before,
  .policy__content p,
  .policy__content ul li {
    font-size: 12px;
    line-height: 1.3
  }
  .policy__content h2 {
    font-size: 18px
  }
  .policy__content .policy__list-title--h2:before {
    font-size: 18px;
    margin-right: 10px
  }
  .policy__content h3 {
    font-size: 16px
  }
  .policy__content h4 {
    font-size: 15px
  }
  .policy__content p {
    padding-top: 7px;
    padding-bottom: 10px
  }
}
@media (min-width:1101px) {
  .overlay__nav {
    display: none
  }
  .header__wrapper {
    justify-content: space-between;
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important
  }
  .header__wrapper .logo {
    display: block!important
  }
  .language.language-mobile {
    display: none
  }
}
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 71px!important
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.chosen-container.chosen-container-single.chosen-container-single-nosearch,
.chosen-container.chosen-container-single{
  position: relative
}
.chosen-container.chosen-container-single.chosen-container-single-nosearch::before,
.chosen-container.chosen-container-single::before{
  content: "";
  position: absolute;
  z-index: 4;
  right: 11px;
  top: 10px;
  display: block;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background: url("../images/dist/SVG/aroww-select.27c3a4cb7dcb.svg");
  width: 13px;
  height: 9px
}
.chosen-container-active.chosen-with-drop::before {
  display: none!important
}
.chosen-container .chosen-drop {
  overflow: hidden;
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 2px solid #000;
  border-top: 0;
  background: #fff;
  clip: rect(0,0,0,0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%)
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none
}
.chosen-container a {
  cursor: pointer
}
.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #000
}
.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 6px 0 6px 13px;
  border: 2px solid #000;
  border-radius: 20px;
  background-color: #fff;
  background-clip: padding-box;
  color: #000;
  text-decoration: none;
  white-space: nowrap
}
.chosen-container-single .chosen-default {
  color: #000
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Gilroy,sans-serif;
  line-height: 1;
  font-size: 14px;
  color: #000;
  font-weight: 500
}
.active-result.result-selected.language__item {
  display: none!important
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.8b55a822e72b.png") -42px 1px no-repeat;
  font-size: 1px
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
  display: none
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.8b55a822e72b.png") no-repeat 0 2px
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 0 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #000;
  background: url("chosen-sprite.8b55a822e72b.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 20px 20px;
  background-clip: padding-box
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search,
{
  position: absolute;
  clip: rect(0,0,0,0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%)
}
.chosen-container .chosen-results {
  color: #000;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  -webkit-overflow-scrolling: touch
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  font-family: Gilroy,sans-serif;
  line-height: 1.2;
  font-size: 14px;
  color: #000;
  padding: 7px 26px 5px 13px;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default
}
.chosen-container .chosen-results li.highlighted {
  background-color: #000;
  color: #fff
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));
  background-image: -o-linear-gradient(#eee 1%,#fff 15%);
  background-image: linear-gradient(#eee 1%,#fff 15%);
  cursor: text
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0!important;
  background: 0 0!important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));
  background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
  box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);
  color: #333;
  line-height: 13px;
  cursor: default
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.8b55a822e72b.png") -42px 1px no-repeat;
  font-size: 1px
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));
  background-image: -o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  background-image: linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);
  color: #000
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #000;
  cursor: default
}
.chosen-container-active .chosen-single {
  border: 2px solid #000
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 2px solid #000;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none;
  cursor: auto!important
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px
}
.chosen-container-active .chosen-choices {
  border: 2px solid #000
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222!important
}
.chosen-disabled {
  opacity: .5!important;
  cursor: default
}
.chosen-disabled .chosen-single {
  cursor: default
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default
}
.chosen-rtl {
  text-align: right
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px
}
.chosen-rtl .chosen-choices li {
  float: right
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.8b55a822e72b.png") no-repeat -30px -20px;
  direction: rtl
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span,
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-rtl .chosen-search input[type=text] {
    background-image: url("chosen-sprite@2x.8b55a822e72b.png")!important;
    background-size: 52px 37px!important;
    background-repeat: no-repeat!important
  }
}
.language__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 100%;
  height: auto
}
.header__mobile {
  display: none;
  position: relative;
  z-index: 5;
  background: #fff
}
.header__mobile-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 80px
}
.header__wrapper {
  padding-bottom: 20px;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%)
}
.btn__burger {
  display: block
}
.btn__burger-inner {
  width: 33px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer
}
.btn__burger-item {
  display: block;
  height: 2px;
  margin-left: auto;
  background: #000
}
.btn__burger-item:nth-child(1) {
  width: 27px
}
.btn__burger-item:nth-child(2) {
  width: 30px
}
.btn__burger-item:nth-child(3) {
  width: 33px
}
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff
}
.content-container {
  margin-top: 76px;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px
}
.header.open .btn__burger-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px
}
.header.open .btn__burger-item {
  margin: 0 auto
}
.header.open .btn__burger-item:nth-child(1) {
  width: 33px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.header.open .btn__burger-item:nth-child(2) {
  display: none
}
.header.open .btn__burger-item:nth-child(3) {
  width: 33px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.logo__img {
  display: block;
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.menu__item {
  position: relative
}
.menu__item-hover:hover .menu__dop-inner {
  opacity: 1;
  visibility: visible
}
.menu__item-hover:hover .menu__link-arrow::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
.menu__item-click.open .menu__dop-inner {
  display: block
}
.menu__item-click.open .menu__link-arrow::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}
.menu__link {
  font-family: Gilroy,sans-serif;
  line-height: 1;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding: 20px 12px 20px 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.menu__link:hover {
  color: #000;
  text-decoration: underline
}
.menu__link.active {
  color: #000;
  text-decoration: underline
}
.menu__link.menu__link-arrow {
  position: relative;
  padding-right: 19px;
  margin-right: 14px
}
.menu__link.menu__link-arrow::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  background: url("../images/dist/SVG/arrow.b0bada18eb1a.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  width: 12px;
  height: 7px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  will-change: transform
}
.menu__dop-inner {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 10px 0;
  background: #fff
}
.menu__dop-link {
  font-family: Gilroy,sans-serif;
  line-height: 1;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding: 0 20px
}
.menu__dop-link:hover {
  text-decoration: underline;
  color: #000
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social__item {
  margin-right: 12px
}
.social__item:hover .social__img path {
  stop-color: #32ec73;
  stop-color: #00a7f7
}
.social__item:last-child {
  margin-right: 0
}
.social__link {
  display: block
}
.social__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 28px;
  height: 28px;
  display: block
}
.social__img path {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.language.language-mobile {
  display: none
}
.language {
  width: 69px
}
.language__list {
  width: 100%;
  position: relative;
  z-index: 3;
  font-family: Gilroy,sans-serif;
  line-height: 1;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  padding: 6px 26px 6px 13px;
  border: 2px solid #000;
  border-radius: 50px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center
}
.language__item {
  font-family: Gilroy,sans-serif;
  line-height: 1;
  font-size: 14px;
  color: #000;
  font-weight: 500
}
.main__wrapper {
  padding-top: 69px;
  padding-bottom: 50px
}
.main__form-inner {
  padding-top: 27px
}
.main__form-title {
  font-family: Gilroy,sans-serif;
  line-height: 1;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
  text-align: center;
  margin-bottom: 13px
}
.main__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 15px
}
.form__item {
  max-width: 262px;
  width: 100%;
  margin-right: 30px
}
.form__item:last-child {
  margin-right: 0
}
.form__input {
  font-family: Gilroy,sans-serif;
  line-height: 1;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 42px;
  border-radius: 50px;
  border: 2px solid #000
}
.form__btn {
  font-family: Gilroy,sans-serif;
  line-height: 1;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: 42px;
  border-radius: 50px;
  background: 0 0;
  border: none
}
.form__btn--orange {
  position: relative;
  background-clip: padding-box;
  border: solid 2px transparent;
  background-color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.form__btn--orange::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: -webkit-gradient(linear,left top,right top,from(red),to(orange));
  background: -o-linear-gradient(left,red,orange);
  background: linear-gradient(to right,red,orange)
}
.form__btn--orange:hover {
  -webkit-box-shadow: 0 0 5px 6px rgba(255,200,0,.239);
  box-shadow: 0 0 5px 6px rgba(255,200,0,.239)
}
.primary__content-inner.line--orange {
  position: relative
}
.primary__content-inner.line--orange::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  max-width: 359px;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#ff0100),to(#ffc800));
  background-image: -o-linear-gradient(bottom,#ff0100 0,#ffc800 100%);
  background-image: linear-gradient(0deg,#ff0100 0,#ffc800 100%);
  padding: 0 40px
}
.primary__content-inner h1 {
  font-family: Gilroy,sans-serif;
  line-height: 1.1;
  font-size: 35px;
  color: #393939;
  font-weight: 500;
  margin-bottom: 21px;
  text-align: center
}
.heading__title {
  font-family: Gilroy,sans-serif;
  line-height: 1.1;
  font-size: 42px;
  color: #393939;
  font-weight: 500;
  margin-bottom: 21px;
  text-align: center
}
.heading__subtitle {
  font-family: Gilroy,sans-serif;
  line-height: 1;
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 500;
  text-align: center;
  margin-bottom: 13px
}
.heading__subtitle-inner,
.heading__text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.subtitle-inner--green {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  outline: 0;
  border-radius: 30px;
  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  padding: 10px 26px 10px
}
.subtitle-inner--green::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: -webkit-gradient(linear,left top,right top,from(#32ec73),to(#00a7f7));
  background: -o-linear-gradient(left,#32ec73,#00a7f7);
  background: linear-gradient(to right,#32ec73,#00a7f7)
}
.subtitle-inner--orange {
  /* margin: 0 auto; */
  display: block;
  position: relative;
  outline: 0;
  border-radius: 50px;
  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  padding: 15px 19px 15px;
  width: 100%;
}
.subtitle-inner--orange::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background-image: -webkit-gradient(linear,left top,right top,from(#ff0100),to(#ffc800));
  background-image: -o-linear-gradient(left,#ff0100 0,#ffc800 100%);
  background-image: linear-gradient(90deg,#ff0100 0,#ffc800 100%)
}
.heading__slogan-inner {
  padding-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.heading__slogan {
  font-family: Gilroy,sans-serif;
  line-height: 1;
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 400;
  max-width: 450px;
  width: 100%;
  padding: 0 16px;
  margin-bottom: 6px;
  text-align: right;
  position: relative
}
.heading__slogan:last-child {
  text-align: left
}
.heading__slogan:last-child::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -2px;
  width: 2px;
  height: 30px;
  display: block;
  background: #000
}
.heading__text {
  font-family: Gilroy,sans-serif;
  line-height: 1;
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 500;
  text-align: center;
  margin-bottom: 9px
}
.heading__text:last-child {
  margin-bottom: 0
}
.benefits {
  padding-top: 43px;
  padding-bottom: 50px
}
.benefits .title{
  padding-bottom: 30px;
}
.benefits .title__inner{
  margin-bottom: 30px;
}
.benefits__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}
/* .benefits__inner.left {
  padding-top: 20px
} */
.benefits__inner.left .benefits__content {
  text-align: right;
  margin-right: 30px
}
/* .benefits__inner.right {
  padding-top: 20px
} */
.benefits__inner.right .benefits__content {
  text-align: left;
  margin-left: 30px
}
.benefits__inner.right .benefits__card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.benefits__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 10px;
  min-height: 115px;
}
.benefits__box-title {
  font-family: Gilroy,sans-serif;
  line-height: 1.2;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 4px
}
.benefits__box-text {
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 400
}
.benefits__img-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 65px;
  height: auto
}
.benefits__img-element {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  max-width: 290px;
  height: 495px;
  margin: 0 auto
}
.about {
  padding-top: 18px;
  padding-bottom: 26px
}
.about__accordion {
  padding-top: 5px
}
.about__accordion-box {
  padding-top: 23px;
  padding-bottom: 26px;
  position: relative
}
.about__accordion-box:first-child .about__accordion-content {
  display: block
}
.about__accordion-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: #000101;
  width: 165px;
  height: 2px
}
.about__accordion-box.open .about__accordion-title::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}
.about__accordion-title {
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 20px
}
.about__accordion-title::before {
  content: "";
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  background: url("../images/dist/SVG/aroww-select.27c3a4cb7dcb.svg");
  width: 13px;
  height: 9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.about__accordion-content {
  padding-top: 20px;
  display: none
}
.about__form {
  padding-top: 30px
}
.about__form .text__body {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 800
}
.about__form .form__item {
  margin: 0 auto;
  margin-bottom: 15px
}
.about__form-img {
  margin-bottom: 26px
}
.about__form-img__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
  max-width: 340px;
  width: 100%;
  height: auto
}
.about__form-wrapper {
  margin-bottom: 25px
}
.about__form-qr__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
  max-width: 155px;
  width: 100%;
  height: auto
}
.about__mobile-content {
  display: none
}
.media__page {
  padding-top: 82px;
  padding-bottom: 10px
}
.media__page .title {
  font-size: 42px;
  font-weight: 500
}
.media__page .media__wrapper {
  padding-top: 58px
}
.media__page .media__card {
  margin-bottom: 50px
}
.media {
  padding-top: 0;
  margin-bottom: 50px
}
.media .text {
  font-size: 18px
}
.media .subtitle {
  font-size: 24px;
  padding-top: 40px;
  margin-bottom: 0
}
.media__wrapper {
  padding-top: 31px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.media__wrapper.owl-carousel {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}
.media__card {
  max-width: 264px
}
.media__content {
  padding-top: 30px;
}
.media__card-img__inner {
  max-height: 264px;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  display: block
}
.media__card-img {
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  will-change: transform
}
.media__card-source {
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  color: #393939;
  font-weight: 500;
  margin-bottom: 4px
}
.media__card-date {
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  color: #393939;
  font-weight: 400;
  margin-bottom: 5px
}
.media__card-title__inner {
  display: inline-block
}
.media__card-title {
  font-family: Gilroy,sans-serif;
  line-height: 1.2;
  font-size: 18px;
  color: #393939;
  font-weight: 500
}
.media__card-title:hover {
  text-decoration: underline
}
.founder {
  padding-top: 22px;
  padding-bottom: 19px
}
.founder .btn {
  padding-top: 35px
}
.founder.founder--top {
  padding-top: 0;
  padding-bottom: 50px
}
.founder__wrapper {
  padding-top: 50px
}
.founder__inner {
  max-width: 262px;
  margin-left: auto;
  margin-right: 98px;
  padding-top: 13px;
  margin-bottom: 20px
}
.founder__picture {
  width: 262px;
  height: 262px;
  border-radius: 50%;
  margin-bottom: 10px
}
.founder__name {
  font-family: Gilroy,sans-serif;
  line-height: 1.2;
  font-size: 18px;
  color: #393939;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px
}
.founder__prof {
  font-family: Gilroy,sans-serif;
  line-height: 1.3;
  font-size: 15px;
  color: #393939;
  font-weight: 400;
  text-align: center
}
.founder__inner-content {
  max-width: 355px;
  padding-top: 5px;
  margin-bottom: 20px;
  position: relative
}
.founder__inner-content::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 94%;
  background: #000
}
.founder__text {
  font-family: Gilroy,sans-serif;
  line-height: 1.67;
  font-size: 18px;
  color: #393939;
  font-weight: 400
}
.offer {
  padding-top: 28px
}
.offer__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -50px;
  padding-bottom: 20px
}
.offer__inner.owl-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.offer__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 368px;
  width: 100%;
  margin-bottom: 27px;
  padding-top: 25px;
  margin-right: 12px
}
.offer__card-img {
  margin-right: 27px
}
.offer__card-img__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  max-width: 75px;
  min-width: 70px;
  height: auto
}
.offer__card-content h3,
.offer__card-content h4 {
  font-family: Gilroy,sans-serif;
  line-height: 1.2;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 4px
}
.offer__card-content p {
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 400
}
.offer__card-title {
  font-family: Gilroy,sans-serif;
  line-height: 1.2;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 4px
}
.offer__card-text {
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 400
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5
}
.btn__inner {
  padding: 0 21px 0 21px
}
.btn__item {
  padding: 11px 16px;
  font-family: Gilroy,sans-serif;
  line-height: 1.1;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  position: relative;
  border: none;
  background: 0 0;
  background: 0 0;
  border-radius: 50px
}
.btn__item:hover {
  color: #fff;
}
@-webkit-keyframes animatedgradient {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}
@keyframes animatedgradient {
  0% {
    background-position: 0 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0 50%
  }
}
.btn--orange {
  --borderWidth: 2px;
  background: 0 0;
  position: relative;
  border-radius: var(--borderWidth);
  border-radius: 50px
}
.btn--orange:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: -o-linear-gradient(30deg,#ff0100,#ffc800,#ff0100,#ffc800);
  background: linear-gradient(60deg,#ff0100,#ffc800,#ff0100,#ffc800);
  border-radius: 50px;
  z-index: -1;
  background-size: 300% 300%
}
.btn--orange:hover::after {
  -webkit-animation: animatedgradient 3s ease alternate infinite;
  animation: animatedgradient 3s ease alternate infinite
}
.btn--green {
  --borderWidth: 2px;
  background: 0 0;
  position: relative;
  border-radius: var(--borderWidth);
  border-radius: 50px
}
.btn--green:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: -o-linear-gradient(30deg,#32ec73,#00a7f7,#32ec73,#00a7f7);
  background: linear-gradient(60deg,#32ec73,#00a7f7,#32ec73,#00a7f7);
  border-radius: 50px;
  z-index: -1;
  background-size: 300% 300%
}
.btn--green:hover::after {
  -webkit-animation: animatedgradient 3s ease alternate infinite;
  animation: animatedgradient 3s ease alternate infinite
}
.btn--purple {
  --borderWidth: 2px;
  background: 0 0;
  position: relative;
  border-radius: var(--borderWidth);
  border-radius: 50px
}
.btn--purple:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: -o-linear-gradient(30deg,#1200fa,#f0f,#1200fa,#f0f);
  background: linear-gradient(60deg,#1200fa,#f0f,#1200fa,#f0f);
  border-radius: 50px;
  z-index: -1;
  background-size: 300% 300%
}
.btn--purple:hover::after {
  -webkit-animation: animatedgradient 3s ease alternate infinite;
  animation: animatedgradient 3s ease alternate infinite
}
.btn--azure {
  --borderWidth: 2px;
  background: 0 0;
  position: relative;
  border-radius: var(--borderWidth);
  border-radius: 50px
}
.btn--azure:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(to right,#0099ff,#0033ff,#0099ff,#0033ff);
  border-radius: 50px;
  z-index: -1;
  background-size: 300% 300%
}
.btn--azure:hover::after {
  -webkit-animation: animatedgradient 3s ease alternate infinite;
  animation: animatedgradient 3s ease alternate infinite
}
.btn--transparent {
  --borderWidth: 2px;
  position: relative;
  border-radius: 50px;
  border: 2px solid #000;
}
.btn--transparent:hover:after {
  content: "";
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg,#1200fa,#f0f,#1200fa,#f0f);
  border-radius: 50px;
  z-index: -1;
  background-size: 300% 300%;
  animation: animatedgradient 3s ease alternate infinite;
}
.btn--transparent .btn__item {
  color: #000;
  width: 100%;
  text-align: center;
}
.btn--transparent:hover .btn__item {
  color: #fff;
}
.btn--transparent--green {
	--borderWidth: 2px;
	position: relative;
	border-radius: 50px;
}
.btn--transparent--green:after {
	border: 2px solid #000;
	content: "";
	position: absolute;
	top: calc(-1 * var(--borderWidth));
	left: calc(-1 * var(--borderWidth));
	height: calc(100% + var(--borderWidth) * 2);
	width: calc(100% + var(--borderWidth) * 2);
	border-radius: 50px;
}
.btn--transparent--green:hover:after {
	background: -o-linear-gradient(30deg,#32ec73,#00a7f7,#32ec73,#00a7f7);
	background: linear-gradient(60deg,#32ec73,#00a7f7,#32ec73,#00a7f7);
	z-index: -1;
	background-size: 300% 300%;
	animation: animatedgradient 3s ease alternate infinite;
	border-color: transparent;
}
.btn--transparent--green .btn__item {
	color: #000;
	width: 100%;
	text-align: center;
}
.btn--transparent--green:hover .btn__item {
	color: #fff;
}
.btn-row {
  column-gap: 35px;
}

.main__mobile-title {
  text-align: center;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 500;
  margin-bottom: 30px
}
.main__mobile-content {
  display: none;
  padding-top: 30px
}
.btn__mobile-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.btn__mobile-link {
  display: block;
  margin-right: 18px
}
.btn__mobile-link:last-child {
  margin-right: 0
}
.btn__mobile-img {
  display: block;
  width: 223px;
  height: 63px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}
.client__card-wrapper div[class*=col-]:last-child .client__card-icon::before {
  content: none
}
.client {
  padding-top: 0;
  padding-bottom: 45px
}
.client__card-wrapper {
  padding-top: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.client__card-icon__inner {
  position: relative;
  margin: 0 auto;
  display: inline-block
}
.client__card-icon__inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #ffff
}
.client__card {
  max-width: 160px;
  width: 100%
}
.client__card-icon {
  margin-bottom: 22px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.client__card-icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 150px;
  left: 110px;
  background: -webkit-gradient(linear,left bottom,left top,from(#32ec73),to(#00a7f7));
  background: -o-linear-gradient(bottom,#32ec73 0,#00a7f7 100%);
  background: linear-gradient(0deg,#32ec73 0,#00a7f7 100%)
}
.client__card-icon__item {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  width: 120px;
  height: auto;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.client__card-text {
  text-align: center;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 400
}
.products__card-over__box {
  position: relative;
  height: 425px
}
.products__store-content {
  padding-top: 30px;
}
.products__card-over {
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  max-width: 1145px;
  width: 100%
}
.products__card-over:hover {
  overflow: visible;
  z-index: 100
}
.products {
  padding-top: 0;
  padding-bottom: 50px;
  position: relative
}
.products .owl-carousel {
  z-index: 0
}
.products .owl-carousel .owl-stage-outer {
  position: relative;
  z-index: 0
}
.products .btn {
  margin-top: 20px;
  position: relative;
  z-index: 0
}
.products .owl-carousel.owl-drag .owl-item:hover {
  z-index: 100
}
.products .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 388px;
  z-index: -1
}
.products .owl-dots:hover {
  z-index: 300
}
.products .owl-dot {
  width: 27px;
  height: 27px;
  border-radius: 50px;
  margin: 0 6px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 0;
  outline: 0
}
.products .owl-dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #000101!important;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 1
}
.products .nav--orange .owl-dot::after {
  border: 2px solid #fff!important;
  background: -webkit-gradient(linear,left top,right top,from(#ff0100),to(#ffc800));
  background: -o-linear-gradient(left,#ff0100,#ffc800);
  background: linear-gradient(to right,#ff0100,#ffc800);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0
}
.products .nav--green .owl-dot::after {
  border: 2px solid #fff!important;
  background: -webkit-gradient(linear,left top,right top,from(#32ec73),to(#00a7f7));
  background: -o-linear-gradient(left,#32ec73,#00a7f7);
  background: linear-gradient(to right,#32ec73,#00a7f7);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0
}
.products .owl-dot.active {
  width: 60px;
  height: 27px
}
.products .owl-dot.active::before {
  opacity: 0
}
.products .owl-dot.active::after {
  opacity: 1
}
.products__card-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 23px;
  padding-bottom: 4px;
  position: relative;
  z-index: 0
}
.products__card-wrapper.owl-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.products__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-bottom: 0;
  width: 285px;
  height: 350px;
  background-color: #fff;
  padding-top: 3px;
  margin-bottom: 15px
}
.products__card:hover {
  height: auto
}
.products__card:hover.products__card--green::before {
  opacity: 1
}
.products__card:hover .products__card-text {
  opacity: 1;
  visibility: visible;
  height: auto
}
.products__card:hover.products__card--orange::before {
  opacity: 1
}
.products__card:hover .products__card-orange {
  opacity: 1;
  visibility: visible;
  height: auto
}
.products__card-inner {
  display: block;
  max-width: 285px;
  width: 100%
}
.products__card-img {
  margin-bottom: 23px
}
.products__card-img__element {
  max-width: 210px;
  min-width: 200px;
  height: auto;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto
}
.products__card-title {
  color: #393939;
  font-size: 21px;
  font-weight: 700;
  font-family: Gilroy,sans-serif;
  line-height: 1.24;
  text-align: center;
  margin-bottom: 5px;
  text-align: center;
  padding: 0 15px
}
.products__card-text__inner {
  padding-left: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  position: relative
}
.products__card-text {
  height: 0;
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 400;
  opacity: 0;
  visibility: hidden
}
.products__card--green {
  position: relative;
  outline: 0;
  display: block;
  border-radius: 15px;
  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  border-bottom: none!important
}
.products__card--orange {
  position: relative;
  outline: 0;
  display: block;
  border-radius: 15px;
  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  border-bottom: none!important
}
.products__card--green::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: -webkit-gradient(linear,left top,right top,from(#32ec73),to(#00a7f7));
  background: -o-linear-gradient(left,#32ec73,#00a7f7);
  background: linear-gradient(to right,#32ec73,#00a7f7);
  opacity: 0
}
.products__card--orange::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: -webkit-gradient(linear,left top,right top,from(#ff0100),to(#ffc800));
  background: -o-linear-gradient(left,#ff0100,#ffc800);
  background: linear-gradient(to right,#ff0100,#ffc800);
  opacity: 0
}
.team__wrapper.owl-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.team {
  padding-top: 0;
  padding-bottom: 58px
}
.team .owl-next.disabled,
.team .owl-prev.disabled {
  display: none!important
}
.team .owl-nav {
  display: none!important;
  position: absolute;
  top: 120px;
  width: 100%
}
.team .owl-prev {
  position: absolute;
  left: -15px;
  background-image: url("../images/dist/SVG/arrow-slider.48c274538e49.svg")!important;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  background-repeat: no-repeat!important;
  width: 28px;
  height: 54px
}
.team .owl-prev span {
  display: none
}
.team .owl-next {
  position: absolute;
  right: -15px;
  background-image: url("../images/dist/SVG/arrow-slider.48c274538e49.svg")!important;
  display: block;
  background-repeat: no-repeat!important;
  width: 28px;
  height: 54px
}
.team .owl-next span {
  display: none
}
.team .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.team .owl-dot {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  margin: 0 6px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  outline: 0
}
.team .owl-dot::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #000101!important;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 1
}
.team .owl-dot::after {
  border: 2px solid #fff!important;
  background: -webkit-gradient(linear,left top,right top,from(#ff0100),to(#ffc800));
  background: -o-linear-gradient(left,#ff0100 0,#ffc800 100%);
  background: linear-gradient(90deg,#ff0100 0,#ffc800 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0
}
.team .owl-dot.active {
  width: 60px;
  height: 24px
}
.team .owl-dot.active::before {
  opacity: 0
}
.team .owl-dot.active::after {
  opacity: 1
}
.team__wrapper {
  padding-top: 66px;
  padding-bottom: 30px;
  position: relative
}
.team__card {
  padding: 0 10px;
  width: 16.667%;
}
.team__card-picture {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px
}
.team__card-name {
  text-align: center;
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px
}
.team__card-prof {
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  font-weight: 400;
  padding-right: 10px
}
.unsubscribe {
  padding-top: 82px;
  padding-bottom: 73px
}
.unsubscribe .btn__item:first-child::before {
  content: none!important
}
.unsubscribe .btn__inner:hover .btn__item {
  text-decoration: none
}
.unsubscribe .title {
  font-size: 42px;
  font-weight: 500
}
.unsubscribe__text {
  padding-top: 54px;
  margin-bottom: 27px;
  text-align: center;
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  font-weight: 400
}
.unsubscribe__img {
  margin-bottom: 32px
}
.unsubscribe__img-item {
  margin: 0 auto;
  max-width: 356px;
  width: 100%;
  height: auto;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.btn--purple {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}
.policy {
  padding-top: 81px;
  padding-bottom: 76px
}
.policy__content {
  padding-top: 44px
}
.policy__content h2 {
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 30px;
  font-weight: 500;
  margin: 0
}
.policy__content h3 {
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 7px
}
.policy__content h4 {
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px
}
.policy__content h5 {
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 16px;
  font-weight: 500;
  margin: 0
}
.policy__content li {
  position: relative;
  list-style-type: none
}
.policy__content ol {
  counter-reset: list1;
  padding: 0;
  margin-bottom: 20px
}
.policy__content ol li {
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 20px
}
.policy__content ol li:last-child {
  padding-bottom: 0
}
.policy__content .policy__list-title--h2:before {
  font-size: 30px
}
.policy__content .policy__list-title--h3:before {
  font-size: 24px
}
.policy__content .policy__list-title--h4:before {
  font-size: 20px
}
.policy__content .policy__list-title--h5:before {
  font-size: 16px
}
.policy__content ol li:before {
  float: left;
  margin-right: 14px;
  counter-increment: list1;
  content: counter(list1) " "
}
.policy__content ol ol {
  counter-reset: list2
}
.policy__content ol ol li:before {
  counter-increment: list2;
  margin-right: 4px;
  content: counter(list1) "." counter(list2) ". ";
  font-size: 15px
}
.policy__content ul {
  padding-top: 9px;
  padding-bottom: 19px
}
.policy__content ul li {
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 1px
}
.policy__content a {
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  font-weight: 600
}
.policy__content a:hover {
  text-decoration: underline
}
.policy__content p {
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 14px
}
.policy__link {
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  font-weight: 600
}
.policy__link:hover {
  text-decoration: underline
}
.policy__text {
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 14px
}
.policy__list-number {
  counter-reset: list1;
  padding: 0;
  margin-bottom: 20px
}
.policy__list-number__item {
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 20px
}
.policy__list-number__item:last-child {
  padding-bottom: 0
}
.policy__list-number__item:before {
  text-align: center;
  counter-increment: list1;
  content: counter(list1) " "
}
.policy__list-number__item ol li:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ". "
}
.policy__list-point {
  padding-top: 9px;
  padding-bottom: 19px
}
.policy__list-point__item {
  color: #393939;
  font-family: Gilroy,sans-serif;
  line-height: 1.34;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 1px
}
.footer {
  padding-top: 19px;
  padding-bottom: 20px
}
.footer__img {
  position: relative
}
.footer__img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #000
}
.footer__img-item {
  max-width: 180px;
  width: 100%;
  height: auto;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto
}
.footer__menu {
  position: relative;
  padding-top: 13px
}
.footer__menu::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 104%;
  background: #000
}
.footer__menu-link {
  font-family: Gilroy,sans-serif;
  line-height: 1.2;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding-bottom: 8px
}
.footer__menu-link:hover {
  text-decoration: underline;
  color: #000
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.footer__copyright.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.footer__copyright-link {
  font-family: Gilroy,sans-serif;
  line-height: 1.2;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 400
}
.footer__copyright-link:hover {
  color: #1a1a1a;
  text-decoration: underline
}
.footer__copyright-img {
  margin-left: 10px
}
.footer__copyright-img__item {
  width: 60px;
  height: auto;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.feedback__form .btn__item:first-child::before {
  content: none!important
}
.feedback__form .btn {
  padding-top: 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.feedback__form .btn__inner:hover .btn__item {
  text-decoration: none
}
.feedback__form .form__link {
  font-weight: 600;
  font-family: Gilroy,sans-serif;
  line-height: 1.2;
  font-size: 15px;
  color: #010101;
  font-weight: 600
}
.feedback__form .form__link:hover {
  color: #010101;
  text-decoration: underline
}
.form__input-inner {
  margin-bottom: 27px
}
.form__textarea-item {
  background: 0 0;
  width: 100%;
  min-height: 100px;
  border-radius: 20px;
  font-family: Gilroy,sans-serif;
  line-height: 1;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 500;
  border: 2px solid #000;
  padding: 10px 20px
}
.form__input-item {
  padding: 5px 20px;
  background: 0 0;
  border-radius: 50px;
  font-family: Gilroy,sans-serif;
  line-height: 1;
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 500;
  width: 100%;
  height: 42px;
  border: 2px solid #000
}
.form__title {
  font-family: Gilroy,sans-serif;
  line-height: 1.2;
  font-size: 15px;
  color: #010101;
  font-weight: 400;
  margin-bottom: 12px
}
.form__text {
  font-family: Gilroy,sans-serif;
  line-height: 1.2;
  font-size: 15px;
  color: #010101;
  font-weight: 400
}
.form__checkbox-box {
  display: inline-block
}
.form__radio-box {
  margin-bottom: 20px
}
.form__radio {
  margin-bottom: 5px
}
.form__input.textarea {
  min-height: 100px;
  border-radius: 20px
}
.form__form-item.radio {
  margin-bottom: 13px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.form__form-item.radio .radio--hidden {
  display: none
}
.form__form-item.radio .radio__real {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.form__form-item.radio .radio__fake {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%
}
.form__form-item.radio .radio__real:checked + .radio__fake {
  border: 2px solid #000
}
.form__form-item.radio .radio__real:checked + .radio__fake::before {
  opacity: 1
}
.form__form-item.radio .radio__fake::before {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  transform: translate(-50%,-50%);
  opacity: 0
}
.form__form-item.radio .radio__real:checked ~ .form__text {
  font-weight: 500
}
.form__form-item.checkbox {
  padding-top: 10px;
  margin-bottom: 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.form__form-item.checkbox .checkbox--hidden {
  display: none
}
.form__form-item.checkbox .checkbox__real {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.form__form-item.checkbox .checkbox__fake {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  border-radius: 3px;
  width: 19px;
  height: 19px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 1px
}
.form__form-item.checkbox .checkbox__real:checked + .checkbox__fake {
  border: 2px solid #000
}
.form__form-item.checkbox .checkbox__real:checked + .checkbox__fake::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 10px;
  height: 8px;
  background-image: url("../images/dist/element/rectangle.7b2de761aa17.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.form__form-item.checkbox .checkbox__real:checked ~ .form__text {
  font-weight: 500
}
.form__form-item.checkbox .checkbox__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: #494949;
  font-family: Gilroy,sans-serif
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0)
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0)
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit
}
.owl-carousel.owl-loaded {
  display: block
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}
.owl-carousel.owl-hidden {
  opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}
.owl-carousel.owl-rtl {
  direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
  float: right
}
.no-js .owl-carousel {
  display: block
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
  z-index: 0
}
.owl-carousel .owl-animated-out {
  z-index: 1
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease,-webkit-transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3,1.3);
  -webkit-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}
@media (max-width:1171px) {
  .nav--orange .owl-dot:after {
    background: -webkit-gradient(linear,left top,right top,from(#ff0100),to(#ffc800));
    background: -o-linear-gradient(left,#ff0100 0,#ffc800 100%);
    background: linear-gradient(90deg,#ff0100 0,#ffc800 100%)
  }
  .nav--green .owl-dot:after {
    background: -webkit-gradient(linear,left top,right top,from(#32ec73),to(#00a7f7));
    background: -o-linear-gradient(left,#32ec73 0,#00a7f7 100%);
    background: linear-gradient(90deg,#32ec73 0,#00a7f7 100%)
  }
  .nav--purple .owl-dot:after {
    background: -webkit-gradient(linear,left top,right top,from(#1200fa),to(fuchsia));
    background: -o-linear-gradient(left,#1200fa 0,#f0f 100%);
    background: linear-gradient(90deg,#1200fa 0,#f0f 100%)
  }
  .offer__inner.owl-carousel {
    margin-bottom: 27px
  }
  .offer__inner .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .offer__inner .owl-dot {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    margin: 0 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    outline: 0
  }
  .offer__inner .owl-dot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #000101!important;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1
  }
  .offer__inner .owl-dot::after {
    border: 2px solid #fff!important;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0
  }
  .offer__inner .owl-dot.active {
    width: 60px;
    height: 24px
  }
  .offer__inner .owl-dot.active::before {
    opacity: 0
  }
  .offer__inner .owl-dot.active::after {
    opacity: 1
  }
  .products .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .products .owl-dot {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    margin: 0 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    outline: 0
  }
  .products .owl-dot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #000101!important;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1
  }
  .products .owl-dot::after {
    border: 2px solid #fff!important;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0
  }
  .products .owl-dot.active {
    width: 60px;
    height: 24px
  }
  .products .owl-dot.active::before {
    opacity: 0
  }
  .products .owl-dot.active::after {
    opacity: 1
  }
  .team__card {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width:1160px) {
  .products__card-title {
    padding: 0 15px
  }
  .team__wrapper.owl-carousel {
    display: block
  }
  .offer__card-content p {
    padding-right: 15px
  }
  .media__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .media__wrapper .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .media__wrapper .owl-dot {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    margin: 0 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    outline: 0
  }
  .media__wrapper .owl-dot::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #000101!important;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1
  }
  .media__wrapper .owl-dot::after {
    border: 2px solid #fff!important;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0
  }
  .media__wrapper .owl-dot.active {
    width: 60px;
    height: 24px
  }
  .media__wrapper .owl-dot.active::before {
    opacity: 0
  }
  .media__wrapper .owl-dot.active::after {
    opacity: 1
  }
  .media__card {
    margin: 0 auto
  }
  .btn.btn-none {
    padding-top: 20px
  }
  .products .btn {
    margin-top: 0!important
  }
}
@media (max-width:1100px) {
  .language__list {
    margin-left: 15px;
    width: auto;
  }
  .products .owl-dots {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    top: auto
  }
  .products__card-over {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    top: auto;
    max-width: none
  }
  .products__card-over__box {
    height: auto;
    overflow: auto
  }
  .products__card {
    height: auto
  }
  .products__card-text {
    height: auto
  }
  .media {
    padding-top: 0
  }
  .products .owl-carousel .owl-stage {
    padding-bottom: 0
  }
  .products .owl-carousel.owl-drag .owl-item {
    padding-bottom: 0
  }
  .products .owl-dots {
    margin-top: 20px
  }
  .products__card {
    margin-bottom: 20px;
    border-radius: 15px 15px 15px 15px
  }
  .products__card.products__card--green::before {
    opacity: 1
  }
  .products__card.products__card--orange::before {
    opacity: 1
  }
  .products__card .products__card-text {
    opacity: 1;
    visibility: visible;
    width: auto
  }
  .menu__dop-inner {
    position: static;
    display: none;
    visibility: visible;
    opacity: 1
  }
  .header__wrapper {
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    visibility: visible;
    opacity: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    z-index: 3;
    top: 70px;
    left: 0
  }
  .header.open .header__wrapper {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  .header.open .header__wrapper .logo {
    display: none
  }
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .menu__link {
    padding-left: 0
  }
  .social {
  }
  .chosen-container.chosen-container-single.chosen-container-single-nosearch::before {
    display: none;
  }
  .chosen-container .chosen-results {
    padding-left: 15px
  }
  .chosen-single {
    padding-left: 15px!important
  }
  .chosen-drop {
    position: relative
  }
  .chosen-drop::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 80%;
    width: 2px;
    background: #000;
    display: block;
    cursor: pointer
  }
  .chosen-container .chosen-results li {
    padding: 16px 26px 20px 30px
  }
  .chosen-container-single .chosen-single {
    padding: 6px 0 6px 0
  }
  .social__item {
    margin-right: 30px
  }
  .menu__list {
    margin-bottom: 18px
  }
  .menu__link {
    padding: 15px 16px 24px 21px
  }
  .menu__item {
    width: 100%
  }
  .header__mobile {
    display: block
  }
  .chosen-container .chosen-drop,
  .chosen-container-single .chosen-single {
    border: none!important;
    border-radius: 0
  }
  .header__wrapper {
    justify-content: normal;
    opacity: 0;
    visibility: hidden;
    max-width: none;
    width: 100%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 70px;
    left: 0;
    height: auto;
    background: #fff
  }
  .header__wrapper .logo {
    display: none
  }
  .menu {
    padding-left: 15px;
    width: 100%;
    max-width: 320px
  }
  .social {
    padding-left: 15px
  }
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .menu__link {
    padding-left: 0
  }
  .social {
    margin-bottom: 37px
  }
  .menu__link {
    font-size: 19px
  }
  .chosen-container-single .chosen-single span {
    font-size: 21px;
    font-weight: 500;
    display: inline-block;
  }
  .chosen-container .chosen-results li {
    font-size: 21px;
    font-weight: 500
  }
  .chosen-container,
  .language {
    width: 100%!important
  }
  .active-result.result-selected.language__item {
    display: block!important;
    font-weight: 600
  }
  .chosen-container-single .chosen-drop {
    border-radius: 0!important
  }
  .language.language-desktop {
    display: none
  }
  .language.language-mobile {
    display: block
  }
  .chosen-container-single .chosen-single span {
    overflow: visible
  }
  .header.open .header__wrapper {
    visibility: visible;
    opacity: 1;
    max-height: unset;
  }
  .chosen-container .chosen-results li.highlighted {
    background: 0 0;
    color: #000
  }
  .benefits__inner.left .benefits__content {
    text-align: left;
    margin-left: 30px
  }
  .benefits__inner.left .benefits__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }
  .benefits__card {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
    max-width: 400px
  }
  .offer__card {
    margin: 0 auto;
    margin-bottom: 27px
  }
}
@media (max-width:991px) {
  .products__card--green {
    border-radius: 15px!important
  }
  .client__card-icon::before {
    content: none
  }
  .heading__slogan:last-child {
    text-align: center
  }
  .heading__slogan:last-child::before {
    position: static;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 13px
  }
  .heading__slogan {
    text-align: center;
    margin-bottom: 13px
  }
}
@media (max-width:766px) {
  .media__content .text{
    margin-bottom: 9px;
  }
  .benefits__card {
    min-height: auto;
    padding-bottom: 25px;
  }
  .heading__text-none {
    display: none
  }
  .about__form,
  .main__form-inner {
    display: none
  }
  .about__mobile-content,
  .main__mobile-content {
    display: block
  }
  .about__mobile-content {
    padding-top: 36px
  }
  .founder__inner {
    margin: 0 auto;
    padding-top: 21px
  }
  .founder__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 21px
  }
  .founder__inner-content {
    margin: 0 auto
  }
  .footer__menu::before {
    width: 130px;
    height: 2px;
    left: 0;
    top: auto;
    bottom: 0
  }
  .footer__copyright.right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .founder__picture {
    width: 190px;
    height: 190px;
    margin: 0 auto;
    margin-bottom: 30px
  }
  .main__wrapper {
    padding-top: 26px
  }
  .primary__content-inner h1 {
    margin-bottom: 22px
  }
  .heading__text {
    line-height: 1.34
  }
  .primary__content-inner {
    padding-bottom: 14px
  }
  .main__mobile-content {
    padding-top: 25px
  }
  .main__mobile-title {
    max-width: 210px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .benefits {
    padding-top: 32px;
    padding-bottom: 14px
  }
  .benefits__title {
    margin-bottom: 25px
  }
  .benefits__inner.left .benefits__content {
    margin-left: 25px;
    margin-right: 0
  }
  .benefits__inner.right {
    padding-top: 0
  }
  .benefits__inner.right .benefits__content {
    margin-left: 25px;
    margin-right: 0
  }
  .benefits__box-text {
    line-height: 1.3
  }
  .benefits__card {
    margin: 0 auto;
    margin-bottom: 8px
  }
  .text {
    line-height: 1.34;
    margin-bottom: 0;
    margin-top: 0
  }
  .text__body {
    line-height: 1.3
  }
  .title,
  .title h1,
  .title h2,
  .title h3,
  .title h4 {
    padding-bottom: 21px
  }
  .title__inner {
    padding-bottom: 27px
  }
  .line--orange::after {
    max-width: none;
    width: 45%
  }
  .about__accordion-box {
    padding-top: 25px;
    padding-bottom: 25px
  }
  .about__accordion-box::before {
    width: 130px
  }
  .about__accordion {
    padding-top: 0
  }
  .media {
    padding-top: 0;
    margin-bottom: 24px
  }
  .media .title__inner {
    padding-bottom: 6px
  }
  .media__card-img__inner {
    max-height: 290px;
    margin-bottom: 23px
  }
  .media__card {
    max-width: 290px;
    margin-bottom: 3px
  }
  .media__card-date {
    margin-bottom: 9px
  }
  .founder {
    padding-top: 0;
    padding-bottom: 24px
  }
  .founder .title,
  .founder .title h1,
  .founder .title h2,
  .founder .title h3,
  .founder .title h4 {
    padding-bottom: 0
  }
  .founder__inner {
    max-width: none
  }
  .footer {
    padding-top: 24px
  }
  .footer__menu-link {
    padding-bottom: 9px
  }
  .footer__menu {
    padding-bottom: 20px;
    margin-bottom: 19px
  }
  .footer__copyright-img {
    margin-left: 0;
    padding-top: 12px
  }
  .footer__copyright {
    margin-bottom: 20px
  }
  .arrow__inner.active {
    right: 3px
  }
  .arrow__inner {
    bottom: 50px
  }
  .founder__prof {
    max-width: 350px;
    margin: 0 auto
  }
  .offer__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 15px;
    margin-bottom: 19px
  }
  .offer__card-img {
    margin-bottom: 26px
  }
  .heading__subtitle {
    margin-bottom: 5px
  }
  .offer__card-content h3,
  .offer__card-content h4 {
    margin-bottom: 10px
  }
  .client {
    padding-top: 0;
    padding-bottom: 25px
  }
  .client .title__inner {
    padding-bottom: 8px
  }
  .line--green::after {
    width: 43%
  }
  .products {
    padding-top: 0;
    padding-bottom: 28px
  }
  .products .title__inner {
    padding-bottom: 7px
  }
  .products__card-img__inner {
    margin-bottom: 10px
  }
  .btn.btn-none {
    display: none
  }
  .media .subtitle {
    padding-top: 48px
  }
  .founder .btn {
    padding-top: 61px
  }
  .team {
    padding-top: 11px;
    padding-bottom: 58px
  }
  .team .title__inner {
    padding-bottom: 8px
  }
  .team__wrapper {
    padding-top: 29px;
    padding-bottom: 20px
  }
  .team {
    padding-bottom: 0
  }
  .feedback__title {
    font-size: 25px
  }
  .feedback__content {
    padding: 27px 15px 29px
  }
  .media__page .title {
    font-size: 28px
  }
  .unsubscribe .title {
    font-size: 28px
  }
  .media__page {
    padding-top: 45px
  }
  .line--purple::after {
    max-width: 285px
  }
  .line--azure::after {
   max-width: 285px
  }
  .media__page .media__wrapper {
    padding-top: 30px
  }
  .unsubscribe {
    padding-top: 26px;
    padding-bottom: 21px
  }
  .unsubscribe .title__inner {
    padding-bottom: 8px
  }
  .unsubscribe .btn__inner {
    padding: 0 36px 0 36px
  }
  .unsubscribe__text {
    padding-top: 26px;
    margin-bottom: 22px
  }
  .policy {
    padding-top: 25px;
    padding-bottom: 29px
  }
  .policy .title__inner {
    padding-bottom: 8px
  }
  .policy__content {
    padding-top: 19px
  }
  .policy__content ol {
    padding-top: 10px
  }
  .policy__content ol li {
    padding-bottom: 14px
  }
  .policy__content h3 {
    margin-bottom: 14px
  }
}
@media (max-width:650px) {
  .products__card {
    max-width: 320px
  }
}
@media (max-width:575px) {
  .client__card-wrapper {
    padding-top: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .client__card-wrapper div[class*=col-]:nth-child(even) .client__card {
    margin: -55px 0 -77px;
    margin-left: auto
  }
  .team__card {
    padding: 0;
    width: 100%;
  }
}
@media (max-width:550px) {
  .heading__text{
    font-size: 19px;
  }
  .primary__content-inner h1 {
    font-size: 33px
  }
  .title {
    font-size: 33px
  }
  .btn__mobile-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .btn__mobile-link {
    margin-right: 0;
    margin-bottom: 18px
  }
  .btn__mobile-link:last-child {
    margin-right: 0;
    margin-bottom: 0
  }
  .founder__inner-content::before {
    content: none
  }
  .founder__inner {
    margin: inherit
  }
  .founder__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .founder__inner-content {
    margin: inherit
  }
  .footer__copyright-link {
    font-size: 12px
  }
  .founder__picture {
    width: 130px;
    height: 130px;
    margin: inherit;
    margin-bottom: 30px
  }
  .founder__name {
    text-align: left
  }
  .founder__prof {
    text-align: left
  }
  .founder__prof {
    margin: inherit
  }
  .btn__item {
    font-size: 14px;
    padding: 11px 2px
  }
  .feedback {
    padding: 10px
  }
  .feedback .line--green::after {
    width: 62%
  }
  .feedback .btn__inner,
  .report-inside .btn__inner,
  .press-release .btn__inner {
    padding: 0 28px 0 28px
  }
  .feedback__cross {
    right: 5px;
    top: -8px
  }
  .btn__inner {
    padding: 0 7px 0 10px
  }
}
@media (max-width:450px) {
  .media .text {
    font-size: 15px;
  }
  .primary__content-inner h1 {
    font-size: 18px
  }
  .heading__text {
    font-size: 15px
  }
  .benefits__title {
    font-size: 16px
  }
  .benefits__box-title {
    font-size: 15px
  }
  .benefits__box-text {
    font-size: 12px
  }
  .title,
  .title h1,
  .title h2,
  .title h3,
  .title h4 {
    font-size: 18px
  }
  .text {
    font-size: 15px
  }
  .about__accordion-title {
    font-size: 15px
  }
  .text__body {
    font-size: 12px
  }
  .founder__text {
    font-size: 15px
  }
  .founder__name {
    font-size: 15px
  }
  .founder__prof {
    font-size: 12px;
    line-height: 1.34
  }
  .text a {
    font-size: 15px
  }
  .media__card-date {
    font-size: 12px
  }
  .media__card-title {
    font-size: 15px
  }
  .heading__subtitle {
    font-size: 12px;
    line-height: 1.5
  }
  .heading__slogan {
    font-size: 15px
  }
  .offer__card-content h3,
  .offer__card-content h4 {
    font-size: 12px
  }
  .offer__card-content p {
    font-size: 10px;
    line-height: 1.5
  }
  .btn__item {
    font-size: 12px
  }
  .client__card-text {
    font-size: 12px
  }
  .client__card {
    max-width: 130px
  }
  .products__card-title {
    font-size: 15px
  }
  .media .subtitle {
    font-size: 15px
  }
  .feedback__title {
    font-size: 18px
  }
  .feedback__title {
    padding-bottom: 28px;
    margin-bottom: 26px
  }
  .feedback .form__input-item {
    font-size: 12px
  }
  .feedback .form__title {
    font-size: 12px
  }
  .feedback .form__text {
    font-size: 12px
  }
  .feedback .form__textarea-item {
    font-size: 12px
  }
  .feedback .form__radio-box {
    margin-bottom: 30px
  }
  .feedback .btn__item {
    font-size: 15px;
    font-weight: 500
  }
  .form__form-item.checkbox .checkbox__fake {
    width: 15px;
    height: 15px
  }
  .feedback__form .form__link {
    font-size: 12px
  }
  .media__page .title {
    font-size: 18px
  }
  .media__page {
    padding-top: 25px
  }
  .media__page .title__inner {
    padding-bottom: 8px
  }
  .unsubscribe .title {
    font-size: 18px
  }
  .unsubscribe__text {
    font-size: 12px
  }
  .policy__content a,
  .policy__content ol li,
  .policy__content ol ol li:before,
  .policy__content p,
  .policy__content ul li {
    font-size: 12px;
    line-height: 1.3
  }
  .policy__content h2 {
    font-size: 18px
  }
  .policy__content .policy__list-title--h2:before {
    font-size: 18px;
    margin-right: 10px
  }
  .policy__content h3 {
    font-size: 16px
  }
  .policy__content h4 {
    font-size: 15px
  }
  .policy__content p {
    padding-top: 7px;
    padding-bottom: 10px
  }
}
@media (min-width:1100px) {
  .overlay__nav {
    display: none
  }
  .header__wrapper {
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important
  }
  .header__wrapper .logo {
    min-width: 200px;
  }
  .language.language-mobile {
    display: none
  }
}

.block-heading {
    padding-top: 50px;
}
@media (max-width:1171px) {
    .block-heading {
        padding-top: 11px;
    }
}
.block-heading .title {
    padding-bottom: 30px;
}

.title__inner {
    padding-bottom: 0;
}

.embed-block {display: none;}

.is-invalid {
    border-color: #dc3545;
}

img.full-width {
    width: 100%;
    height: auto;
}

.policy__content.landing__content .rich-text a {
    position: relative;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    text-align: center;
    padding: 11px 16px;
    font-family: Gilroy,sans-serif;
    line-height: 1.1;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    position: relative;
    border: none;
    background: 0 0;
    background: 0 0;
    border-radius: 50px;
    --borderWidth: 2px;
    background: 0 0;
    position: relative;
    border-radius: var(--borderWidth);
    border-radius: 50px;
}

.policy__content.landing__content a:after {
    content: "";
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: -o-linear-gradient(30deg,#1200fa,#f0f,#1200fa,#f0f);
    background: linear-gradient(60deg,#1200fa,#f0f,#1200fa,#f0f);
    border-radius: 50px;
    z-index: -1;
    background-size: 300% 300%
}

.lead-btn .btn__item {
    font-size: 18px;
    color: white;
}

.block-banner {
    margin-top: 15px;
    margin-bottom: 15px;
}

.block-banner a {
    width: 100%;
}
.products__text {
  color: #333;
  font-size: 15px;
  padding: 25px 0 0;
  margin-bottom: 27px;
  line-height: 1.34;
  text-align: left;
}
.products__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 27px;
}
.products__list-item {
  position: relative;
  border-radius: 13px;
  width: 290px;
  min-height: 386px;
  margin: 0 17px 34px;
  background: #fff;
  text-align: center;
}
.products__list-item::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
}
.products__list-item--magenta::before {
  background: linear-gradient(to right, #ff00ff, #ff0033);
}
.products__list-item--green::before {
  background: linear-gradient(to right, #32ec73, #00a7f7);
}
.products__list-item--orange::before {
  background: linear-gradient(to right, #ff0100, #ffc800);
}
.products__list-item--purple::before {
  background: linear-gradient(to right, #1200fa, #ff00ff);
}
.products__list-item--azure::before {
  background: linear-gradient(to right, #0099ff, #0033ff);
}
.products__list-item--aquamarine::before {
  background: linear-gradient(to right, #0099cc, #33ff66);
}
.products__list-item a {
  width: 100%;
  height: 100%;
}
.products__list-item img {
  width: 87%;
}
.products__list-item:nth-child(2) img {
  width: 81.6%;
  margin: 14px 4px 0 0;
}
.products__list-item:nth-child(3) img {
  width: 90.6%;
  margin: 4px 9px 0 0;
}
.products__list-item:nth-child(4) img {
  width: 87%;
  margin: 4px 0 0 4px;
}
.products__list-item:nth-child(5) img {
  margin: 10px 0 0;
}
.products__list-item:nth-child(6) img {
  width: 92.8%;
}
.products__list-item:nth-child(7) img {
  margin: 4px 0 0;
}
.products__list-item:nth-child(8) img {
  margin: 8px 0 0;
}
.products__list-item:nth-child(9) img {
  width: 83%;
  margin: 12px 0 0;
}
.products__list-item__title {
  color: #393939;
  font-size: 24px;
  font-weight: 700;
  font-family: Gilroy,sans-serif;
  line-height: 1.24;
  text-align: center;
  padding: 0 10px 10px;
  min-height: 82px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.product-inside__wrapper {
  display: flex;
  flex-direction: column;
  margin: 10px 0 0;
}
.product-inside__left-side {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-inside__left-side img {
  width: 100%;
  max-width: 308px;
}
.product-inside__text {
  line-height: 1.33;
  font-size: 15px;
  line-height: 1.33;
}
.product-inside__text p {
  margin-bottom: 20px;
}
.product-inside__text .btn {
  margin-top: 30px;
}
.product-inside__list-title {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
  position: relative;
  margin: 54px 0 7px;
  padding-bottom: 9px;
}
.product-inside__list-title.line--azure::after {
  left: 0;
  width: 130px;
  max-width: 130px;
  left: 0;
  transform: none;
}
.product-inside__list {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.product-inside__list li.active {
  font-weight: 700;
}
.product-inside__list a:hover {
  color: inherit;
  text-decoration: underline;
}
.product-inside__list li.active a:hover {
  text-decoration: none;
  cursor: default;
}
@media (min-width:576px) {
  .products__text {
    padding: 25px 22px 0;
    text-align: center;
    line-height: 1.4;
  }
  .product-inside__wrapper {
    margin: 10px 0 28px;
  }
  .product-inside__text {
    padding: 30px 0 0;
  }
  .product-inside__left-side {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (min-width:768px) {
  .products__text {
    padding: 25px 55px 0;
  }
}
@media (min-width:1101px) {
  .products__list-item {
    margin: 0 2px 15px;
  }
  .products__list-item::before {
    display: none;
  }
  .products__list-item:hover::before {
    display: block;
  }
  .product-inside__wrapper {
    flex-direction: row;
    margin-bottom: 58px;
  }
  .product-inside__text {
    padding: 44px 0 0;
  }
  .product-inside__text p {
    margin-bottom: 24px;
  }
  .product-inside__text .btn {
    margin-top: 56px;
    margin-left: 0;
  }
  .product-inside__right-side {
    width: 300px;
    min-width: 300px;
    padding: 39px 0 0 23px;
  }
  .product-inside__list {
    font-size: 18px;
  }
  .product-inside__list-title {
    margin: 0 0 19px;
    font-size: 24px;
    padding-bottom: 4px;
  }
  .product-inside__list-title.line--azure::after {
    width: 67px;
    max-width: 67px;
    padding: 0;
  }
}
@media (min-width:1200px) {
  .products__text {
    padding: 25px 110px 0;
  }
  .products__list {
    justify-content: flex-start;
  }
  .products__list-item {
    width: calc((100% / 4) - 4px);
  }
}

.upload__outer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.upload__outer i {
  padding: 0 10px;
  font-style: normal;
}
.upload__outer label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.upload__outer label:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
  text-decoration: none;
}
.drag__box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 1.42857143;
  color: #1a1a1a;
  font-weight: 500;
  border: 2px dashed #ccc;
  transition: transform 0.3s;
}
.drag__box input[type="file"] {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
#upload__preview {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.draging {
  transform: scale(1.1);
}
.upload__outer.is-invalid {
    border: 1px solid #dc3545;
    border-radius: 20px;
}
.form__error {
    color: #dc3545;
}
.reports__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px calc(100% / 2);
  transform: translateX(-50%);
}
.reports__list-item {
  max-width: 264px;
  margin: 0 18px 50px;
}
.reports__list-item__link {
  display: block;
  width: 264px;
  height: 150px;
  position: relative;
}
.reports__list-item__link:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 119px;
  background: url("../images/dist/SVG/logos/Gradus-logo-watermark.37f2ebb4cd18.svg") no-repeat center;
  width: 48px;
  height: 11px;
}
.reports__list-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.reports__list-item__overlay {
  position: absolute;
  width: 116px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(36.16deg, #5F54EE -43.07%, #FFBCFF 100.48%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 16px 10px;
}
.reports__list-item:nth-child(even) .reports__list-item__overlay {
  background: linear-gradient(32.13deg, #80F6A9 -28.88%, #75CFFB 92.23%);
}
.reports__list-item__overlay__mark {
  background: #000;
  font-weight: 600;
  font-size: 10px;
  padding: 5px 10px 4px;
  line-height: 1.2;
}
.reports__list-item__overlay__title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  word-break: break-word;
  overflow: hidden;
  max-height: 72px;
  margin: auto 0 0;
}
.reports__list-item__overlay__date {
  color: rgba(255, 255, 255, .6);
  font-size: 11px;
  font-weight: 600;
  margin: 6px 0 0;
}
.reports__list-item__details {
  max-height: 159px;
  height: 159px;
  overflow: hidden;
  margin-bottom: 18px;
}
.reports__list-item__details__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  margin: 17px 0 9px;
  height: 63px;
  max-height: 63px;
}
.reports__list-item__details__date {
  color: #B7B7B7;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.reports__list-item__details__description {
  font-weight: 400;
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.report-inside__description {
  background: linear-gradient(90.59deg, #1200FA -6.84%, #FF00FF 82.99%);
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 24px 20px 4px;
}
.report-inside__description-date {
  font-size: 10px;
  font-weight: 500;
}
.report-inside__description-text {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2;
  margin: 6px 0 31px;
}
.report-inside__description-img {
  width: 140px;
  height: 44px;
}
.report-inside__description-img #Gradus path,
.report-inside__description-img #Research path,
.report-inside__description-img #Company path {
  fill: #fff;
}
.report-inside {
  margin: 17px 0 67px;
}
.report-inside__content h2 {
  font-size: 13px;
  font-weight: 500;
}
.report-inside__content {
  font-size: 15px;
  line-height: 1.33;
  margin: 0;
}
.report-inside__form-outer {
  margin: 26px 0 0;
}
.report-inside__form {
  max-width: 360px;
  margin: 0 auto;
}
.report-inside__form .form__input-inner {
  margin-bottom: 20px;
}
.report-inside__form .form__input-item {
  padding: 11px 20px;
  font-size: 12px;
  height: auto;
}
.report-inside .btn,
.press-release .btn {
  max-width: 316px;
  margin: 0 auto;
}
.report-inside .btn__inner,
.press-release .btn__inner {
  width: 100%;
  display: flex;
  justify-content: center;
}
.report-inside .btn__item,
.press-release .btn__item {
  font-size: 12px;
  padding: 11.42px 2px;
  line-height: 1;
  width: 100%;
}
.report-inside__country-list {
  visibility: hidden;
  height: 42px;
}
.report-inside__country-list + .chosen-container.chosen-container-single.chosen-container-single-nosearch,
.report-inside__country-list + .chosen-container.chosen-container-single{
  position: relative;
  height: 40px;
  width: 100% !important;
}
.report-inside__country-list + .chosen-container.chosen-container-single.chosen-container-single-nosearch::before,
.report-inside__country-list + .chosen-container.chosen-container-single::before{
  content: "";
  position: absolute;
  z-index: 4;
  right: 11px;
  top: 16px;
  display: block;
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background: url("../images/dist/SVG/aroww-select.27c3a4cb7dcb.svg");
  width: 13px;
  height: 9px;
}
.report-inside__country-list + .chosen-container-single .chosen-single {
  height: 100%;
  width: 100%;
  padding: 0 20px!important;
  display: flex;
  align-items: center;
}
.report-inside__country-list + .chosen-container-single .chosen-single span {
  font-size: 12px;
}
.report-inside__country-list + .chosen-container .chosen-results li {
  font-size: 12px;
  padding: 10px 20px 10px 20px;
}
.report-inside__country-list + .chosen-container .chosen-results li.disabled-result {
  display: none;
}
.report-inside__wrapper .reports__list {
  margin-top: 0;
}
.report-inside__wrapper ::placeholder {
  color: #000;
}
.report-inside__country-list + .chosen-container-single .chosen-drop {
  margin-top: -2px;
}
.is-invalid .report-inside__country-list + .chosen-container-single .chosen-single,
.is-invalid .report-inside__country-list + .chosen-container .chosen-drop{
  border: 2px solid #dc3545!important;
}

.press-release__content {
  font-size: 15px;
  line-height: 22px;
  margin: 21px 0 42px;
}
.press-release__content a {
  color: #0a58ca;
}
.press-release__content p {
  margin: 18px 0;
}
.press-release__content img {
  max-width: 100%;
}
.press-release__content b {
  font-weight: 500;
}
.press-release__content .color-gray {
  color: #868686;
}
.press-release__form-outer {
  margin: 43px 0 30px;
}
.form__checkbox-outer {
  margin: 0 auto 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form__checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.form__checkbox .checkbox--hidden {
  display: none;
}
.form__checkbox .checkbox__real {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}
.form__checkbox .checkbox__fake {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  border-radius: 4px;
  border: 2px solid #000;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background: #fff;
}
.form__checkbox .checkbox__real:checked + .checkbox__fake {
  border: none;
}
.form__checkbox .checkbox__real:checked + .checkbox__fake::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../images/dist/element/mark.3044623f8b33.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.form__checkbox .checkbox__real.is-invalid + .checkbox__fake {
  border: 2px solid #dc3545;
}
.form__checkbox__text {
  font-size: 12px;
  color: #868686;
  line-height: 1;
}
.form__checkbox__link {
  color: #00A7F7;
  text-decoration: underline;
}
.form__checkbox__link:hover {
  color: #00A7F7;
  text-decoration: none;
}

@media (max-width: 550px) {
  .reports__list-item .btn {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 600px) {
  .reports__list {
    margin-top: 40px;
    width: 600px;
    justify-content: flex-start;
  }
  .reports__list-item .btn {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .reports__list {
    margin-top: 50px;
    width: 900px;
    justify-content: flex-start;
  }
  .reports__list-item {
    max-width: 264px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .report-inside__country-list + .chosen-container.chosen-container-single.chosen-container-single-nosearch::before,
  .report-inside__country-list + .chosen-container.chosen-container-single::before{
    left: auto;
  }
  .report-inside__country-list + .chosen-container-single .chosen-drop {
    border-radius: 0 0 20px 20px!important;
    border: 2px solid #000!important;
    border-top: 0!important;
  }
  .is-invalid .report-inside__country-list + .chosen-container-single .chosen-drop {
    border: 2px solid #dc3545!important;
  }
  .report-inside__country-list + .chosen-container-single .chosen-drop::before {
    display: none;
  }
  .report-inside__country-list + .chosen-container .chosen-results {
    padding-left: 0;
  }
  .report-inside__country-list + .chosen-container-single .chosen-single {
    border: 2px solid #000!important;
    border-radius: 20px;
  }
  .is-invalid .report-inside__country-list + .chosen-container-single .chosen-single {
    border: 2px solid #dc3545!important;
  }
  .report-inside__country-list + .chosen-container-active.chosen-with-drop .chosen-single {
    border: 2px solid #000;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
  }
  .is-invalid .report-inside__country-list + .chosen-container-active.chosen-with-drop .chosen-single {
    border: 2px solid #dc3545;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
  }
  .report-inside__country-list + .chosen-container .chosen-results li.highlighted {
    background-color: #000;
    color: #fff
  }
}
@media (min-width: 1200px) {
  .reports__list {
    margin-top: 60px;
    width: 1200px;
    justify-content: flex-start;
  }
  .reports__list-item__link:after {
    top: 100px;
  }
  .reports__list-item:nth-child(12n + 5) .reports__list-item__link:after,
  .reports__list-item:nth-child(12n + 6) .reports__list-item__link:after,
  .reports__list-item:nth-child(12n + 7) .reports__list-item__link:after,
  .reports__list-item:nth-child(12n + 8) .reports__list-item__link:after {
    top: 75px;
  }
  .reports__list-item:nth-child(12n + 9) .reports__list-item__link:after,
  .reports__list-item:nth-child(12n + 10) .reports__list-item__link:after,
  .reports__list-item:nth-child(12n + 11) .reports__list-item__link:after,
  .reports__list-item:nth-child(12n + 12) .reports__list-item__link:after {
    top: 48px;
  }
}
@media (min-width: 451px) {
  .report-inside__description {
    padding: 31px 27px 4px;
  }
  .report-inside__description-date {
    font-size: 14px;
  }
  .report-inside__description-text {
    font-size: 20px;
    margin: 8px 0 41px;
  }
  .report-inside__description-img {
    width: 186px;
    height: 60px;
  }
  .report-inside {
    margin: 24px 0 67px;
  }
  .report-inside__content h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .report-inside__form-outer {
    margin: 35px 0 0;
  }
  .report-inside__form .form__input-item {
    font-size: 14px;
  }
  .report-inside__country-list + .chosen-container.chosen-container-single.chosen-container-single-nosearch,
  .report-inside__country-list + .chosen-container.chosen-container-single{
    height: 42px;
  }
  .report-inside__country-list + .chosen-container-single .chosen-single span {
    font-size: 14px;
  }
  .report-inside__country-list + .chosen-container .chosen-results li {
    font-size: 14px;
  }
  .report-inside .btn__item,
  .press-release .btn__item {
    font-size: 14px;
    padding: 12px 2px;
  }
}
@media (min-width: 551px) {
  .report-inside__form .form__input-item {
    font-size: 18px;
    padding: 11px 20px;
  }
  .report-inside__country-list + .chosen-container-single .chosen-single {
    border-radius: 50px;
  }
  .report-inside__country-list + .chosen-container-single .chosen-drop {
    border-radius: 0 0 23px 23px!important;
  }
  .report-inside__country-list + .chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 23px 23px 0 0!important;
  }
  .report-inside__country-list + .chosen-container-single .chosen-single span {
    font-size: 18px;
  }
  .report-inside__country-list + .chosen-container.chosen-container-single.chosen-container-single-nosearch::before,
  .report-inside__country-list + .chosen-container.chosen-container-single::before{
    right: 20px;
    top: 20px;
  }
  .report-inside__country-list + .chosen-container .chosen-results li {
    font-size: 18px;
  }
  .report-inside__country-list + .chosen-container.chosen-container-single.chosen-container-single-nosearch,
  .report-inside__country-list + .chosen-container.chosen-container-single{
    height: 47px;
  }
  .report-inside .btn,
  .press-release .btn {
    max-width: none;
  }
  .report-inside .btn__inner,
  .press-release .btn__inner {
    width: auto;
    padding: 0 76px;
  }
  .report-inside .btn__item,
  .press-release .btn__item {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  .report-inside__form {
    max-width: 557px;
  }
  .report-inside__form .form__box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .form__input-inner {
    width: 270px;
  }
  .press-release__form-outer {
    margin: 86px 0 60px;
  }
}
@media (min-width: 1200px) {
  .report-inside__description {
    margin: 25px 0 0;
    padding: 56px 47px 60px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .report-inside__description-text {
    font-size: 29px;
    line-height: 35px;
    margin: 8px 0 0;
    padding-right: 47px;
  }
  .report-inside__description-img {
    width: 390px;
    height: 124px;
    min-width: 390px;
    margin-right: -64px;
    transform: translateY(15px);
  }
  .report-inside {
    margin: 44px 0 52px;
    display: flex;
    flex-wrap: nowrap;
  }
  .report-inside__content {
    line-height: 22px;
    margin: 0;
  }
  .report-inside__form-outer {
    margin: 0 auto 0 70px;
  }
  .report-inside__form {
    width: 557px;
  }
  .report-inside__form .form__input-inner {
    margin-bottom: 23px;
  }
  .report-inside__country-list + .chosen-container-active.chosen-with-drop .chosen-single span {
    padding-bottom: 2px;
  }
  .report-inside__wrapper .reports__list {
    margin-top: 17px;
  }
}
.is-invalid {
  border-color: #dc3545!important;
}

.chosen-search {
  display: none
}
