:root{
  --background : #2800a8;;
  --accent : #7fd1d8 ;
  --white: #000;
  --dark: #e3e;
  --altwhite : #fff;
}
p {
    color: var(--white);
}
body{
    background-color: var(--altwhite) !important;
}
.custom-select {
    position: relative;
}
.custom-select__option {
    overflow: hidden;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select__option-wrap {
    position: relative;
}
.custom-select__input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0;
    border-width: 1px 0;
    border-style: solid;
    border-radius: 0;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select__dropdown {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    top: 100%;
    left: 0;
}
.custom-select--dropup .custom-select__dropdown {
    top: auto;
    bottom: 100%}
.custom-select__option {
    position: relative;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}
.custom-select__option:focus {
    outline: 0;
}
.custom-select__option:focus, .custom-select__option:hover {
    background-color: var(--dark);
}
.custom-select__option--value {
    padding-right: 1.875rem;
    background-color: var(--altwhite);
    border: 1px solid #e6e6e6;
    border-radius: .25rem;
}
.custom-select__option--value::after {
    position: absolute;
    box-sizing: border-box;
    width: 0;
    height: 0;
    top: 50%;
    right: .75rem;
    border-width: .3rem;
    border-bottom-width: 0;
    border-style: solid;
    border-color: currentColor transparent;
    transform: translateY(-50%);
    content: ""}
.custom-select--active .custom-select__option--value::after {
    transform: translateY(-50%) rotate(-180deg);
}
.custom-select--active .custom-select__option--value {
    border-bottom-color: transparent;
    border-radius: .25rem .25rem 0 0;
}
.custom-select--active .custom-select__option--value:focus, .custom-select--active .custom-select__option--value:hover {
    background-color: var(--altwhite);
}
.custom-select--dropup.custom-select--active .custom-select__option--value {
    border-top-color: transparent;
    border-bottom-color: #e6e6e6;
    border-radius: 0 0 .25rem .25rem;
}
.custom-select__option--selected {
    background-color: #fcfcfc;
}
.custom-select__option-wrap {
    overflow-y: auto;
    max-height: 11.25rem;
}
.custom-select__option-wrap::-webkit-scrollbar {
    width: 16px;
}
.custom-select__option-wrap::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    background-clip: padding-box;
    border-width: 0 4px;
    border-style: solid;
    border-color: transparent;
}
.custom-select__input {
    position: relative;
    z-index: 1;
    height: 2.25rem;
    margin-top: -1px;
    padding: 0 .75rem;
    border-color: #e6e6e6;
    transform: translateY(1px);
    font-size: 1rem;
}
.custom-select__input:focus {
    outline: 0;
}
.custom-select--dropup .custom-select__input {
    border-top-width: 0;
    margin-top: 0;
    transform: translateY(0);
}
.custom-select__dropdown {
    overflow: hidden;
    z-index: 1;
    top: calc(100% - 1px);
    background-color: var(--altwhite);
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e6e6e6;
    border-radius: 0 0 .25rem .25rem;
}
.custom-select--dropup .custom-select__dropdown {
    bottom: calc(100% - 1px);
    border-width: 1px 1px 0;
    border-radius: .25rem .25rem 0 0;
}
@font-face {
    font-family: Gilroy-Light;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Gilroy-Light/Gilroy-Light.eot);
    src: url(../fonts/Gilroy-Light/Gilroy-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Gilroy-Light/Gilroy-Light.woff) format("woff"), url(../fonts/Gilroy-Light/Gilroy-Light.ttf) format("truetype");
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
    width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--backgroud);
    text-align: left;
    background-color: var(--altwhite);
}
[tabindex="-1"]:focus {
    outline: 0!important;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b, strong {
    font-weight: bolder;
}
small {
    font-size: 80%}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    color: var(--background);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #1b7dda;
    text-decoration: underline;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
button {
    -webkit-border-radius: 0;
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none!important;
}
@-ms-viewport {
    width: device-width;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width:576px) {
    .container {
    max-width: 540px;
}
}@media (min-width:768px) {
    .container {
    max-width: 720px;
}
}@media (min-width:992px) {
    .container {
    max-width: 960px;
}
}@media (min-width:1200px) {
    .container {
    max-width: 1140px;
}
}.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%}
.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%}
.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%}
.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%}
.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%}
.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%}
.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%}
.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%}
.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%}
.offset-2 {
    margin-left: 16.66667%}
.offset-3 {
    margin-left: 25%}
.offset-4 {
    margin-left: 33.33333%}
.offset-5 {
    margin-left: 41.66667%}
.offset-6 {
    margin-left: 50%}
.offset-7 {
    margin-left: 58.33333%}
.offset-8 {
    margin-left: 66.66667%}
.offset-9 {
    margin-left: 75%}
.offset-10 {
    margin-left: 83.33333%}
.offset-11 {
    margin-left: 91.66667%}
@media (min-width:576px) {
    .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%}
.col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%}
.col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%}
.col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%}
.col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%}
.col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%}
.col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%}
.col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%}
.col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.33333%}
.offset-sm-2 {
    margin-left: 16.66667%}
.offset-sm-3 {
    margin-left: 25%}
.offset-sm-4 {
    margin-left: 33.33333%}
.offset-sm-5 {
    margin-left: 41.66667%}
.offset-sm-6 {
    margin-left: 50%}
.offset-sm-7 {
    margin-left: 58.33333%}
.offset-sm-8 {
    margin-left: 66.66667%}
.offset-sm-9 {
    margin-left: 75%}
.offset-sm-10 {
    margin-left: 83.33333%}
.offset-sm-11 {
    margin-left: 91.66667%}
}@media (min-width:768px) {
    .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%}
.col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%}
.col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%}
.col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%}
.col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%}
.col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%}
.col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%}
.col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%}
.col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-md-0 {
    margin-left: 0;
}
.offset-md-1 {
    margin-left: 8.33333%}
.offset-md-2 {
    margin-left: 16.66667%}
.offset-md-3 {
    margin-left: 25%}
.offset-md-4 {
    margin-left: 33.33333%}
.offset-md-5 {
    margin-left: 41.66667%}
.offset-md-6 {
    margin-left: 50%}
.offset-md-7 {
    margin-left: 58.33333%}
.offset-md-8 {
    margin-left: 66.66667%}
.offset-md-9 {
    margin-left: 75%}
.offset-md-10 {
    margin-left: 83.33333%}
.offset-md-11 {
    margin-left: 91.66667%}
}@media (min-width:992px) {
    .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%}
.col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%}
.col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%}
.col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%}
.col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%}
.col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%}
.col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%}
.col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%}
.col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-lg-0 {
    margin-left: 0;
}
.offset-lg-1 {
    margin-left: 8.33333%}
.offset-lg-2 {
    margin-left: 16.66667%}
.offset-lg-3 {
    margin-left: 25%}
.offset-lg-4 {
    margin-left: 33.33333%}
.offset-lg-5 {
    margin-left: 41.66667%}
.offset-lg-6 {
    margin-left: 50%}
.offset-lg-7 {
    margin-left: 58.33333%}
.offset-lg-8 {
    margin-left: 66.66667%}
.offset-lg-9 {
    margin-left: 75%}
.offset-lg-10 {
    margin-left: 83.33333%}
.offset-lg-11 {
    margin-left: 91.66667%}
}@media (min-width:1200px) {
    .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%}
.col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%}
.col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%}
.col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%}
.col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%}
.col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%}
.col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%}
.col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%}
.col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%}
.col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%}
.col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%}
.col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%}
.col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
.order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}
.order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
}
.order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}
.order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}
.order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}
.order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}
.order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}
.order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}
.order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}
.offset-xl-0 {
    margin-left: 0;
}
.offset-xl-1 {
    margin-left: 8.33333%}
.offset-xl-2 {
    margin-left: 16.66667%}
.offset-xl-3 {
    margin-left: 25%}
.offset-xl-4 {
    margin-left: 33.33333%}
.offset-xl-5 {
    margin-left: 41.66667%}
.offset-xl-6 {
    margin-left: 50%}
.offset-xl-7 {
    margin-left: 58.33333%}
.offset-xl-8 {
    margin-left: 66.66667%}
.offset-xl-9 {
    margin-left: 75%}
.offset-xl-10 {
    margin-left: 83.33333%}
.offset-xl-11 {
    margin-left: 91.66667%}
}.d-none {
    display: none!important;
}
.d-inline {
    display: inline!important;
}
.d-inline-block {
    display: inline-block!important;
}
.d-block {
    display: block!important;
}
.d-table {
    display: table!important;
}
.d-table-row {
    display: table-row!important;
}
.d-table-cell {
    display: table-cell!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
@media (min-width:576px) {
    .d-sm-none {
    display: none!important;
}
.d-sm-inline {
    display: inline!important;
}
.d-sm-inline-block {
    display: inline-block!important;
}
.d-sm-block {
    display: block!important;
}
.d-sm-table {
    display: table!important;
}
.d-sm-table-row {
    display: table-row!important;
}
.d-sm-table-cell {
    display: table-cell!important;
}
.d-sm-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-sm-inline-flex {
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media (min-width:768px) {
    .d-md-none {
    display: none!important;
}
.d-md-inline {
    display: inline!important;
}
.d-md-inline-block {
    display: inline-block!important;
}
.d-md-block {
    display: block!important;
}
.d-md-table {
    display: table!important;
}
.d-md-table-row {
    display: table-row!important;
}
.d-md-table-cell {
    display: table-cell!important;
}
.d-md-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-md-inline-flex {
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media (min-width:992px) {
    .d-lg-none {
    display: none!important;
}
.d-lg-inline {
    display: inline!important;
}
.d-lg-inline-block {
    display: inline-block!important;
}
.d-lg-block {
    display: block!important;
}
.d-lg-table {
    display: table!important;
}
.d-lg-table-row {
    display: table-row!important;
}
.d-lg-table-cell {
    display: table-cell!important;
}
.d-lg-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-lg-inline-flex {
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media (min-width:1200px) {
    .d-xl-none {
    display: none!important;
}
.d-xl-inline {
    display: inline!important;
}
.d-xl-inline-block {
    display: inline-block!important;
}
.d-xl-block {
    display: block!important;
}
.d-xl-table {
    display: table!important;
}
.d-xl-table-row {
    display: table-row!important;
}
.d-xl-table-cell {
    display: table-cell!important;
}
.d-xl-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-xl-inline-flex {
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}@media print {
    .d-print-none {
    display: none!important;
}
.d-print-inline {
    display: inline!important;
}
.d-print-inline-block {
    display: inline-block!important;
}
.d-print-block {
    display: block!important;
}
.d-print-table {
    display: table!important;
}
.d-print-table-row {
    display: table-row!important;
}
.d-print-table-cell {
    display: table-cell!important;
}
.d-print-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.d-print-inline-flex {
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
}
}.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: column-reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.justify-content-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-around {
    -webkit-justify-content: space-around!important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-start {
    -webkit-align-content: flex-start!important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-end {
    -webkit-align-content: flex-end!important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-between {
    -webkit-align-content: space-between!important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-around {
    -webkit-align-content: space-around!important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-start {
    -webkit-align-self: flex-start!important;
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-end {
    -webkit-align-self: flex-end!important;
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
@media (min-width:576px) {
    .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-sm-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-sm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: column-reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-sm-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-sm-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.justify-content-sm-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-sm-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-sm-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-sm-around {
    -webkit-justify-content: space-around!important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-sm-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-sm-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-sm-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-sm-start {
    -webkit-align-content: flex-start!important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-sm-end {
    -webkit-align-content: flex-end!important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-sm-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-sm-between {
    -webkit-align-content: space-between!important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-sm-around {
    -webkit-align-content: space-around!important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-sm-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-sm-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-sm-start {
    -webkit-align-self: flex-start!important;
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-sm-end {
    -webkit-align-self: flex-end!important;
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-sm-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-sm-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-sm-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}@media (min-width:768px) {
    .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-md-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-md-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: column-reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-md-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-md-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.justify-content-md-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-md-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-md-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-md-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-md-around {
    -webkit-justify-content: space-around!important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-md-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-md-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-md-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-md-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-md-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-md-start {
    -webkit-align-content: flex-start!important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-md-end {
    -webkit-align-content: flex-end!important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-md-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-md-between {
    -webkit-align-content: space-between!important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-md-around {
    -webkit-align-content: space-around!important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-md-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-md-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-md-start {
    -webkit-align-self: flex-start!important;
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-md-end {
    -webkit-align-self: flex-end!important;
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-md-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-md-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-md-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}@media (min-width:992px) {
    .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-lg-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: column-reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-lg-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-lg-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.justify-content-lg-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-lg-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-lg-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-lg-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-lg-around {
    -webkit-justify-content: space-around!important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-lg-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-lg-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-lg-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-lg-start {
    -webkit-align-content: flex-start!important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-lg-end {
    -webkit-align-content: flex-end!important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-lg-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-lg-between {
    -webkit-align-content: space-between!important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-lg-around {
    -webkit-align-content: space-around!important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-lg-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-lg-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-lg-start {
    -webkit-align-self: flex-start!important;
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-lg-end {
    -webkit-align-self: flex-end!important;
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-lg-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-lg-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-lg-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}@media (min-width:1200px) {
    .flex-xl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}
.flex-xl-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.flex-xl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: column-reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important;
}
.flex-xl-wrap {
    -webkit-flex-wrap: wrap!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.flex-xl-nowrap {
    -webkit-flex-wrap: nowrap!important;
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important;
}
.flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important;
}
.justify-content-xl-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-xl-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-xl-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-xl-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-xl-around {
    -webkit-justify-content: space-around!important;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.align-items-xl-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
}
.align-items-xl-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-xl-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important;
}
.align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}
.align-content-xl-start {
    -webkit-align-content: flex-start!important;
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important;
}
.align-content-xl-end {
    -webkit-align-content: flex-end!important;
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important;
}
.align-content-xl-center {
    -webkit-align-content: center!important;
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-xl-between {
    -webkit-align-content: space-between!important;
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important;
}
.align-content-xl-around {
    -webkit-align-content: space-around!important;
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important;
}
.align-content-xl-stretch {
    -webkit-align-content: stretch!important;
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important;
}
.align-self-xl-auto {
    -webkit-align-self: auto!important;
    -ms-flex-item-align: auto!important;
    align-self: auto!important;
}
.align-self-xl-start {
    -webkit-align-self: flex-start!important;
    -ms-flex-item-align: start!important;
    align-self: flex-start!important;
}
.align-self-xl-end {
    -webkit-align-self: flex-end!important;
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.align-self-xl-center {
    -webkit-align-self: center!important;
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.align-self-xl-baseline {
    -webkit-align-self: baseline!important;
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important;
}
.align-self-xl-stretch {
    -webkit-align-self: stretch!important;
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important;
}
}.w-25 {
    width: 25%!important;
}
.w-50 {
    width: 50%!important;
}
.w-75 {
    width: 75%!important;
}
.w-100 {
    width: 100%!important;
}
.h-25 {
    height: 25%!important;
}
.h-50 {
    height: 50%!important;
}
.h-75 {
    height: 75%!important;
}
.h-100 {
    height: 100%!important;
}
.mw-100 {
    max-width: 100%!important;
}
.mh-100 {
    max-height: 100%!important;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
p {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a:hover {
    outline: 0;
    text-decoration: none;
}
a:focus {
    outline: 0;
    text-decoration: none;
}
button:focus, button:hover, input:focus, input:hover {
    outline: 0;
}
::-webkit-input-placeholder {
    color: var(--white);
}
::-moz-placeholder {
    color: var(--white);
}
:-ms-input-placeholder {
    color: var(--white);
}
::-ms-input-placeholder {
    color: var(--white);
}
::placeholder {
    color: var(--white);
}
::-moz-selection {
    background-color: orange;
    color: var(--white);
}
::selection {
    background-color: orange;
    color: var(--white);
}
body {
    font-size: 14px;
    min-width: 320px;
    position: relative;
    line-height: 1;
    overflow-x: hidden;
    color: var(--white) !important;
    font-family: Lato, sans-serif;
}
body input, body textarea {
    border: var(--white) 1px solid;
    outline: 0;
    -webkit-appearance: none;
    -webkit-appearance--moz-appearance: none;
}
body input:focus:required:invalid, body textarea:focus:required:invalid {
    border-color: red;
}
body input:required:valid, body textarea:required:valid {
    border-color: green;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-responsive.img-width {
    width: 100%}
.text-center {
    text-align: center;
}
b, strong {
    font-weight: 700;
}
.wrapper {
    width: 100%;
    min-height: 100vh;
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.header {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 40px 0 260px;
}
.content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 90px;
}
.main-content {
    width: 100%;
    padding: 0 0 0 220px;
    background-color: var(--altwhite);
}
.inner-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.row {
    width: 100%}
.rate {
    font-size: 11px;
    text-transform: uppercase;
}
.rate--plus {
    color: #45d25c;
}
.rate--minus {
    color: #ff5129;
}
.rate--pending {
    color: #f5b871;
}
.rate--normal {
    color: #cfcfcf;
}
.inner-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
h2 {
    font-size: 25px;
    color: var(--white);
    font-weight: 700;
}
h3 {
    font-size: 18px;
    color: var(--white);
}
h4 {
    font-size: 14px;
    color: var(--white);
}
.status {
    width: 65px;
    line-height: 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color: var(--white);
    font-size: 12px;
}
.status--sent {
    background-color: var(--background);
}
.status--recived {
    background-color: #45d25c;
}
.status--decline {
    background-color: #fd5e71;
}
.status--pending {
    background-color: #f29f3f;
}
.status--active {
    background-color: #56d4a1;
}
.status--inactive {
    background-color: #ee4d64;
}
.btn {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 45px;
    height: 45px;
    display: inline-block;
    padding: 0 25px;
    color: #fefefe;
    text-transform: uppercase;
    letter-spacing: .55px;
    font-size: 11px;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    border: none;
    cursor: pointer;
}
.btn--blue {
    -webkit-box-shadow: 0 3px 9px rgba(94, 111, 249, .52);
    box-shadow: 0 3px 9px rgba(94, 111, 249, .52);
    background-color: #557ef8;
    color: var(--white) !important;
}
.btn--blue:hover {
    background-color: #688eff;
}
.btn--purpure {
    -webkit-box-shadow: 0 3px 9px rgba(113, 78, 253, .52);
    box-shadow: 0 3px 9px rgba(113, 78, 253, .52);
    background-color: #714efd;
    color: var(--white) !important;
}
.btn--purpure:hover {
    background-color: #8567ff;
}
.btn--green {
    -webkit-box-shadow: 0 3px 9px rgba(51, 196, 109, .52);
    box-shadow: 0 3px 9px rgba(51, 196, 109, .52);
    background-color: #33c46d;
    color: var(--white) !important;
}
.btn--green:hover {
    background-color: #42d47c;
    color: var(--white) !important;
}
.btn--full {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0;
}
.btn:hover {
    color: var(--white);
}
.small-btn {
    width: 70px;
    line-height: 22px;
    text-align: center;
    border: 1px solid var(--white);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: var(--white);
    font-size: 11px;
    letter-spacing: .55px;
    text-transform: uppercase;
    -webkit-transition: background-color .4s, color .4s, border .4s;
    -o-transition: background-color .4s, color .4s, border .4s;
    transition: background-color .4s, color .4s, border .4s;
}
.small-btn:hover {
    background-color: #262930;
    color: var(--white);
    border: 1px solid #262930;
}
.tooltip {
    position: relative;
}
.tooltip:nth-child(2n) {
    margin: 0 6px;
}
.tooltip.active .tooltip__icon svg path, .tooltip:hover .tooltip__icon svg path {
    fill: #3e3f43;
}
.tooltip__icon svg path {
    fill: #c9d4e1;
}
.tooltip__text {
    position: absolute;
    width: auto;
    white-space: nowrap;
    top: -35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 11px;
    color: var(--white);
    padding: 8px 11px;
    background-color: #3f4042;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: none;
    text-align: center;
}
.tooltip__text:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #3f4042;
}
@media only screen and (max-width:1300px) {
    .main-content {
    padding-left: 110px;
}
}@media (max-width:991.98px) {
    .main-content {
    padding-left: 90px;
}
}@media (max-width:767.98px) {
    .content {
    margin-top: 50px;
}
.header {
    padding-right: 10px;
}
.main-content {
    padding-left: 0;
    padding-top: 10px;
}
}.sidebar {
    background-image: -webkit-linear-gradient(96deg, #fff 0, #fff 100%);
    background-image: -o-linear-gradient(96deg, #fff 0, #fff 100%);
    background-image: linear-gradient(-6deg, #fff 0, #fff 100%);
    width: 220px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 4;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.sidebar__close-btn {
    position: absolute;
    top: 15px;
    right: 10px;
    display: none;
}
.btn-menu {
    width: 20px;
    margin-right: 35px;
    cursor: pointer;
}
.btn-menu div {
    width: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, .65);
}
.btn-menu div:nth-child(2) {
    margin: 4px 0;
}
.btn-menu div:nth-child(3) {
    width: 15px;
    float: right;
}
.btn-menu--left {
    display: none;
}
.btn-menu--right {
    display: none;
}
.menu {
    margin: 40px 0;
    width: 100%}
.menu__item {
    position: relative;
}
.menu__item:last-child {
    margin-bottom: 0;
}
.menu__item.active .menu__link {
    color: var(--background);
}
.menu__item.active .menu__link-icon svg path {
    fill: var(--background);
}
.menu__item:nth-child(1) .menu__link-icon svg {
    top: 0;
}
.menu__item:nth-child(2) .menu__link-icon svg {
    top: 2px;
}
.menu__item:nth-child(3) .menu__link-icon svg {
    top: 1.5px;
}
.menu__item:nth-child(4) .menu__link-icon svg {
    top: 3px;
}
.menu__item:nth-child(5) .menu__link-icon svg {
    top: 2px;
}
.menu__item:nth-child(6) .menu__link-icon svg {
    top: 1.5px;
}
.menu__link {
    padding-left: 55px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
}
.menu__link:hover {
    color: var(--white);
}
.menu__link:hover .menu__link-text:hover {
    color: var(--white)952;
}
.menu__link svg {
    width: 15px;
    position: relative;
}
.menu__link svg path {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    fill: #434951;
}
.menu__link-icon {
    margin-right: 15px;
}
.menu__link-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 85px;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.copyright {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #4a4e54;
}
.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--altwhite);
}
.logo__img {
    margin-right: 110px;
    -webkit-transition: padding-right .4s;
    -o-transition: padding-right .4s;
    transition: padding-right .4s;
    width: 32px;
    height: 36px;
}
.logo__text {
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #0d0d0d;
    font-size: 16px;
    font-family: Gilroy-Light;
    -webkit-transition: top .4s;
    -o-transition: top .4s;
    transition: top .4s;
    text-transform: uppercase;
}
.logo:hover {
    text-decoration: none;
}
.mobile-logo {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-color: var(--altwhite);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
}
.mobile-logo img {
    width: 50%;
    height: 50%}
.header {
    height: 90px;
    -webkit-box-shadow: 0 0 68px rgba(225, 230, 232, .67);
    box-shadow: 0 0 68px rgba(225, 230, 232, .67);
    background-image: -webkit-gradient(linear, left top, right top, from(#a0dd9f), to(var(--background)));
    background-image: -webkit-linear-gradient(left, #a0dd9f 0, var(--background) 100%);
    background-image: -o-linear-gradient(left, #a0dd9f 0, var(--background) 100%);
    background-image: linear-gradient(to right, #a0dd9f 0, var(--background) 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
}
.search {
    position: relative;
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.search__icon {
    position: absolute;
    top: 0;
    left: 0;
}
.search__input {
    border: none;
    background-color: transparent;
    font-size: 14px;
    padding-left: 25px;
    color: var(--white);
    width: 100%}
.search__input::-webkit-input-placeholder {
    color: #bfc6dc;
}
.search__input::-moz-placeholder {
    color: #bfc6dc;
}
.search__input:-ms-input-placeholder {
    color: #bfc6dc;
}
.search__input::-ms-input-placeholder {
    color: #bfc6dc;
}
.search__input::placeholder {
    color: #bfc6dc;
}
.notification {
    position: relative;
    width: 18px;
    margin-right: 30px;
}
.notification__icon {
    cursor: pointer;
}
.notification__list {
    display: none;
    position: absolute;
    z-index: 2;
    top: 40px;
    left: -90.5px;
    width: 215px;
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, .07);
    box-shadow: 0 3px 16px rgba(0, 0, 0, .07);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: var(--altwhite);
}
.notification__list-item {
    border-bottom: 1px solid #eee;
    line-height: 35px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px 0 34px;
}
.notification__list-item p {
    position: relative;
    font-size: 12px;
    color: var(--white);
}
.notification__list-item .circle {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -15px;
}
.notification__more {
    height: 35px;
    line-height: 35px;
    width: 100%;
    background-color: var(--altwhite);
    display: block;
    text-align: center;
    text-decoration: underline;
    color: var(--background);
    font-size: 11px;
}
.notification__more:hover {
    color: var(--background);
}
.user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.user__avatar {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}
.user__avatar img {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.user__name {
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
}
.user__arr {
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.user__arr img {
    width: 100%;
    height: 100%}
.user-menu {
    position: absolute;
    z-index: 1;
    top: 55px;
    left: -10px;
    width: 110px;
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, .07);
    box-shadow: 0 3px 16px rgba(0, 0, 0, .07);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: var(--altwhite);
    padding: 25px 0;
    display: none;
}
.user-menu__item {
    margin-bottom: 14px;
}
.user-menu__item:last-child {
    margin-bottom: 0;
}
.user-menu__link {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 25px 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 12px;
    color: #a3a5a6;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.user-menu__link:hover {
    color: var(--background);
}
.user-menu__link:hover .user-menu__icon svg path {
    fill: var(--background);
}
.user-menu__icon {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}
.user-menu__icon svg {
    width: 100%;
    height: 100%}
.user-menu__icon svg path {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    fill: #a3a5a6;
}
@media only screen and (max-width:1300px) {
    .header {
    padding-left: 150px;
    -webkit-transition: padding .4s;
    -o-transition: padding .4s;
    transition: padding .4s;
}
.header.move-right {
    padding-left: 260px;
}
.btn-menu--left {
    display: block;
}
.logo__img {
    margin-right: 0;
}
.logo__text {
    opacity: 0;
    top: 0;
}
.sidebar {
    width: 110px;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s;
}
.sidebar.open {
    width: 220px;
}
.sidebar.open .logo__img {
    margin-right: 110px;
}
.sidebar.open .logo__text {
    opacity: 1;
    top: 50%}
.sidebar.open .menu__link:after {
    display: none;
}
.sidebar.open .menu__link:hover .menu__link-text {
    color: var(--white)952;
}
.sidebar.open .menu__item.active .menu__link-text {
    color: var(--background);
}
.sidebar.open .menu__link-text {
    opacity: 1;
}
.menu__item.active .menu__link-icon svg path {
    fill: var(--background);
}
.menu__link {
    padding-left: 48px;
    position: relative;
    z-index: 2;
}
.menu__link:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #262626;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 0;
    opacity: 0;
    -webkit-transition: width .4s, opacity .4s;
    -o-transition: width .4s, opacity .4s;
    transition: width .4s, opacity .4s;
    border-radius: 2px;
}
.menu__link:hover:after {
    width: -webkit-calc(100% + 70px);
    width: calc(100% + 70px);
    opacity: 1;
}
.menu__link:hover .menu__link-text {
    opacity: 1;
}
.menu__link-icon {
    position: relative;
    z-index: 1;
}
.menu__link-icon svg {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
}
.menu__link-text {
    opacity: 0;
    z-index: 1;
    left: 85px;
    color: var(--white);
    -webkit-transition: color .4s, opacity .4s;
    -o-transition: color .4s, opacity .4s;
    transition: color .4s, opacity .4s;
}
}@media (max-width:991.98px) {
    .header {
    padding-left: 130px;
}
.sidebar {
    width: 90px;
}
.menu__link {
    padding-left: 38px;
}
.menu__link-text {
    left: 70px;
}
}@media (max-width:767.98px) {
    .header {
    height: 50px;
    padding-left: 0;
}
.header.move-right {
    padding-left: 0;
}
.btn-menu {
    margin-right: 0;
}
.btn-menu--left {
    display: none;
}
.btn-menu--right {
    display: block;
}
.notification {
    margin-right: 20px;
}
.notification__list {
    top: 30px;
    left: -180px;
}
.menu {
    width: 200px;
}
.sidebar {
    width: 100%;
    left: -100%;
    height: 100vh;
    -webkit-transition: left .4s;
    -o-transition: left .4s;
    transition: left .4s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 40px;
}
.sidebar__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.sidebar.open {
    left: 0;
    width: 100%}
.sidebar.open .logo__img {
    padding-right: 0;
}
.sidebar .logo {
    background-color: transparent;
    width: 27px;
    height: 30px;
    top: 20px;
    left: 70px;
}
.sidebar .logo__text {
    display: none;
}
.sidebar .logo__img {
    margin-right: 0;
}
.sidebar__close-btn {
    display: block;
}
}.wallets {
    padding: 40px 40px 25px 40px;
}
#crypt-candle-chart > div > div{
    width: 100%;
    height: 400px !important;
}
.wallets__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wallets h2 {
    margin-bottom: 20px;
}
.wallet {
    width: -webkit-calc(25% - 7.5px);
    width: calc(25% - 7.5px);
    max-width: 300px;
    height: 135px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
    position: relative;
    padding: 20px;
    -webkit-transition: -webkit-transform .4s, -webkit-box-shadow .4s;
    transition: -webkit-transform .4s, -webkit-box-shadow .4s;
    -o-transition: transform .4s, box-shadow .4s;
    transition: transform .4s, box-shadow .4s;
    transition: transform .4s, box-shadow .4s, -webkit-transform .4s, -webkit-box-shadow .4s;
}
.wallet:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 3px 38px rgba(170, 176, 177, .98);
    box-shadow: 0 3px 38px rgba(170, 176, 177, .98);
}
.wallet--full-width {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 30px 40px;
    height: auto;
}
.wallet--full-width:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.wallet--full-width .wallet__currency-icon {
    width: 71px;
    height: 71px;
}
.wallet--full-width .wallet__currency-icon svg {
    width: 100%;
    height: 100%}
.wallet--full-width .wallet__header {
    margin-bottom: 20px;
}
.wallet--full-width .wallet__footer {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%}
.wallet--full-width .wallet__course {
    position: relative;
}
.wallet--full-width .wallet__course:before {
    content: 'Balance: ';
    position: absolute;
    top: -16px;
    font-size: 12px;
    font-weight: 700;
    color: var(--white);
    left: 0;
}
.wallet__bg-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.wallet__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wallet__currency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wallet__currency-icon {
    margin-right: 15px;
}
.wallet__currency-icon svg path {
    fill: var(--white);
}
.wallet__currency-course, .wallet__currency-info, .wallet__last-transactions {
    font-size: 16px;
    line-height: 18px;
    display: block;
    color: var(--white);
    font-weight: 700;
}
.wallet__currency-course span, .wallet__currency-info span, .wallet__last-transactions span {
    display: block;
}
.wallet__currency-course span:last-child, .wallet__currency-info span:last-child, .wallet__last-transactions span:last-child {
    font-weight: 400;
    font-size: 14px;
}
.wallet__course {
    text-align: left;
}
.wallet__course span {
    display: block;
    color: var(--white);
    text-transform: uppercase;
}
.wallet__course span:first-child {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}
.wallet__course span:nth-child(2) {
    line-height: 16px;
    font-size: 14px;
}
.wallet__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white);
    position: absolute;
    bottom: 25px;
    left: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    font-size: 12px;
}
.add-wallet {
    width: -webkit-calc(25% - 7.5px);
    width: calc(25% - 7.5px);
    max-width: 300px;
    border: 2px solid #d8dfe1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 135px;
}
.add-wallet__icon {
    margin-bottom: 10px;
}
.add-wallet__text {
    font-size: 12px;
    color: #bac1c2;
}
@media (max-width:1199.98px) {
    .wallets {
    padding-bottom: 30px;
}
.wallets__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 610px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.add-wallet, .wallet {
    margin-bottom: 10px;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 0;
}
.wallet--full-width {
    width: 100%;
    margin-bottom: 0;
}
.wallet--full-width:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.wallet--full-width .wallet__header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wallet--full-width .wallet__currency {
    width: 100%;
    margin-bottom: 10px;
}
.wallet--full-width .wallet__last-transactions {
    width: 33.3333%}
.wallet--full-width .wallet__currency-course {
    width: 33.3333%}
.wallet--full-width .wallet__course {
    width: 33.3333%}
.wallet--full-width .small-btn {
    position: absolute;
    top: 40px;
    right: 40px;
}
}@media (max-width:991.98px) {
    .wallet--full-width .wallet__currency {
    width: 40%}
.wallet--full-width .wallet__last-transactions {
    width: 20%}
.wallet--full-width .wallet__currency-course {
    width: 20%}
.wallet--full-width .wallet__course {
    width: 20%}
.wallet--full-width .small-btn {
    position: relative;
    top: 0;
    right: 0;
}
}@media (max-width:767.98px) {
    .wallets {
    padding: 0 10px;
}
.wallets__list {
    margin-bottom: 10px;
}
.wallet--full-width {
    padding: 40px 10px;
}
.wallet--full-width .wallet__currency {
    width: 40%}
.wallet--full-width .wallet__last-transactions {
    width: 17%}
.wallet--full-width .wallet__currency-course {
    width: 23%}
.wallet--full-width .wallet__course {
    width: 20%}
}@media (max-width:575.98px) {
    .wallet {
    width: 100%;
    max-width: 100%}
.add-wallet {
    max-width: 100%;
    width: 100%}
.wallet--full-width .wallet__header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wallet--full-width .wallet__currency {
    width: 100%;
    margin-bottom: 10px;
}
.wallet--full-width .wallet__last-transactions {
    width: 33.3333%}
.wallet--full-width .wallet__currency-course {
    width: 33.3333%}
.wallet--full-width .wallet__course {
    width: 33.3333%}
.wallet--full-width .small-btn {
    position: absolute;
    top: 40px;
    right: 10px;
}
#crypt-candle-chart > div > div{
    height: 300px !important;
}
}.transactions {
    background-color: var(--altwhite);
    padding: 0 0 40px;
}
.transactions__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 40px 30px;
    background-color: var(--altwhite);
}
.transactions__filters {
    background-color: var(--altwhite);
    padding: 0 40px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.transactions__filters-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.transactions__filters-col--aling-right {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.transactions__list {
    margin-bottom: 30px;
}
.transactions h3 {
    padding-top: 40px;
    padding-left: 40px;
    margin-bottom: 20px;
}
.transactions .btn {
    margin-left: 40px;
}
.transaction {
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    padding: 0 40px;
    position: relative;
}
.transaction.open {
    background-color: var(--dark);
}
.transaction__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.transaction:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.transaction:last-child:after {
    display: none;
}
.transaction__header--five-cols .transaction__data {
    width: 24%}
.transaction__header--five-cols .transaction__currency {
    width: 22%}
.transaction__header--five-cols .transaction__info {
    width: 36%}
.transaction__header--five-cols .transaction__status {
    width: 15%}
.transaction__header--five-cols .transaction__course {
    width: 13%}
.transaction__header--six-cols .transaction__data {
    width: 22%}
.transaction__header--six-cols .transaction__currency {
    width: 16%}
.transaction__header--six-cols .transaction__info {
    width: 36%}
.transaction__header--six-cols .transaction__status {
    width: 9%}
.transaction__header--six-cols .transaction__course {
    width: 9%}
.transaction__header--six-cols .transaction__actions {
    width: 8%}
.transaction__header--three-cols .transaction__data {
    width: 25%}
.transaction__header--three-cols .transaction__info {
    width: 60%}
.transaction__header--three-cols .transaction__course {
    width: 15%}
.transaction__data {
    font-size: 14px;
    color: var(--white);
}
.transaction__currency {
    font-size: 15px;
    color: var(--white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.transaction__currency svg {
    margin-right: 15px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.transaction__info {
    font-size: 15px;
    line-height: 16px;
    color: var(--white);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.transaction__info img {
    margin-right: 20px;
}
.transaction__course {
    text-align: right;
}
.transaction__course span {
    display: block;
}
.transaction__course .rate--minus, .transaction__course .rate--pending, .transaction__course .rate--plus {
    font-size: 15px;
    line-height: 18px;
}
.transaction__course .rate--normal {
    font-size: 12px;
}
.transaction__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.transaction__body {
    display: none;
    padding: 25px 0 40px;
}
.transaction__details {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.transaction__details li {
    width: 400px;
    font-size: 12px;
    color: var(--white);
    line-height: 20px;
}
.transaction__details li span {
    display: inline-block;
    font-size: 12px;
    color: var(--white);
    font-weight: 700;
    width: 80px;
    text-align: right;
    margin-right: 20px;
}
@media (max-width:1199.98px) {
    .transaction__header--five-cols .transactions__currency {
    width: 20%}
.transaction__header--five-cols .transactions__info {
    width: 38%}
.transaction__header--three-cols .transaction__course {
    width: 20%}
.transaction__header--three-cols .transaction__info {
    width: 55%}
.transaction__header--three-cols .transaction__info p {
    max-width: 180px;
}
}@media (max-width:991.98px) {
    .transactions__filters {
    display: block;
}
.transactions__filters-col {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.transactions__filters-col:first-child {
    margin-bottom: 20px;
}
.transaction__header--five-cols .transaction__data {
    width: 18%}
.transaction__header--five-cols .transaction__currency {
    width: 20%}
.transaction__header--five-cols .transaction__info {
    width: 45%}
.transaction__header--five-cols .transaction__status {
    width: 12%}
.transaction__header--six-cols .transaction__data {
    width: 17%}
.transaction__header--six-cols .transaction__data p {
    max-width: 100px;
}
.transaction__header--six-cols .transaction__currency {
    width: 18%}
.transaction__header--six-cols .transaction__info {
    width: 31%}
.transaction__header--six-cols .transaction__info p {
    max-width: 180px;
}
.transaction__header--six-cols .transaction__status {
    width: 11%}
.transaction__header--six-cols .transaction__course {
    width: 11%}
.transaction__header--six-cols .transaction__actions {
    width: 12%}
.transaction__header--three-cols .transaction__course {
    width: 20%}
.transaction__header--three-cols .transaction__info {
    width: 55%}
.transaction__header--three-cols .transaction__info p {
    max-width: 100%}
.transaction__data {
    font-size: 14px;
    line-height: 16px;
}
.transaction__currency {
    font-size: 14px;
}
.transaction__currency svg {
    margin-right: 10px;
}
.transaction__info {
    font-size: 14px;
}
.transaction__info img {
    margin-right: 10px;
}
.transaction__course .rate--minus, .transaction__course .rate--pending, .transaction__course .rate--plus {
    font-size: 12px;
}
.transaction__course .rate--normal {
    font-size: 10px;
}
}@media (max-width:767.98px) {
    .transactions .btn {
    margin-left: 10px;
}
.transactions__header {
    padding: 20px 10px;
}
.transactions h3 {
    padding-left: 10px;
}
.transactions__filters {
    padding: 0 10px 20px;
}
.transactions__filres-col {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.transactions__filres-col:first-child {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.transaction {
    padding: 0 10px;
}
}@media only screen and (max-width:640px) {
    .transaction {
    padding: 0 10px;
}
.transaction__header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 15px 0 55px;
}
.transaction__header--five-cols .transaction__data {
    width: 100%}
.transaction__header--five-cols .transaction__currency {
    width: 33.3333%}
.transaction__header--five-cols .transaction__status {
    width: 33.3333%}
.transaction__header--five-cols .transaction__course {
    width: 33.3333%}
.transaction__header--five-cols .transaction__info {
    width: 100%}
.transaction__header--six-cols .transaction__data {
    width: 100%}
.transaction__header--six-cols .transaction__data p {
    max-width: 100%}
.transaction__header--six-cols .transaction__info {
    width: 100%}
.transaction__header--six-cols .transaction__info p {
    max-width: 100%}
.transaction__header--six-cols .transaction__currency {
    width: 33.3333%}
.transaction__header--six-cols .transaction__status {
    width: 33.3333%}
.transaction__header--six-cols .transaction__course {
    width: 33.3333%}
.transaction__header--six-cols .transaction__actions {
    width: 100px;
}
.transaction__header--three-cols .transaction__course {
    width: 50%}
.transaction__header--three-cols .transaction__data {
    width: 50%;
    margin-bottom: 0;
}
.transaction__header--three-cols .transaction__info {
    width: 100%}
.transaction__header--three-cols .transaction__info p {
    max-width: 100%}
.transaction__data {
    margin-bottom: 20px;
}
.transaction__status .status {
    margin: 0 auto;
}
.transaction__info {
    position: absolute;
    bottom: 15px;
    left: 0;
}
.transaction__body {
    padding: 5px 0 25px;
}
.transaction__details li {
    width: 100%}
.transaction__details li span {
    text-align: left;
    margin-right: 5px;
}
.transaction__actions {
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
}@media (max-width:575.98px) {
    .transactions__filters-col {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.transactions__filters-col--align-right {
    display: block;
}
.transactions__header .btn {
    margin-left: 20px;
    padding: 0 20px;
}
}.popup {
    max-width: 420px;
    width: 100%;
    background-color: var(--white);
    position: relative;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 54px rgba(0, 0, 0, .27);
    box-shadow: 0 3px 54px rgba(0, 0, 0, .27);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.popup__thanks {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--white);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s;
    -o-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
}
.popup__thanks img {
    margin-bottom: 25px;
}
.popup__thanks.active {
    opacity: 1;
    visibility: visible;
}
.popup .mfp-close {
    width: 25px;
    height: 25px;
    background-color: var(--background);
    color: var(--white);
    position: absolute;
    top: 0;
    right: -28px;
    line-height: 25px;
    opacity: 1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}
.popup .mfp-close:hover {
    background-color: #28292b;
}
.popup__content {
    padding: 30px 30px 40px 30px;
    text-align: center;
}
.popup__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.popup-add-wallet__img {
    margin-bottom: 15px;
}
.popup-add-wallet h3 {
    margin-bottom: 35px;
}
.popup-add-wallet__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.popup-add-wallet .input-wrap {
    margin-right: 10px;
    min-width: 220px;
}
.mfp-bg {
    background-color: #5283f7;
    opacity: .47;
}
.popup-confirmation__qr-code {
    margin-left: 20px;
    width: 50px;
    height: 50px;
}
@media (max-width:575.98px) {
    .popup .mfp-close {
    right: 0;
}
.popup__content {
    padding: 25px 15px 30px 15px;
}
.popup-add-wallet__row {
    display: block;
}
.popup-add-wallet .input-wrap {
    margin-bottom: 10px;
}
}.custom-select {
    position: relative;
    width: 100%}
.custom-select--grey .select-options {
    background-color: var(--altwhite);
}
.custom-select--currency {
    max-width: 126px;
    min-width: 126px;
    width: 126px;
    margin-right: 15px;
}
.custom-select--actions {
    min-width: 160px;
    width: 160px;
    max-width: 160px;
}
.select-hidden {
    display: none;
}
.select {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing-border: 1px solid #dee1e2;
}
.custom-select__option {
    text-align: left;
    background-color: transparent;
    height: 50px;
    line-height: 48px;
    cursor: pointer;
    padding: 0 18px;
    color: var(--white);
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}
.custom-select__option--value {
    border: 1px solid #dee1e2;
}
.custom-select__option--value:after {
    content: "";
    width: 10px;
    height: 6px;
    background-image: url(../img/chevron-down.svg);
    -webkit-background-size: 10px 6px;
    background-size: 10px 6px;
    background-repeat: no-repeat;
    position: absolute;
    top: 22px;
    right: 17px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border: none;
}
.custom-select__option--value:focus {
    outline: 0;
    text-decoration: none;
}
.custom-select__option--value.active:after {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.custom-select__option--value:after {
    opacity: .5;
}
.custom-select__dropdown {
    max-height: 200px;
    overflow-y: auto;
}
.datapickers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.datapicker-range {
    width: 137px;
    min-width: 137px;
    height: 50px;
    position: relative;
}
.datapicker-range img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12px;
}
.datapicker-range input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: var(--white);
    padding-left: 43px;
    border: 1px solid #dee1e2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: border .4s;
    -o-transition: border .4s;
    transition: border .4s;
}
.datapicker-range input:focus {
    border: 1px solid #7c7c7c;
}
.separator {
    width: 18px;
    height: 1px;
    background-color: #e1e4e5;
    margin: 0 12px;
}
.input-wrap {
    position: relative;
    width: 100%}
.input-wrap textarea {
    resize: none;
    border: 1px solid #dee1e2;
    width: 100%;
    height: 138px;
    background-color: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    -webkit-transition: border .4s;
    -o-transition: border .4s;
    transition: border .4s;
}
.input-wrap textarea::-webkit-input-placeholder {
    color: var(--white);
}
.input-wrap textarea::-moz-placeholder {
    color: var(--white);
}
.input-wrap textarea:-ms-input-placeholder {
    color: var(--white);
}
.input-wrap textarea::-ms-input-placeholder {
    color: var(--white);
}
.input-wrap textarea::placeholder {
    color: var(--white);
}
.input-wrap textarea:focus {
    border: 1px solid #7c7c7c;
}
.input-wrap input {
    border: 1px solid #dee1e2;
    width: 100%;
    height: 50px;
    background-color: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: border .4s;
    -o-transition: border .4s;
    transition: border .4s;
}
.input-wrap input:focus {
    border: 1px solid #7c7c7c;
}
.input-wrap input::-webkit-input-placeholder {
    color: var(--white);
}
.input-wrap input::-moz-placeholder {
    color: var(--white);
}
.input-wrap input:-ms-input-placeholder {
    color: var(--white);
}
.input-wrap input::-ms-input-placeholder {
    color: var(--white);
}
.input-wrap input::placeholder {
    color: var(--white);
}
.input-wrap__label {
    position: absolute;
    font-size: 12px;
    color: var(--white);
    text-transform: uppercase;
    right: 20px;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.input-wrap--50 {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
}
.search-input {
    margin-left: 15px;
    width: 266px;
    min-width: 266px;
}
.search-input img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 13px;
}
.search-input input {
    padding-left: 44px;
}
.form__title {
    margin-bottom: 35px;
}
.form__row {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form__row .form__row {
    margin-bottom: 0;
}
.form__label {
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
    display: block;
    white-space: nowrap;
}
.form__col-xl {
    width: -webkit-calc(55% - 6.666666666666667px);
    width: calc(55% - 6.666666666666667px);
}
.form__col-lg {
    width: -webkit-calc(30% - 6.666666666666667px);
    width: calc(30% - 6.666666666666667px);
}
.form__col-xs {
    width: -webkit-calc(15% - 6.666666666666667px);
    width: calc(15% - 6.666666666666667px);
}
.form__col-md {
    width: -webkit-calc(33.33333% - 6.666666666666667px);
    width: calc(33.33333% - 6.666666666666667px);
}
.form__col-sm {
    width: -webkit-calc(22.5% - 6.666666666666667px);
    width: calc(22.5% - 6.666666666666667px);
}
.settings-form {
    max-width: 800px;
    width: 100%}
.checkbox-list li {
    margin-bottom: 25px;
}
.checkbox-list li:last-child {
    margin-bottom: 30px;
}
.checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    color: var(--white);
}
.checkbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkbox__input:checked~.checkbox__checkmark:after {
    opacity: 1;
}
.checkbox__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #d7dfe2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.checkbox__checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    width: 14px;
    height: 11px;
    background-image: url(../img/checkbox-arr.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.radio-input {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-input__radio {
    position: absolute;
    opacity: 0;
}
.radio-input__radio:checked~.radio-input__checkmark:after {
    opacity: 1;
}
.radio-input__radio:checked~.radio-input__checkmark:after:hover .radio-input__input~.radio-input__checkmark {
    background-color: #ccc;
}
.radio-input__checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #d7dfe2;
    -webkit-border-radius: 50%;
    border-radius: 50%}
.radio-input__checkmark:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #9ba8ad;
    opacity: 0;
}
.group-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.group-input input {
    width: 100%;
    border: 1px solid #e1e4e5;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border-right: none;
    padding-left: 20px;
    font-size: 14px;
    color: var(--altwhite);
}
.group-input .custom-select {
    width: 120px;
    min-width: 120px;
}
.group-input .custom-select__option--value {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}
@media (max-width:1199.98px) {
    .search-input {
    width: 180px;
    min-width: 180px;
}
.custom-select--actions {
    width: 150px;
    min-width: 150px;
}
.separator {
    margin: 0 5px;
    width: 8px;
}
}@media (max-width:991.98px) {
    .separator {
    margin: 0 12px;
    width: 12px;
}
.form__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form__col-xl {
    margin-bottom: 20px;
    width: 100%}
.form__col-lg {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
}
.form__col-sm, .form__col-xs {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
}
}.switch-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.switch-block .switch {
    margin-right: 24px;
}
.switch-block p {
    font-size: 15px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 0!important;
    max-width: 100%!important;
}
.switch-block b {
    color: var(--white);
}
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    min-width: 48px;
    height: 26px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background-color: var(--altwhite);
    overflow: hidden;
    margin-bottom: 0;
}
.switch__checkbox {
    display: none;
}
.switch__checkbox:checked+.switch__slider {
    border: 1px solid #56d4a1;
    background-color: #56d4a1;
}
.switch__checkbox:checked+.switch__slider:before {
    -webkit-transform: translateX(22px);
    -ms-transform: translateX(22px);
    transform: translateX(22px);
    border: 1px solid var(--white);
}
.switch__checkbox:focus+.switch__slider {
    -webkit-box-shadow: 0 0 1px #2196f3;
    box-shadow: 0 0 1px #2196f3;
}
.switch__slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    border: 1px solid #d5d5d5;
}
.switch__slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: var(--altwhite);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border: 1px solid #d5d5d5;
    -webkit-border-radius: 50%;
    border-radius: 50%}
@media (max-width:575.98px) {
    .search-input {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}
.custom-select--actions, .custom-select--currency {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    min-width: -webkit-calc(50% - 10px);
    min-width: calc(50% - 10px);
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
}
.datapickers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.datapicker-range {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    min-width: -webkit-calc(50% - 10px);
    min-width: calc(50% - 10px);
    max-width: -webkit-calc(50% - 10px);
    max-width: calc(50% - 10px);
    display: inline-block;
}
.datapicker-range:first-child {
    margin-right: 10px;
}
.separator {
    display: none;
}
.select-styled {
    font-size: 13px;
}
.form__col-md {
    width: 100%}
.form__col-xs {
    width: 100%}
.form__col-lg {
    width: 100%;
    margin-bottom: 20px;
}
}.wallet-inner__header {
    padding: 40px;
}
.wallet-inner__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.wallet-inner__col {
    width: 50%}
.wallet-inner__col:first-child {
    border-right: 1px solid #ebebeb;
}
.wallet-inner__col:last-child {
    background-color: var(--altwhite);
}
.wallet-inner__chart {
    padding: 40px;
    background-color: var(--altwhite);
}
.wallet-inner__chart h3 {
    margin-bottom: 30px;
}
.wallet-inner__btns .btn {
    margin-right: 10px;
}
.chart {
    margin-bottom: 40px;
}
@media (max-width:991.98px) {
    .wallet-inner__row {
    display: block;
}
.wallet-inner__col {
    width: 100%}
}@media (max-width:767.98px) {
    .wallet-inner__header {
    padding: 40px 10px;
}
.wallet-inner__chart {
    padding: 40px 10px;
}
}.settings__header {
    padding: 40px 40px 0;
}
.settings h2 {
    padding-bottom: 30px;
}
.settings__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.settings__tabs-item {
    font-size: 14px;
    font-weight: 700;
    margin-right: 50px;
    position: relative;
    padding-bottom: 12px;
    cursor: pointer;
}
.settings__tabs-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 3px solid var(--background);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.settings__tabs-item.active:after {
    opacity: 1;
}
.settings__tabs-item:last-child {
    margin-right: 0;
}
.settings__content {
    background-color: var(--altwhite);
}
.settings__content-item {
    background-color: var(--altwhite);
    padding: 40px;
    display: none;
    opacity: 0;
    -webkit-animation: fadeIn 1s ease 1 forwards;
    animation: fadeIn 1s ease 1 forwards;
    position: relative;
}
.settings__content-item.active {
    display: block;
}
.settings__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
}
.settings__col {
    max-width: 475px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.settings__col:first-child {
    width: 100%;
    margin-right: 65px;
}
.settings__text h4 {
    margin-bottom: 8px;
}
.settings__text p {
    font-size: 12px;
    color: var(--white);
}
.upload-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.upload-image__area {
    background-image: url(../img/photo.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #f1f4f5;
    border: 1px dashed #b3babc;
    width: 140px;
    min-width: 140px;
    height: 110px;
    margin-right: 35px;
}
@-webkit-keyframes fadeIn {
    100% {
    opacity: 1;
}
}@keyframes fadeIn {
    100% {
    opacity: 1;
}
}@media (max-width:1199.98px) {
    .settings__row {
    display: block;
}
.settings__col {
    margin-bottom: 20px;
}
}@media (max-width:767.98px) {
    .settings__row {
    margin-bottom: 40px;
}
.settings__content-item {
    padding: 40px 15px;
}
.settings__header {
    padding: 40px 15px 0;
}
}@media (max-width:575.98px) {
    .settings__col {
    display: block;
}
.settings__col:first-child {
    position: relative;
}
.settings__col:first-child .btn {
    position: absolute;
    bottom: 0;
    left: 160px;
}
.settings__col:last-child .settings__text {
    margin-bottom: 10px;
}
.upload-image {
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.upload-image__area {
    margin-right: 20px;
}
}.security {
    position: relative;
    padding-bottom: 45px;
}
.security:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -40px;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    border-bottom: 1px solid #eee;
}
.security__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.security__row:first-child {
    margin-bottom: 45px;
}
.security__col {
    width: 50%}
.security__col:first-child {
    padding-right: 10px;
}
.security__col:last-child {
    padding-left: 10px;
}
.security h3 {
    margin-bottom: 15px;
}
.security p {
    font-size: 14px;
    line-height: 16px;
    max-width: 320px;
    color: var(--white);
    margin-bottom: 35px;
}
.security__block:nth-child(2) {
    margin-top: 65px;
}
.connections {
    padding: 40px 0 0 0;
}
.connections .connections {
    padding-bottom: 0;
}
.connection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
    position: relative;
}
.connection:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -40px;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    bottom: 0;
    border-bottom: 1px solid #eee;
}
.connection:last-child:after {
    display: none;
}
.connection__data {
    width: 25%;
    font-size: 14px;
    color: var(--white);
    text-align: left;
}
.connection__ip {
    text-align: right;
    width: 25%;
    font-size: 14px;
    color: var(--white);
    padding-right: 30px;
}
.connection__location {
    padding-left: 30px;
    width: 25%;
    font-size: 14px;
    color: var(--white);
}
.connection__status {
    width: 25%;
    color: #50bf1f;
    font-size: 14px;
    text-align: right;
}
@media (max-width:575.98px) {
    .security__row {
    display: block;
}
.security__col {
    width: 100%;
    padding: 0!important;
}
.security__col:first-child {
    margin-bottom: 40px;
}
.security__block:nth-child(2) {
    margin-top: 30px;
}
.connections {
    padding: 40px 0 0;
}
.connection {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.connection__data {
    width: 50%;
    margin-bottom: 10px;
}
.connection__ip {
    width: 50%;
    padding-right: 0;
    margin-bottom: 10px;
}
.connection__location {
    width: 50%;
    padding-left: 0;
}
.connection__status {
    width: 50%}
}.wallet__list {
    margin-bottom: 40px;
}
.wallet__btns .btn:first-child {
    margin-right: 10px;
}
.wallet__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 0;
    position: relative;
}
.wallet__item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -40px;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    border-bottom: 1px solid #eee;
}
.wallet__item:last-child:after {
    display: none;
}
.wallet__item__checkbox {
    width: 4%;
    height: 15px;
}
.wallet__item__currency {
    width: 14%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.wallet__item__currency svg {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-right: 15px;
}
.wallet__item__status {
    width: 12%}
.wallet__item__id {
    width: 45%;
    font-size: 15px;
    color: var(--white);
}
.wallet__item__course {
    width: 15%;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--white);
}
.wallet__item__course span {
    color: var(--white);
    font-size: 15px;
    display: block;
}
.wallet__item__toggle {
    width: 5%}
.wallet__item__action {
    width: 5%;
    text-align: right;
}
@media (max-width:1199.98px) {
    .wallet__item__currency {
    width: 16%}
.wallet__item__course {
    width: 11%}
.wallet__item__toggle {
    width: 6%}
.wallet__item__action {
    width: 6%}
}@media (max-width:991.98px) {
    .wallet__item__checkbox {
    width: 10%}
.wallet__item__currency {
    width: 25%}
.wallet__item__status {
    width: 25%}
.wallet__item__course {
    width: 20%}
.wallet__item__id {
    display: none;
}
.wallet__item__toggle {
    width: 10%}
.wallet__item__action {
    width: 10%}
}@media (max-width:575.98px) {
    .wallet__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wallet__item__checkbox {
    margin-bottom: 10px;
}
.wallet__item__currency {
    width: 40%;
    margin-bottom: 10px;
}
.wallet__item__status {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.wallet__item__course {
    width: 50%}
.wallet__item__toggle {
    width: 25%;
    position: absolute;
    top: 15px;
    right: 60px;
}
.wallet__item__action {
    width: 50%}
}.support__header {
    padding: 40px 40px 0;
    color: var(--white);
}
.support h2 {
    padding-bottom: 30px;
}
.support__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.support__tabs-item {
    font-size: 14px;
    font-weight: 700;
    margin-right: 50px;
    position: relative;
    padding-bottom: 12px;
    cursor: pointer;
}
.support__tabs-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 3px solid var(--background);
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.support__tabs-item.active:after {
    opacity: 1;
}
.support__tabs-item:last-child {
    margin-right: 0;
}
.support__content {
    background-color: var(--white);
}
.support__content-item {
    background-color: var(--altwhite);
    padding: 40px 40px 0 40px;
    display: none;
    opacity: 0;
    -webkit-animation: fadeIn 1s ease 1 forwards;
    animation: fadeIn 1s ease 1 forwards;
    position: relative;
}
.support__content-item.active {
    display: block;
}
.support__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.support .hr {
    margin: 35px 0;
    height: 1px;
    background-color: #efefef;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    position: relative;
    left: -40px;
}
.support__col {
    width: -webkit-calc(33.33333% - 6.666666666666667px);
    width: calc(33.33333% - 6.666666666666667px);
    padding-right: 20px;
}
.support__col h3 {
    margin-bottom: 24px;
}
.support__list a {
    line-height: 25px;
    color: var(--white);
    font-size: 14px;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.support__list a:hover {
    color: var(--background);
}
@media (max-width:767.98px) {
    .support__row {
    margin-bottom: 40px;
}
.support__content-item {
    padding: 40px 15px 0;
}
.support__header {
    padding: 40px 15px 0;
}
.support .hr {
    display: none;
}
}@media (max-width:575.98px) {
    .support__row {
    display: block;
    margin-bottom: 20px;
}
.support__col {
    width: 100%;
    margin-bottom: 20px;
}
.support__col:last-child {
    margin-bottom: 0;
}
}.accordion {
    margin-bottom: 50px;
}
.accordion__item {
    position: relative;
}
.accordion__item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -40px;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    border-bottom: 1px solid #eee;
}
.accordion__title {
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    padding: 20px 25px 20px 0;
    cursor: pointer;
    position: relative;
}
.accordion__title.open .plus {
    border: 1px solid #557ef8;
}
.accordion__title.open .plus span:first-child {
    background-color: #557ef8;
}
.accordion__title.open .plus span:last-child {
    opacity: 0;
}
.accordion .plus {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    border: 1px solid var(--white);
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--altwhite);
    -webkit-transition: border .4s;
    -o-transition: border .4s;
    transition: border .4s;
}
.accordion .plus span {
    width: 10px;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%}
.accordion .plus span:first-child {
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.accordion .plus span:last-child {
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
    padding: 6px 0 20px;
    font-size: 15px;
    color: var(--white);
    line-height: 25px;
    display: none;
}
@media (max-width:767.98px) {
    .accordion__title {
    font-size: 16px;
}
.accordion__body {
    font-size: 14px;
    line-height: 22px;
}
}.desk-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 65px;
}
.desk {
    width: -webkit-calc(33.33333% - 6.666666666666667px);
    width: calc(33.33333% - 6.666666666666667px);
    background-color: var(--altwhite);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    padding: 45px 40px 45px 115px;
    display: block;
}
.desk:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#a0dd9f), to(var(--background)));
    background-image: -webkit-linear-gradient(left, #a0dd9f 0, var(--background) 100%);
    background-image: -o-linear-gradient(left, #a0dd9f 0, var(--background) 100%);
    background-image: linear-gradient(to right, #a0dd9f 0, var(--background) 100%);
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.desk:hover:before {
    opacity: 1;
}
.desk:hover .desk__title {
    color: var(--white);
}
.desk:hover .desk__text {
    color: var(--white);
}
.desk:hover .desk__img path, .desk:hover .desk__img rect {
    fill: var(--white);
}
.desk__img {
    position: absolute;
    top: 45px;
    left: 30px;
    width: 50px;
}
.desk__img path, .desk__img rect {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    fill: #c8c8c8;
}
.desk__title {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--white);
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
.desk__text {
    position: relative;
    z-index: 1;
    font-size: 14px;
    line-height: 25px;
    color: var(--white);
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
}
@media (max-width:991.98px) {
    .desk {
    padding: 25px 20px;
}
.desk__img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
}
}@media (max-width:575.98px) {
    .desk-list {
    display: block;
}
.desk {
    width: 100%;
    margin-bottom: 20px;
}
.desk:last-child {
    margin-bottom: 0;
}
}.chat-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.add-additions {
    position: absolute;
    top: -3px;
    left: 0;
    cursor: pointer;
    z-index: 2;
}
.chat {
    width: -webkit-calc(100% - 260px);
    width: calc(100% - 260px);
    position: relative;
    padding-left: 65px;
    padding-right: 100px;
}
.chat:after {
    content: '';
    position: absolute;
    top: -40px;
    right: 0;
    width: 1px;
    height: 100vh;
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.chat__body {
    width: 100%;
    height: 600px;
    overflow-y: auto;
}
.chat__form {
    height: 86px;
    line-height: 86px;
    position: relative;
}
.chat__form:before {
    content: '';
    position: absolute;
    top: 0;
    left: -105px;
    height: 100vh;
    width: -webkit-calc(100% + 205px);
    width: calc(100% + 205px);
    background-color: rgba(0, 0, 0, .01);
}
.chat__form:after {
    content: '';
    position: absolute;
    top: 0;
    left: -105px;
    width: -webkit-calc(100% + 205px);
    width: calc(100% + 205px);
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.chat__form textarea {
    padding-top: 30px;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    display: block;
    resize: none;
    font-size: 14px;
    line-height: 22px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}
.chat__form textarea::-webkit-input-placeholder {
    color: var(--white);
}
.chat__form textarea::-moz-placeholder {
    color: var(--white);
}
.chat__form textarea:-ms-input-placeholder {
    color: var(--white);
}
.chat__form textarea::-ms-input-placeholder {
    color: var(--white);
}
.chat__form textarea::placeholder {
    color: var(--white);
}
.chat__form button {
    width: 38px;
    height: 38px;
    background-color: #4b4f57;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    position: relative;
    z-index: 1;
}
.chat__form button img {
    position: absolute;
    top: 50%;
    left: 57%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.chat__form button:hover {
    background-color: #557ef8;
}
.chat__form-controls {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.smile {
    cursor: pointer;
    margin-right: 10px;
}
.message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 20px 0;
}
.message__ava {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.message__post-data {
    position: absolute;
    top: 55px;
    color: rgba(0, 0, 0, .6);
    font-size: 11px;
    width: 35px;
    text-align: center;
    color: rgba(0, 0, 0, .6);
}
.message__text {
    padding: 20px;
    max-width: 465px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 22px;
}
.message--to {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.message--to .message__ava {
    top: 10px;
    right: 0;
}
.message--to .message__text {
    background-color: #5185f7;
    color: var(--white);
    margin: 0 60px 0 40px;
    position: relative;
}
.message--to .message__text:after {
    content: '';
    position: absolute;
    top: 22px;
    right: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #5185f7;
}
.message--from {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.message--from .message__ava {
    top: 10px;
    left: 0;
}
.message--from .message__text {
    border: 1px solid #efefef;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 40px 0 75px;
    color: rgba(119, 119, 119, .9);
    position: relative;
}
.message--from .message__text:before {
    content: '';
    position: absolute;
    top: 22px;
    left: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #efefef;
}
.message--from .message__text:after {
    content: '';
    position: absolute;
    top: 22px;
    left: -4px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid var(--white);
}
.support-center {
    text-align: center;
    width: 100%;
    max-width: 300px;
    padding: 0 40px;
    position: absolute;
    top: 40px;
    right: 0;
}
.support-center__ava {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%}
.support-center__title {
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.support-center__text {
    font-size: 14px;
    color: var(--white);
    margin-bottom: 60px;
}
.support-center__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
@media (max-width:1199.98px) {
    .chat {
    padding-left: 25px;
    padding-right: 40px;
}
.chat__form:before {
    width: -webkit-calc(100% + 145px);
    width: calc(100% + 145px);
}
.chat__form:after {
    left: -65px;
    width: -webkit-calc(100% + 105px);
    width: calc(100% + 105px);
}
}@media (max-width:991.98px) {
    .chat-wrap {
    display: block;
}
.chat {
    width: 100%;
    padding: 0;
}
.chat:after {
    display: none;
}
.chat-menu {
    position: absolute;
    top: 8px;
    left: 250px;
}
.support-center {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 40px 0;
    margin-bottom: 40px;
}
.support-center:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -40px;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.support-center__text {
    margin-bottom: 0;
    font-size: 12px;
}
.support-center__header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.support-center__ava {
    margin: 0;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
.support-center__title {
    font-size: 18px;
    margin-bottom: 5px;
}
.support-center__row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}@media (max-width:767.98px) {
    .message--to .message__text {
    margin: 0 60px 0 0;
}
.message--from .message__text {
    margin: 0 0 0 60px;
}
}@media (max-width:575.98px) {
    .support-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.support-center__text {
    margin-bottom: 20px;
}
.support-center__row {
    display: block;
}
}.buy__header {
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.buy__body {
    background-color: var(--altwhite);
    padding: 40px;
}
.exchange {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    position: relative;
}
.exchange:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.exchange__col {
    max-width: 385px;
    width: 100%}
.exchange__col:first-child {
    margin-right: 95px;
}
.payment {
    position: relative;
    padding: 40px 0;
}
.payment h3 {
    margin-bottom: 40px;
}
.payment__row .btn {
    margin-right: 10px;
}
.payment .form__row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.payment .form__row .radio-input:first-child {
    margin-right: 30px;
}
.payment__img {
    position: absolute;
    top: 100px;
    left: 600px;
}
.credit-card {
    width: 270px;
    margin-right: 10px;
}
.credit-card-name {
    width: 270px;
}
.credit-card-month {
    width: 140px;
    margin-right: 10px;
}
.credit-card-year {
    width: 100px;
    margin-right: 10px;
}
.credit-card-cvv {
    width: 100px;
}
.save-payment h3 {
    margin-bottom: 20px;
}
.save-payment__item {
    position: relative;
}
.save-payment__item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -40px;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    border-top: 1px solid #eee;
}
.save-payment__header {
    position: relative;
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.save-payment__header:after {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    width: -webkit-calc(100% + 80px);
    width: calc(100% + 80px);
    border-top: 1px solid #eee;
}
.save-payment__body {
    display: none;
}
.save-payment .radio-input {
    margin-right: 40px;
}
.save-payment__card-num {
    font-size: 14px;
    line-height: 16px;
    color: var(--white);
    margin-right: 40px;
}
.save-payment__owner-name {
    font-size: 14px;
    line-height: 16px;
    color: var(--white);
}
.edit {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    color: #557ef8;
    font-size: 14px;
    cursor: pointer;
}
.edit:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #557ef8;
    opacity: 1;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
.edit:hover:after {
    opacity: 0;
}
@media (max-width:1199.98px) {
    .payment__img {
    display: none;
}
}@media (max-width:991.98px) {
    .exchange {
    display: block;
}
.exchange__col:first-child {
    margin-right: 0;
    margin-bottom: 20px;
}
}@media (max-width:767.98px) {
    .buy__header {
    padding: 40px 15px;
}
.buy__body {
    padding: 40px 15px;
}
.exchange__col {
    max-width: 100%}
.credit-card {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 0;
}
.credit-card-name {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
}
}@media (max-width:575.98px) {
    .credit-card {
    width: 100%;
    margin-bottom: 20px;
}
.credit-card-name {
    width: 100%}
.credit-card-month {
    width: 100%;
    margin-bottom: 20px;
}
.credit-card-year {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-bottom: 20px;
}
.credit-card-cvv {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
}
}@media (max-width:575.98px) {
    .save-payment__owner-name {
    display: none;
}
}
