@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d40d00;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #d40d00;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #d40d00;
  --light: #f8f9fa;
  --dark: #343a40;
  --green: #00801f;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #d40d00;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(135.5, 8.3089622642, 0);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 11.5px;
  padding-left: 11.5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1360px;
  }
}
.container {
  max-width: 1680px;
}

.container-fluid {
  width: 100%;
  padding-right: 11.5px;
  padding-left: 11.5px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -11.5px;
  margin-left: -11.5px;
}

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

.col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 11.5px;
  padding-left: 11.5px;
}

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

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #d40d00 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(161, 9.8726415094, 0) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #d40d00 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(161, 9.8726415094, 0) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-green {
  background-color: #00801f !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: rgb(0, 77, 18.6484375) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

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

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #d40d00 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(135.5, 8.3089622642, 0) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #d40d00 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(135.5, 8.3089622642, 0) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-green {
  color: #00801f !important;
}

a.text-green:hover, a.text-green:focus {
  color: rgb(0, 51.5, 12.47265625) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold/fonts/OpenSans-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Bold/fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold/fonts/OpenSans-Bold.otf") format("opentype"), url("../fonts/OpenSans-Bold/fonts/OpenSans-Bold.svg") format("svg"), url("../fonts/OpenSans-Bold/fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold/fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold/fonts/OpenSans-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/OpenSans-Light/fonts/OpenSans-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Light/fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light/fonts/OpenSans-Light.otf") format("opentype"), url("../fonts/OpenSans-Light/fonts/OpenSans-Light.svg") format("svg"), url("../fonts/OpenSans-Light/fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light/fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light/fonts/OpenSans-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "OpenSans-Semibold";
  src: url("../fonts/OpenSans-Semibold/fonts/OpenSans-Semibold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/OpenSans-Semibold/fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold/fonts/OpenSans-Semibold.otf") format("opentype"), url("../fonts/OpenSans-Semibold/fonts/OpenSans-Semibold.svg") format("svg"), url("../fonts/OpenSans-Semibold/fonts/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/OpenSans-Semibold/fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold/fonts/OpenSans-Semibold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans/fonts/OpenSans-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/OpenSans/fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/fonts/OpenSans-Regular.otf") format("opentype"), url("../fonts/OpenSans/fonts/OpenSans-Regular.svg") format("svg"), url("../fonts/OpenSans/fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans/fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/fonts/OpenSans-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
.card-collapse-enter-active,
.card-collapse-leave-active {
  transition: all ease 0.25s;
}

.card-collapse-enter, .card-collapse-leave-to {
  opacity: 0;
  transform: translateY(-4px);
}

.fade-enter-active,
.fade-leave-active {
  transition: all ease 0.25s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.slide-up-enter-active,
.slide-up-leave-active {
  transition: all ease 0.25s;
  overflow: hidden;
}

.slide-up-enter, .slide-up-leave-to {
  opacity: 0;
  height: 0;
}

.slide-down-enter-active,
.slide-down-leave-active {
  transition: all ease 0.25s;
  overflow: hidden;
}

.slide-down-enter, .slide-down-leave-to {
  opacity: 0;
  transform: translateY(-100px);
}

.page-transition-enter-active,
.page-transition-leave-active {
  transition: all ease 0.15s;
  overflow: hidden;
}

.page-transition-enter, .page-transition-leave-to {
  opacity: 0;
  height: 0;
}

.mobile-menu-enter-active,
.mobile-menu-leave-active {
  transition: transform ease-in-out 0.25s;
}

.mobile-menu-enter, .mobile-menu-leave-to {
  transform: scaleY(1);
}

.loader-button {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-bottom-color: #00801f;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 6px;
  animation: rotation-loader 1s linear infinite;
}

@keyframes rotation-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-header {
  height: 80px;
  text-align: right;
  background-color: white;
  line-height: 80px;
  position: relative;
  margin-bottom: 27px;
}
.main-header .btn-logout-mobile {
  display: inline-block;
  position: absolute;
  top: 27.5px;
  right: 20px;
}
.main-header.gray-header {
  background-color: #f6f6f6;
}
.main-header .e-learning-progress {
  width: 75%;
}
.main-header .e-learning-progress .progress-steps {
  height: 60px;
  margin-right: 40px;
  display: flex;
  justify-content: space-between;
  width: 90%;
  flex-wrap: wrap;
  margin-right: 40px;
}
.main-header .e-learning-progress .progress-steps p {
  margin: 0px;
  display: inline-block;
}
.main-header .e-learning-progress .progress-bar {
  width: 90%;
  height: 4px;
  background-color: #d8d8d8;
  position: relative;
  margin-right: 60px;
}
.main-header .e-learning-progress .progress-bar span {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  background-color: green;
  transition: 0.4s ease-in-out width;
}
.main-header .close-quiz-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 5px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.main-header .close-quiz-button img {
  width: 100%;
  height: 100%;
  display: block;
}
.main-header .mobile-menu {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 20;
  height: calc(100% - 70px);
  padding: 0 0 !important;
  background-color: #fff;
}
.main-header .mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header .mobile-menu ul li {
  text-align: left;
  position: relative;
}
.main-header .mobile-menu ul li button {
  background: none;
  border: 0;
  width: 100%;
  font-size: 18px;
  outline: 0 none !important;
  text-align: left;
  padding: 20px 5px 20px 40px;
  line-height: 1;
}
.main-header .mobile-menu ul li button.active::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 34px;
  background-color: #00801f;
  display: inline-block;
}
.main-header .mobile-menu ul li button img {
  width: 25px;
  height: 25px;
  margin-right: 30px;
}
.main-header .mobile-menu ul li button img.active {
  transform: rotateX(0.5turn);
}
.main-header .mobile-menu ul li .border-bottom-mobile {
  display: block;
  width: calc(100% - 30px);
  margin: 0px auto;
  height: 2px;
  background-color: #f6f6f6;
}
.main-header .mobile-submenu {
  background-color: #f6f6f6;
}
.main-header .mobile-submenu li {
  padding: 20px 5px 20px 40px;
}
.main-header .mobile-submenu span {
  cursor: pointer;
}
.main-header .mobile-submenu span:hover {
  text-decoration: underline;
}
.main-header .mobile-submenu a,
.main-header .mobile-submenu span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  color: inherit;
  line-height: 1;
  padding: 0px;
  text-transform: none;
}
.main-header .logo-header img {
  width: 280px;
  margin-right: 25px;
}
.main-header .logo-header b {
  font-size: 20px;
  line-height: 24px;
  max-width: 100px;
  transition: all ease 0.25s;
  vertical-align: middle;
  font-weight: 900;
}
.main-header .logo-header.logo-test-rasult {
  margin-left: 100px;
}
.main-header .user-header {
  display: inline-block;
}
.main-header .user-header span {
  margin-right: 20px;
}
.main-header .user-header img {
  cursor: pointer;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

@media (min-width: 1920px) {
  .wrapper {
    width: 1500px;
    margin: 0 auto;
  }
  .sidebar {
    flex: 220px;
    max-width: 220px;
  }
  .content-main {
    float: left;
    width: 825px;
    padding: 0 30px;
  }
  .content-wrapper {
    padding-left: 215px;
    padding-right: 215px;
    min-height: 100vh;
    height: 100%;
  }
  .content-wrapper .user-panel dl dd {
    min-width: 720px !important;
  }
  .user-panel-form {
    width: 1050px;
  }
  .user-panel-form .form-col {
    width: 50%;
    float: left;
  }
  .user-panel-form .form-col:nth-child(1) {
    padding-right: 15px;
  }
  .user-panel-form .form-col:nth-child(2) {
    padding-left: 15px;
  }
}
@media (min-width: 1441px) and (max-width: 1919px) {
  .wrapper {
    width: 1330px;
    margin: 0 auto;
  }
  .sidebar {
    flex: 220px;
    max-width: 220px;
  }
  .content {
    flex: 100%;
    max-width: 100%;
  }
  .content-main {
    float: left;
    width: 690px;
    padding: 0 25px;
  }
  .content-side {
    float: left;
    width: 420px;
  }
  .content-wrapper {
    padding: 0 140px;
  }
  .content-wrapper .user-panel dl dd {
    min-width: 720px !important;
  }
  .user-panel-form {
    width: 860px;
  }
  .user-panel-form .form-col {
    width: 50%;
    float: left;
  }
  .user-panel-form .form-col:nth-child(1) {
    padding-right: 10px;
  }
  .user-panel-form .form-col:nth-child(2) {
    padding-left: 10px;
  }
}
@media (width: 1440px) {
  .wrapper {
    width: 100%;
    margin: auto;
  }
  .wrapper .content-main {
    width: 557px;
    margin-right: 58px;
    float: left;
    margin-left: 262px;
  }
  .wrapper .content-side {
    float: left;
    margin-right: 140px;
    width: 412px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .wrapper {
    width: 100%;
    margin: auto;
  }
  .main-header .logo-header b {
    font-size: 20px;
  }
  .sidebar {
    flex: 190px;
    max-width: 190px;
  }
  .content-main {
    float: left;
    width: 555px;
    margin-right: 30px;
    margin-left: 135px;
    margin-right: 40px;
    padding: 0 15px;
  }
  .content-side {
    float: left;
    width: 245px;
  }
  .content-wrapper {
    padding: 0 95px;
  }
  .content-wrapper .user-panel dl dd {
    min-width: 720px !important;
  }
  .user-panel-form {
    width: 650px;
  }
  .user-panel-form .form-col {
    width: 100%;
    float: left;
  }
}
@media (max-width: 1200px) {
  .content-main {
    float: left;
    width: 555px;
    margin-left: 50px;
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .wrapper {
    width: 100%;
  }
  .wrapper .content {
    width: 100%;
  }
  .wrapper div.border-top {
    height: 6px;
  }
  .wrapper div.border-top > div {
    height: 6px;
  }
  .wrapper .content-side {
    width: 100% !important;
    padding-left: 20px;
  }
  .wrapper .content-side > section header {
    font-size: 15px !important;
  }
  .main-header .logo-header {
    margin-left: 30px;
  }
  .main-header .logo-header img {
    width: 100px;
  }
  .main-header .logo-header b {
    font-size: 14px;
  }
  .content-main-mobile {
    width: 100%;
  }
}
@media (max-width: 580px) {
  .main-header .logo-header {
    margin: 0px;
  }
  .main-header .logo-header img {
    width: 70px;
  }
  .main-header .logo-header b {
    font-size: 13px;
  }
}
@media (max-width: 1250px) {
  .main-header .hide-logo-header {
    display: none;
  }
}
@media (max-width: 1250px) {
  .main-header .e-learning-progress {
    margin-left: 50px;
  }
}
@media (max-width: 1025px) {
  .main-header .e-learning-progress {
    width: 70%;
    margin: 0 auto;
  }
  .main-header .e-learning-progress .progress-steps {
    width: 100%;
    margin-right: 0px;
  }
  .main-header .e-learning-progress .progress-bar {
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 800px) {
  .main-header .e-learning-progress .progress-steps p:nth-child(1) span:nth-child(1) {
    display: none;
  }
}
@media (max-width: 500px) {
  .main-header .close-quiz-button {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 30px;
  }
}
@media (max-width: 400px) {
  .main-header .e-learning-progress {
    width: 80%;
    margin-left: 20px;
    margin-right: 10px;
  }
}
.card {
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 16px;
  position: relative;
  font-family: "OpenSans", sans-serif;
  font-size: 14px;
  background-color: #fff;
  min-height: 144px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.07);
  transition: background-color ease 0.65s, height ease 0.35s;
}
.card h2 {
  font-family: "OpenSans", sans-serif;
  font-weight: normal;
  font-size: 20px;
  display: inline-block;
  transition: all ease 0.25s;
  font-weight: bold;
  cursor: pointer;
}
.card h2 img {
  transition: transform ease 0.25s;
}
.card a {
  color: #00801f;
}
.card .card-footer {
  margin-top: 43px;
  transition: all ease 0.25s;
  position: relative;
}
.card.active {
  background-color: #fff;
}
.card.active h2 {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 26px;
}
.card.active .card-footer {
  margin-top: 10px;
  padding-top: 10px;
}
.card.card-fast-payment.active.small {
  height: 325px;
}
.card.card-fast-payment.noPayment {
  height: auto !important;
}
.card.card-payout {
  transition: height ease 0.35s;
}
.card.card-payout .spacer {
  height: 30px;
}
.card.card-payout.active {
  height: 370px;
  overflow: visible;
}
.card.card-payout.active .card-footer {
  padding-top: 22px;
}
.card.card-payout.active.company {
  height: 300px;
}
.card.card-accounts {
  height: auto;
  min-height: 140px;
}
.card.card-accounts .clearfix {
  margin-bottom: 20px;
}
.card.card-accounts .table {
  margin-bottom: 10px;
}
.card.card-accounts.active {
  min-height: 245px;
}
.card.card-accounts .user-env p.lead {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 16px;
  color: #201c17;
  margin: 0;
}
.card.card-accounts .user-env p {
  margin: 0;
  line-height: 150%;
  font-family: "OpenSans-Light", sans-serif;
}
.card.card-accounts .footer-links li {
  margin-right: 0;
}
.card.card-mifid {
  height: auto;
  font-size: 10px;
  line-height: 13px;
}
.card.card-mifid b,
.card.card-mifid strong {
  font-family: "OpenSans-Bold", sans-serif;
  font-weight: normal;
}

@media (width: 1440px) {
  .card.card-fast-payment, .card.card-payout, .card.card-accounts, .card.card-mifid {
    width: 557px;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .card {
    width: auto;
    padding-right: 15px;
  }
  .card .table .text-truncate {
    max-width: 185px;
  }
  .card.active h2 {
    font-size: 18px;
  }
  .active .position-amount-input {
    position: initial;
  }
  .card-fast-payment.active {
    height: auto !important;
  }
  .card-payout.active {
    height: auto !important;
  }
}
@media (min-width: 1024px) and (max-width: 1350px) {
  .card-body p {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .card h2 {
    font-size: 20px !important;
    margin-bottom: 0;
  }
  .card h2 + .position-amount-input {
    margin-top: 15px;
  }
  .card .spacer {
    display: none;
  }
  .card.card-mifid {
    margin: 0 24px 30px 20px;
  }
  .card.card-accounts .clearfix {
    margin-bottom: 0;
  }
  .card.card-fast-payment.active .card-footer {
    margin-left: 0px;
  }
  .card.card-payout.active h2 {
    margin-bottom: 25px;
  }
  .card.card-payout.active .card-footer {
    margin-left: 0px;
  }
  .position-amount-input {
    width: 100%;
    position: initial;
    display: inline-block;
  }
  .content-main-mobile .card {
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .card {
    padding: 30px 15px 40px 15px;
  }
  .card.card-payout.active .card-footer {
    padding-top: 0px;
  }
  .position-amount-input {
    width: 100%;
  }
}
.footer-links .btn:first-child {
  margin-left: -8px;
}

.upside-down {
  transform: scaleY(-1);
}

.text-right {
  text-align: right;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide .card {
  width: auto !important;
  margin: 0 24px 0 20px !important;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  margin-right: 15px;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.border-top {
  display: block;
  width: 100%;
  height: 4px;
  margin-top: -1px;
  background: #21953b;
}
.border-top > div {
  height: 4px;
  float: left;
}
.border-top > div:nth-child(1) {
  width: 28.46%;
  max-width: 28.46%;
  background: #d40d00;
}
.border-top > div:nth-child(2) {
  width: 4.12%;
  max-width: 4.12%;
  background: #1f1b18;
}
.border-top > div:nth-child(3) {
  width: 23.96%;
  max-width: 23.96%;
  background: #ee8423;
}
.border-top > div:nth-child(4) {
  width: 16.51%;
  max-width: 16.51%;
  background: #af1809;
}
.border-top > div:nth-child(5) {
  width: 2.94%;
  max-width: 2.94%;
  background: #1872b3;
}
.border-top > div:nth-child(6) {
  width: 24%;
  max-width: 24%;
  background: #21953b;
}

.wrapper [v-cloak] {
  display: none;
}
.wrapper .content {
  background: #f6f6f6;
  overflow: hidden;
  width: 100%;
}
.wrapper .main-header {
  font-size: 17px;
  color: #000;
}
.wrapper .main-header span {
  vertical-align: middle;
}
.wrapper .main-header .btn-logout {
  margin: 0 27px;
  vertical-align: -9px;
  cursor: pointer;
  transition: all ease 0.25s;
}
.wrapper .main-header .btn-logout:hover {
  opacity: 0.45;
}
.wrapper .table {
  width: 100%;
  margin-top: 25px;
}
.wrapper .table thead th {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "OpenSans-Light", sans-serif;
  line-height: 25px;
}
.wrapper .table tbody tr {
  border-bottom: 1px solid #d3d3d3;
}
.wrapper .table tbody tr:nth-child(2) {
  border-top: 1px solid #d3d3d3;
}
.wrapper .table tbody tr:last-child {
  border-bottom: 0 none;
}
.wrapper .table tbody tr:first-child {
  border-top: 1px solid #d3d3d3;
  border-bottom: 0 none;
}
.wrapper .table tbody tr td {
  height: 40px;
  vertical-align: middle;
}
.wrapper .table td,
.wrapper .table th {
  padding-left: 20px;
  color: #201c17;
}
.wrapper .table td:first-child,
.wrapper .table th:first-child {
  padding-left: 0;
}
.wrapper .content-side {
  padding-right: 25px;
  display: inline-block;
  width: calc(100% - 825px);
}
.wrapper .content-side > section {
  margin-bottom: 30px;
}
.wrapper .content-side > section header {
  font-size: 20px;
  margin-bottom: 5px;
}
.wrapper .content-side > section header a {
  font-size: 12px;
  font-family: "OpenSans-Light", sans-serif;
  color: #00801f;
  float: right;
  text-decoration: none;
}
.wrapper .content-side > section header a:hover {
  text-decoration: underline;
}
.wrapper .news-item,
.wrapper .training-item {
  font-size: 12px;
  font-family: "OpenSans-Light", sans-serif;
  color: #201c17;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
.wrapper .news-item:last-child,
.wrapper .training-item:last-child {
  border-bottom: 0 none;
}
.wrapper .news-item h4,
.wrapper .training-item h4 {
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 5px 0 8px 0;
}
.wrapper .news-item p,
.wrapper .training-item p {
  margin: 0;
  color: #6e6e6e;
  line-height: 16px;
  font-weight: 600;
}
.wrapper .news-item p span:nth-child(1),
.wrapper .training-item p span:nth-child(1) {
  margin-right: 6px;
}
.wrapper .news-item p:first-child > span,
.wrapper .training-item p:first-child > span {
  margin: 0 2px;
}
.wrapper .news-item p:first-child > span:first-child,
.wrapper .training-item p:first-child > span:first-child {
  margin-left: 0;
  margin-right: 6px;
}
.wrapper .news-item p:first-child > span:last-child,
.wrapper .training-item p:first-child > span:last-child {
  margin-right: 0;
  border-right: 0 none;
}
.wrapper .news-item p:first-child a,
.wrapper .training-item p:first-child a {
  font-size: 12px;
  font-family: "OpenSans-Light", sans-serif;
  color: #00801f;
  float: right;
  text-decoration: none;
}
.wrapper .news-item p:first-child a:hover,
.wrapper .training-item p:first-child a:hover {
  text-decoration: underline;
}
.wrapper .news-item p:nth-child(1),
.wrapper .training-item p:nth-child(1) {
  font-size: 10px;
}
.wrapper .news-item .news-time,
.wrapper .training-item .news-time {
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
}
.wrapper .news-item .news-time span:nth-child(1),
.wrapper .training-item .news-time span:nth-child(1) {
  margin: 0 6px;
}
.wrapper .content-wrapper h1 {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 45px;
  margin: 70px 0 55px;
  color: #201c17;
}
.wrapper .content-wrapper .text-container {
  border-top: 1px solid #ececec;
  padding: 10px 0;
  font-size: 16px;
}
.wrapper .content-wrapper .text-container a {
  color: #00801f !important;
}
.wrapper .content-wrapper .text-container ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.wrapper .content-wrapper .text-container ul li {
  background: url(../images/file.svg) left 6px no-repeat;
  padding: 8px 0 8px 35px;
}
.wrapper .content-wrapper .text-container ul li a {
  color: #00801f;
  text-decoration: none;
}
.wrapper .content-wrapper .text-container ul li a:hover {
  text-decoration: underline;
}
.wrapper .training-item:first-child {
  border-top: 1px solid #ececec;
}
.wrapper .training-item header {
  text-transform: lowercase;
  margin-bottom: 15px;
}
.wrapper .training-item header > span {
  font-size: 20px;
  vertical-align: middle;
  font-family: "OpenSans", sans-serif;
}
.wrapper .training-item header > span > span {
  font-size: 36px;
  margin-right: 4px;
}
.wrapper .training-content {
  float: left;
  max-width: 630px;
  line-height: 220%;
}
.wrapper .training-content h3 {
  font-size: 18px;
  margin: 0;
}
.wrapper .training-content p {
  font-size: 14px;
}
.wrapper .training-info {
  float: right;
  max-width: 180px;
  font-size: 14px;
  font-family: "OpenSans", sans-serif;
}
.wrapper .training-info p {
  margin-bottom: 4px;
}
.wrapper .training-info p span {
  font-family: "OpenSans-Light", sans-serif;
}
.wrapper .user-panel header {
  text-transform: uppercase;
  font-family: "OpenSans-Light";
  font-size: 12px;
  padding: 3px 0;
  border-bottom: 1px solid #ececec;
}
.wrapper .user-panel header + .user-panel-form {
  margin-top: 15px;
}
.wrapper .user-panel dl dt,
.wrapper .user-panel dl dd {
  display: inline-block;
  padding: 13px 0;
  font-family: "OpenSans-Light", sans-serif;
  vertical-align: top;
}
.wrapper .user-panel dl dt {
  font-size: 14px;
  width: 325px;
  color: #525447;
}
.wrapper .user-panel dl dd {
  font-size: 16px;
  width: 400px;
  margin-bottom: 0;
  color: #201c17;
}
.wrapper .user-panel-form .checkbox {
  margin-bottom: 8px;
}
.wrapper .agreements-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 30px;
}
.wrapper .agreements-list li {
  padding: 8px 0;
  font-size: 16px;
  font-family: "OpenSans";
}
.wrapper .agreements-list li img {
  vertical-align: text-bottom;
  margin-right: 10px;
}
.wrapper .agreements-list li button {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "OpenSans-Light", sans-serif;
  color: #00801f;
  background: none;
  border: 0 none;
  outline: 0 none;
  cursor: pointer;
}
.wrapper .agreements-list li button:hover, .wrapper .agreements-list li button:active {
  text-decoration: underline;
}
.wrapper .agreement-full {
  padding: 0 50px 0 38px;
  font-size: 12px;
  font-family: "OpenSans-Light", sans-serif;
}
.wrapper .message .backdrop {
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
}
.wrapper .message:nth-child(1) .backdrop {
  display: block;
}
.wrapper .user-statements header {
  margin-bottom: 15px;
}
.wrapper .user-statements button {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "OpenSans-Light", sans-serif;
  color: #00801f;
  background: none;
  border: 0 none;
  outline: 0 none;
  cursor: pointer;
}
.wrapper .user-statements button:hover, .wrapper .user-statements button:active {
  text-decoration: underline;
}
.wrapper .user-statements .statement {
  font-size: 12px;
  color: #525447;
  padding: 6px 0;
}
.wrapper .info-box {
  background-color: #046eb1;
  width: 560px;
  max-width: 100%;
  margin: 30px auto;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  line-height: 140%;
}
.wrapper .info-box img {
  display: block;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}
.wrapper .info-box .edit-link {
  color: #fff !important;
  font-weight: bold;
}
.wrapper .snackbar {
  min-width: 320px;
  max-width: 560px;
  border-radius: 3px;
  z-index: 10;
  min-height: 55px;
  position: fixed;
  padding: 12px 16px;
  font-size: 14px;
  font-family: "OpenSans-Light", sans-serif;
  vertical-align: top;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.22), 0px 0px 1px rgba(0, 0, 0, 0.32);
  position: fixed;
  bottom: 24px;
  /*TODO KZ NA MOBILE ZRÓB 0px*/
}
.wrapper .snackbar.snackbar-success {
  background-color: #008600;
}
.wrapper .snackbar.snackbar-danger {
  background-color: #972114;
}
.wrapper .snackbar.snackbar-info {
  background-color: #046eb1;
}
.wrapper .statement {
  font-size: 12px;
  font-family: "OpenSans-Light";
  color: #525447;
}
.wrapper .statement ul,
.wrapper .statement ol {
  padding-left: 15px;
}
.wrapper .ballance {
  font-family: "OpenSans-Bold", sans-serif;
  font-size: 16px;
}
.wrapper .success {
  background-color: #deeaca;
}
.wrapper .success .status-filed {
  background-color: #74ac19;
  background-image: url(../images/message-success.png);
  background-position: center 15px;
}
.wrapper .error {
  background-color: #ffe2e2;
}
.wrapper .error .status-filed {
  background-color: #e10000;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAHhJREFUOE/NksEJgDAQBPMR31Yh9iFpQixBsA1b82MZEixi3XDr/058OLBwDMwnJP0PAJm7uFHKD6OTqxQpP4wOa7FL+WG0WotFyg+j3loMUn4YNdailYrBMP5YD4w3nXEYdzpjMJy5yiTlh1Gx9t0neb5nlvqSlG4gI2w7Udn6ZQAAAABJRU5ErkJggg==) !important;
  background-position: center 15px;
}
.wrapper .message-wrapper {
  min-height: 65px;
  margin-bottom: 15px;
  padding: 0 29px;
}
.wrapper .message-wrapper > div {
  overflow: hidden;
  padding: 0 15px 10px 40px;
  font-size: 11px;
  position: relative;
  border-radius: 3px;
  min-height: 40px;
  max-width: 1425px;
  padding-right: 40px;
}
.wrapper .message-wrapper > div .status-filed {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 25px;
  height: 100%;
  background-repeat: no-repeat;
}
.wrapper .message-wrapper > div .message-body {
  line-height: 20px;
  margin-top: 10px;
}
.wrapper .message-wrapper > div button {
  background-color: transparent;
  border: 0 none;
  font-size: 22px;
  position: absolute;
  right: 5px;
  top: 7px;
  line-height: 1;
  opacity: 0.5;
  transition: opacity ease 0.25s;
  outline: 0 none !important;
}
.wrapper .message-wrapper > div button:hover {
  opacity: 1;
}
.wrapper .toggle-message-enter-active,
.wrapper .toggle-message-leave-active {
  transition: all ease 0.25s;
}
.wrapper .toggle-message-enter,
.wrapper .toggle-message-leave-to {
  opacity: 0;
  height: 0;
}
.wrapper .toggle-message-enter-to,
.wrapper .toggle-message-leave {
  height: 65px;
  opacity: 1;
}
.wrapper .page-title {
  font-size: 18px;
  text-transform: uppercase;
}
.wrapper .user-data {
  font-size: 18px;
  line-height: 0.9;
  display: inline-block;
  position: absolute;
}
.wrapper .user-data span {
  font-size: 14px;
}
.wrapper .account {
  border-top: 1px solid #ccc;
  padding: 21px 0;
}
.wrapper .account:first-child {
  margin-top: 30px;
}
.wrapper .account:last-child {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.wrapper .account p {
  margin-bottom: 0;
  font-size: 14px;
}
.wrapper .account p small {
  font-size: 12px;
}
.wrapper .account .account-amount {
  font-size: 16px;
  font-family: "OpenSans-Bold";
}
.wrapper .qi-tin {
  margin: 15px 0 0 0;
}
.wrapper .usa-residenty-checkbox label {
  position: relative;
  left: -34px;
}
.wrapper .usa-residenty-checkbox label:before {
  display: none;
}
@media (max-width: 1100px) {
  .wrapper .message .modal {
    width: calc(100% - 40px);
    left: 0;
    margin: 20px 20px;
    padding: 25px 20px;
  }
  .wrapper .message .modal .modal-content {
    padding-left: 0;
  }
  .wrapper .message .modal .modal-icon {
    display: none;
  }
}
@media (max-width: 1023px) {
  .wrapper .content-wrapper {
    padding: 0 20px;
  }
  .wrapper .content-wrapper .text-container {
    border-top: 0 none;
  }
  .wrapper .content-wrapper h1,
  .wrapper .content-wrapper .btn-back {
    display: none;
  }
  .wrapper .user-panel dl dt {
    font-size: 12px;
    font-family: "OpenSans-Light";
    padding-bottom: 0;
  }
  .wrapper .user-panel dl dd {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .wrapper .user-panel .agreements-list button {
    display: block;
    text-align: left;
    text-transform: none;
    font-size: 16px;
  }
  .wrapper .account {
    padding: 10px 0;
  }
  .wrapper .account:first-child {
    margin-top: 15px;
  }
  .wrapper .account:last-child {
    margin-bottom: 20px !important;
  }
  .wrapper .message-wrapper {
    padding: 0 24px 0 20px;
    margin-bottom: 10px;
  }
  .wrapper .agreements-list li p button,
  .wrapper .agreements-list li div button {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .wrapper .agreements-list li p button,
  .wrapper .agreements-list li div button {
    display: inline-block !important;
  }
  .wrapper .ml-md-button {
    margin-left: 27px;
  }
}
@media (max-width: 500px) {
  .wrapper .agreements-list li p button,
  .wrapper .agreements-list li div button {
    display: inline-block !important;
  }
  .wrapper .border-xs-btm .question-icon {
    margin-left: 15px !important;
  }
}

body {
  font-family: "OpenSans", sans-serif !important;
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f6f6f6;
  overflow-y: scroll;
}

body.mobile-menu-open {
  overflow: hidden !important;
}
body.mobile-menu-open .mobile-menu {
  overflow-y: auto;
}

.message .loader {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 510;
  padding: 30px 10px 25px 40px;
  height: 100%;
  z-index: 9999;
  background-color: #fbfbfb;
}
.message .loader img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
}

.tin-input {
  width: calc(100% - 40px);
  display: inline-block;
}

.img-question {
  float: right;
  width: 40px;
  text-align: right;
  position: relative;
}

.tin-tooltip {
  left: -234px !important;
  top: 36px;
  max-width: 240px !important;
  text-align: center;
  height: 270%;
}

.question-icon {
  margin-left: 15px;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  left: 130px;
  margin-top: -90px;
  padding: 16px;
  width: 480px;
  max-width: 100%;
  color: #201c17;
  border-radius: 3px;
  font-size: 12px;
  background-color: #fafafa;
  box-shadow: rgba(0, 0, 0, 0.22) 0px 1px 16px 0px, rgba(0, 0, 0, 0.32) 0px 0px 1px 0px;
  z-index: 10;
}

.tooltip ul {
  list-style: none;
  padding-left: 10px;
  margin: 0;
}

.tooltip b {
  font-family: "OpenSans-Bold", sans-serif;
  font-weight: normal;
}

.commision-info {
  font-family: "OpenSans-Light", sans-serif;
  font-size: 16px;
  color: #201c17;
  display: inline-block;
  vertical-align: -11px;
  margin-left: 30px;
}

.commision-info small {
  font-size: 12px;
}

@media (max-width: 1023px) {
  .question-icon {
    margin: 30px 0 6px 0;
  }
  .tooltip {
    left: -15px;
    bottom: 40px;
  }
  .commision-info {
    margin: 10px 0 0 40px;
    vertical-align: top;
  }
}
@media (max-width: 1200px) {
  .wrapper .popups-container {
    position: absolute;
  }
}
@media (max-width: 1140px) {
  .wrapper .message .modal h3 {
    max-width: 75%;
  }
}
@media (max-width: 1100px) {
  .wrapper .message .modal h3 {
    display: block;
    max-width: 100%;
  }
  .wrapper .message .modal .modal-content .expired-btn {
    margin-left: 0px;
  }
  .wrapper .message .modal .modal-content .expire-info {
    margin-left: 0px;
  }
}
@media (min-width: 1920px) {
  .wrapper .content {
    width: 100%;
  }
}
@media (max-width: 1920px) {
  .wrapper .content {
    min-height: 80vh;
  }
}
@media (max-width: 1250px) {
  .wrapper .content {
    min-height: 70vh;
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1349px) {
  .wrapper .content-side {
    padding-right: 0px;
    display: inline-block;
    width: 350px;
  }
}
.popups-container {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
}
.popups-container .popups-container-content {
  margin-top: 7.5%;
}
.popups-container .message .modal {
  margin: auto;
  margin-top: 30px;
  width: 50%;
  z-index: 510;
  background-color: #fafafa;
  padding: 30px 10px 25px 40px;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22), 0px 0px 1px rgba(0, 0, 0, 0.32);
}
.popups-container .message .modal .modal-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.popups-container .message .modal .modal-icon img {
  float: left;
}
.popups-container .message .modal h3 {
  margin-bottom: 19px;
  display: inline-block;
  padding-top: 13px;
  font-size: 21px;
}
.popups-container .message .modal .modal-content {
  padding-left: 20px;
  display: inline-block;
  max-width: 870px;
  font-size: 15px;
}
.popups-container .message .modal .modal-content img {
  transform: rotate(90deg);
}
.popups-container .message .modal .modal-content .expired-btn {
  margin-left: 46px;
}
.popups-container .message .modal .modal-content .btn.btn-primary {
  min-width: 88px;
  background-color: #00801f;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  padding: 10px;
  border-radius: 20px;
  border: 0px solid;
  margin-right: 20px;
}
.popups-container .message .modal .modal-content .btn.btn-primary:focus {
  outline: none;
}
.popups-container .message .modal .modal-content .btn.btn-secondary {
  min-width: 88px;
  background-color: transparent;
  color: #00801f;
  padding-left: 16px;
  padding-right: 16px;
  padding: 10px;
  margin-right: 20px;
  border: solid 1.5px #d8d8d8;
  border-radius: 22px;
}
.popups-container .message .modal .modal-content .btn.btn-secondary:focus {
  outline: none;
}
.popups-container .message .modal .expire-info {
  margin-left: 49px;
}

@media (max-width: 1200px) {
  .popups-container {
    position: fixed;
    top: 0px;
    left: 0px;
    min-height: 100%;
    background-color: #fff;
    overflow-y: scroll;
  }
  .popups-container .message .modal h3 {
    width: 100%;
  }
  .popups-container .message .modal .modal-content {
    padding-left: 10px;
  }
  .popups-container .message .modal .modal-content .expire-info {
    margin-left: 0px;
  }
}
@media (max-width: 1100px) {
  .popups-container .message .modal {
    width: calc(100% - 40px);
    left: 0;
    margin: 20px 20px;
    padding: 25px 20px;
  }
  .popups-container .message .modal .modal-content {
    padding-left: 0;
  }
  .popups-container .message .modal .modal-icon {
    display: none;
  }
  .popups-container .message .modal h3 {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .popups-container .message .modal .modal-content .btn.btn-primary {
    width: 100%;
    margin-bottom: 20px;
  }
  .popups-container .message .modal .modal-content .btn.btn-secondary {
    width: 100%;
  }
}
.main-header .header-nav {
  width: 20%;
}
.main-header .header-nav ul {
  width: 100%;
  padding: 0px;
  display: flex;
  justify-content: space-between;
}
.main-header .header-nav ul li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}
.main-header .header-nav ul li a {
  color: #26221e;
  text-decoration: none;
}
.main-header .header-nav ul li span {
  display: inline-block;
  color: #000;
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: 0.5px;
  padding: 2px;
  transition: all ease 0.3s;
}
.main-header .header-nav ul li::before {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0px);
  width: 100%;
  height: 2px;
  background-color: #00801f;
  transition: 0.5s opacity ease-in-out;
}
.main-header .header-nav ul li.active span,
.main-header .header-nav ul li.active a {
  color: #00801f;
}
.main-header .header-nav ul li.active::before {
  opacity: 1;
}
.main-header .header-nav ul li.drop {
  position: relative;
  line-height: 80px;
}
.main-header .header-nav ul li.drop:after {
  content: "";
  width: 16px;
  height: 14px;
  display: inline-block;
  background-image: url("../images/icons/chevron-down-green.svg");
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  margin-left: 5px;
}
.main-header .header-nav ul li.drop ul {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0px;
  padding-left: 0px;
  min-width: 250px;
  z-index: 2;
  padding: 0px;
  display: block;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.07);
}
.main-header .header-nav ul li.drop ul li {
  width: 100%;
  margin: 0px;
  display: block;
  min-height: 44px;
  line-height: 44px;
}
.main-header .header-nav ul li.drop ul li::before {
  content: "";
  display: none;
}
.main-header .header-nav ul li.drop ul li a {
  word-wrap: break-word;
  text-decoration: none;
  text-align: left;
  padding-left: 20px !important;
  display: block;
  color: #000 !important;
  height: 100%;
  transition: 0.3s background-color ease-in-out;
}
.main-header .header-nav ul li.drop ul li a:hover {
  background-color: #f6f6f6;
}
.main-header .header-nav ul li:hover::before {
  opacity: 1;
}

.wrapper .sidebar {
  background: #f9f9f9;
  margin-top: 1px;
}
.wrapper .logo-env {
  padding: 24px 26px;
  margin-bottom: 30px;
}
.wrapper .banner-env {
  height: 300px;
  margin-bottom: 50px;
  margin-top: 35px;
}
.wrapper .banner-env .hooper-list {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.wrapper .banner-env .hooper-track {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
}
.wrapper .banner-env .hooper-slide {
  flex-shrink: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.wrapper .banner-env .hooper-liveregion {
  display: none;
}
@media (min-width: 1024px) and (max-width: 1349px) {
  .wrapper .banner-env {
    height: 232px;
  }
  .wrapper .banner-env .hooper {
    width: 145px;
    margin: 0 auto;
  }
  .wrapper .banner-env .hooper-slide {
    height: 232px;
  }
  .wrapper .banner-env img {
    width: 100%;
    display: block;
  }
}

@media (min-width: 1920px) {
  .main-header .header-nav {
    width: 35%;
  }
}
@media (max-width: 1920px) {
  .main-header .header-nav {
    width: 30%;
  }
}
@media (max-width: 1500px) {
  .main-header .header-nav {
    width: 35%;
  }
}
@media (max-width: 1250px) {
  .main-header .header-nav {
    width: 40%;
  }
}
@media (max-width: 1100px) {
  .main-header .header-nav {
    width: 40%;
  }
}
.header-mini {
  height: auto;
}
.header-mini .logo {
  max-height: 100%;
  margin-right: 16px;
  width: 280px;
}
.header-mini b {
  font-weight: normal;
  font-size: 16px;
  margin-top: 2px;
}

.header-mini-link {
  font-size: 11px;
  color: #000;
}
.header-mini-link img {
  margin-right: 2px;
}

.logon-container {
  width: 100%;
  padding: 48px 16px 16px 288px;
  position: relative;
}
.logon-container .logon-info {
  position: relative;
  margin-top: 120px;
  margin-left: 20px;
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 3px;
  max-width: 350px;
  display: flex;
  align-items: start;
  padding-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.logon-container .logon-background {
  background: url("../images/banners/banner-1.jpg") top right no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.logon-container .tooltip {
  left: 32px;
  width: 311px;
  margin-top: -65px;
  max-width: 311px;
  font-size: 14px;
  color: #525455;
  padding: 16px 24px;
  line-height: normal;
}

.logon-card {
  max-width: 381px;
  min-width: 381px;
  background-color: #f3f3f3;
  border-radius: 3px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2196078431), 0 0 1px 0 rgba(0, 0, 0, 0.3176470588);
  margin-bottom: 13px;
  position: relative;
}
.logon-card .border-top {
  height: 8px;
  margin-top: 0;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.logon-card .border-top div {
  height: 8px;
}
.logon-card ul {
  list-style-image: url("../images/list-check.png");
  padding-left: 26px;
  margin-bottom: 12px;
}
.logon-card ul li {
  font-size: 14px;
  line-height: 24px;
  padding-left: 10px;
}
.logon-card + p a {
  font-size: 12px;
  line-height: 20px;
  color: #525455;
}

.logon-card-body {
  padding: 23px 24px 0;
}

.logon-card-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
}

.logon-card-avatar {
  width: 126px;
  height: 126px;
  box-shadow: 0 0 0 2px #fff inset;
  margin: 0 auto 25px;
  border-radius: 84px;
  overflow: hidden;
}
.logon-card-avatar img {
  max-width: 100%;
}

.btn-login {
  width: 100%;
  border-radius: 3px 3px 0 0 !important;
  height: 48px;
}

footer.login-footer {
  padding-top: 29px;
  padding-bottom: 30px;
}
footer.login-footer > div > div {
  display: inline-block;
  vertical-align: top;
}
footer.login-footer > div > div:first-child {
  max-width: 667px;
  margin-bottom: 10px;
  padding-right: 20px;
}
footer.login-footer h4 {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 25px;
}
footer.login-footer p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0;
  color: #525455;
}
footer.login-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: -8px;
}
footer.login-footer ul li {
  padding: 2px 1px;
}
footer.login-footer ul li a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.35px;
}

@media all and (max-width: 1024px) {
  .logon-container {
    padding-left: 16px;
  }
  .logon-container .logon-info {
    max-width: 100% !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    width: 100%;
    margin-bottom: 13px;
  }
  .logon-container .tooltip {
    left: -275px;
    margin-top: -155px;
    bottom: auto;
  }
  footer.login-footer {
    padding-top: 30px;
  }
  footer.login-footer h4 {
    margin-bottom: 12px;
  }
  footer.login-footer ul {
    margin-top: 0;
  }
}
@media all and (max-width: 1055px) {
  .logon-container .logon-info {
    max-width: 381px;
    margin-top: 140px;
    margin-left: 16px;
    width: 100%;
    margin-bottom: 13px;
  }
}
@media all and (max-width: 400px) {
  .header-mini .logo {
    width: 203px;
  }
}
@media all and (max-width: 410px) {
  .logon-card {
    max-width: 100%;
    min-width: 100%;
  }
}
.wrapper .btn {
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: all ease 0.25s;
  outline: 0 none !important;
  font-size: 16px;
  padding-top: 9px;
  padding-bottom: 7px;
  border: 0 none;
  border-radius: 16px;
}
.wrapper .btn + .btn {
  margin-left: 8px;
}
.wrapper .btn-primary {
  min-width: 88px;
  background-color: #00801f;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
}
.wrapper .btn-primary:hover {
  background-color: #097119;
}
.wrapper .btn-primary:active, .wrapper .btn-primary:focus {
  background-color: #097119;
}
.wrapper .btn-primary[disabled], .wrapper .btn-primary.disabled {
  cursor: context-menu;
  background-color: #e4e4e4;
  color: #959595;
}
.wrapper .btn-secondary {
  color: #00801f;
  padding-left: 12px;
  padding-right: 12px;
  background-color: transparent;
  border-radius: 22px;
  border: solid 1.5px #d8d8d8;
}
.wrapper .btn-secondary:hover {
  background-color: #e6e7e7;
}
.wrapper .btn-secondary:active, .wrapper .btn-secondary:focus {
  background-color: #d0d0d1;
}
.wrapper .btn-secondary[disabled], .wrapper .btn-secondary.disabled {
  cursor: context-menu;
  background-color: #e4e4e4;
  color: #959595;
}
.wrapper .btn-link {
  color: #00801f;
  background: transparent;
}
.wrapper .btn-link-inline {
  display: inline;
  color: #00801f;
  background: transparent;
  border: 0 none;
  padding: 0;
  text-transform: uppercase;
  outline: 0 none !important;
}
.wrapper .btn-link-inline:hover {
  text-decoration: underline;
}
.wrapper .btn-back {
  margin-left: -8px;
  color: #26221e;
}
.wrapper .btn-tetriary {
  min-width: 88px;
  background-color: #008600;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
}
.wrapper .btn-tetriary:hover {
  background-color: #097119;
}
.wrapper .btn-tetriary:active, .wrapper .btn-tetriary:focus {
  background-color: #025f10;
}
.wrapper .btn-tetriary[disabled], .wrapper .btn-tetriary.disabled {
  cursor: context-menu;
  background-color: #bbb;
}
@media (max-width: 1023px) {
  .wrapper .btn {
    width: 100%;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wrapper .btn + .btn {
    margin-top: 15px;
  }
}

@keyframes select-radio {
  0% {
    box-shadow: 0 0 0 0 rgba(4, 110, 177, 0);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(4, 110, 177, 0.2);
  }
  100% {
    box-shadow: 0 0 0 16px rgba(4, 110, 177, 0);
  }
}
.wrapper .input {
  min-width: 180px;
  position: relative;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 3px;
}
.wrapper .input label {
  color: #959595;
  font-size: 16px;
  font-family: "OpenSans-Light", sans-serif;
  position: absolute;
  left: 15px;
  top: 19px;
  transition: all ease 0.25s;
  cursor: pointer;
}
.wrapper .input input {
  border: 1px solid #e4e4e4;
  color: #201c17;
  font-size: 16px;
  font-family: "OpenSans-Light", sans-serif;
  border-radius: 3px;
  padding: 20px 35px 10px 15px;
  width: 100%;
  min-height: 56px;
  outline: 0 none !important;
  transition: all ease 0.45s;
}
.wrapper .input input:focus {
  border-bottom: 2px solid rgb(4, 110, 177);
}
.wrapper .input input:focus ~ label {
  top: 4px;
  font-size: 12px;
  color: #046eb1;
}
.wrapper .input input.filled ~ label,
.wrapper .input input.filled > label {
  top: 4px;
  font-size: 12px;
}
.wrapper .input input.disabled {
  background: transparent;
  opacity: 0.6;
  pointer-events: none;
}
.wrapper .input input.disabled + label {
  left: 15px;
}
.wrapper .select {
  min-width: 180px;
  position: relative;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 3px;
}
.wrapper .select label {
  color: #959595;
  font-size: 16px;
  font-family: "OpenSans-Light", sans-serif;
  position: absolute;
  left: 15px;
  top: 19px;
  transition: all ease 0.25s;
  cursor: pointer;
}
.wrapper .select.opened .select-item {
  border-bottom: 2px solid rgb(4, 110, 177);
}
.wrapper .select.opened label {
  top: 4px;
  font-size: 12px;
  color: #046eb1;
}
.wrapper .select.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.wrapper .select-item {
  border: 1px solid #e4e4e4;
  color: #201c17;
  font-size: 16px;
  font-family: "OpenSans-Light", sans-serif;
  border-radius: 3px;
  padding: 20px 35px 10px 15px;
  width: 100%;
  min-height: 56px;
  outline: 0 none !important;
  transition: all ease 0.45s;
}
.wrapper .select-item:focus {
  border-bottom: 2px solid rgb(4, 110, 177);
}
.wrapper .select-item:focus ~ label {
  top: 4px;
  font-size: 12px;
  color: #046eb1;
}
.wrapper .select-item.filled ~ label,
.wrapper .select-item.filled > label {
  top: 4px;
  font-size: 12px;
}
.wrapper .select-item {
  padding-top: 23px;
  cursor: pointer;
}
.wrapper .select-item span {
  padding-right: 30px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 95%;
}
.wrapper .select-item img {
  position: absolute;
  top: 20px;
  right: 20px;
}
.wrapper .select-list {
  background-color: #fff;
  padding: 4px 0;
  width: 100%;
  max-height: 300px;
  overflow-x: auto;
  border-radius: 3px;
  position: absolute;
  top: 59px;
  left: 0;
  z-index: 10000;
  border-radius: 3px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 1px 16px rgba(0, 0, 0, 0.22);
}
.wrapper .select-list > div {
  cursor: pointer;
  padding: 10px 15px;
  transition: background-color ease 0.25s;
}
.wrapper .select-list > div:hover {
  background-color: #f9f9f9;
}
.wrapper .querry-field {
  padding: 0 !important;
}
.wrapper .querry-field label {
  margin: 0;
  padding: 7px 10px 9px 0;
}
.wrapper .querry-field input {
  width: 100%;
  padding: 10px 15px 10px 50px;
  border-color: transparent transparent #ececec transparent;
  border-width: 1px;
  background-color: transparent;
  transition: all ease 0.25s;
}
.wrapper .querry-field input:focus, .wrapper .querry-field input:active {
  box-shadow: 0 0 0 1px rgba(24, 114, 179, 0.4) inset;
}
.wrapper .checkbox label {
  position: relative;
  padding-left: 24px;
  font-size: 13px;
  z-index: 0;
}
.wrapper .checkbox label::before {
  content: " ";
  cursor: pointer;
  position: absolute;
  border: 1px solid #9b9b9b;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  left: 0;
  background-position: 0 2px;
  z-index: 1;
}
.wrapper .checkbox label::after {
  content: " ";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 0px;
  border-radius: 50%;
  z-index: -1;
}
.wrapper .checkbox input[type=checkbox] {
  display: none;
}
.wrapper .checkbox input[type=checkbox]:checked ~ label::before,
.wrapper .checkbox input[type=checkbox]:checked + label::before {
  background: #046eb1 url(../images/check-xs.svg) 0px -1px no-repeat;
  border-color: #046eb1;
}
.wrapper .checkbox input[type=checkbox]:checked ~ label::after,
.wrapper .checkbox input[type=checkbox]:checked + label::after {
  top: 1px;
  animation-duration: 0.35s;
  animation-name: "select-radio";
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
.wrapper .checkbox.checkbox-lg label {
  padding-left: 35px;
  font-size: 16px;
}
.wrapper .checkbox.checkbox-lg label::before {
  width: 18px;
  height: 19px;
}
.wrapper .checkbox.checkbox-lg label::after {
  content: " ";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0px;
  top: 1px;
  border-radius: 50%;
  z-index: -1;
}
.wrapper .checkbox.checkbox-lg input[type=checkbox]:checked ~ label::before,
.wrapper .checkbox.checkbox-lg input[type=checkbox]:checked + label::before {
  background: transparent url(../images/cbx-checked.svg) center center no-repeat;
}
.wrapper .checkbox.readonly {
  pointer-events: none;
  filter: grayscale(100%);
}
.wrapper .checkbox.readonly label::before {
  opacity: 0.45;
}
.wrapper .checkbox.checkbox-label-only label {
  padding-left: 0;
}
.wrapper .checkbox.checkbox-label-only label::before, .wrapper .checkbox.checkbox-label-only label::after {
  visibility: hidden;
}
.wrapper .transfer-radio label {
  display: block;
  transition: background-color ease 0.25s;
}
.wrapper .transfer-radio label img {
  max-width: 100%;
  max-height: 42px;
}
.wrapper .transfer-radio label img.paynow-logo {
  max-width: 65px;
}
.wrapper .transfer-radio input[type=radio] {
  display: none;
}
@media (min-width: 1024px) {
  .wrapper .transfer-radio label span {
    position: relative;
    display: inline-block;
    background-color: #fff;
    height: 56px;
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 5px 5px 5px 52px;
    vertical-align: middle;
    cursor: pointer;
  }
  .wrapper .transfer-radio label span::before {
    content: " ";
    position: absolute;
    z-index: 10;
    left: 19px;
    top: 19px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #959595 inset;
    transition: all ease 0.25s;
  }
  .wrapper .transfer-radio label span::after {
    content: " ";
    position: absolute;
    height: 16px;
    width: 16px;
    left: 19px;
    top: 19px;
    border-radius: 50%;
    z-index: 1;
  }
  .wrapper .transfer-radio label span {
    width: 140px;
    margin: 0 8px 3px 0;
  }
  .wrapper .transfer-radio input[type=radio]:checked ~ label span,
  .wrapper .transfer-radio input[type=radio]:checked + label span {
    background-color: #f9f9f9;
  }
  .wrapper .transfer-radio input[type=radio]:checked ~ label span::before,
  .wrapper .transfer-radio input[type=radio]:checked + label span::before {
    box-shadow: 0 0 0 10px #046eb1 inset;
  }
  .wrapper .transfer-radio input[type=radio]:checked ~ label span::after,
  .wrapper .transfer-radio input[type=radio]:checked + label span::after {
    animation-duration: 0.35s;
    animation-name: "select-radio";
    animation-iteration-count: 1;
    animation-timing-function: linear;
  }
  .wrapper .position-amount-input {
    width: 55%;
  }
  .wrapper .position-amount-input .input {
    width: 180px;
  }
}
@media (max-width: 1023px) {
  .wrapper .transfer-radio {
    width: calc(50% - 15px);
  }
  .wrapper .transfer-radio + .transfer-radio {
    margin-left: 15px;
    width: calc(50% - 15px);
  }
  .wrapper .transfer-radio {
    float: left;
  }
  .wrapper .transfer-radio label {
    position: relative;
    display: inline-block;
    background-color: #fff;
    height: 56px;
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 5px 5px 5px 52px;
    vertical-align: middle;
    cursor: pointer;
  }
  .wrapper .transfer-radio label::before {
    content: " ";
    position: absolute;
    z-index: 10;
    left: 19px;
    top: 19px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #959595 inset;
    transition: all ease 0.25s;
  }
  .wrapper .transfer-radio label::after {
    content: " ";
    position: absolute;
    height: 16px;
    width: 16px;
    left: 19px;
    top: 19px;
    border-radius: 50%;
    z-index: 1;
  }
  .wrapper .transfer-radio label {
    font-size: 13px;
    padding-top: 7px;
    width: 100%;
  }
  .wrapper .transfer-radio label span {
    display: block;
    margin: -2px 30px 0 0;
    float: left;
  }
  .wrapper .transfer-radio:first-child {
    margin-right: 15px;
  }
  .wrapper .transfer-radio input[type=radio]:checked ~ label,
  .wrapper .transfer-radio input[type=radio]:checked + label {
    background-color: #f9f9f9;
  }
  .wrapper .transfer-radio input[type=radio]:checked ~ label::before,
  .wrapper .transfer-radio input[type=radio]:checked + label::before {
    box-shadow: 0 0 0 10px #046eb1 inset;
  }
  .wrapper .transfer-radio input[type=radio]:checked ~ label::after,
  .wrapper .transfer-radio input[type=radio]:checked + label::after {
    animation-duration: 0.35s;
    animation-name: "select-radio";
    animation-iteration-count: 1;
    animation-timing-function: linear;
  }
}
.wrapper .v-datepicker {
  min-width: 180px;
  position: relative;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 3px;
}
.wrapper .v-datepicker label {
  color: #959595;
  font-size: 16px;
  font-family: "OpenSans-Light", sans-serif;
  position: absolute;
  left: 15px;
  top: 19px;
  transition: all ease 0.25s;
  cursor: pointer;
}
.wrapper .v-datepicker input {
  border: 1px solid #e4e4e4;
  color: #201c17;
  font-size: 16px;
  font-family: "OpenSans-Light", sans-serif;
  border-radius: 3px;
  padding: 20px 35px 10px 15px;
  width: 100%;
  min-height: 56px;
  outline: 0 none !important;
  transition: all ease 0.45s;
}
.wrapper .v-datepicker input:focus {
  border-bottom: 2px solid rgb(4, 110, 177);
}
.wrapper .v-datepicker input:focus ~ label {
  top: 4px;
  font-size: 12px;
  color: #046eb1;
}
.wrapper .v-datepicker input.filled ~ label,
.wrapper .v-datepicker input.filled > label {
  top: 4px;
  font-size: 12px;
}
.wrapper .v-datepicker.active label, .wrapper .v-datepicker.filled label {
  top: 4px;
  font-size: 12px;
}
.wrapper .v-datepicker.active label {
  color: #046eb1;
}
.wrapper .v-datepicker.active input {
  border-bottom-width: 1px !important;
  border-bottom-color: rgb(4, 110, 177) !important;
  box-shadow: 0px -1px 0 0px rgb(4, 110, 177) inset;
}

@media (max-width: 767px) {
  .transfer-radio {
    float: none !important;
    width: 100% !important;
  }
  .transfer-radio + .transfer-radio {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .transfer-radio label {
    display: block !important;
  }
}
@media (max-width: 500px) {
  .wrapper .user-panel dl dd,
  .wrapper .user-panel dl dt {
    width: 100% !important;
  }
  .wrapper .transfer-radio label span {
    margin-right: 10px !important;
  }
  .border-xs-btm {
    margin-bottom: 25px;
    border-bottom: 1px solid #ececec;
  }
  .border-xs-btm .form-col div {
    margin-right: 0px !important;
  }
  .border-xs-btm .input {
    width: 100% !important;
  }
  .float-xs-none {
    float: none !important;
  }
}
@media (max-width: 335px) {
  .wrapper .transfer-radio label {
    font-size: 11px;
  }
}
.VueCarousel-wrapper {
  overflow: visible !important;
}
.VueCarousel-wrapper .VueCarousel-inner {
  position: relative;
}
.VueCarousel-wrapper .VueCarousel-inner .VueCarousel-slide:last-child[aria-hidden=true] {
  margin-left: -30px;
}

.status-page {
  margin-left: 40px;
}
.status-page .status-page-header h1 {
  display: inline-block;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -1.3px;
  font-size: 60px;
  font-weight: 600;
  vertical-align: top;
  margin-top: -2px;
}
.status-page .status-page-message {
  max-width: 50%;
}
.status-page .status-page-message p {
  font-family: "OpenSans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  margin-bottom: 18px;
}

@media (max-width: 600px) {
  .status-page .status-page-header h1 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
  }
  .status-page .status-page-header img {
    width: 30px;
  }
  .status-page .status-page-message {
    max-width: 80%;
  }
  .status-page .status-page-message p {
    font-size: 16px;
    line-height: 24px;
  }
}
.e-learning-modal {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
}
.e-learning-modal .e-learning-info {
  max-width: 867px;
  background-color: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1 !important;
  border: 1px solid #bbbbbb;
}
.e-learning-modal .e-learning-info .info-image {
  width: 70%;
  margin: 20px auto;
  display: block;
}
.e-learning-modal .e-learning-info .info-image img {
  display: block;
  margin: 0px auto;
  width: 160px;
  height: 160px;
}
.e-learning-modal .e-learning-info.modal-close-info {
  width: 643px;
}
.e-learning-modal .e-learning-info .close-learning-modal {
  display: none;
}
.e-learning-modal .e-learning-info .info-container.close-info h2 {
  width: 80%;
  margin: auto;
  text-align: center;
  margin-bottom: 32px;
  font-size: 24px;
}
.e-learning-modal .e-learning-info .info-container h2 {
  padding: 40px 80px 0px 80px;
  font-size: 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  margin-bottom: 25px;
}
.e-learning-modal .e-learning-info .info-container ul {
  padding-left: 113px;
  list-style-type: none;
  margin-bottom: 50px;
  padding-right: 80px;
}
.e-learning-modal .e-learning-info .info-container ul li {
  margin-bottom: 25px;
  list-style-position: inside;
  text-indent: -1em;
}
.e-learning-modal .e-learning-info .info-container ul li::before {
  content: "■";
  color: #00801f;
  font-weight: bold;
  display: inline-block;
  width: 5px;
  margin-left: -5px;
  padding-right: 20px;
}
.e-learning-modal .e-learning-info .info-container span {
  width: 100%;
  height: 4px;
  display: block;
  background-color: #ededed;
  margin-bottom: 24px;
}
.e-learning-modal .e-learning-info .info-container .btn {
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: all ease 0.25s;
  outline: 0 none !important;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 9px;
  padding-bottom: 7px;
  border: 2px solid #ededed;
  border-radius: 16px;
  margin-right: 10px;
}
.e-learning-modal .e-learning-info .info-container .btn.btn-secondary {
  color: #00801f;
  padding-left: 8px;
  padding-right: 8px;
  background-color: transparent;
  border-radius: 22px;
  border: solid 1.5px #d8d8d8;
}
.e-learning-modal .e-learning-info .info-container .btn:hover {
  background-color: #00801f;
  color: white;
}
.e-learning-modal .e-learning-info .info-container .btn.btn-back {
  color: #00801f;
}
.e-learning-modal .e-learning-info .info-container .info-buttons {
  padding: 0px 80px;
  margin-bottom: 24px;
}
.e-learning-modal .e-learning-info .info-container .info-buttons .btn:last-child {
  float: right;
  margin-right: 0px;
}
.e-learning-modal .e-learning-info .info-container .close-buttons {
  display: flex;
  justify-content: center;
  width: 40%;
  margin: 0px auto 40px auto;
}
.e-learning-modal .e-learning-info .info-container .close-buttons .btn {
  width: 108px;
  height: 44px;
  text-transform: lowercase;
  margin-bottom: 10px;
}
.e-learning-modal .e-learning-info .info-container .close-buttons .btn.btn-primary {
  background-color: #00801f;
  color: #fff;
  border-radius: 22px;
  margin-right: 16px;
}

@media (max-width: 1200px) {
  .e-learning-modal {
    position: fixed;
    top: 0px;
    left: 0px;
    min-height: 100%;
    background-color: #fff;
    overflow-y: scroll;
  }
  .e-learning-modal .e-learning-info {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: 100% !important;
    width: 100% !important;
    min-height: 100%;
    transform: translate(0px, 0px);
    border: 0px solid;
  }
  .e-learning-modal .e-learning-info .close-learning-modal {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
  }
  .e-learning-modal .e-learning-info .close-learning-modal img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .e-learning-modal .e-learning-info .info-container span {
    display: none;
  }
  .e-learning-modal .e-learning-info .info-container .info-image {
    width: 70%;
    margin: 20px auto;
    display: block;
  }
  .e-learning-modal .e-learning-info .info-container .info-image img {
    display: block;
    margin: 0px auto;
    width: 120px;
    height: 120px;
  }
  .e-learning-modal .e-learning-info .info-container.close-info h2 {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .e-learning-modal .e-learning-info .info-container .close-buttons {
    flex-wrap: wrap;
  }
  .e-learning-modal .e-learning-info .info-container .info-buttons .btn {
    width: 100%;
    margin: 10px 0px;
  }
  .e-learning-modal .e-learning-info .info-container .info-buttons .btn:last-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .e-learning-info {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .e-learning-modal .e-learning-info .info-container .info-image {
    width: 100%;
  }
  .e-learning-modal .e-learning-info .info-container .info-image img {
    display: block;
    margin: 0px auto;
    width: 50%;
    height: 50%;
  }
  .e-learning-modal .e-learning-info .info-container .close-buttons {
    width: 85%;
  }
  .e-learning-modal .e-learning-info .info-container .close-buttons .btn {
    margin-top: 10px;
    width: 100%;
  }
  .e-learning-modal .e-learning-info .info-container.close-info h2 {
    margin-top: 50px;
    margin-bottom: 80px;
    padding: 0px;
  }
}
@media (max-width: 450px) {
  .e-learning-modal .e-learning-info .info-container h2,
  .e-learning-modal .e-learning-info .info-container ul {
    padding: 0px 24px;
  }
  .e-learning-modal .e-learning-info .info-container ul {
    padding: 0px 50px 0px 60px;
  }
  .e-learning-modal .e-learning-info .info-container .info-image {
    width: 100%;
  }
  .e-learning-modal .e-learning-info .info-container .info-image img {
    display: block;
    margin: 0px auto;
    width: 50%;
    height: 50%;
  }
  .e-learning-modal .e-learning-info .info-container .info-buttons {
    padding: 0px 24px;
  }
}
.container-progress-circle {
  height: 40px;
  width: 40px;
  text-align: center;
  display: flex;
}
.container-progress-circle .gauge-container {
  display: inline-block;
  position: relative;
  width: 70%;
}
.container-progress-circle .gauge-container .gauge {
  position: relative;
  display: block;
  transform: rotate(-90deg);
}
.container-progress-circle .gauge-container .gauge circle {
  stroke-width: 15;
  fill: none;
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
}
.container-progress-circle .gauge-container .gauge circle.rail {
  stroke-width: 10px;
  fill: transparent;
  stroke: #c6c5c5;
  stroke-dashoffset: 0;
}
.container-progress-circle .gauge-container .gauge circle.progress {
  stroke: #00801f;
}

.e-learning-container {
  padding-left: 0%;
  min-height: 100vh;
}
.e-learning-container .btn-back {
  margin-left: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.e-learning-container .e-learning-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 10px;
  margin-bottom: 40px;
}
.e-learning-container .e-learning-header h2 {
  display: inline-block;
  font-size: 40px;
  margin-right: 20px;
}

@media (max-width: 1919px) {
  .e-learning-container {
    padding-left: 0%;
  }
}
@media (min-width: 1025px) and (max-width: 1350px) {
  .e-learning-container .e-learning-header h2 {
    margin-bottom: 20px;
  }
}
@media (width: 1440px) {
  .e-learning-container {
    padding: 0px 54px;
  }
  .e-learning-container .e-learning-header {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1200px) {
  .e-learning-container .e-learning-box .e-learnig-info .info-hide-mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .e-learning-container {
    padding-left: 0%;
  }
  .e-learning-container .e-learning-header {
    margin: 20px;
  }
  .e-learning-container .e-learning-header h2 {
    line-height: 40px;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .e-learning-container .e-learning-box .e-learnig-info .info-hide-mobile {
    display: none;
  }
  .e-learning-container .e-learning-box .e-learnig-info div {
    flex-wrap: wrap;
    justify-content: start;
  }
  .e-learning-container .e-learning-box .e-learnig-info div span {
    width: 100% !important;
    margin: 0px;
  }
  .e-learning-container .e-learning-box .e-learnig-info div .btn {
    margin-top: 10px;
    height: 30px;
  }
}
.e-learning-box {
  text-decoration: none !important;
  color: #6e6e6e;
  width: calc(33.3333333333% - 20px);
  height: 216px;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.07);
  position: relative;
  padding: 20px;
  margin: 0px 10px 20px 10px;
  background-color: #fff;
  cursor: pointer;
}
.e-learning-box .section-number {
  font-size: 12px;
}
.e-learning-box div span:nth-child(2) {
  margin-left: 24px;
}
.e-learning-box.e-learning-box-finished {
  height: 219px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border: 1.5px solid #00801f;
  margin-bottom: 20px;
}
.e-learning-box.e-learning-box-disabled {
  height: 219px;
  padding: 20px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border: 1.5px solid #d8d8d8;
  background-color: #f6f6f6 !important;
  cursor: default !important;
}
.e-learning-box.e-learning-box-disabled h2,
.e-learning-box.e-learning-box-disabled span {
  color: #6e6e6e !important;
}
.e-learning-box.e-learning-box-disabled .e-learning-icon {
  border-radius: 50%;
  background-color: #d8d8d8;
}
.e-learning-box.e-learning-box-disabled .e-learning-icon img {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.e-learning-box.e-learning-box-success .e-learnig-info {
  margin-top: 20px !important;
}
.e-learning-box.e-learning-box-success .e-learnig-info .btn {
  width: auto;
  height: 40px;
}
.e-learning-box h2 {
  color: #000;
  margin-top: 71px;
  width: 70%;
  line-height: 25px;
}
.e-learning-box h2.test-is-ready {
  margin-top: 30px !important;
}
.e-learning-box .e-learning-bar {
  background-color: #00801f;
  display: block;
  bottom: -4px;
  left: 0;
  height: 4px;
  position: absolute;
}
.e-learning-box .e-learning-bar.e-learning-bar-hidden {
  left: 0;
}
.e-learning-box .e-learning-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
}
.e-learning-box .e-learning-icon img {
  width: 100%;
  height: 100%;
}
.e-learning-box .e-learnig-info {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
}
.e-learning-box .e-learnig-info div {
  display: flex;
  justify-content: space-between;
}
.e-learning-box .e-learnig-info div span {
  font-size: 12px;
}
.e-learning-box .e-learnig-info div span.error-message {
  width: 60%;
}
.e-learning-box .e-learnig-info div:nth-child(2) span {
  width: 60%;
}

@media (max-width: 550px) {
  .e-learning-box h2 {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) and (max-width: 1350px) {
  .e-learning-box {
    width: calc(50% - 20px);
    height: 216px;
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.07);
    position: relative;
    padding: 20px;
    margin: 0px 10px 20px 10px;
    background-color: #fff;
  }
}
@media (max-width: 1024px) {
  .e-learning-box {
    width: calc(100% - 40px);
    margin: 20px 20px;
  }
}
.sticky-learning-content {
  overflow: visible !important;
}

.e-leraning-videos {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10%;
}
.e-leraning-videos .btn-back {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.e-leraning-videos .video-container {
  width: 70%;
  height: 500px;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 20px;
  position: sticky;
  top: 20px;
  left: 0px;
}
.e-leraning-videos .video-container iframe {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.e-leraning-videos .video-container-boxes {
  width: 25%;
}
.e-leraning-videos .video-container-boxes .video-section-box {
  margin-bottom: 10px;
}
.e-leraning-videos .video-container-boxes .e-learning-box {
  width: 100%;
  margin-bottom: 10px;
  transition: ease-in-out all 0.3s;
  height: auto;
  cursor: pointer;
  position: relative;
  margin: 0px 0px 0px 0px;
}
.e-leraning-videos .video-container-boxes .e-learning-box h3 {
  color: #000;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 35px;
}
.e-leraning-videos .video-container-boxes .e-learning-box img {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 20px;
  transition: ease-in-out all 0.3;
}
.e-leraning-videos .video-container-boxes .e-learning-box.active {
  margin-bottom: 0px;
}
.e-leraning-videos .video-container-boxes .e-learning-box.active img {
  transform: rotateX(0.5turn);
}
.e-leraning-videos .video-container-boxes .e-learning-box div span {
  font-size: 12px;
}
.e-leraning-videos .e-learning-collapse {
  display: none;
  max-height: 0px;
  transition: ease-in-out all 0.2s;
  background-color: #fff;
}
.e-leraning-videos .e-learning-collapse .collapse-lesson {
  min-height: 80px;
  height: auto;
  padding: 5px 0px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.e-leraning-videos .e-learning-collapse .collapse-lesson .gauge-container {
  width: 24px !important;
}
.e-leraning-videos .e-learning-collapse .collapse-lesson:hover {
  background-color: #eee;
}
.e-leraning-videos .e-learning-collapse .collapse-lesson .collapse-img-container {
  display: inline-block;
  margin-left: 20px;
  width: 24px;
}
.e-leraning-videos .e-learning-collapse .collapse-lesson .collapse-img-container img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 11px auto;
}
.e-leraning-videos .e-learning-collapse .collapse-lesson .collapse-img-container .gauge-container {
  padding-top: 10px;
}
.e-leraning-videos .e-learning-collapse .collapse-lesson .collapse-content-container {
  display: inline-block;
  width: calc(100% - 50px);
  padding-right: 10px;
}
.e-leraning-videos .e-learning-collapse .collapse-lesson .collapse-content-container h4 {
  margin-bottom: 4px;
}
.e-leraning-videos .e-learning-collapse .collapse-lesson .collapse-content-container div img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.e-leraning-videos .e-learning-collapse .collapse-lesson .collapse-content-container div p {
  display: inline-block;
  margin: 0px;
}
.e-leraning-videos .e-learning-collapse .collapse-lesson:last-of-type {
  padding-bottom: 10px;
}
.e-leraning-videos .e-learning-collapse.active {
  display: block;
  min-height: 100%;
  max-height: 100%;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.07);
}

@media (width: 1440px) {
  .e-leraning-videos {
    margin-left: 64px;
  }
  .e-leraning-videos .video-container {
    width: 929px !important;
    height: 526px !important;
    margin-right: 48px !important;
  }
  .e-leraning-videos .video-container-boxes {
    width: 334px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1920px) {
  .e-leraning-videos .video-container {
    width: 65%;
    margin-right: 25px;
  }
  .e-leraning-videos .video-container-boxes {
    width: 25%;
  }
  .e-leraning-videos .e-learning-box div {
    display: flex;
    flex-wrap: wrap;
  }
  .e-leraning-videos .e-learning-box div span {
    width: 100%;
    margin: 0px;
  }
}
@media (min-width: 1200px) and (max-height: 750px) {
  .e-leraning-videos .video-container {
    position: relative;
    top: 0px;
  }
}
@media (max-width: 1200px) {
  .e-leraning-videos {
    margin-left: 5%;
  }
  .e-leraning-videos .video-container {
    width: 100%;
    margin-left: 0%;
    margin: 0px 0px 10px 0px;
    position: relative;
    top: 0px;
  }
  .e-leraning-videos .btn-back {
    margin-left: 5px;
  }
  .e-leraning-videos .video-container-boxes {
    width: 100%;
    padding: 0px 5%;
    margin-top: 120px;
  }
  .e-leraning-videos h2,
  .e-leraning-videos h5,
  .e-leraning-videos p {
    padding: 0px 5%;
  }
  .e-leraning-videos .e-learning-collapse .collapse-lesson .collapse-content-container h4 {
    padding-top: 10px;
  }
  .e-leraning-videos .e-learning-collapse .collapse-lesson .collapse-img-container {
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 60px;
  }
  .e-leraning-videos .e-learning-collapse .collapse-lesson .collapse-img-container img {
    margin: 18px auto;
  }
  .e-leraning-videos .e-learning-collapse .collapse-lesson .collapse-img-container .gauge-container {
    padding-top: 10px;
  }
  .e-leraning-videos .e-learning-box div {
    display: flex;
    flex-wrap: wrap;
  }
  .e-leraning-videos .e-learning-box div span {
    width: 100%;
    margin: 0px;
  }
  .e-leraning-videos .e-learning-box .e-learnig-info .info-hide-mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  .e-leraning-videos {
    margin-left: 0% !important;
  }
}
@media (max-width: 850px) {
  .e-leraning-videos .video-container {
    height: 350px !important;
  }
}
@media (max-width: 400px) {
  .e-leraning-videos .video-container {
    height: 181px !important;
  }
}
.e-learning-result {
  min-height: 100vh;
  padding-left: 20%;
}
.e-learning-result div {
  margin-bottom: 16px;
}
.e-learning-result h2 {
  margin-bottom: 26px;
  font-size: 40px;
  width: 70%;
  line-height: 40px;
}
.e-learning-result .points {
  font-size: 20px;
}
.e-learning-result p {
  margin-bottom: 3px;
}
.e-learning-result .result-info {
  margin-top: 24px;
  margin-bottom: 36px;
}
.e-learning-result .result-info p {
  width: 60%;
}

@media (max-width: 1025px) {
  .e-learning-result {
    min-height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
  }
  .e-learning-result h2 {
    width: 80%;
  }
  .e-learning-result .result-info p {
    width: 100%;
  }
}
.mnews-banner {
  display: flex;
  height: auto;
  align-items: center;
  padding: 15px 21px;
  margin-bottom: 45px;
}
.mnews-banner a {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
}
.mnews-banner div:nth-child(2) {
  margin-right: 18px;
  display: inline-block;
}
.mnews-banner div:nth-child(2) img {
  width: 29px;
}
.mnews-banner div:nth-child(3) {
  display: inline-block;
}
.mnews-banner div:nth-child(3) p {
  margin-bottom: 0px;
  font-size: 12px;
  color: #6e6e6e;
}
.mnews-banner div:nth-child(4) {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 10;
  padding: 5px 10px;
  cursor: pointer;
}

@media (max-width: 1350px) {
  .mnews-banner {
    padding-top: 25px;
  }
}
.navicon-container {
  display: inline-block;
  height: 14px;
  margin-left: 25px;
}

.navicon {
  background: none;
  border: 0 none;
  width: 18px;
  height: 14px;
  margin: 2px 16px 2px 0;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  outline: 0 none !important;
}

.navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 18px;
  background: #00801f;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.navicon span:nth-child(1) {
  top: 0px;
}

.navicon span:nth-child(2),
.navicon span:nth-child(3) {
  top: 6px;
}

.navicon span:nth-child(4) {
  top: 12px;
}

.navicon.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}

.navicon.open span:nth-child(2) {
  transform: rotate(45deg);
}

.navicon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.navicon.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

.swiper-pagination {
  text-align: center;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 7px;
  height: 7px;
  transition: all ease 0.25s;
  background-color: #00801f;
  opacity: 0.3;
  outline: 0 none !important;
  margin: 20px 0px 15px 7px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
}/*# sourceMappingURL=styles.css.map */