/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/main/stylesheet/theme.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
/*
Usage:
@include target-ie {
  // IE styles here
}
@include target-n-ie {
  // Non-IE styles here
}
*/
@keyframes spin {
  0% {
    backface-visibility: hidden;
    transform: rotate(0deg) scale(0.052) translateZ(0);
  }
  100% {
    backface-visibility: hidden;
    transform: rotate(360deg) scale(0.052) translateZ(0);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[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;
}

html {
  height: 100%;
}
html body {
  background-color: #fff;
  height: 100%;
  margin: 0 calc(-1 * (100vw - 100%)) 0 0;
  overflow-x: hidden;
  overflow-y: auto;
}
html body #main-content {
  height: 100%;
}

.mve-alert .alert-icon,
.mve-warning .alert-icon {
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "mve-icons" !important;
  font-size: 1.5rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin: 0 1rem 0 0;
  speak: none;
  text-transform: none;
}

.mve-alert {
  align-items: flex-start;
  border: 0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1.125rem 1.25rem;
  width: 100%;
}
.mve-alert.success {
  background-color: #32a04b;
}
.mve-alert.success .alert-icon::before {
  content: "\e90f";
}
.mve-alert.warning {
  background-color: #666;
}
.mve-alert.warning .alert-icon::before {
  content: "\e90e";
}
.mve-alert.danger {
  background-color: #cd1e5a;
}
.mve-alert.danger .alert-icon::before {
  content: "\e910";
}
.mve-alert .alert-message {
  color: #fff;
  font-family: "robotolight";
  font-size: 1.25rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: normal;
  margin: 0.75rem 0 0;
}

.mve-warning {
  align-items: center;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 1rem 1.25rem;
  width: 100%;
}
.mve-warning .alert-icon {
  color: #888;
  font-size: 1.5rem;
}
.mve-warning .alert-icon::before {
  content: "\e912";
}
.mve-warning .alert-message {
  color: #666;
  font-family: "robotoregular";
  font-size: 0.875rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.43;
}

@media (min-width: 768px) {
  .mve-alert {
    align-items: center;
    flex-direction: row;
    padding: 1rem 1.625rem;
  }
  .mve-alert .alert-icon {
    font-size: 2rem;
  }
  .mve-alert .alert-message {
    margin: 0;
  }
}
.mve-button {
  align-items: center;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-family: "robotoregular";
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1.5;
  outline: 0;
  padding: 0.75rem 1.5rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.mve-button.loading span.label {
  display: none;
}
.mve-button.primary {
  background-color: #660099;
  color: #fff;
}
.mve-button.primary.loading i.spinner {
  animation: spinner 1s linear infinite;
  border-color: transparent #fff #fff;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 1.5rem;
  width: 1.5rem;
}
@keyframes spinner {
  0% {
    backface-visibility: hidden;
    transform: rotate(0deg);
  }
  100% {
    backface-visibility: hidden;
    transform: rotate(360deg);
  }
}
@media (hover: hover) {
  .mve-button.primary:hover:not(:disabled) {
    background-color: #934cb7;
  }
}
.mve-button.primary:active:not(:disabled), .mve-button.primary:focus:not(:disabled) {
  background-color: #47006a;
  outline: 0;
}
.mve-button.primary.small {
  padding: 0.25rem 0.75rem;
}
.mve-button.primary.border {
  border: 1px solid #fff;
}
@media (hover: hover) {
  .mve-button.primary.border:hover {
    background-color: #660099;
    opacity: 0.6;
  }
}
.mve-button.primary.border:active, .mve-button.primary.border:focus {
  background-color: #660099;
  opacity: 0.3;
  outline: 0;
}
.mve-button.outline, .mve-button.secondary {
  background-color: transparent;
  border-radius: 0;
  color: #660099;
  font-family: "robotomedium";
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0;
}
.mve-button.outline.loading i.spinner, .mve-button.secondary.loading i.spinner {
  animation: spinner 1s linear infinite;
  border-color: transparent #660099 #660099;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  height: 1.5rem;
  width: 1.5rem;
}
@keyframes spinner {
  0% {
    backface-visibility: hidden;
    transform: rotate(0deg);
  }
  100% {
    backface-visibility: hidden;
    transform: rotate(360deg);
  }
}
@media (hover: hover) {
  .mve-button.outline:hover, .mve-button.secondary:hover {
    color: #934cb7;
  }
}
.mve-button.outline:active, .mve-button.outline:focus, .mve-button.secondary:active, .mve-button.secondary:focus {
  color: #47006a;
  outline: 0;
}
.mve-button.outline:disabled, .mve-button.secondary:disabled {
  background-color: transparent;
}
.mve-button.outline:disabled:hover, .mve-button.outline:disabled:active, .mve-button.outline:disabled:focus, .mve-button.secondary:disabled:hover, .mve-button.secondary:disabled:active, .mve-button.secondary:disabled:focus {
  background-color: transparent;
}
.mve-button.outline.negative, .mve-button.secondary.negative {
  color: #fff;
}
.mve-button.outline.small, .mve-button.secondary.small {
  font-family: "robotoregular";
  font-size: 1rem;
  font-weight: normal;
}
.mve-button:hover, .mve-button:active, .mve-button:focus {
  text-decoration: none;
}

.mve-link,
.mve-link:link,
.mve-link:visited {
  color: #666;
  font-family: "robotoregular";
  font-size: 1rem;
  line-height: 1.5;
  outline: 0;
  text-decoration: underline;
}
.mve-link.primary,
.mve-link:link.primary,
.mve-link:visited.primary {
  color: #660099;
}
@media (hover: hover) {
  .mve-link:hover,
  .mve-link:link:hover,
  .mve-link:visited:hover {
    color: #934cb7;
  }
}
.mve-link:active, .mve-link:focus,
.mve-link:link:active,
.mve-link:link:focus,
.mve-link:visited:active,
.mve-link:visited:focus {
  color: #47006a;
  outline: 0;
}

.mve-info-button {
  background: transparent;
  border: 0;
  margin: 0 0 0 0.5rem;
  padding: 0;
}
.mve-info-button::after {
  color: #666;
  content: "\e90d";
  display: block;
  font-family: "mve-icons";
  font-size: 1rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1.4;
  speak: none;
  text-transform: none;
}
@media (hover: hover) {
  .mve-info-button:hover::after {
    color: #934cb7;
  }
}
.mve-info-button:active, .mve-info-button:focus {
  outline: 0;
}
.mve-info-button:active::after, .mve-info-button:focus::after {
  color: #47006a;
}

@font-face {
  font-family: "robotoregular";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/login-oauth/30b57652c88c5dbd65de.eot) format("eot"), url(/assets/login-oauth/c1e074f52d2cc507b0df.woff2) format("woff2"), url(/assets/login-oauth/31012f9b3e3da44f87e8.woff) format("woff"), url(/assets/login-oauth/25e40da956314b12d333.ttf) format("truetype");
}
@font-face {
  font-family: "robotolight";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/login-oauth/d592a653abb7a57fedd8.eot) format("eot"), url(/assets/login-oauth/dbe5ac6045d66e680d93.woff2) format("woff2"), url(/assets/login-oauth/df0f59d80526acc6d0cd.woff) format("woff"), url(/assets/login-oauth/13d61ef8e609b548d9b5.ttf) format("truetype");
}
@font-face {
  font-family: "robotomedium";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/login-oauth/f9f0c87146a33023da7e.eot) format("eot"), url(/assets/login-oauth/c0ba7690a96b0b25a53d.woff2) format("woff2"), url(/assets/login-oauth/b14ca2d2b289afceb0b0.woff) format("woff"), url(/assets/login-oauth/ef677e217f2009c16854.ttf) format("truetype");
}
html,
body {
  color: #000;
  font-family: "robotoregular";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
}

@media screen and (max-width: 320px) {
  html,
  body {
    font-size: 13.6px;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  html,
  body {
    font-size: calc(13.6px + (20.48 - 13.6) * (100vw - 320px) / 160);
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  html,
  body {
    font-size: 20.48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html,
  body {
    font-size: 14.08px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  html,
  body {
    font-size: calc(14.08px + (18.7408 - 14.08) * (100vw - 1200px) / 400);
  }
}
@media screen and (min-width: 1600px) {
  html,
  body {
    font-size: 18.7408px;
  }
}
.input-wrapper .hint {
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: none;
  color: #666;
  font-family: "robotoregular";
  font-size: 1rem;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 2;
  list-style: none;
  padding: 1rem 1.25rem;
}
.input-wrapper .hint li {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.input-wrapper .hint li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-wrapper .hint li .icon-check {
  color: #ddd;
}
.input-wrapper .hint li .icon-check.valid {
  color: #32a04b;
}

.mve-input-group {
  margin-bottom: 1rem;
  position: relative;
  width: 100%;
}
.mve-input-group:last-of-type {
  margin-bottom: 0;
}
.mve-input-group input {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  caret-color: #660099;
  color: #000;
  font-family: "robotolight";
  font-size: 1.25rem;
  height: 5rem;
  line-height: 1.4;
  outline: transparent;
  padding: 1.375rem;
  width: 100%;
}
.mve-input-group input::-ms-clear, .mve-input-group input::-ms-reveal {
  display: none;
}
.mve-input-group input:disabled {
  background-color: #f7f7f7;
}
.mve-input-group input:disabled ~ label {
  color: #666;
}
.mve-input-group label {
  color: #000;
  font-family: "robotolight";
  font-size: 1.25rem;
  letter-spacing: normal;
  width: 100%;
}
.mve-input-group .error-message {
  color: #cd1e5a;
  display: none;
  font-family: "robotoregular";
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
  margin-top: 0.375rem;
  padding-left: 1.375rem;
}
.mve-input-group .hints {
  border: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  display: none;
  padding: 0.75rem 1.375rem;
  width: 100%;
}
.mve-input-group.floating-label input:focus {
  outline: none;
}
.mve-input-group.floating-label input:focus, .mve-input-group.floating-label input:valid, .mve-input-group.floating-label input:disabled {
  padding: 1.875rem 1.375rem 0 1.375rem;
}
.mve-input-group.floating-label input:focus ~ label, .mve-input-group.floating-label input:valid ~ label, .mve-input-group.floating-label input:disabled ~ label {
  color: #888;
  font-family: "robotoregular";
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  top: 1.375rem;
}
.mve-input-group.floating-label label {
  -moz-transition: 0.2s ease top;
  -webkit-transition: 0.2s ease top;
  left: 0;
  padding-left: 1.375rem;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s ease top;
}
.mve-input-group.show-hints input {
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
.mve-input-group.show-hints input:focus ~ .hints {
  display: block;
}
.mve-input-group.valid input:not(:focus) {
  border-top: #32a04b 1px solid;
}
.mve-input-group.invalid input:invalid ~ label {
  top: 2.5625rem;
}
.mve-input-group.invalid input:invalid:focus ~ label {
  top: 1.5rem;
}
.mve-input-group.invalid input:not(:focus) {
  border-top: #cd1e5a 1px solid;
}
.mve-input-group.invalid input:not(:focus) ~ label {
  color: #cd1e5a !important;
}
.mve-input-group.invalid input:not(:focus) ~ .error-message {
  display: block;
}
.mve-input-group.invalid .g-recaptcha ~ .error-message {
  display: block;
}
.mve-input-group .g-recaptcha {
  height: 78px;
}
.mve-input-group.password {
  align-items: center;
  width: 100%;
}
.mve-input-group.password input {
  padding-right: 4.375rem !important;
}
.mve-input-group.password button.toggle-password {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 1.375rem;
  top: 1.5625rem;
  width: 1.875rem;
}
.mve-input-group.password button.toggle-password:focus, .mve-input-group.password button.toggle-password:active {
  outline: none;
}
.mve-input-group.password button.toggle-password:hover i {
  opacity: 0.8;
}
.mve-input-group.password button.toggle-password i.icon-eye {
  background: url(/assets/login-oauth/934c8adc26dabf732690.svg) no-repeat center;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
}
.mve-input-group.password button.toggle-password.visible i.icon-eye {
  background: url(/assets/login-oauth/6b8117e5821e6ea2fc10.svg) no-repeat center;
}
.mve-input-group .input-button-wrapper {
  align-items: center;
  display: flex;
  height: 4.75rem;
  justify-content: flex-end;
  padding-right: 1.25rem;
  pointer-events: none;
  position: absolute;
  right: 0.125rem;
  top: 0.125rem;
}
.mve-input-group .input-button-wrapper .input-button {
  background: none;
  border: none;
  height: 1.25rem;
  outline: none;
  padding: 0;
  pointer-events: auto;
  width: 1.25rem;
}
.mve-input-group .input-button-wrapper .input-button i {
  color: #888;
  display: block;
}
.mve-input-group .input-button-wrapper .input-button i.icon-clear {
  font-size: 1rem;
}

.mve-check-box {
  align-items: flex-start;
  color: #666;
  cursor: pointer;
  display: flex;
  font-family: "robotoregular";
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.5rem;
  margin: 0;
}
.mve-check-box input {
  display: none;
}
.mve-check-box input + svg {
  flex-shrink: 0;
  height: 1.5rem;
  margin-right: 0.5rem;
  width: 1.25rem;
}
.mve-check-box input + svg path {
  fill: #666;
  transform-origin: center;
  transition: 100ms ease-in-out 0s;
}
.mve-check-box input + svg path:last-child {
  transform: scale(0);
}
.mve-check-box input:checked + svg path {
  fill: #660099;
}
.mve-check-box input:checked + svg path:last-child {
  transform: scale(1);
}
.mve-check-box input:disabled + svg path {
  fill: #eee;
}
.mve-check-box.invalid {
  color: #cd1e5a;
}
.mve-check-box.invalid input + svg path {
  fill: #cd1e5a;
}
.mve-check-box.invalid a {
  color: #cd1e5a;
}
.mve-check-box.invalid label::before {
  border-color: #cd1e5a;
}

.mve-radio-button {
  color: #000;
  cursor: pointer;
  display: flex;
  font-family: "robotolight";
  font-size: 1.5rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: -0.075rem;
  line-height: 2rem;
  margin: 0;
}
.mve-radio-button input {
  display: none;
}
.mve-radio-button input + svg {
  flex-shrink: 0;
  height: 2rem;
  margin-right: 0.5rem;
  width: 1.25rem;
}
.mve-radio-button input + svg path {
  fill: #666;
  transform-origin: center;
  transition: 100ms ease-in-out 0s;
}
.mve-radio-button input + svg path:last-child {
  transform: scale(0);
}
.mve-radio-button input:checked + svg path {
  fill: #660099;
}
.mve-radio-button input:checked + svg path:last-child {
  transform: scale(1);
}
.mve-radio-button input:disabled + svg path {
  fill: #eee;
}

@media (min-width: 768px) {
  .mve-input-group .input-button-wrapper {
    padding-right: 1.5rem;
  }
  .mve-radio-button {
    letter-spacing: -0.03125rem;
  }
}
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: calc(84% + 20px);
}

@media (min-width: 480px) {
  .container-sm, .container {
    max-width: calc(84% + 20px);
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: calc(87.5% + 20px + 4px);
  }
}
@media (min-width: 1200px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: calc(89.5% + 20px + 4px);
  }
}
@media (min-width: 1600px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1600px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row > .col,
.row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .row > .col,
  .row > [class*=col-] {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@font-face {
  font-display: block;
  font-family: "mve-icons";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/login-oauth/56f09150aa328fd5235f.eot?b1ckzw);
  src: url(/assets/login-oauth/56f09150aa328fd5235f.eot?b1ckzw#iefix) format("embedded-opentype"), url(/assets/login-oauth/6e733cbfd1e8b63abe8a.ttf?b1ckzw) format("truetype"), url(/assets/login-oauth/d4f1c370638f590bf186.woff2?b1ckzw) format("woff2"), url(/assets/login-oauth/42caab844784e992fd0b.woff?b1ckzw) format("woff"), url(/assets/login-oauth/bee82d68dddac5372271.svg?b1ckzw#mve-icons) format("svg");
}
[class^=icon-],
[class*=" icon-"] {
  /* Better Font Rendering =========== */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "mve-icons" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.icon-spin {
  animation: icon-spin 1s linear infinite;
  display: inline-block;
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon-add-more-regular:before {
  content: "\f101";
}

.icon-add:before {
  content: "\f102";
}

.icon-advanced-service-selector:before {
  content: "\f103";
}

.icon-alert-filled:before {
  content: "\f104";
}

.icon-alert-outline:before {
  content: "\f105";
}

.icon-alert-regular:before {
  content: "\f106";
}

.icon-alert:before {
  content: "\f107";
}

.icon-arrow-down-regular:before {
  content: "\f108";
}

.icon-arrow-down:before {
  content: "\f109";
}

.icon-arrow-drop-down-filled:before {
  content: "\f10a";
}

.icon-arrow-left:before {
  content: "\f10b";
}

.icon-arrow-line-up-right-regular:before {
  content: "\f10c";
}

.icon-arrow-right:before {
  content: "\f10d";
}

.icon-arrow-up:before {
  content: "\f10e";
}

.icon-aura-filled:before {
  content: "\f10f";
}

.icon-authentication-success-regular:before {
  content: "\f110";
}

.icon-bar-device-regular:before {
  content: "\f111";
}

.icon-battery-regular:before {
  content: "\f112";
}

.icon-bullet-active-regular:before {
  content: "\f113";
}

.icon-bullet-active:before {
  content: "\f114";
}

.icon-calendar-regular:before {
  content: "\f115";
}

.icon-call-landline-filled:before {
  content: "\f116";
}

.icon-call-landline-regular:before {
  content: "\f117";
}

.icon-cancel-filled:before {
  content: "\f118";
}

.icon-cancel-regular:before {
  content: "\f119";
}

.icon-check-circle-outline:before {
  content: "\f11a";
}

.icon-check-circle:before {
  content: "\f11b";
}

.icon-check-regular:before {
  content: "\f11c";
}

.icon-check:before {
  content: "\f11d";
}

.icon-checked-filled:before {
  content: "\f11e";
}

.icon-checked-regular:before {
  content: "\f11f";
}

.icon-chevron-down-regular:before {
  content: "\f120";
}

.icon-chevron-left-regular:before {
  content: "\f121";
}

.icon-chevron-right-regular:before {
  content: "\f122";
}

.icon-chevron-up-regular:before {
  content: "\f123";
}

.icon-chip-device-regular:before {
  content: "\f124";
}

.icon-chip-sim-card-filled:before {
  content: "\f125";
}

.icon-chip-sim-card-regular:before {
  content: "\f126";
}

.icon-chip:before {
  content: "\f127";
}

.icon-clear-circle-outline:before {
  content: "\f128";
}

.icon-clear:before {
  content: "\f129";
}

.icon-clip-regular:before {
  content: "\f12a";
}

.icon-close-regular:before {
  content: "\f12b";
}

.icon-close:before {
  content: "\f12c";
}

.icon-cloud-distribution-regular:before {
  content: "\f12d";
}

.icon-code-regular:before {
  content: "\f12e";
}

.icon-computer-regular:before {
  content: "\f12f";
}

.icon-computer-user-regular:before {
  content: "\f130";
}

.icon-configure-modem-regular:before {
  content: "\f131";
}

.icon-controls-regular:before {
  content: "\f132";
}

.icon-copy-regular:before {
  content: "\f133";
}

.icon-data-network-regular:before {
  content: "\f134";
}

.icon-database-regular:before {
  content: "\f135";
}

.icon-detail-consumption:before {
  content: "\f136";
}

.icon-disable-regular:before {
  content: "\f137";
}

.icon-documents-regular:before {
  content: "\f138";
}

.icon-dollar-symbol-circle-regular:before {
  content: "\f139";
}

.icon-eye-disabled:before {
  content: "\f13a";
}

.icon-eye-enabled:before {
  content: "\f13b";
}

.icon-eye-off-regular:before {
  content: "\f13c";
}

.icon-eye-regular:before {
  content: "\f13d";
}

.icon-file-error-filled:before {
  content: "\f13e";
}

.icon-file-jpeg-filled:before {
  content: "\f13f";
}

.icon-file-ok-filled:before {
  content: "\f140";
}

.icon-file-pdf-filled:before {
  content: "\f141";
}

.icon-file-png-filled:before {
  content: "\f142";
}

.icon-fullscreen-regular:before {
  content: "\f143";
}

.icon-gift-light:before {
  content: "\f144";
}

.icon-group-light:before {
  content: "\f145";
}

.icon-headphones-regular:before {
  content: "\f146";
}

.icon-home-wifi-regular:before {
  content: "\f147";
}

.icon-id-card-regular:before {
  content: "\f148";
}

.icon-info-filled:before {
  content: "\f149";
}

.icon-info:before {
  content: "\f14a";
}

.icon-information-user-filled:before {
  content: "\f14b";
}

.icon-information-user-light:before {
  content: "\f14c";
}

.icon-information-user-regular:before {
  content: "\f14d";
}

.icon-internet-pendrive-regular:before {
  content: "\f14e";
}

.icon-internet-regular:before {
  content: "\f14f";
}

.icon-internet:before {
  content: "\f150";
}

.icon-invoice-plan-file-regular:before {
  content: "\f151";
}

.icon-lightbulb-regular:before {
  content: "\f152";
}

.icon-list-document-regular:before {
  content: "\f153";
}

.icon-loading:before {
  content: "\f154";
}

.icon-location-regular:before {
  content: "\f155";
}

.icon-loudspeaker-regular:before {
  content: "\f156";
}

.icon-menu-regular:before {
  content: "\f157";
}

.icon-menu:before {
  content: "\f158";
}

.icon-mi-alert:before {
  content: "\f159";
}

.icon-mi-calendar:before {
  content: "\f15a";
}

.icon-mi-cancel:before {
  content: "\f15b";
}

.icon-mi-disable:before {
  content: "\f15c";
}

.icon-mi-success:before {
  content: "\f15d";
}

.icon-mobile-device-regular:before {
  content: "\f15e";
}

.icon-mobile-device:before {
  content: "\f15f";
}

.icon-mobile-play-regular:before {
  content: "\f160";
}

.icon-notification-regular:before {
  content: "\f161";
}

.icon-offer-percent-regular:before {
  content: "\f162";
}

.icon-pay-invoice-regular:before {
  content: "\f163";
}

.icon-people-network-regular:before {
  content: "\f164";
}

.icon-phone-outline:before {
  content: "\f165";
}

.icon-phone:before {
  content: "\f166";
}

.icon-plane-regular:before {
  content: "\f167";
}

.icon-postpay-regular:before {
  content: "\f168";
}

.icon-profile-outline:before {
  content: "\f169";
}

.icon-profile-solid:before {
  content: "\f16a";
}

.icon-question-light:before {
  content: "\f16b";
}

.icon-reload-light:before {
  content: "\f16c";
}

.icon-router-regular:before {
  content: "\f16d";
}

.icon-search-file-regular:before {
  content: "\f16e";
}

.icon-search-regular:before {
  content: "\f16f";
}

.icon-search:before {
  content: "\f170";
}

.icon-service-mobile:before {
  content: "\f171";
}

.icon-service-pabx:before {
  content: "\f172";
}

.icon-service-wireline:before {
  content: "\f173";
}

.icon-settings-regular:before {
  content: "\f174";
}

.icon-share-regular:before {
  content: "\f175";
}

.icon-shield-checked-ok-regular:before {
  content: "\f176";
}

.icon-shopping-cart-regular:before {
  content: "\f177";
}

.icon-smart-wifi-regular:before {
  content: "\f178";
}

.icon-status-chart-regular:before {
  content: "\f179";
}

.icon-support-agent-regular:before {
  content: "\f17a";
}

.icon-team-regular:before {
  content: "\f17b";
}

.icon-technical-subject-regular:before {
  content: "\f17c";
}

.icon-time-regular:before {
  content: "\f17d";
}

.icon-tv-content-regular:before {
  content: "\f17e";
}

.icon-tv:before {
  content: "\f17f";
}

.icon-user-account-filled:before {
  content: "\f180";
}

.icon-user-account-regular:before {
  content: "\f181";
}

.icon-vivinho-filled:before {
  content: "\f182";
}

.icon-vivinho-no-box:before {
  content: "\f183";
}

.icon-vivinho:before {
  content: "\f184";
}

.icon-warning-light:before {
  content: "\f185";
}

.icon-warning-regular:before {
  content: "\f186";
}

.icon-web-regular:before {
  content: "\f187";
}

.icon-wifi-regular:before {
  content: "\f188";
}

.mve-page {
  padding: 4rem 0 3.5rem;
}
.mve-page--dark {
  background-color: #660099;
  color: #fff;
  min-height: 100%;
}
.mve-page--no-header {
  padding: 4rem 0 3.5rem;
}
.mve-page--error {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 0;
}
.mve-page--error h1 {
  margin-bottom: 2.5rem;
}
.mve-page--error .mve-button {
  margin-top: 5.5rem;
}
.mve-page--success {
  background-color: #660099;
  color: #fff;
  min-height: 100%;
  padding: 1.875rem;
}
.mve-page--success section {
  margin-top: 3.875rem;
}
.mve-page--success section i {
  font-size: 2.4375rem;
}
.mve-page--success h2 {
  color: #fff;
  line-height: 1.14;
  margin-bottom: 0;
  margin-top: 2rem;
}
.mve-page--success p {
  color: #fff;
  margin-top: 3rem;
}
.mve-page--success button {
  align-items: center;
  background-color: #660099;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "robotoregular";
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  justify-content: center;
  letter-spacing: normal;
  line-height: 1.5;
  margin-top: 4.5rem;
  outline: 0;
  padding: 0.75rem 1.5rem;
  text-align: center;
  text-decoration: none;
}
@media (hover: hover) {
  .mve-page--success button:hover {
    opacity: 0.6;
  }
}
.mve-page--success button:active, .mve-page--success button:focus {
  opacity: 0.3;
  outline: 0;
}
.mve-page--success button.small {
  padding: 0.25rem 0.75rem;
}
.mve-page--success button span {
  color: #fff;
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
}
.mve-page--success button.is-loading span {
  opacity: 0;
}
.mve-page--success button.is-loading .icon-spin-wrapper {
  display: inline-flex;
  height: 1.75rem;
  justify-content: center;
  position: absolute;
  width: 1.75rem;
}
.mve-page--success button.is-loading .icon-spin-wrapper i {
  animation: spin 1s linear infinite;
  color: #fff;
  font-size: 17.5rem;
  line-height: 1.75rem;
  position: absolute;
  transform: scale(0.1);
}

.mve-error {
  text-align: center;
}
.mve-error i {
  color: #666;
  display: block;
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}
.mve-error p {
  color: #666;
  font-family: "robotolight";
  font-size: 1.25rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.4;
}

.mve-login,
.mve-register {
  padding: 2.5rem 0 3.5rem;
}
.mve-login .header,
.mve-register .header {
  margin-bottom: 4rem;
}
.mve-login .header .logo,
.mve-register .header .logo {
  background: url(/assets/login-oauth/c2f70922230fe6c73166.svg) no-repeat center;
  background-size: 14.5rem;
  display: block;
  height: 1.375rem;
  width: 14.6875rem;
}
.mve-login .header button,
.mve-register .header button {
  margin-top: 2rem;
}
.mve-login .form .title,
.mve-register .form .title {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .mve-login,
  .mve-register {
    padding: 5rem 0 4rem;
  }
  .mve-login .header,
  .mve-register .header {
    margin-bottom: 0;
  }
  .mve-login .header.sticky-top,
  .mve-register .header.sticky-top {
    top: 5rem;
  }
  .mve-login .header .logo,
  .mve-register .header .logo {
    background-size: 18rem;
    display: block;
    height: 1.6875rem;
    width: 18rem;
  }
  .mve-login .header .title,
  .mve-register .header .title {
    margin-bottom: 2rem;
    margin-top: 4.5rem;
  }
  .mve-login .header .subtitle,
  .mve-register .header .subtitle {
    margin: 0;
  }
}
h1 {
  color: #000;
  font-family: "robotolight";
  font-size: 2rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.09375rem;
  line-height: 1.25;
}
h1.contrast {
  color: #fff;
}

h2 {
  color: #000;
  font-family: "robotolight";
  font-size: 1.75rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.046875rem;
  line-height: 1.5;
}
h2.contrast {
  color: #fff;
}

h3 {
  color: #000;
  font-family: "robotolight";
  font-size: 1.5rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.075rem;
  line-height: 1.25;
}
h3.contrast {
  color: #fff;
  font-family: "robotoregular";
}

h4 {
  color: #000;
  font-family: "robotomedium";
  font-size: 1.25rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.0125rem;
  line-height: 1.5;
}
h4.contrast {
  color: #fff;
}

h5 {
  color: #000;
  font-family: "robotomedium";
  font-size: 0.875rem;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
}
h5.overline {
  letter-spacing: 0.03125rem;
  line-height: 1.5;
  text-transform: uppercase;
}
h5.contrast {
  color: #fff;
}
h5.grey {
  color: #262626;
}

p {
  color: #000;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
}
p strong {
  font-family: "robotomedium";
}
p.body-text--large, p.body-1--large {
  font-family: "robotolight";
  font-size: 1.5rem;
  line-height: 2rem;
}
p.body-text--plus, p.body-1--plus {
  font-family: "robotolight";
  font-size: 1.25rem;
  line-height: 2rem;
}
p.body-text, p.body-1 {
  font-family: "robotolight";
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
  line-height: 1.5;
}
p.body-text.contrast, p.body-1.contrast {
  color: #fff;
  font-family: "robotoregular";
}
p.body-text.grey, p.body-1.grey {
  color: #262626;
}
p.body-text--small, p.body-2 {
  font-family: "robotoregular";
  font-size: 1rem;
  line-height: 1.5;
}
p.body-text--small.grey, p.body-2.grey {
  color: #262626;
}
p.body-text--extra-small, p.body-2--small {
  font-family: "robotoregular";
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.overline {
  font-family: "robotomedium";
  font-size: 0.875rem;
  letter-spacing: 0.03125rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.overline.contrast {
  color: #fff;
}
.overline.grey {
  color: #262626;
}

.caption {
  font-family: "robotoregular";
  font-size: 0.875rem;
  letter-spacing: 0.0125rem;
  line-height: 1.5;
}

.grey-color {
  color: #595959;
}

.emoji {
  font-size: 1.5625rem;
  letter-spacing: normal;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin-bottom: 0;
}
h1.truncate,
h2.truncate,
h3.truncate,
h4.truncate,
h5.truncate,
p.truncate {
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
h1.truncate::after,
h2.truncate::after,
h3.truncate::after,
h4.truncate::after,
h5.truncate::after,
p.truncate::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  visibility: visible;
  width: 3.125rem;
}
h1.truncate.hidden::after,
h2.truncate.hidden::after,
h3.truncate.hidden::after,
h4.truncate.hidden::after,
h5.truncate.hidden::after,
p.truncate.hidden::after {
  visibility: hidden;
}
h1.truncate.dark::after,
h2.truncate.dark::after,
h3.truncate.dark::after,
h4.truncate.dark::after,
h5.truncate.dark::after,
p.truncate.dark::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #660099 50%);
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    letter-spacing: -0.09375rem;
  }
  h2 {
    font-size: 2.25rem;
    letter-spacing: -0.0625rem;
  }
  h3 {
    font-size: 1.5rem;
    letter-spacing: -0.075rem;
  }
  h4 {
    font-size: 1.25rem;
    letter-spacing: 0.0125rem;
  }
  h5.overline {
    font-size: 1rem;
    letter-spacing: 0.03125rem;
  }
  .overline {
    font-size: 1rem;
    letter-spacing: 0.03125rem;
  }
}
.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: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !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: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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-white {
  background-color: #fff !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

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

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

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

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

.border-danger {
  border-color: #dc3545 !important;
}

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !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: 480px) {
  .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: 1200px) {
  .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 (min-width: 1600px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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: 480px) {
  .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: 1200px) {
  .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;
  }
}
@media (min-width: 1600px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 480px) {
  .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: 1200px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

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

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

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

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

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

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

.position-sticky {
  position: 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;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.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: 480px) {
  .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: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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: 480px) {
  .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: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-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: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !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: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !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-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;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

.mve-inline-ml-2,
.mve-inline-mx-2 {
  margin-left: 0.125rem !important;
}

.mve-inline-mr-2,
.mve-inline-mx-2 {
  margin-right: 0.125rem !important;
}

.mve-inline-ml-4,
.mve-inline-mx-4 {
  margin-left: 0.25rem !important;
}

.mve-inline-mr-4,
.mve-inline-mx-4 {
  margin-right: 0.25rem !important;
}

.mve-inline-ml-6,
.mve-inline-mx-6 {
  margin-left: 0.375rem !important;
}

.mve-inline-mr-6,
.mve-inline-mx-6 {
  margin-right: 0.375rem !important;
}

.mve-inline-ml-8,
.mve-inline-mx-8 {
  margin-left: 0.5rem !important;
}

.mve-inline-mr-8,
.mve-inline-mx-8 {
  margin-right: 0.5rem !important;
}

.mve-inline-ml-10,
.mve-inline-mx-10 {
  margin-left: 0.625rem !important;
}

.mve-inline-mr-10,
.mve-inline-mx-10 {
  margin-right: 0.625rem !important;
}

.mve-inline-ml-12,
.mve-inline-mx-12 {
  margin-left: 0.75rem !important;
}

.mve-inline-mr-12,
.mve-inline-mx-12 {
  margin-right: 0.75rem !important;
}

.mve-inline-ml-16,
.mve-inline-mx-16 {
  margin-left: 1rem !important;
}

.mve-inline-mr-16,
.mve-inline-mx-16 {
  margin-right: 1rem !important;
}

.mve-inline-ml-24,
.mve-inline-mx-24 {
  margin-left: 1.5rem !important;
}

.mve-inline-mr-24,
.mve-inline-mx-24 {
  margin-right: 1.5rem !important;
}

.mve-inline-ml-32,
.mve-inline-mx-32 {
  margin-left: 2rem !important;
}

.mve-inline-mr-32,
.mve-inline-mx-32 {
  margin-right: 2rem !important;
}

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

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

.mve-inline-pl-2,
.mve-inline-px-2 {
  padding-left: 0.125rem !important;
}

.mve-inline-pr-2,
.mve-inline-px-2 {
  padding-right: 0.125rem !important;
}

.mve-inline-pl-4,
.mve-inline-px-4 {
  padding-left: 0.25rem !important;
}

.mve-inline-pr-4,
.mve-inline-px-4 {
  padding-right: 0.25rem !important;
}

.mve-inline-pl-6,
.mve-inline-px-6 {
  padding-left: 0.375rem !important;
}

.mve-inline-pr-6,
.mve-inline-px-6 {
  padding-right: 0.375rem !important;
}

.mve-inline-pl-8,
.mve-inline-px-8 {
  padding-left: 0.5rem !important;
}

.mve-inline-pr-8,
.mve-inline-px-8 {
  padding-right: 0.5rem !important;
}

.mve-inline-pl-10,
.mve-inline-px-10 {
  padding-left: 0.625rem !important;
}

.mve-inline-pr-10,
.mve-inline-px-10 {
  padding-right: 0.625rem !important;
}

.mve-inline-pl-12,
.mve-inline-px-12 {
  padding-left: 0.75rem !important;
}

.mve-inline-pr-12,
.mve-inline-px-12 {
  padding-right: 0.75rem !important;
}

.mve-inline-pl-16,
.mve-inline-px-16 {
  padding-left: 1rem !important;
}

.mve-inline-pr-16,
.mve-inline-px-16 {
  padding-right: 1rem !important;
}

.mve-inline-pl-24,
.mve-inline-px-24 {
  padding-left: 1.5rem !important;
}

.mve-inline-pr-24,
.mve-inline-px-24 {
  padding-right: 1.5rem !important;
}

.mve-inline-pl-32,
.mve-inline-px-32 {
  padding-left: 2rem !important;
}

.mve-inline-pr-32,
.mve-inline-px-32 {
  padding-right: 2rem !important;
}

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

.mve-square-p-2 {
  padding: 0.125rem !important;
}

.mve-square-p-4 {
  padding: 0.25rem !important;
}

.mve-square-p-8 {
  padding: 0.5rem !important;
}

.mve-square-p-14 {
  padding: 0.875rem !important;
}

.mve-square-p-16 {
  padding: 1rem !important;
}

.mve-square-p-20 {
  padding: 1.25rem !important;
}

.mve-square-p-24 {
  padding: 1.5rem !important;
}

.mve-square-p-32 {
  padding: 2rem !important;
}

.mve-square-p-40 {
  padding: 2.5rem !important;
}

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

.mve-squish-p-6-14 {
  padding: 0.375rem 0.875rem !important;
}

.mve-squish-p-6-20 {
  padding: 0.375rem 1.25rem !important;
}

.mve-squish-p-6-24 {
  padding: 0.375rem 1.5rem !important;
}

.mve-squish-p-12-20 {
  padding: 0.75rem 1.25rem !important;
}

.mve-squish-p-12-24 {
  padding: 0.75rem 1.5rem !important;
}

.mve-squish-p-14-20 {
  padding: 0.875rem 1.25rem !important;
}

.mve-squish-p-14-24 {
  padding: 0.875rem 1.5rem !important;
}

.mve-squish-p-16-20 {
  padding: 1rem 1.25rem !important;
}

.mve-squish-p-16-24 {
  padding: 1rem 1.5rem !important;
}

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

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

.mve-stack-mt-2,
.mve-stack-my-2 {
  margin-top: 0.125rem !important;
}

.mve-stack-mb-2,
.mve-stack-my-2 {
  margin-bottom: 0.125rem !important;
}

.mve-stack-mt-4,
.mve-stack-my-4 {
  margin-top: 0.25rem !important;
}

.mve-stack-mb-4,
.mve-stack-my-4 {
  margin-bottom: 0.25rem !important;
}

.mve-stack-mt-8,
.mve-stack-my-8 {
  margin-top: 0.5rem !important;
}

.mve-stack-mb-8,
.mve-stack-my-8 {
  margin-bottom: 0.5rem !important;
}

.mve-stack-mt-16,
.mve-stack-my-16 {
  margin-top: 1rem !important;
}

.mve-stack-mb-16,
.mve-stack-my-16 {
  margin-bottom: 1rem !important;
}

.mve-stack-mt-32,
.mve-stack-my-32 {
  margin-top: 2rem !important;
}

.mve-stack-mb-32,
.mve-stack-my-32 {
  margin-bottom: 2rem !important;
}

.mve-stack-mt-48,
.mve-stack-my-48 {
  margin-top: 3rem !important;
}

.mve-stack-mb-48,
.mve-stack-my-48 {
  margin-bottom: 3rem !important;
}

.mve-stack-mt-64,
.mve-stack-my-64 {
  margin-top: 4rem !important;
}

.mve-stack-mb-64,
.mve-stack-my-64 {
  margin-bottom: 4rem !important;
}

.mve-stack-mt-76,
.mve-stack-my-76 {
  margin-top: 4.75rem !important;
}

.mve-stack-mb-76,
.mve-stack-my-76 {
  margin-bottom: 4.75rem !important;
}

.mve-stack-mt-96,
.mve-stack-my-96 {
  margin-top: 6rem !important;
}

.mve-stack-mb-96,
.mve-stack-my-96 {
  margin-bottom: 6rem !important;
}

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

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

.mve-stack-pt-2,
.mve-stack-py-2 {
  padding-top: 0.125rem !important;
}

.mve-stack-pb-2,
.mve-stack-py-2 {
  padding-bottom: 0.125rem !important;
}

.mve-stack-pt-4,
.mve-stack-py-4 {
  padding-top: 0.25rem !important;
}

.mve-stack-pb-4,
.mve-stack-py-4 {
  padding-bottom: 0.25rem !important;
}

.mve-stack-pt-8,
.mve-stack-py-8 {
  padding-top: 0.5rem !important;
}

.mve-stack-pb-8,
.mve-stack-py-8 {
  padding-bottom: 0.5rem !important;
}

.mve-stack-pt-16,
.mve-stack-py-16 {
  padding-top: 1rem !important;
}

.mve-stack-pb-16,
.mve-stack-py-16 {
  padding-bottom: 1rem !important;
}

.mve-stack-pt-32,
.mve-stack-py-32 {
  padding-top: 2rem !important;
}

.mve-stack-pb-32,
.mve-stack-py-32 {
  padding-bottom: 2rem !important;
}

.mve-stack-pt-48,
.mve-stack-py-48 {
  padding-top: 3rem !important;
}

.mve-stack-pb-48,
.mve-stack-py-48 {
  padding-bottom: 3rem !important;
}

.mve-stack-pt-64,
.mve-stack-py-64 {
  padding-top: 4rem !important;
}

.mve-stack-pb-64,
.mve-stack-py-64 {
  padding-bottom: 4rem !important;
}

.mve-stack-pt-76,
.mve-stack-py-76 {
  padding-top: 4.75rem !important;
}

.mve-stack-pb-76,
.mve-stack-py-76 {
  padding-bottom: 4.75rem !important;
}

.mve-stack-pt-96,
.mve-stack-py-96 {
  padding-top: 6rem !important;
}

.mve-stack-pb-96,
.mve-stack-py-96 {
  padding-bottom: 6rem !important;
}

@media (min-width: 768px) {
  .mve-stack-mt-md-0,
  .mve-stack-my-md-0 {
    margin-top: 0 !important;
  }
  .mve-stack-mb-md-0,
  .mve-stack-my-md-0 {
    margin-bottom: 0 !important;
  }
  .mve-stack-mt-md-2,
  .mve-stack-my-md-2 {
    margin-top: 0.125rem !important;
  }
  .mve-stack-mb-md-2,
  .mve-stack-my-md-2 {
    margin-bottom: 0.125rem !important;
  }
  .mve-stack-mt-md-4,
  .mve-stack-my-md-4 {
    margin-top: 0.25rem !important;
  }
  .mve-stack-mb-md-4,
  .mve-stack-my-md-4 {
    margin-bottom: 0.25rem !important;
  }
  .mve-stack-mt-md-8,
  .mve-stack-my-md-8 {
    margin-top: 0.5rem !important;
  }
  .mve-stack-mb-md-8,
  .mve-stack-my-md-8 {
    margin-bottom: 0.5rem !important;
  }
  .mve-stack-mt-md-16,
  .mve-stack-my-md-16 {
    margin-top: 1rem !important;
  }
  .mve-stack-mb-md-16,
  .mve-stack-my-md-16 {
    margin-bottom: 1rem !important;
  }
  .mve-stack-mt-md-32,
  .mve-stack-my-md-32 {
    margin-top: 2rem !important;
  }
  .mve-stack-mb-md-32,
  .mve-stack-my-md-32 {
    margin-bottom: 2rem !important;
  }
  .mve-stack-mt-md-48,
  .mve-stack-my-md-48 {
    margin-top: 3rem !important;
  }
  .mve-stack-mb-md-48,
  .mve-stack-my-md-48 {
    margin-bottom: 3rem !important;
  }
  .mve-stack-mt-md-64,
  .mve-stack-my-md-64 {
    margin-top: 4rem !important;
  }
  .mve-stack-mb-md-64,
  .mve-stack-my-md-64 {
    margin-bottom: 4rem !important;
  }
  .mve-stack-mt-md-76,
  .mve-stack-my-md-76 {
    margin-top: 4.75rem !important;
  }
  .mve-stack-mb-md-76,
  .mve-stack-my-md-76 {
    margin-bottom: 4.75rem !important;
  }
  .mve-stack-mt-md-96,
  .mve-stack-my-md-96 {
    margin-top: 6rem !important;
  }
  .mve-stack-mb-md-96,
  .mve-stack-my-md-96 {
    margin-bottom: 6rem !important;
  }
  .mve-stack-pt-md-0,
  .mve-stack-py-md-0 {
    padding-top: 0 !important;
  }
  .mve-stack-pb-md-0,
  .mve-stack-py-md-0 {
    padding-bottom: 0 !important;
  }
  .mve-stack-pt-md-2,
  .mve-stack-py-md-2 {
    padding-top: 0.125rem !important;
  }
  .mve-stack-pb-md-2,
  .mve-stack-py-md-2 {
    padding-bottom: 0.125rem !important;
  }
  .mve-stack-pt-md-4,
  .mve-stack-py-md-4 {
    padding-top: 0.25rem !important;
  }
  .mve-stack-pb-md-4,
  .mve-stack-py-md-4 {
    padding-bottom: 0.25rem !important;
  }
  .mve-stack-pt-md-8,
  .mve-stack-py-md-8 {
    padding-top: 0.5rem !important;
  }
  .mve-stack-pb-md-8,
  .mve-stack-py-md-8 {
    padding-bottom: 0.5rem !important;
  }
  .mve-stack-pt-md-16,
  .mve-stack-py-md-16 {
    padding-top: 1rem !important;
  }
  .mve-stack-pb-md-16,
  .mve-stack-py-md-16 {
    padding-bottom: 1rem !important;
  }
  .mve-stack-pt-md-32,
  .mve-stack-py-md-32 {
    padding-top: 2rem !important;
  }
  .mve-stack-pb-md-32,
  .mve-stack-py-md-32 {
    padding-bottom: 2rem !important;
  }
  .mve-stack-pt-md-48,
  .mve-stack-py-md-48 {
    padding-top: 3rem !important;
  }
  .mve-stack-pb-md-48,
  .mve-stack-py-md-48 {
    padding-bottom: 3rem !important;
  }
  .mve-stack-pt-md-64,
  .mve-stack-py-md-64 {
    padding-top: 4rem !important;
  }
  .mve-stack-pb-md-64,
  .mve-stack-py-md-64 {
    padding-bottom: 4rem !important;
  }
  .mve-stack-pt-md-76,
  .mve-stack-py-md-76 {
    padding-top: 4.75rem !important;
  }
  .mve-stack-pb-md-76,
  .mve-stack-py-md-76 {
    padding-bottom: 4.75rem !important;
  }
  .mve-stack-pt-md-96,
  .mve-stack-py-md-96 {
    padding-top: 6rem !important;
  }
  .mve-stack-pb-md-96,
  .mve-stack-py-md-96 {
    padding-bottom: 6rem !important;
  }
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@wbcm/mistica-web-components/dist/assets/fonts/VivoType.css ***!
  \****************************************************************************************************************************/
/* Regular */
@font-face {
  font-family: 'Vivo Type';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/login-oauth/4ef73e245c02dd8794ff.woff2) format('woff2');
}

/* Light */
@font-face {
  font-family: 'Vivo Type';
  font-style: normal;
  font-weight: 300;
  src: url(/assets/login-oauth/f594f2ba13d231e99294.woff2) format('woff2');
}

/* Medium */
@font-face {
  font-family: 'Vivo Type';
  font-style: normal;
  font-weight: 500;
  src: url(/assets/login-oauth/53e34b29d71619d49dc1.woff2) format('woff2');
}

/* Bold */
@font-face {
  font-family: 'Vivo Type';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/login-oauth/53e34b29d71619d49dc1.woff2) format('woff2');
}

/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/main/stylesheet/theme-wc.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
/*
Usage:
@include target-ie {
  // IE styles here
}
@include target-n-ie {
  // Non-IE styles here
}
*/
@keyframes spin {
  0% {
    backface-visibility: hidden;
    transform: rotate(0deg) scale(0.052) translateZ(0);
  }
  100% {
    backface-visibility: hidden;
    transform: rotate(360deg) scale(0.052) translateZ(0);
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./node_modules/vue-loader/lib/index.js??vue-loader-options!./src/main/components/login/index.vue?vue&type=style&index=0&id=321c1b61&prod&lang=scss&scoped=true& ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
Usage:
@include target-ie {
  // IE styles here
}
@include target-n-ie {
  // Non-IE styles here
}
*/
@keyframes spin-321c1b61 {
0% {
    backface-visibility: hidden;
    transform: rotate(0deg) scale(0.052) translateZ(0);
}
100% {
    backface-visibility: hidden;
    transform: rotate(360deg) scale(0.052) translateZ(0);
}
}
.login-main[data-v-321c1b61] {
  height: 100%;
}
