@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: "Inter", sans-serif;
  /* font-family: sans-serif; */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #101010;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.icongold {
  color: #8b5fbf;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 15px 15px !important;
}

.mt-1 {
  margin-top: 15px !important;
}

.mr-1 {
  margin-right: 15px !important;
}

.mb-1 {
  margin-bottom: 15px !important;
}

.ml-1 {
  margin-left: 15px !important;
}

.mx-1 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.my-1 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-2 {
  margin: 30px 30px !important;
}

.mt-2 {
  margin-top: 30px !important;
}

.mr-2 {
  margin-right: 30px !important;
}

.mb-2 {
  margin-bottom: 30px !important;
}

.ml-2 {
  margin-left: 30px !important;
}

.mx-2 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.my-2 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-3 {
  margin: 45px 45px !important;
}

.mt-3 {
  margin-top: 45px !important;
}

.mr-3 {
  margin-right: 45px !important;
}

.mb-3 {
  margin-bottom: 45px !important;
}

.ml-3 {
  margin-left: 45px !important;
}

.mx-3 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.my-3 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.m-4 {
  margin: 60px 60px !important;
}

.mt-4 {
  margin-top: 60px !important;
}

.mr-4 {
  margin-right: 60px !important;
}

.mb-4 {
  margin-bottom: 60px !important;
}

.ml-4 {
  margin-left: 60px !important;
}

.mx-4 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.my-4 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.m-5 {
  margin: 75px 75px !important;
}

.mt-5 {
  margin-top: 75px !important;
}

.mr-5 {
  margin-right: 75px !important;
}

.mb-5 {
  margin-bottom: 75px !important;
}

.ml-5 {
  margin-left: 75px !important;
}

.mx-5 {
  margin-right: 75px !important;
  margin-left: 75px !important;
}

.my-5 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

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

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

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

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

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

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

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

.p-1 {
  padding: 15px 15px !important;
}

.pt-1 {
  padding-top: 15px !important;
}

.pr-1 {
  padding-right: 15px !important;
}

.pb-1 {
  padding-bottom: 15px !important;
}

.pl-1 {
  padding-left: 15px !important;
}

.px-1 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.py-1 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-2 {
  padding: 30px 30px !important;
}

.pt-2 {
  padding-top: 30px !important;
}

.pr-2 {
  padding-right: 30px !important;
}

.pb-2 {
  padding-bottom: 30px !important;
}

.pl-2 {
  padding-left: 30px !important;
}

.px-2 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py-2 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-3 {
  padding: 45px 45px !important;
}

.pt-3 {
  padding-top: 45px !important;
}

.pr-3 {
  padding-right: 45px !important;
}

.pb-3 {
  padding-bottom: 45px !important;
}

.pl-3 {
  padding-left: 45px !important;
}

.px-3 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.py-3 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p-4 {
  padding: 60px 60px !important;
}

.pt-4 {
  padding-top: 60px !important;
}

.pr-4 {
  padding-right: 60px !important;
}

.pb-4 {
  padding-bottom: 60px !important;
}

.pl-4 {
  padding-left: 60px !important;
}

.px-4 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.py-4 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.p-5 {
  padding: 75px 75px !important;
}

.pt-5 {
  padding-top: 75px !important;
}

.pr-5 {
  padding-right: 75px !important;
}

.pb-5 {
  padding-bottom: 75px !important;
}

.pl-5 {
  padding-left: 75px !important;
}

.px-5 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}

.py-5 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .m-sm-1 {
    margin: 15px 15px !important;
  }
  .mt-sm-1 {
    margin-top: 15px !important;
  }
  .mr-sm-1 {
    margin-right: 15px !important;
  }
  .mb-sm-1 {
    margin-bottom: 15px !important;
  }
  .ml-sm-1 {
    margin-left: 15px !important;
  }
  .mx-sm-1 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .my-sm-1 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .m-sm-2 {
    margin: 30px 30px !important;
  }
  .mt-sm-2 {
    margin-top: 30px !important;
  }
  .mr-sm-2 {
    margin-right: 30px !important;
  }
  .mb-sm-2 {
    margin-bottom: 30px !important;
  }
  .ml-sm-2 {
    margin-left: 30px !important;
  }
  .mx-sm-2 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .my-sm-2 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .m-sm-3 {
    margin: 45px 45px !important;
  }
  .mt-sm-3 {
    margin-top: 45px !important;
  }
  .mr-sm-3 {
    margin-right: 45px !important;
  }
  .mb-sm-3 {
    margin-bottom: 45px !important;
  }
  .ml-sm-3 {
    margin-left: 45px !important;
  }
  .mx-sm-3 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .my-sm-3 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}

@media (min-width: 768px) {
  .m-sm-4 {
    margin: 60px 60px !important;
  }
  .mt-sm-4 {
    margin-top: 60px !important;
  }
  .mr-sm-4 {
    margin-right: 60px !important;
  }
  .mb-sm-4 {
    margin-bottom: 60px !important;
  }
  .ml-sm-4 {
    margin-left: 60px !important;
  }
  .mx-sm-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-sm-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .m-sm-5 {
    margin: 75px 75px !important;
  }
  .mt-sm-5 {
    margin-top: 75px !important;
  }
  .mr-sm-5 {
    margin-right: 75px !important;
  }
  .mb-sm-5 {
    margin-bottom: 75px !important;
  }
  .ml-sm-5 {
    margin-left: 75px !important;
  }
  .mx-sm-5 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .my-sm-5 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}

@media (min-width: 768px) {
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .p-sm-1 {
    padding: 15px 15px !important;
  }
  .pt-sm-1 {
    padding-top: 15px !important;
  }
  .pr-sm-1 {
    padding-right: 15px !important;
  }
  .pb-sm-1 {
    padding-bottom: 15px !important;
  }
  .pl-sm-1 {
    padding-left: 15px !important;
  }
  .px-sm-1 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .py-sm-1 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .p-sm-2 {
    padding: 30px 30px !important;
  }
  .pt-sm-2 {
    padding-top: 30px !important;
  }
  .pr-sm-2 {
    padding-right: 30px !important;
  }
  .pb-sm-2 {
    padding-bottom: 30px !important;
  }
  .pl-sm-2 {
    padding-left: 30px !important;
  }
  .px-sm-2 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .py-sm-2 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .p-sm-3 {
    padding: 45px 45px !important;
  }
  .pt-sm-3 {
    padding-top: 45px !important;
  }
  .pr-sm-3 {
    padding-right: 45px !important;
  }
  .pb-sm-3 {
    padding-bottom: 45px !important;
  }
  .pl-sm-3 {
    padding-left: 45px !important;
  }
  .px-sm-3 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-sm-3 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}

@media (min-width: 768px) {
  .p-sm-4 {
    padding: 60px 60px !important;
  }
  .pt-sm-4 {
    padding-top: 60px !important;
  }
  .pr-sm-4 {
    padding-right: 60px !important;
  }
  .pb-sm-4 {
    padding-bottom: 60px !important;
  }
  .pl-sm-4 {
    padding-left: 60px !important;
  }
  .px-sm-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-sm-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .p-sm-5 {
    padding: 75px 75px !important;
  }
  .pt-sm-5 {
    padding-top: 75px !important;
  }
  .pr-sm-5 {
    padding-right: 75px !important;
  }
  .pb-sm-5 {
    padding-bottom: 75px !important;
  }
  .pl-sm-5 {
    padding-left: 75px !important;
  }
  .px-sm-5 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .py-sm-5 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .m-md-1 {
    margin: 15px 15px !important;
  }
  .mt-md-1 {
    margin-top: 15px !important;
  }
  .mr-md-1 {
    margin-right: 15px !important;
  }
  .mb-md-1 {
    margin-bottom: 15px !important;
  }
  .ml-md-1 {
    margin-left: 15px !important;
  }
  .mx-md-1 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .my-md-1 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .m-md-2 {
    margin: 30px 30px !important;
  }
  .mt-md-2 {
    margin-top: 30px !important;
  }
  .mr-md-2 {
    margin-right: 30px !important;
  }
  .mb-md-2 {
    margin-bottom: 30px !important;
  }
  .ml-md-2 {
    margin-left: 30px !important;
  }
  .mx-md-2 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .my-md-2 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .m-md-3 {
    margin: 45px 45px !important;
  }
  .mt-md-3 {
    margin-top: 45px !important;
  }
  .mr-md-3 {
    margin-right: 45px !important;
  }
  .mb-md-3 {
    margin-bottom: 45px !important;
  }
  .ml-md-3 {
    margin-left: 45px !important;
  }
  .mx-md-3 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .my-md-3 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}

@media (min-width: 992px) {
  .m-md-4 {
    margin: 60px 60px !important;
  }
  .mt-md-4 {
    margin-top: 60px !important;
  }
  .mr-md-4 {
    margin-right: 60px !important;
  }
  .mb-md-4 {
    margin-bottom: 60px !important;
  }
  .ml-md-4 {
    margin-left: 60px !important;
  }
  .mx-md-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-md-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .m-md-5 {
    margin: 75px 75px !important;
  }
  .mt-md-5 {
    margin-top: 75px !important;
  }
  .mr-md-5 {
    margin-right: 75px !important;
  }
  .mb-md-5 {
    margin-bottom: 75px !important;
  }
  .ml-md-5 {
    margin-left: 75px !important;
  }
  .mx-md-5 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .my-md-5 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}

@media (min-width: 992px) {
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .p-md-1 {
    padding: 15px 15px !important;
  }
  .pt-md-1 {
    padding-top: 15px !important;
  }
  .pr-md-1 {
    padding-right: 15px !important;
  }
  .pb-md-1 {
    padding-bottom: 15px !important;
  }
  .pl-md-1 {
    padding-left: 15px !important;
  }
  .px-md-1 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .py-md-1 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 992px) {
  .p-md-2 {
    padding: 30px 30px !important;
  }
  .pt-md-2 {
    padding-top: 30px !important;
  }
  .pr-md-2 {
    padding-right: 30px !important;
  }
  .pb-md-2 {
    padding-bottom: 30px !important;
  }
  .pl-md-2 {
    padding-left: 30px !important;
  }
  .px-md-2 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .py-md-2 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 992px) {
  .p-md-3 {
    padding: 45px 45px !important;
  }
  .pt-md-3 {
    padding-top: 45px !important;
  }
  .pr-md-3 {
    padding-right: 45px !important;
  }
  .pb-md-3 {
    padding-bottom: 45px !important;
  }
  .pl-md-3 {
    padding-left: 45px !important;
  }
  .px-md-3 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-md-3 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}

@media (min-width: 992px) {
  .p-md-4 {
    padding: 60px 60px !important;
  }
  .pt-md-4 {
    padding-top: 60px !important;
  }
  .pr-md-4 {
    padding-right: 60px !important;
  }
  .pb-md-4 {
    padding-bottom: 60px !important;
  }
  .pl-md-4 {
    padding-left: 60px !important;
  }
  .px-md-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-md-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 992px) {
  .p-md-5 {
    padding: 75px 75px !important;
  }
  .pt-md-5 {
    padding-top: 75px !important;
  }
  .pr-md-5 {
    padding-right: 75px !important;
  }
  .pb-md-5 {
    padding-bottom: 75px !important;
  }
  .pl-md-5 {
    padding-left: 75px !important;
  }
  .px-md-5 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .py-md-5 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .m-lg-1 {
    margin: 15px 15px !important;
  }
  .mt-lg-1 {
    margin-top: 15px !important;
  }
  .mr-lg-1 {
    margin-right: 15px !important;
  }
  .mb-lg-1 {
    margin-bottom: 15px !important;
  }
  .ml-lg-1 {
    margin-left: 15px !important;
  }
  .mx-lg-1 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .my-lg-1 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

@media (min-width: 1200px) {
  .m-lg-2 {
    margin: 30px 30px !important;
  }
  .mt-lg-2 {
    margin-top: 30px !important;
  }
  .mr-lg-2 {
    margin-right: 30px !important;
  }
  .mb-lg-2 {
    margin-bottom: 30px !important;
  }
  .ml-lg-2 {
    margin-left: 30px !important;
  }
  .mx-lg-2 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .my-lg-2 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1200px) {
  .m-lg-3 {
    margin: 45px 45px !important;
  }
  .mt-lg-3 {
    margin-top: 45px !important;
  }
  .mr-lg-3 {
    margin-right: 45px !important;
  }
  .mb-lg-3 {
    margin-bottom: 45px !important;
  }
  .ml-lg-3 {
    margin-left: 45px !important;
  }
  .mx-lg-3 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .my-lg-3 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
}

@media (min-width: 1200px) {
  .m-lg-4 {
    margin: 60px 60px !important;
  }
  .mt-lg-4 {
    margin-top: 60px !important;
  }
  .mr-lg-4 {
    margin-right: 60px !important;
  }
  .mb-lg-4 {
    margin-bottom: 60px !important;
  }
  .ml-lg-4 {
    margin-left: 60px !important;
  }
  .mx-lg-4 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .my-lg-4 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 1200px) {
  .m-lg-5 {
    margin: 75px 75px !important;
  }
  .mt-lg-5 {
    margin-top: 75px !important;
  }
  .mr-lg-5 {
    margin-right: 75px !important;
  }
  .mb-lg-5 {
    margin-bottom: 75px !important;
  }
  .ml-lg-5 {
    margin-left: 75px !important;
  }
  .mx-lg-5 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .my-lg-5 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
}

@media (min-width: 1200px) {
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .p-lg-1 {
    padding: 15px 15px !important;
  }
  .pt-lg-1 {
    padding-top: 15px !important;
  }
  .pr-lg-1 {
    padding-right: 15px !important;
  }
  .pb-lg-1 {
    padding-bottom: 15px !important;
  }
  .pl-lg-1 {
    padding-left: 15px !important;
  }
  .px-lg-1 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .py-lg-1 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 1200px) {
  .p-lg-2 {
    padding: 30px 30px !important;
  }
  .pt-lg-2 {
    padding-top: 30px !important;
  }
  .pr-lg-2 {
    padding-right: 30px !important;
  }
  .pb-lg-2 {
    padding-bottom: 30px !important;
  }
  .pl-lg-2 {
    padding-left: 30px !important;
  }
  .px-lg-2 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .py-lg-2 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

@media (min-width: 1200px) {
  .p-lg-3 {
    padding: 45px 45px !important;
  }
  .pt-lg-3 {
    padding-top: 45px !important;
  }
  .pr-lg-3 {
    padding-right: 45px !important;
  }
  .pb-lg-3 {
    padding-bottom: 45px !important;
  }
  .pl-lg-3 {
    padding-left: 45px !important;
  }
  .px-lg-3 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .py-lg-3 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
}

@media (min-width: 1200px) {
  .p-lg-4 {
    padding: 60px 60px !important;
  }
  .pt-lg-4 {
    padding-top: 60px !important;
  }
  .pr-lg-4 {
    padding-right: 60px !important;
  }
  .pb-lg-4 {
    padding-bottom: 60px !important;
  }
  .pl-lg-4 {
    padding-left: 60px !important;
  }
  .px-lg-4 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .py-lg-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

@media (min-width: 1200px) {
  .p-lg-5 {
    padding: 75px 75px !important;
  }
  .pt-lg-5 {
    padding-top: 75px !important;
  }
  .pr-lg-5 {
    padding-right: 75px !important;
  }
  .pb-lg-5 {
    padding-bottom: 75px !important;
  }
  .pl-lg-5 {
    padding-left: 75px !important;
  }
  .px-lg-5 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .py-lg-5 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}

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

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #f0f0f0;
}

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

a {
  color: #0046d1;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #002c85;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 4px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

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

[role="button"] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

.small,
small {
  font-size: 85%;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

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

.text-lowercase {
  text-transform: lowercase;
}

.initialism,
.text-uppercase {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777;
}

.text-primary {
  color: #0046d1;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #00359e;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0046d1;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #00359e;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:after,
.container:before {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:after,
.container-fluid:before {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:after,
.row:before {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 1px solid #cccccc;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}

fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 13px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgb(1 26 65);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgb(1 26 65), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 46px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > input.input-group-addon[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > input.input-group-addon[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: absolute;
  margin-left: -20px;
}

.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
select.input-sm {
  height: 30px;
  line-height: 30px;
}

.input-group-sm > .input-group-btn > select.btn[multiple],
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px;
}

.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
select.input-lg {
  height: 46px;
  line-height: 46px;
}

.input-group-lg > .input-group-btn > select.btn[multiple],
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 57.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgb(1 26 65);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgb(1 26 65), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgb(1 26 65);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgb(1 26 65), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgb(1 26 65);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgb(1 26 65), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 13px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 33px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 13px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 2.75px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #0046d1;
  border-color: #003db8;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #00359e;
  border-color: #001338;
}

.btn-primary:hover {
  color: #fff;
  background-color: #00359e;
  border-color: #00297a;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00359e;
  background-image: none;
  border-color: #00297a;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #00297a;
  border-color: #001338;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #0046d1;
  border-color: #003db8;
}

.btn-primary .badge {
  color: #0046d1;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #58c14d;
  border-color: #4ab53f;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #43a239;
  border-color: #24571e;
}

.btn-success:hover {
  color: #fff;
  background-color: #43a239;
  border-color: #38882f;
}

.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #43a239;
  background-image: none;
  border-color: #38882f;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #38882f;
  border-color: #24571e;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #58c14d;
  border-color: #4ab53f;
}

.btn-success .badge {
  color: #58c14d;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #8b5fbf;
  border-color: #8b5fbf;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #8b5fbf;
  border-color: #8b5fbf;
}

.btn-warning:hover {
  color: #fff;
  background-color: #8b5fbf;
  border-color: #8b5fbf;
}

.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  color: #101010;
  background-color: #8b5fbf;
  background-image: none;
  border-color: #8b5fbf;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #101010;
  background-color: #8b5fbf;
  border-color: #8b5fbf;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #8b5fbf;
  border-color: #8b5fbf;
}

.btn-warning .badge {
  color: #8b5fbf;
  background-color: #101010;
}

.btn-signup {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #101010;
}

.btn-signup:focus,
.btn-signup:hover {
  color: #fff;
  background-color: #3a3b36;
  border-color: #3a3b36;
}

.btn-danger {
  color: #fff;
  background-color: #ff3055;
  border-color: #ff1740;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #fc002d;
  border-color: #96001b;
}

.btn-danger:hover {
  color: #fff;
  background-color: #fc002d;
  border-color: #d80027;
}

.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc002d;
  background-image: none;
  border-color: #d80027;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #d80027;
  border-color: #96001b;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #ff3055;
  border-color: #ff1740;
}

.btn-danger .badge {
  color: #ff3055;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #0046d1;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #002c85;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 4px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0046d1;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 0;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 4px;
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:after,
.nav:before {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 35px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #0046d1;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #8b5fbf;
  cursor: default;
  background-color: transparent;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #0046d1;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 12px 20px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #717171;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ccc;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #101010;
  background-color: #8b5fbf;
  border-color: #8b5fbf;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #101010;
  cursor: default;
  background-color: #8b5fbf;
  border-color: #8b5fbf;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #0046d1;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #00359e;
}

.label-success {
  background-color: #58c14d;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #43a239;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #8b5fbf;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ecb45f;
}

.label-danger {
  background-color: #ff3055;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #fc002d;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alertnoti {
  padding: 4px 7px 4px 7px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8b5fbf;
  font-size: 13px;
  text-align: center;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #101010;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #101010;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.color-success {
  color: #58c14d;
}

.color-warning {
  color: #ffb600;
}

.color-danger {
  color: #ff3055;
}

.btn {
  text-decoration: none;
  padding-left: 30px;
  padding-right: 30px;
}

.btn .fa {
  margin-right: 15px;
  font-size: 18px;
  font-size: 1.285rem;
}

.btn-outline-warning {
  border-width: 2px;
  border-color: #8b5fbf;
  color: #101010;
  background: 0 0;
}

.btn-black-warning {
  color: #4f4f4f;
  background-color: #171717;
  border-color: #171717;
}

.btn-black-warning:active,
.btn-black-warning:active:focus,
.btn-black-warning:focus,
.btn-black-warning:hover {
  color: #4f4f4f;
  background-color: #444343;
  border-color: #444343;
}

.btn-outline-warning:active,
.btn-outline-warning:active:focus,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
  color: #101010;
  background-color: #8b5fbf;
  border-color: #8b5fbf;
}

.btn-outline-warning:active.focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:focus.focus,
.btn-outline-warning:active:focus:focus,
.btn-outline-warning:focus.focus,
.btn-outline-warning:focus:focus,
.btn-outline-warning:hover.focus,
.btn-outline-warning:hover:focus {
  color: #4f4f4f;
  background-color: #ecb45f;
  border-color: #ecb45f;
}

.btn-outline-warning:active:focus:hover,
.btn-outline-warning:active:hover,
.btn-outline-warning:focus:hover,
.btn-outline-warning:hover:hover {
  color: #4f4f4f;
  background-color: #ecb45f;
  border-color: #ecb45f;
}

.btn-outline-warning:active.active,
.btn-outline-warning:active:active,
.btn-outline-warning:active:focus.active,
.btn-outline-warning:active:focus:active,
.btn-outline-warning:focus.active,
.btn-outline-warning:focus:active,
.btn-outline-warning:hover.active,
.btn-outline-warning:hover:active,
.open > .btn-outline-warning:active.dropdown-toggle,
.open > .btn-outline-warning:active:focus.dropdown-toggle,
.open > .btn-outline-warning:focus.dropdown-toggle,
.open > .btn-outline-warning:hover.dropdown-toggle {
  color: #4f4f4f;
  background-color: #ecb45f;
  background-image: none;
  border-color: #ecb45f;
}

.btn-outline-warning:active.active.focus,
.btn-outline-warning:active.active:focus,
.btn-outline-warning:active.active:hover,
.btn-outline-warning:active:active.focus,
.btn-outline-warning:active:active:focus,
.btn-outline-warning:active:active:hover,
.btn-outline-warning:active:focus.active.focus,
.btn-outline-warning:active:focus.active:focus,
.btn-outline-warning:active:focus.active:hover,
.btn-outline-warning:active:focus:active.focus,
.btn-outline-warning:active:focus:active:focus,
.btn-outline-warning:active:focus:active:hover,
.btn-outline-warning:focus.active.focus,
.btn-outline-warning:focus.active:focus,
.btn-outline-warning:focus.active:hover,
.btn-outline-warning:focus:active.focus,
.btn-outline-warning:focus:active:focus,
.btn-outline-warning:focus:active:hover,
.btn-outline-warning:hover.active.focus,
.btn-outline-warning:hover.active:focus,
.btn-outline-warning:hover.active:hover,
.btn-outline-warning:hover:active.focus,
.btn-outline-warning:hover:active:focus,
.btn-outline-warning:hover:active:hover,
.open > .btn-outline-warning:active.dropdown-toggle.focus,
.open > .btn-outline-warning:active.dropdown-toggle:focus,
.open > .btn-outline-warning:active.dropdown-toggle:hover,
.open > .btn-outline-warning:active:focus.dropdown-toggle.focus,
.open > .btn-outline-warning:active:focus.dropdown-toggle:focus,
.open > .btn-outline-warning:active:focus.dropdown-toggle:hover,
.open > .btn-outline-warning:focus.dropdown-toggle.focus,
.open > .btn-outline-warning:focus.dropdown-toggle:focus,
.open > .btn-outline-warning:focus.dropdown-toggle:hover,
.open > .btn-outline-warning:hover.dropdown-toggle.focus,
.open > .btn-outline-warning:hover.dropdown-toggle:focus,
.open > .btn-outline-warning:hover.dropdown-toggle:hover {
  color: #4f4f4f;
  background-color: #ecb45f;
  border-color: #ecb45f;
}

.btn-outline-warning:active.disabled.focus,
.btn-outline-warning:active.disabled:focus,
.btn-outline-warning:active.disabled:hover,
.btn-outline-warning:active:focus.disabled.focus,
.btn-outline-warning:active:focus.disabled:focus,
.btn-outline-warning:active:focus.disabled:hover,
.btn-outline-warning:active:focus[disabled].focus,
.btn-outline-warning:active:focus[disabled]:focus,
.btn-outline-warning:active:focus[disabled]:hover,
.btn-outline-warning:active[disabled].focus,
.btn-outline-warning:active[disabled]:focus,
.btn-outline-warning:active[disabled]:hover,
.btn-outline-warning:focus.disabled.focus,
.btn-outline-warning:focus.disabled:focus,
.btn-outline-warning:focus.disabled:hover,
.btn-outline-warning:focus[disabled].focus,
.btn-outline-warning:focus[disabled]:focus,
.btn-outline-warning:focus[disabled]:hover,
.btn-outline-warning:hover.disabled.focus,
.btn-outline-warning:hover.disabled:focus,
.btn-outline-warning:hover.disabled:hover,
.btn-outline-warning:hover[disabled].focus,
.btn-outline-warning:hover[disabled]:focus,
.btn-outline-warning:hover[disabled]:hover,
fieldset[disabled] .btn-outline-warning:active.focus,
fieldset[disabled] .btn-outline-warning:active:focus,
fieldset[disabled] .btn-outline-warning:active:focus.focus,
fieldset[disabled] .btn-outline-warning:active:focus:focus,
fieldset[disabled] .btn-outline-warning:active:focus:hover,
fieldset[disabled] .btn-outline-warning:active:hover,
fieldset[disabled] .btn-outline-warning:focus.focus,
fieldset[disabled] .btn-outline-warning:focus:focus,
fieldset[disabled] .btn-outline-warning:focus:hover,
fieldset[disabled] .btn-outline-warning:hover.focus,
fieldset[disabled] .btn-outline-warning:hover:focus,
fieldset[disabled] .btn-outline-warning:hover:hover {
  background-color: #8b5fbf;
  border-color: #8b5fbf;
}

.btn-outline-warning:active .badge,
.btn-outline-warning:active:focus .badge,
.btn-outline-warning:focus .badge,
.btn-outline-warning:hover .badge {
  color: #8b5fbf;
  background-color: #4f4f4f;
}

.btn-outline-white {
  border-width: 1px;
  border-color: #fff;
  color: #fff;
  background: 0 0;
}

.btn-outline-white:active,
.btn-outline-white:active:focus,
.btn-outline-white:focus,
.btn-outline-white:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-white:active.focus,
.btn-outline-white:active:focus,
.btn-outline-white:active:focus.focus,
.btn-outline-white:active:focus:focus,
.btn-outline-white:focus.focus,
.btn-outline-white:focus:focus,
.btn-outline-white:hover.focus,
.btn-outline-white:hover:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}

.btn-outline-white:active:focus:hover,
.btn-outline-white:active:hover,
.btn-outline-white:focus:hover,
.btn-outline-white:hover:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}

.btn-outline-white:active.active,
.btn-outline-white:active:active,
.btn-outline-white:active:focus.active,
.btn-outline-white:active:focus:active,
.btn-outline-white:focus.active,
.btn-outline-white:focus:active,
.btn-outline-white:hover.active,
.btn-outline-white:hover:active,
.open > .btn-outline-white:active.dropdown-toggle,
.open > .btn-outline-white:active:focus.dropdown-toggle,
.open > .btn-outline-white:focus.dropdown-toggle,
.open > .btn-outline-white:hover.dropdown-toggle {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #e0e0e0;
}

.btn-outline-white:active.active.focus,
.btn-outline-white:active.active:focus,
.btn-outline-white:active.active:hover,
.btn-outline-white:active:active.focus,
.btn-outline-white:active:active:focus,
.btn-outline-white:active:active:hover,
.btn-outline-white:active:focus.active.focus,
.btn-outline-white:active:focus.active:focus,
.btn-outline-white:active:focus.active:hover,
.btn-outline-white:active:focus:active.focus,
.btn-outline-white:active:focus:active:focus,
.btn-outline-white:active:focus:active:hover,
.btn-outline-white:focus.active.focus,
.btn-outline-white:focus.active:focus,
.btn-outline-white:focus.active:hover,
.btn-outline-white:focus:active.focus,
.btn-outline-white:focus:active:focus,
.btn-outline-white:focus:active:hover,
.btn-outline-white:hover.active.focus,
.btn-outline-white:hover.active:focus,
.btn-outline-white:hover.active:hover,
.btn-outline-white:hover:active.focus,
.btn-outline-white:hover:active:focus,
.btn-outline-white:hover:active:hover,
.open > .btn-outline-white:active.dropdown-toggle.focus,
.open > .btn-outline-white:active.dropdown-toggle:focus,
.open > .btn-outline-white:active.dropdown-toggle:hover,
.open > .btn-outline-white:active:focus.dropdown-toggle.focus,
.open > .btn-outline-white:active:focus.dropdown-toggle:focus,
.open > .btn-outline-white:active:focus.dropdown-toggle:hover,
.open > .btn-outline-white:focus.dropdown-toggle.focus,
.open > .btn-outline-white:focus.dropdown-toggle:focus,
.open > .btn-outline-white:focus.dropdown-toggle:hover,
.open > .btn-outline-white:hover.dropdown-toggle.focus,
.open > .btn-outline-white:hover.dropdown-toggle:focus,
.open > .btn-outline-white:hover.dropdown-toggle:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}

.btn-outline-white:active.disabled.focus,
.btn-outline-white:active.disabled:focus,
.btn-outline-white:active.disabled:hover,
.btn-outline-white:active:focus.disabled.focus,
.btn-outline-white:active:focus.disabled:focus,
.btn-outline-white:active:focus.disabled:hover,
.btn-outline-white:active:focus[disabled].focus,
.btn-outline-white:active:focus[disabled]:focus,
.btn-outline-white:active:focus[disabled]:hover,
.btn-outline-white:active[disabled].focus,
.btn-outline-white:active[disabled]:focus,
.btn-outline-white:active[disabled]:hover,
.btn-outline-white:focus.disabled.focus,
.btn-outline-white:focus.disabled:focus,
.btn-outline-white:focus.disabled:hover,
.btn-outline-white:focus[disabled].focus,
.btn-outline-white:focus[disabled]:focus,
.btn-outline-white:focus[disabled]:hover,
.btn-outline-white:hover.disabled.focus,
.btn-outline-white:hover.disabled:focus,
.btn-outline-white:hover.disabled:hover,
.btn-outline-white:hover[disabled].focus,
.btn-outline-white:hover[disabled]:focus,
.btn-outline-white:hover[disabled]:hover,
fieldset[disabled] .btn-outline-white:active.focus,
fieldset[disabled] .btn-outline-white:active:focus,
fieldset[disabled] .btn-outline-white:active:focus.focus,
fieldset[disabled] .btn-outline-white:active:focus:focus,
fieldset[disabled] .btn-outline-white:active:focus:hover,
fieldset[disabled] .btn-outline-white:active:hover,
fieldset[disabled] .btn-outline-white:focus.focus,
fieldset[disabled] .btn-outline-white:focus:focus,
fieldset[disabled] .btn-outline-white:focus:hover,
fieldset[disabled] .btn-outline-white:hover.focus,
fieldset[disabled] .btn-outline-white:hover:focus,
fieldset[disabled] .btn-outline-white:hover:hover {
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-white:active .badge,
.btn-outline-white:active:focus .badge,
.btn-outline-white:focus .badge,
.btn-outline-white:hover .badge {
  color: transparent;
  background-color: #fff;
}

.dropdown-menu {
  left: initial;
  right: 0;
}

.input-group-btn:last-child > .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.input-group-addon {
  padding: 6px 10px;
}

.form-control {
  box-shadow: none;
}

.form-control:active,
.form-control:active:focus,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: 0;
  border-color: #8b5fbf;
}

.form-control:hover {
  border-color: #e0e0e0;
}

.form-control:active:hover,
.form-control:focus:hover {
  border-color: #8b5fbf;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs > li {
  margin-bottom: 0;
}

.nav-tabs > li > a {
  color: #374045;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.214rem;
  border: none;
  border-bottom: 3px solid #e8e8e8;
  margin-right: 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  text-decoration: none;
  border: none;
  border-bottom: 3px solid #8b5fbf;
}

.table {
  margin-bottom: 0;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
  border-top: none;
}

.table > tbody > tr > td > a,
.table > tbody > tr > th > a,
.table > tfoot > tr > td > a,
.table > tfoot > tr > th > a,
.table > thead > tr > td > a,
.table > thead > tr > th > a {
  font-weight: 500;
  text-decoration: underline;
}

.table > tbody > tr > td:first-child + :last-child,
.table > tbody > tr > th:first-child + :last-child,
.table > tfoot > tr > td:first-child + :last-child,
.table > tfoot > tr > th:first-child + :last-child,
.table > thead > tr > td:first-child + :last-child,
.table > thead > tr > th:first-child + :last-child {
  text-align: right;
}

.table > thead > tr > th {
  border-bottom: none;
  font-weight: 400;
  color: #7b7b7b;
  vertical-align: top;
  padding: 8px 8px 20px;
}

.pagination {
  margin-top: 75px;
  margin-bottom: 0;
}

.text--xl {
  font-size: 2.14286rem;
}

.text--grey {
  color: #79828b;
}

.text--underline {
  text-decoration: underline;
}

.text-warning {
  color: #8b5fbf;
}

.alert-warning {
  text-transform: uppercase;
  background: #8b5fbf;
  font-weight: 400;
  color: #101010;
}

.alert-outline-warning {
  text-transform: uppercase;
  background: 0 0;
  border-color: #8b5fbf;
  border-width: 2px;
  font-weight: 400;
  color: #101010;
}

@media (max-width: 480px) {
  .nav > li > a {
    padding: 10px 15px;
  }
}

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/FontAwesome.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-cog:before,
.fa-gear:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-cogs:before,
.fa-gears:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-gavel:before,
.fa-legal:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-bolt:before,
.fa-flash:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "";
}

.fa-eur:before,
.fa-euro:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-inr:before,
.fa-rupee:before {
  content: "";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "";
}

.fa-krw:before,
.fa-won:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "";
}

.fa-empire:before,
.fa-ge:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-bed:before,
.fa-hotel:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-television:before,
.fa-tv:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sk-three-bounce {
  width: 8em;
  margin: auto;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 2em;
  height: 2em;
  background-color: #8b5fbf;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce-1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce-2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-three-bounce {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.loader {
  display: none;
  background: #101010;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  pointer-events: none;
  opacity: 0;
}

.loader .sk-three-bounce {
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -6em;
  margin-top: -2em;
}

html.js:not(.ie8) .loader {
  display: block;
  opacity: 1;
}

html.js:not(.ie8) .loader.loaded {
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms linear;
  transition-delay: 0.2s;
}

@font-face {
  font-family: Inter;
  src: local("Inter Light"), local("Inter-Light"),
    url(../fonts/Inter/Interlight.woff2) format("woff2"),
    url(../fonts/Inter/Interlight.woff) format("woff"),
    url(../fonts/Inter/Interlight.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: local("Inter Regular"), local("Inter-Regular"),
    url(../fonts/Inter/Interregular.woff2) format("woff2"),
    url(../fonts/Inter/Interregular.woff) format("woff"),
    url(../fonts/Inter/Interregular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: local("Inter Inter-BoldSemiBold"), local("Inter-SemiBold"),
    url(../fonts/Inter/InterInter-boldsemibold.woff2) format("woff2"),
    url(../fonts/Inter/InterInter-boldsemibold.woff) format("woff"),
    url(../fonts/Inter/InterInter-boldsemibold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: local("Inter Thin"), local("Inter-Thin"),
    url(../fonts/Inter/Interthin.woff2) format("woff2"),
    url(../fonts/Inter/Interthin.woff) format("woff"),
    url(../fonts/Inter/Interthin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: local("Inter Italic"), local("Inter-Italic"),
    url(../fonts/Inter/Interitalic.woff2) format("woff2"),
    url(../fonts/Inter/Interitalic.woff) format("woff"),
    url(../fonts/Inter/Interitalic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  src: local("Inter Medium Italic"), local("Inter-MediumItalic"),
    url(../fonts/Inter/Intermediumitalic.woff2) format("woff2"),
    url(../fonts/Inter/Intermediumitalic.woff) format("woff"),
    url(../fonts/Inter/Intermediumitalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  src: local("Inter ExtraLight Italic"), local("Inter-ExtraLightItalic"),
    url(../fonts/Inter/Interextralightitalic.woff2) format("woff2"),
    url(../fonts/Inter/Interextralightitalic.woff) format("woff"),
    url(../fonts/Inter/Interextralightitalic.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  src: local("Inter ExtraBold Italic"), local("Inter-ExtraBoldItalic"),
    url(../fonts/Inter/Interextrabolditalic.woff2) format("woff2"),
    url(../fonts/Inter/Interextrabolditalic.woff) format("woff"),
    url(../fonts/Inter/Interextrabolditalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  src: local("Inter ExtraBold"), local("Inter-ExtraBold"),
    url(../fonts/Inter/Interextrabold.woff2) format("woff2"),
    url(../fonts/Inter/Interextrabold.woff) format("woff"),
    url(../fonts/Inter/Interextrabold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: local("Inter Light Italic"), local("Inter-LightItalic"),
    url(../fonts/Inter/Interlightitalic.woff2) format("woff2"),
    url(../fonts/Inter/Interlightitalic.woff) format("woff"),
    url(../fonts/Inter/Interlightitalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  src: local("Inter Black"), local("Inter-Black"),
    url(../fonts/Inter/Interblack.woff2) format("woff2"),
    url(../fonts/Inter/Interblack.woff) format("woff"),
    url(../fonts/Inter/Interblack.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: local("Inter Thin Italic"), local("Inter-ThinItalic"),
    url(../fonts/Inter/Interthinitalic.woff2) format("woff2"),
    url(../fonts/Inter/Interthinitalic.woff) format("woff"),
    url(../fonts/Inter/Interthinitalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  src: local("Inter Inter-SemiBoldMedium"), local("Inter-Medium"),
    url(../fonts/Inter/InterInter-semiboldmedium.woff2) format("woff2"),
    url(../fonts/Inter/InterInter-semiboldmedium.woff) format("woff"),
    url(../fonts/Inter/InterInter-semiboldmedium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: local("Inter ExtraLight"), local("Inter-ExtraLight"),
    url(../fonts/Inter/Interextralight.woff2) format("woff2"),
    url(../fonts/Inter/Interextralight.woff) format("woff"),
    url(../fonts/Inter/Interextralight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: local("Inter Bold Italic"), local("Inter-BoldItalic"),
    url(../fonts/Inter/Interbolditalic.woff2) format("woff2"),
    url(../fonts/Inter/Interbolditalic.woff) format("woff"),
    url(../fonts/Inter/Interbolditalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  src: local("Inter SemiBold Italic"), local("Inter-SemiBoldItalic"),
    url(../fonts/Inter/Intersemibolditalic.woff2) format("woff2"),
    url(../fonts/Inter/Intersemibolditalic.woff) format("woff"),
    url(../fonts/Inter/Intersemibolditalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: Inter;
  src: local("Inter Bold"), local("Inter-Bold"),
    url(../fonts/Inter/Interbold.woff2) format("woff2"),
    url(../fonts/Inter/Interbold.woff) format("woff"),
    url(../fonts/Inter/Interbold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Inter;
  src: local("Inter #101010 Italic"), local("Inter-BlackItalic"),
    url(../fonts/Inter/Interblackitalic.woff2) format("woff2"),
    url(../fonts/Inter/Interblackitalic.woff) format("woff"),
    url(../fonts/Inter/Interblackitalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}

html {
  font-size: 14px;
}

body {
  font-family: Inter, sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  min-width: 320px;
  line-height: 26px;
  line-height: 1.85rem;
  color: #717171;
  background-color: #f0f0f0;
}

.titlesite h2 {
  color: #8b5fbf !important;
}

.textsite {
  color: #101010 !important;
  font-weight: 500;
}

.textsite h3 {
  color: #101010 !important;
}

.gold {
  color: #8b5fbf !important;
}

body,
html {
  overflow-x: hidden;
  max-width: 100%;
  min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 300;
}

a {
  color: #8b5fbf;
  transition: 0.2s ease;
}

a:active,
a:active:focus,
a:focus,
a:hover {
  text-decoration: none;
  color: #8b5fbf;
  transition: 0.2s ease;
}

strong {
  font-weight: 400;
}

small {
  color: inherit;
}

label {
  font-weight: 400;
}

.page--cabinet {
  background: #f9f9f9;
}

.page--cabinet .b--shadow + .b--shadow {
  margin-top: 50px;
}

.page--cabinet .pagination {
  margin-top: 50px;
}

.page--cabinet .section {
  margin-top: 50px;
}

.page--cabinet .footer {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .page--cabinet .footer {
    margin-top: 100px;
  }
}

@media (max-width: 480px) {
  .page--cabinet .footer {
    margin-top: 150px;
  }
}

.title-bordered {
  display: inline-block;
  vertical-align: middle;
  color: #191919;
  text-transform: uppercase;
  font-size: 1.28571rem;
  font-weight: 500;
}

.title-bordered__wrapper {
  overflow: hidden;
  position: relative;
  text-align: center;
}

.title-bordered__wrapper:after,
.title-bordered__wrapper:before {
  position: relative;
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
}

.title-bordered__wrapper:before {
  margin-left: -100%;
  left: -15px;
}

.title-bordered__wrapper:after {
  margin-right: -100%;
  right: -15px;
}

.userdropdown {
  color: #fff;
  font-size: 16px;
  font-size: 1.142rem;
  font-weight: 500;
  text-transform: capitalize;
  padding-right: 10px;
}

.userdropdown.active,
.userdropdown:active,
.userdropdown:active:focus,
.userdropdown:focus,
.userdropdown:hover {
  color: #fff;
}

.userdropdown__caret {
  margin-left: 15px;
  position: relative;
}

.userdropdown__caret:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -11px;
  top: -13px;
  width: 22px;
  height: 22px;
  background-color: #8b5fbf;
  border-radius: 50%;
}

.filter {
  display: table;
  width: 100%;
}

.filter__cell {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 30px;
}

.filter__cell--fixed {
  width: 30%;
}

.filter__cell--half {
  width: 50%;
}

.filter__cell:first-child {
  padding-left: 0;
}

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

.filter__cell--center {
  text-align: center;
}

.filter__cell--min {
  width: 1%;
}

.filter--middle .filter__cell {
  vertical-align: middle;
}

.filter--middle .filter__cell > * {
  vertical-align: middle;
}

.filter--nogutter .filter__cell {
  padding-left: 0;
}

@media (max-width: 1199px) {
  .filter-mobile-lg {
    display: block;
  }
  .filter-mobile-lg .filter__cell {
    display: block;
    padding-left: 0;
    margin-top: 15px;
    text-align: center;
  }
  .filter-mobile-lg .filter__cell:first-child {
    margin-top: 0;
  }
  .filter-mobile-lg .filter__cell--right {
    text-align: center;
  }
  .filter-mobile-lg .filter__cell--fixed,
  .filter-mobile-lg .filter__cell--half,
  .filter-mobile-lg .filter__cell--min {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .filter-mobile-md {
    display: block;
  }
  .filter-mobile-md .filter__cell {
    display: block;
    padding-left: 0;
    margin-top: 15px;
    text-align: center;
  }
  .filter-mobile-md .filter__cell:first-child {
    margin-top: 0;
  }
  .filter-mobile-md .filter__cell--right {
    text-align: center;
  }
  .filter-mobile-md .filter__cell--fixed,
  .filter-mobile-md .filter__cell--half,
  .filter-mobile-md .filter__cell--min {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .filter-mobile-sm {
    display: block;
  }
  .filter-mobile-sm .filter__cell {
    display: block;
    padding-left: 0;
    margin-top: 15px;
    text-align: center;
  }
  .filter-mobile-sm .filter__cell:first-child {
    margin-top: 0;
  }
  .filter-mobile-sm .filter__cell--right {
    text-align: center;
  }
  .filter-mobile-sm .filter__cell--fixed,
  .filter-mobile-sm .filter__cell--half,
  .filter-mobile-sm .filter__cell--min {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .filter-mobile-xs {
    display: block;
  }
  .filter-mobile-xs .filter__cell {
    display: block;
    padding-left: 0;
    margin-top: 15px;
    text-align: center;
  }
  .filter-mobile-xs .filter__cell:first-child {
    margin-top: 0;
  }
  .filter-mobile-xs .filter__cell--right {
    text-align: center;
  }
  .filter-mobile-xs .filter__cell--fixed,
  .filter-mobile-xs .filter__cell--half,
  .filter-mobile-xs .filter__cell--min {
    width: 100%;
  }
}

.custom-select {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 46px;
  padding: 12px 36px 12px 20px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23DADADA' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 20px center;
  background-size: 8px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #e0e0e0;
  outline: 0;
}

.custom-select:focus::-ms-value {
  color: #555;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 20px;
  background-image: none;
}

.custom-select:disabled {
  color: #777;
  background-color: #eee;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.checkbox__input {
  display: none;
}

.checkbox__label {
  display: block;
  line-height: 30px;
  font-weight: 300;
  cursor: pointer;
  text-align: left;
  position: relative;
  padding-left: 30px;
}

.checkbox__label:before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 0;
  top: 2px;
  border-radius: 2px;
  border: 1px solid #d4dee7;
}

.checkbox__label:after {
  position: absolute;
  height: 14px;
  width: 14px;
  left: 4px;
  top: 6px;
  background: #8b5fbf;
}

.checkbox__label.active:after {
  content: "";
}

.checkbox__input:checked + .checkbox__label:after {
  content: "";
}

.b--bordered {
  border: 1px solid #8b5fbf;
  border-radius: 4px;
  box-shadow: 0 6px 36px rgba(0, 62, 100, 0.0429688);
  background: #fff;
  padding: 25px 30px;
}

.b--shadow {
  border-radius: 20px;
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 25px 30px;
}

.b--shadow-gold {
  border-radius: 4px;
  padding: 25px 30px;
  border-top: 1px solid rgba(62, 62, 62, 0.5);
  border-right: 1px solid rgba(62, 62, 62, 0.5);
  border-bottom: 1px solid rgba(62, 62, 62, 0.5);
  border-left: 1px solid rgba(62, 62, 62, 0.5);
  color: rgba(175, 175, 175, 0.8);
}

.b--shadow-gold h3 {
  color: #8b5fbf;
}

.b--shadow__title-bordered {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.b--shadow__delimiter {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5edf3;
}

.b--dark {
  background: #42473e;
  background: radial-gradient(
    101.2% 76.86% at 50% 2.33%,
    #42473e 0,
    #101010 100%
  );
  border-radius: 10px;
  color: #fff;
  padding: 25px 30px;
}

.b--auth__left,
.b--auth__right {
  padding: 0 30px;
}

.b--auth__right {
  position: relative;
}

.b--auth__right:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  height: calc(100% - 100px);
  left: -15px;
  bottom: -15px;
  background: #e5edf3;
}

@media (max-width: 480px) {
  .b--shadow {
    padding: 15px;
  }
  .b--shadow__title-bordered {
    margin-left: -15px;
    margin-right: -15px;
  }
  .b--dark {
    padding: 15px;
  }
}

.offer {
  position: relative;
  z-index: 1;
  max-width: 390px;
  padding: 35px 0 25px;
  background: #333730;
  background: radial-gradient(249.81px at 50% 2.33%, #42473e 0, #101010 100%);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  text-align: center;
  color: #fff;
}

.offer::before {
  content: "%";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.05;
  font-weight: 900;
  line-height: 325px;
  line-height: 23.85rem;
  font-size: 334px;
  font-size: 23.85rem;
  text-transform: uppercase;
}

.offer__percent {
  font-size: 114px;
  font-size: 8.14rem;
  line-height: 1;
  letter-spacing: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.offer__additional {
  margin: 20px 0 35px;
  font-size: 34px;
  font-size: 2.428rem;
  line-height: 1;
  font-weight: 700;
}

.calcblock {
  padding: 40px 30px 40px 145px;
  background: url(../img/calculator-image.png) no-repeat 30px center;
  display: table;
  width: 100%;
}

.calcblock__cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 50px;
  color: #101010;
}

.calcblock__cell:first-child {
  padding-left: 0;
}

.calcblock__cell--input {
  width: 260px;
}

.calcblock__cell--input .form-control {
  border: none;
  background: #f7f7f7;
  box-shadow: none;
  color: #101010;
  padding-left: 0;
}

.calcblock__cell--input .input-group-addon {
  border: none;
  background: #f7f7f7;
}

.calculator__tabs {
  text-align: center;
}

.calculator__nav {
  display: inline-block;
}

.calculator__content {
  margin-top: 50px;
}

.calculator__title {
  margin-bottom: 40px;
  font-size: 34px;
  font-size: 2.428rem;
  line-height: 40px;
  line-height: 2.857rem;
  color: #4f4f4f;
}

.calculator__desc {
  padding-top: 60px;
  min-height: 450px;
  background: url(../img/calculator-desc-bg.png) no-repeat right top;
}

.calculator__desc--nobg {
  background: 0 0;
}

.calculator__offer {
  margin: 0 30px 0 auto;
}

.calculator__calcblock {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .calcblock {
    background: 0 0;
    padding-left: 30px;
  }
  .calcblock__cell {
    padding-left: 25px;
  }
  .calculator__desc {
    margin-top: 50px;
    padding-top: 10px;
    min-height: 350px;
    background-size: contain;
  }
  .calculator__offer {
    margin-right: 0;
  }
  .calculator__calcblock {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .calculator__title {
    text-align: center;
  }
  .calculator__desc {
    background-position: center top;
  }
  .calculator__offer {
    margin-right: auto;
  }
  .calcblock {
    display: block;
  }
  .calcblock:after,
  .calcblock:before {
    display: table;
    content: " ";
  }
  .calcblock:after {
    clear: both;
  }
  .calcblock__cell {
    display: block;
    float: left;
    width: 33.333333%;
    margin-top: 15px;
  }
  .calcblock__cell--input {
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .calculator__title {
    text-align: left;
  }
  .calcblock__cell {
    width: 100%;
    padding-left: 0;
  }
  .calcblock__cell:after,
  .calcblock__cell:before {
    display: table;
    content: " ";
  }
  .calcblock__cell:after {
    clear: both;
  }
  .calcblock__value {
    display: inline-block;
    float: right;
  }
}

.icontext {
  font-weight: 400;
  display: block;
}

.icontext + .icontext {
  margin-top: 15px;
}

.icontext img {
  max-height: 20px;
  margin-right: 20px;
}

.icontext--middle {
  display: table;
}

.icontext--middle > * {
  display: table-cell;
  vertical-align: middle;
}

.post {
  display: table;
  width: 100%;
  border: 1px solid #f6f9fc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.post__content,
.post__thumb {
  display: table-cell;
}

.post__thumb {
  width: 320px;
  vertical-align: middle;
  padding: 10px 0 10px 10px;
}

.post__thumb img {
  display: block;
  max-width: 320px;
  min-width: 320px;
}

.post__content {
  padding: 25px 35px;
  vertical-align: middle;
}

.post__header {
  margin-bottom: 15px;
}

.post__title {
  color: #8b5fbf;
  font-size: 20px;
  font-size: 1.428rem;
  line-height: 1;
  font-weight: 500;
}

.post__date {
  display: block;
  margin-top: 10px;
  color: #d7d7d7;
  font-size: 15px;
  font-size: 1.07rem;
}

.post__body {
  line-height: 24px;
  line-height: 1.714rem;
  font-size: 15px;
  font-size: 1.07rem;
}

.post__footer {
  margin-top: 10px;
}

.post__readmore {
  font-size: 15px;
  font-size: 1.07rem;
  color: #717171;
  text-decoration: underline;
}

.posts {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.posts__post + .posts__post {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .post {
    display: block;
  }
  .post__content,
  .post__thumb {
    display: block;
    width: 100%;
  }
  .post__thumb {
    padding: 10px;
  }
  .post__thumb img {
    margin-left: auto;
    margin-right: auto;
    min-width: auto;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .post__content {
    padding: 15px;
  }
}

.contact {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.714rem;
  color: #4f4f4f;
  font-weight: 500;
  text-decoration: none;
}

.contact:active,
.contact:active:focus,
.contact:focus,
.contact:hover {
  text-decoration: none;
}

.contact > * {
  vertical-align: middle;
}

.contact img {
  width: 22px;
  margin-right: 15px;
}

.oper {
  background: #3a3b36;
  border-radius: 100px;
  padding: 5px;
}

.oper:after,
.oper:before {
  display: table;
  content: " ";
}

.oper:after {
  clear: both;
}

.oper__cell {
  float: left;
  width: 65%;
  padding: 0 15px;
  line-height: 21px;
}

.oper__cell:after,
.oper__cell:before {
  display: table;
  content: " ";
}

.oper__cell:after {
  clear: both;
}

.oper__label {
  width: 35%;
  padding: 0;
  background: #939393;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-size: 1rem;
}

.oper__user {
  float: right;
}

.presentation {
  position: relative;
}

.whycard {
  display: block;
  padding: 25px 45px;
  cursor: pointer;
  overflow: hidden;
}

.whycard__icon {
  position: relative;
  z-index: 1;
}

.whycard__icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 186px;
  width: 186px;
  left: -75px;
  top: -110px;
  border-radius: 50%;
}

.whycard__icon img {
  max-height: 55px;
}

.whycard__title {
  margin-top: 35px;
  font-size: 22px;
  font-size: 1.57rem;
  color: #4a4a4a;
}

.whycard__content {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.142rem;
  line-height: 22px;
  line-height: 1.57rem;
  color: #9b9b9b;
}

.whycard__btn {
  margin-top: 30px;
  text-transform: uppercase;
  background-color: #fff;
  pointer-events: none;
}

.whycard__btn-gold {
  margin-top: 30px;
  text-transform: uppercase;
  pointer-events: none;
  background: #8b5fbf;
  border-color: #8b5fbf;
  color: #101010;
}

.whycard:active,
.whycard:active:focus,
.whycard:focus,
.whycard:hover .whycard__btn-gold {
  margin-top: 30px;
  text-transform: uppercase;
  pointer-events: none;
  background: #171717;
  border-color: #171717;
  color: #8b5fbf;
  -webkit-transform: scale(1);
  -webkit-transform-origin: 0 100%;
}

.whycard:active,
.whycard:active:focus,
.whycard:focus,
.whycard:hover {
  background: #8b5fbf;
}

.whycard:active,
.whycard:active:focus,
.whycard:focus,
.whycard:hover h3 {
  color: #171717;
}

.whycard:active .whycard__icon:before,
.whycard:active:focus .whycard__icon:before,
.whycard:focus .whycard__icon:before,
.whycard:hover .whycard__icon:before {
  background: #f4e6b4;
}

.whycard:active .whycard__content,
.whycard:active:focus .whycard__content,
.whycard:focus .whycard__content,
.whycard:hover .whycard__content {
  color: #555;
}

.affilate .affilate__value {
  width: 118px;
  height: 118px;
  font-size: 58.12808px;
  line-height: 118px;
}

.affilate__value {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-left: 45px;
  margin-top: -20px;
}

.affilate__value:after,
.affilate__value:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.affilate__value:before {
  width: calc(100% + 12px);
  height: calc(100% + 40px);
  top: -15px;
  left: -12px;
  background: url(../img/affilate-before.png) no-repeat center;
  background-size: 100%;
}

.affilate__value:after {
  left: 0;
  top: 0;
  background: #3d423a;
  background: radial-gradient(90.7px at 50% 2.33%, #42473e 0, #101010 100%);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

.affilates {
  position: relative;
}

.affilates__affilate {
  position: relative;
}

.affilates__affilate:nth-of-type(1) {
  position: relative;
  top: 25px;
  left: 45px;
}

.affilates__affilate:nth-of-type(2) {
  position: absolute;
  right: 50px;
  top: 50px;
}

.affilates__affilate:nth-of-type(2) .affilate__value {
  width: 91px;
  height: 91px;
  font-size: 44.82759px;
  line-height: 91px;
}

.affilates__affilate:nth-of-type(2):before {
  content: "";
  position: absolute;
  width: 214px;
  height: 32px;
  left: -166px;
  top: 20px;
  background: url(../img/affilate-before-2.png) no-repeat center;
}

.affilates__affilate:nth-of-type(3) {
  left: 50%;
  margin-left: -45px;
  margin-top: 15px;
}

.affilates__affilate:nth-of-type(3) .affilate__value {
  width: 77px;
  height: 77px;
  font-size: 37.93103px;
  line-height: 77px;
}

@media (max-width: 1199px) {
  .affilates__affilate:nth-of-type(1) {
    position: static;
  }
  .affilates__affilate:nth-of-type(2):before {
    content: none;
  }
}

@media (max-width: 480px) {
  .affilates {
    margin-bottom: -25px;
  }
  .affilates__affilate:nth-of-type(1),
  .affilates__affilate:nth-of-type(2),
  .affilates__affilate:nth-of-type(3) {
    position: relative;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    margin-left: 0;
    margin-bottom: 65px;
  }
  .affilates__affilate:nth-of-type(1) .affilate__value,
  .affilates__affilate:nth-of-type(2) .affilate__value,
  .affilates__affilate:nth-of-type(3) .affilate__value {
    width: 91px;
    height: 91px;
    font-size: 44.82759px;
    line-height: 91px;
  }
  .affilates__affilate .affilate__label {
    line-height: 91px;
    font-size: 21px;
    font-size: 1.5rem;
  }
  .affilates__affilate .affilate__value {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
  }
}

.step:after,
.step:before {
  display: table;
  content: " ";
}

.step:after {
  clear: both;
}

.step__body,
.step__icon {
  float: left;
}

.step__icon > img {
  width: 125px;
}

.step__body {
  width: 80%;
  width: calc(100% - 131px);
  padding-top: 20px;
  padding-left: 25px;
}

.step__title {
  font-weight: 500;
  font-size: 22px;
  font-size: 1.57rem;
  color: #2e3035;
}

.step__content {
  margin-top: 15px;
  line-height: 175%;
  letter-spacing: 0.1px;
}

@media (max-width: 575px) {
  .step__body {
    padding-top: 20px;
  }
}

@media (max-width: 480px) {
  .step {
    text-align: center;
  }
  .step__body,
  .step__icon {
    float: none;
    width: 100%;
  }
  .step__body {
    padding-left: 0;
  }
}

.howitwork__tabs {
  text-align: center;
}

.howitwork__nav {
  display: inline-block;
}

.howitwork__tabcontent {
  margin-top: 35px;
}

.member {
  text-align: center;
}

.member__thumb {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.member__thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.member__desc {
  margin-top: 35px;
}

.member__fullname {
  margin-top: 25px;
  color: #919aa3;
  font-size: 16px;
  font-size: 1.142rem;
}

.refstat:after,
.refstat:before {
  display: table;
  content: " ";
}

.refstat:after {
  clear: both;
}

.refstat__icontext {
  text-align: center;
  float: left;
  width: 33.333333%;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .refstat__icontext {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .refstat__icontext {
    width: 100%;
    text-align: right;
  }
  .refstat__icontext:after,
  .refstat__icontext:before {
    display: table;
    content: " ";
  }
  .refstat__icontext:after {
    clear: both;
  }
  .refstat__icontext img {
    float: left;
  }
}

.table-mobile-label {
  display: none;
}

@media (max-width: 1199px) {
  .table-mobile-lg th,
  .table-mobile-lg thead {
    display: none;
  }
  .table-mobile-lg tbody tr {
    display: block;
  }
  .table-mobile-lg tbody tr + tr {
    margin-top: 25px;
  }
  .table-mobile-lg tbody tr td {
    position: relative;
    display: block;
    padding-left: 50%;
    text-align: right;
    padding-right: 15px;
    word-wrap: anywhere;
  }
  .table-mobile-lg tbody tr td:first-child {
    padding-left: 50%;
  }
  .table-mobile-lg tbody tr td:last-child {
    padding-right: 15px;
    text-align: right;
  }
  .table-mobile-lg tbody tr td .table-mobile-label {
    padding: 8px 8px 8px 15px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    text-align: left;
  }
}

@media (max-width: 991px) {
  .table-mobile-md th,
  .table-mobile-md thead {
    display: none;
  }
  .table-mobile-md tbody tr {
    display: block;
  }
  .table-mobile-md tbody tr + tr {
    margin-top: 25px;
  }
  .table-mobile-md tbody tr td {
    position: relative;
    display: block;
    padding-left: 50%;
    text-align: right;
    padding-right: 15px;
    word-wrap: anywhere;
  }
  .table-mobile-md tbody tr td:first-child {
    padding-left: 50%;
  }
  .table-mobile-md tbody tr td:last-child {
    padding-right: 15px;
    text-align: right;
  }
  .table-mobile-md tbody tr td .table-mobile-label {
    padding: 8px 8px 8px 15px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .table-mobile-sm th,
  .table-mobile-sm thead {
    display: none;
  }
  .table-mobile-sm tbody tr {
    display: block;
  }
  .table-mobile-sm tbody tr + tr {
    margin-top: 25px;
  }
  .table-mobile-sm tbody tr td {
    position: relative;
    display: block;
    padding-left: 50%;
    text-align: right;
    padding-right: 15px;
    word-wrap: anywhere;
  }
  .table-mobile-sm tbody tr td:first-child {
    padding-left: 50%;
  }
  .table-mobile-sm tbody tr td:last-child {
    padding-right: 15px;
    text-align: right;
  }
  .table-mobile-sm tbody tr td .table-mobile-label {
    padding: 8px 8px 8px 15px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .table-mobile-xs th,
  .table-mobile-xs thead {
    display: none;
  }
  .table-mobile-xs tbody tr {
    display: block;
  }
  .table-mobile-xs tbody tr + tr {
    margin-top: 25px;
  }
  .table-mobile-xs tbody tr td {
    position: relative;
    display: block;
    padding-left: 50%;
    text-align: right;
    padding-right: 15px;
    word-wrap: anywhere;
  }
  .table-mobile-xs tbody tr td:first-child {
    padding-left: 50%;
  }
  .table-mobile-xs tbody tr td:last-child {
    padding-right: 15px;
    text-align: right;
  }
  .table-mobile-xs tbody tr td .table-mobile-label {
    padding: 8px 8px 8px 15px;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    text-align: left;
  }
}

.statitem {
  text-align: center;
}

.statitem__icon {
  font-size: 35px;
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.statitem__icon:after,
.statitem__icon:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  border: 2px solid transparent;
}

.statitem__icon:before {
  left: -5px;
  top: -5px;
  border-color: #8b5fbf;
}

.statitem__icon:after {
  right: -5px;
  bottom: -5px;
  border-color: #717171;
}

.statitem__label {
  margin-top: 25px;
}

.statitem__value {
  margin-top: 15px;
  color: #919aa3;
  font-size: 28px;
  font-size: 2rem;
  font-weight: 500;
}

.psname {
  font-size: 1.14286rem;
}

.psname--biodoge,
.psname--cpdoge,
.psname--doge {
  color: #a88c2b;
}

.psname--biobtc,
.psname--btc,
.psname--cpbtc {
  color: #dbba49;
}

.psname--bioltc,
.psname--cpltc,
.psname--ltc {
  color: #42505c;
}

.psname--cpeth,
.psname--eth,
.psname--ether {
  color: #6271d2;
}

.psname--pmusd {
  color: #d26276;
}

.psname--pyusd {
  color: #5292ca;
}

.logo {
  color: #8b5fbf;
  font-size: 18px;
  font-size: 1.285rem;
  font-weight: 500;
  text-decoration: none;
}

.logo:active,
.logo:active:focus,
.logo:focus,
.logo:hover {
  color: #8b5fbf;
  text-decoration: none;
}

.menu__link {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  margin-left: 40px;
  padding: 5px 0;
  transition: 0.2s ease;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  font-size: 1.1rem;
}

.menu__link--active,
.menu__link:active,
.menu__link:active:focus,
.menu__link:focus,
.menu__link:hover {
  border-color: #fff;
  color: #101010;
  text-decoration: none;
  transition: 0.2s ease;
}

.menu__link:first-child {
  margin-left: 0;
}

.topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  width: 100%;
}

.topline__controls,
.topline__logo,
.topline__menu {
  display: table-cell;
  vertical-align: middle;
}

.topline__controls {
  text-align: right;
}

.topline__dropdown {
  display: inline-block;
}

.decor {
  background-image: url(../img/header-decor.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header {
  position: relative;
  padding: 35px 0 0;
  background-color: #ffffff;
  background-size: contain;
  background: url(../img/header.png) no-repeat center;
  color: #fff;
}

.header-clean {
  position: relative;
  padding: 35px 0 0;
  background-color: #ffffff;
  background-size: contain;
  color: #fff;
}

.header-bull {
  position: relative;
  /* padding: 35px 0 0; */
  background-color: #191919;
  background-size: contain;
  /* background: url(../img/bull.png) no-repeat center; */
  color: #fff;
}

.header-bear {
  position: relative;
  /* padding: 35px 0 0; */
  background-color: #191919;
  background-size: contain;
  /* background: url(../img/bear.png) no-repeat center; */
  color: #fff;
}

/* .header:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/header-overlay.png) no-repeat center
} */

.header__menu {
  padding-left: 50px;
}

.header__content {
  padding: 110px 0 130px;
  text-align: center;
}

.header__h1 {
  margin-bottom: 25px;
  font-size: 34px;
  font-size: 2.43rem;
  font-weight: 600;
}

.header__h2 {
  font-size: 18px;
  font-size: 1.285rem;
}

.header__login {
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.35);
  display: inline-block;
  vertical-align: top;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header__login:after,
.header__login:before {
  display: table;
  content: " ";
}

.header__login:after {
  clear: both;
}

.header__login > .btn {
  float: left;
}

.header__login > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.header__login > .btn:last-child:not(:first-child) {
  border-left: 1px solid #717171;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.header__burger {
  display: none;
  cursor: pointer;
  margin-left: 10px;
  vertical-align: middle;
  text-align: center;
  background: #8b5fbf;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 2.75px;
  color: #4f4f4f;
}

.header__burger:active,
.header__burger:active:focus,
.header__burger:focus,
.header__burger:hover {
  color: #4f4f4f;
  background-color: #ecb45f;
}

.header__decors {
  position: absolute;
  width: 1920px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.header__decors > .decor {
  position: absolute;
}

.header__decors > .decor:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -110%;
  left: 0;
  opacity: 0.3;
}

.header__decors > .decor:nth-of-type(1) {
  width: 26px;
  height: 26px;
  top: 148px;
  left: 330px;
}

.header__decors > .decor:nth-of-type(1):after {
  box-shadow: 0 0 20px 10px #101010;
}

.header__decors > .decor:nth-of-type(2) {
  width: 26px;
  height: 26px;
  top: 306px;
  left: 500px;
}

.header__decors > .decor:nth-of-type(2):after {
  box-shadow: 0 0 20px 10px #101010;
}

.header__decors > .decor:nth-of-type(3) {
  width: 37px;
  height: 37px;
  top: 135px;
  left: 775px;
}

.header__decors > .decor:nth-of-type(3):after {
  box-shadow: 0 0 35px 14px #101010;
}

.header__decors > .decor:nth-of-type(4) {
  width: 26px;
  height: 26px;
  top: 237px;
  right: 890px;
}

.header__decors > .decor:nth-of-type(4):after {
  box-shadow: 0 0 20px 10px #101010;
}

.header__decors > .decor:nth-of-type(5) {
  width: 21px;
  height: 21px;
  top: 96px;
  right: 700px;
}

.header__decors > .decor:nth-of-type(5):after {
  box-shadow: 0 0 20px 10px #101010;
}

.header__decors > .decor:nth-of-type(6) {
  width: 31px;
  height: 31px;
  top: 301px;
  right: 605px;
}

.header__decors > .decor:nth-of-type(6):after {
  box-shadow: 0 0 35px 14px #101010;
}

.header__decors > .decor:nth-of-type(7) {
  width: 26px;
  height: 26px;
  top: 122px;
  right: 300px;
}

.header__decors > .decor:nth-of-type(7):after {
  box-shadow: 0 0 20px 10px #101010;
}

.header__text {
  font-size: 16px;
  font-size: 1.142rem;
  line-height: 25px;
  line-height: 1.785rem;
  color: #e6e6e6;
}

.header--home {
  position: relative;
  height: 675px;
}

.header--home:after {
  height: calc(100% + 87px);
}

/* .header--home:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 87px;
    bottom: -87px;
    left: 0;
    background: url(../img/header-after.png) no-repeat center 
}*/

.header--home .header__content {
  text-align: left;
  padding-bottom: 0;
  padding-top: 90px;
}

.header--home .header__h1 {
  font-size: 45px;
  font-size: 3.214rem;
}

.header--home .header__text {
  margin-top: 30px;
}

.header--home .header__btn {
  margin-top: 30px;
  text-transform: uppercase;
}

.header--home .header__opers {
  margin-top: 25px;
  max-width: 350px;
  height: 195px;
  position: relative;
}

.header--home .header__opers .header__oper {
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.2s ease;
}

.header--home .header__opers .header__oper:nth-last-of-type(1) {
  bottom: 0;
  transition-delay: 0.2s;
}

.header--home .header__opers .header__oper:nth-last-of-type(2) {
  bottom: 40px;
  transition-delay: 0.4s;
}

.header--home .header__opers .header__oper:nth-last-of-type(3) {
  bottom: 80px;
  transition-delay: 0.6s;
}

.header--home .header__opers .header__oper:nth-last-of-type(4) {
  bottom: 120px;
  transition-delay: 0.8s;
}

.header--home .header__opers .header__oper:nth-last-of-type(5) {
  bottom: 160px;
  transition-delay: 1s;
}

.header--home .header__oper ~ .header__oper {
  opacity: 0.8;
}

.header--home .header__mainimage {
  position: absolute;
  background-size: contain;
  height: calc(100% + 300px);
  width: 1920px;
  top: -200px;
  /*  background: url(../img/header-img3.png) no-repeat center; */
}

.header--cabinet {
  /* padding-bottom: 95px */
}

.header--cabinet .header__menu {
  /* margin-top: 30px; */
  padding-left: 0;
  font-size: 1rem;
}

.header--cabinet .header__menu .menu__link {
  margin-left: 10px;
  border: none;
  padding: 5px 10px;
  border-radius: 17px;
}

.header--cabinet .header__menu .menu__link--active,
.header--cabinet .header__menu .menu__link:active,
.header--cabinet .header__menu .menu__link:focus,
.header--cabinet .header__menu .menu__link:hover {
  background: #fff;
}

.header--cabinet .header__menu .menu__link:first-child {
  margin-left: 0;
}

@media (max-width: 991px) {
  .header__menu {
    position: absolute;
    z-index: 10;
    background: #8b5fbf;
    right: -120%;
    top: 75px;
    width: 210px;
    padding: 0;
    border-radius: 10px 0 0 10px;
    transition: 0.25s ease-in;
  }
  .header__menu:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 100%;
    right: -500px;
    top: 0;
    background: #8b5fbf;
  }
  .header__menu .menu__link {
    display: block;
    color: #4f4f4f;
    text-align: right;
    margin-left: 0;
  }
  .header__menu .menu__link--active,
  .header__menu .menu__link:active,
  .header__menu .menu__link:active:focus,
  .header__menu .menu__link:focus,
  .header__menu .menu__link:hover {
    border-color: transparent;
  }
  .header__burger {
    display: inline-block;
  }
  .header--home .header__mainimage {
    display: none;
  }
  .header--home .header__content {
    text-align: center;
  }
  .header--home .header__opers {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .header--cabinet {
    z-index: initial;
  }
  .header--cabinet .header__menu .menu__link--active,
  .header--cabinet .header__menu .menu__link:active,
  .header--cabinet .header__menu .menu__link:active:focus,
  .header--cabinet .header__menu .menu__link:focus,
  .header--cabinet .header__menu .menu__link:hover {
    background: 0 0;
  }
  html.menu--open .header__menu {
    right: 15px;
    transition: 0.25s ease-out;
  }
}

@media (max-width: 480px) {
  .header__content {
    padding: 150px 0 90px;
  }
  .header__login {
    position: absolute;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
    left: 15px;
    bottom: -85px;
    width: calc(100% - 30px);
    text-align: center;
    box-shadow: none;
  }
  .header--home {
    height: auto;
  }
  .header--home:before {
    content: none;
  }
  .header--home .header__content {
    padding: 150px 0 90px;
  }
}

.page-auth {
  background: #e5e5e5;
  min-height: 100vh;
}

.section {
  margin-top: 75px;
}

.section__h2,
.section__h3 {
  text-align: center;
}

.section__h2 {
  font-size: 34px;
  font-size: 2.5rem;
  color: #4f4f4f;
}

.section__h2--left {
  text-align: left;
}

.section__h3 {
  margin: 35px 0 0;
  font-size: 18px;
  font-size: 1.285rem;
  color: #79828b;
}

.section__img {
  margin-left: auto;
  margin-right: auto;
}

.section__calculator {
  margin-top: 75px;
}

.section__title {
  margin: 0 0 75px;
}

.section__howitwork {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.section--grey {
  background: #f7f7f7;
  padding: 50px 0;
}

.section-contact__contact {
  display: block;
  margin-top: 25px;
}

/* .section-home {
    margin-top: 200px
} */

.section-home__title {
  margin-bottom: 35px;
}

.section-home__btn {
  margin-top: 25px;
  text-transform: uppercase;
}

.section-home__presentation {
  margin-top: 75px;
}

.section-home .section__h2,
.section-home .section__h3 {
  text-align: left;
}

.section-why {
  margin-top: 125px;
}

.section-auth {
  margin: 0;
}

@media (max-width: 991px) {
  .section-why__whycard {
    margin-bottom: 30px;
  }
  .section-affilate__affilates {
    margin-top: 75px;
  }
}

@media (max-width: 767px) {
  .section-team {
    margin-bottom: -50px;
  }
  .section-team__member {
    max-width: 320px;
    margin: 0 auto 50px;
  }
}

@media (max-width: 480px) {
  .section {
    margin-top: 50px;
  }
  .section__h3 {
    margin: 25px 0 0;
  }
  .section__calculator {
    margin-top: 50px;
  }
  .section__title {
    margin: 0 0 50px;
  }
  .section-affilate__affilates {
    margin-top: 50px;
  }
  .section-auth {
    margin: 0;
  }
}

.footer {
  margin-top: 50px;
  position: relative;
  background: #101010;
  color: #fff;
}

.footer__cert {
  display: block;
  max-width: 100%;
}

.footer__soc {
  position: absolute;
  left: 0;
  top: -120px;
  width: 250px;
  height: 240px;
  background: #8b5fbf;
  border-radius: 0 10px 10px 0;
  padding: 0 65px 0 15px;
}

.footer__soc:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 100%;
  left: -500px;
  top: 0;
  background: #8b5fbf;
}

.footer__socfooter,
.footer__socheader {
  height: 110px;
}

.footer__socheader {
  font-size: 24px;
  font-size: 1.72rem;
  line-height: 35px;
  line-height: 2.5rem;
  padding: 35px 0 0;
  color: #535353;
}

.footer__socfooter {
  line-height: 130px;
}

.footer__socfooter a {
  font-size: 22px;
  color: #fff;
  transition: 0.2s ease;
  margin-left: 20px;
  text-decoration: none;
}

.footer__socfooter a:active,
.footer__socfooter a:active:focus,
.footer__socfooter a:focus,
.footer__socfooter a:hover {
  color: #2c2d25;
  text-decoration: none;
  transition: 0.2s ease;
}

.footer__socfooter a:first-child {
  margin-left: 0;
}

.footer__top {
  padding-top: 45px;
  padding-left: 300px;
}

.footer__h3 {
  margin-bottom: 18px;
}

.footer__contacts {
  margin-top: 40px;
}

.footer__contact {
  font-size: 16px;
  font-size: 1.14rem;
  color: #989a96;
}

.footer__contact a {
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
}

.footer__topline {
  margin-top: 65px;
  border-bottom: 1px solid #8b5fbf;
  padding-bottom: 20px;
}

.footer__topline .topline__controls,
.footer__topline .topline__logo {
  width: 20%;
}

.footer__topline .topline__controls {
  padding-right: 30px;
}

.footer__menu {
  text-align: center;
  width: 60%;
}

.footer__copyright {
  font-size: 16px;
  font-size: 1.14rem;
  text-align: center;
  color: #c8c8c8;
  padding: 35px 0;
}

@media (max-width: 1199px) {
  .footer__topline .topline__controls {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .footer {
    margin-top: 100px;
  }
  .footer__soc {
    padding: 0 15px;
    width: 100%;
    border-radius: 0;
    height: 110px;
    top: 0;
  }
  .footer__soc:after,
  .footer__soc:before {
    display: table;
    content: " ";
  }
  .footer__soc:after {
    clear: both;
  }
  .footer__soc:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 100%;
    right: -500px;
    top: 0;
    background: #8b5fbf;
  }
  .footer__socfooter,
  .footer__socheader {
    float: left;
    width: 50%;
  }
  .footer__socheader {
    padding: 0;
    line-height: 110px;
  }
  .footer__socheader > br {
    display: none;
  }
  .footer__socfooter {
    line-height: 110px;
    text-align: right;
  }
  .footer__top {
    padding-left: 0;
    padding-top: 175px;
  }
  .footer__topline {
    position: relative;
    margin-top: 75px;
    padding-bottom: 75px;
  }
  .footer__topline .topline__logo {
    min-width: 150px;
  }
  .footer__topline .topline__controls {
    width: 100%;
  }
  .footer__menu {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    display: table;
  }
  .footer__menu .menu__link {
    display: table-cell;
  }
}

@media (max-width: 767px) {
  .footer__socheader {
    padding-top: 20px;
    line-height: 35px;
  }
  .footer__socheader > br {
    display: initial;
  }
  .footer__contacts {
    margin-top: 35px;
  }
  .footer__contacts:after,
  .footer__contacts:before {
    display: table;
    content: " ";
  }
  .footer__contacts:after {
    clear: both;
  }
  .footer__topline {
    margin-top: 50px;
  }
  .footer__top {
    padding-top: 150px;
    text-align: center;
  }
  .footer__cert {
    display: none;
  }
}

@media (max-width: 575px) {
  .footer__contacts {
    text-align: left;
  }
  .footer__contact {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .footer {
    margin-top: 150px;
  }
  .footer__soc {
    height: 180px;
    top: -90px;
  }
  .footer__socfooter,
  .footer__socheader {
    width: 100%;
    height: 90px;
    text-align: center;
  }
  .footer__socfooter {
    line-height: 90px;
  }
  .footer__top {
    padding-top: 125px;
  }
  .footer__menu {
    display: block;
  }
  .footer__menu .menu__link {
    display: inline;
    margin: 0 5px 10px;
  }
  .footer__menu .menu__link:active,
  .footer__menu .menu__link:active:focus,
  .footer__menu .menu__link:focus,
  .footer__menu .menu__link:hover {
    border-color: transparent;
  }
}

.topwidgets {
  margin-top: -50px;
  position: relative;
  z-index: 3;
}

.widget-balance {
  margin: -10px 0;
}

.widget-balance:after,
.widget-balance:before {
  display: table;
  content: " ";
}

.widget-balance:after {
  clear: both;
}

.widget-balance__icontext {
  margin: 10px 0;
  width: 50%;
  float: left;
}

.widget-balance__icontext + .widget-balance__icontext {
  margin: 10px 0;
}

.widget-refblock__controls {
  text-align: center;
  margin-top: 26px;
}

.widget-deposit__offer {
  margin-left: auto;
  margin-right: auto;
}

.widget-withdraw:after,
.widget-withdraw:before {
  display: table;
  content: " ";
}

.widget-withdraw:after {
  clear: both;
}

.widget-withdraw__icontext {
  float: left;
  width: 33.333333%;
  margin-top: 25px;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}

.widget-withdraw__icontext:before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 0;
  top: 2px;
  border-radius: 2px;
  border: 1px solid #d4dee7;
}

.widget-withdraw__icontext:after {
  position: absolute;
  height: 14px;
  width: 14px;
  left: 4px;
  top: 6px;
  background: #8b5fbf;
}

.widget-withdraw__icontext.active:after {
  content: "";
}

.widget-withdraw__icontext + .widget-withdraw__icontext {
  margin-top: 25px;
}

.widget-calculator__limits:after,
.widget-calculator__limits:before {
  display: table;
  content: " ";
}

.widget-calculator__limits:after {
  clear: both;
}

.widget-calculator__link {
  text-transform: uppercase;
  margin-top: 45px;
}

.widget-calculator__icontext {
  float: left;
  width: 33.333333%;
  margin-top: 25px;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
}

.widget-calculator__icontext:before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 0;
  top: 2px;
  border-radius: 2px;
  border: 1px solid #d4dee7;
}

.widget-calculator__icontext:after {
  position: absolute;
  height: 14px;
  width: 14px;
  left: 4px;
  top: 6px;
  background: #8b5fbf;
}

.widget-calculator__icontext.active:after {
  content: "";
}

.widget-calculator__icontext + .widget-calculator__icontext {
  margin-top: 25px;
}

.widget-calculator__icontext--100 {
  width: 100%;
  margin-top: 15px !important;
}

.widget-info__label {
  color: #79828b;
  font-weight: 400;
  text-transform: uppercase;
}

.widget-info__value {
  margin-top: 15px;
  font-weight: 400;
  font-size: 2.14286rem;
}

.widget-info + .widget-info {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .widget-refblock__controls {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .widget-balance__icontext {
    text-align: center;
    width: 50%;
  }
  .widget-withdraw__icontext {
    width: 33.333333%;
  }
  .widget-info:after,
  .widget-info:before {
    display: table;
    content: " ";
  }
  .widget-info:after {
    clear: both;
  }
  .widget-info__label {
    float: left;
  }
  .widget-info__value {
    margin-top: 0;
    float: right;
  }
}

@media (max-width: 575px) {
  .widget-balance__icontext {
    width: 100%;
    text-align: right;
  }
  .widget-balance__icontext:after,
  .widget-balance__icontext:before {
    display: table;
    content: " ";
  }
  .widget-balance__icontext:after {
    clear: both;
  }
  .widget-balance__icontext > .psname {
    float: left;
  }
  .widget-balance__icontext > br {
    display: none;
  }
  .widget-withdraw__icontext {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .widget-deposit__offer {
    box-shadow: none;
  }
  .widget-withdraw__icontext img {
    margin-right: 7px;
  }
  .widget-calculator__icontext {
    width: 50%;
  }
  .widget-calculator__icontext--100 {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */

.no-padding {
  padding: 0 !important;
}
.incrop-left {
  background-color: #171717;
  background-size: 100%;
  background-position: 0 100%;
  padding: 30px;
  border-radius: 10px 0 0 10px;
  box-shadow: -3px 0px 10px 1px rgba(0, 0, 0, 0.3);
}
.incrop-left-img {
  position: relative;
  padding-left: 100px;
}
.incrop-left img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 90px;
}
.incrop-left h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Museo700";
  letter-spacing: 1px;
  font-weight: normal;
  padding-bottom: 5px;
}
.incrop-left p {
  font-size: 13px;
  line-height: 22px;
}
.incrop-right {
  background-color: #a3a3a3;
  padding: 30px;
  border-radius: 0 10px 10px 0;
}
.incorp-inner {
  padding-left: 90px;
  background: url(../img/company-logo.png) no-repeat 0 0;
  background-size: 80px auto;
}
.incrop-right p {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
}
.incrop-right h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: "Museo700";
  font-weight: normal;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .truncate {
    font-size: 9px;
  }
}

@media screen and (max-width: 991px) {
  .incrop-left {
    border-radius: initial;
  }

  .incrop-right {
    border-radius: initial;
  }
}

@media only screen and (min-width: 992px) {
  .equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
  }
}
