html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background: #171717
}

::-webkit-scrollbar-thumb {
    background: #f83246;
    width: 5px;
    transition: .3s;
    border-radius: 5px
}

::selection {
    color: #fff;
    background: #f83246
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@-webkit-keyframes chartjs-render-animation {
    0% {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

@keyframes chartjs-render-animation {
    0% {
        opacity: .99
    }

    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation 1ms;
    animation: chartjs-render-animation 1ms
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1
}

.chartjs-size-monitor-expand > div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0
}

.chartjs-size-monitor-shrink > div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
:after,
:before {
    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: flex;
    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-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: flex !important
}

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

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }

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

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

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

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

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

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

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

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

@media(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: flex !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
    margin: 0 !important
}

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

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

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

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

.m-1 {
    margin: .25rem !important
}

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

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

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

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

.m-2 {
    margin: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

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

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

.p-1 {
    padding: .25rem !important
}

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

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

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

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

.p-2 {
    padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
    margin: -.25rem !important
}

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

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

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

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

.m-n2 {
    margin: -.5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

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

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

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

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

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
    font-family: Montserrat;
    color: #fff;
    font-weight: 400;
    background-color: #131313;
}

* {
    outline: none
}

.container {
    display: block
}

section > h2 {
    font-size: 28px;
    text-transform: uppercase
}

.brand-logo {
    content: " ";
    display: inline-block;
    width: 100px;
    height: 100px;
    background: url() no-repeat 50%;
    background-size: contain
}

a {
    text-decoration: none
}

button {
    display: inline-block;
    cursor: pointer;
    color: #fff
}

html {
    height: 100%
}

body {
    min-height: 100%;
    position: relative;
    background: url(../img/background.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #131313;
    background-attachment: fixed;
}

body#index {
    background: url(../img/index_bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #131313
}

body#profile {
    background: url(../img/background_profile.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #131313;
    background-attachment: fixed;
    position: relative;
}

body#profile:before {
    content: '';
    display: block;
    opacity: 1;
    transition: .45s;
    border-radius: 50%;
    box-shadow: 45px 0 250px 100px rgb(248 50 70 / 30%);
    width: 450px;
    height: 450px;
    bottom: -65%;
    left: -30%;
    z-index: 0;
    position: fixed;
    animation: blink 5s infinite;
}

@keyframes blink {
    0% {
        box-shadow: 45px 0 250px 100px rgb(248 50 70 / 30%);
    }
    50% {
        box-shadow: 45px 0 250px 350px rgb(248 50 70 / 30%);
    }
    100% {
        box-shadow: 45px 0 250px 100px rgb(248 50 70 / 30%);
    }
}

body.with-padding {
    padding-bottom: 256px
}

.margin-header {
    width: 100%;
    margin-top: 128px
}

section#dev .crashes-table {
    width: 100%;
    border: 4px
}

section#dev .crashes-table tr {
    background-color: #37030d
}

section#dev .crashes-table tr:nth-child(2n) {
    background-color: #2c030d
}

section#dev .crashes-table td,
section#dev .crashes-table th {
    vertical-align: top;
    padding: 16px
}

section#dev .crashes-table pre {
    background-color: #333;
    border: 1px solid #6a6a6a;
    padding: 12px;
    margin: 0;
    border-radius: 4px;
    max-height: 228px;
    overflow: auto
}

section#dev .crashes-table pre.toggle {
    max-height: 9999999px
}

section#dev .crashes-table a,
section#dev .crashes-table a:visited {
    display: block;
    margin-top: 8px;
    color: #2779bd
}

section#dev ul.pagination {
    display: flex;
    border-radius: 4px;
    justify-content: center;
    margin: 12px 0 0;
    padding: 0
}

section#dev ul.pagination li {
    display: inline-block;
    background-color: #2c030d
}

section#dev ul.pagination li a,
section#dev ul.pagination li span {
    color: #fff;
    display: inline-block;
    padding: 12px
}

section#dev ul.pagination li.active,
section#dev ul.pagination li:not(.disabled):hover {
    background-color: #37030d
}

section#dev ul.pagination li:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

section#dev ul.pagination li:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

section#dev ul.pagination li.disabled {
    cursor: not-allowed;
    color: #333
}

.overflow-hidden {
    overflow: hidden
}

p.errors-form {
    color: #dc2222;
    padding: 0;
    margin: 0
}

.validation-errors {
    margin-top: 12px;
    background-color: transparent;
    padding: 6px;
    border: 4px
}

.validation-errors p {
    color: #dc2222;
    margin-top: 0
}

.validation-errors p:last-child {
    margin-bottom: 0
}

.success-tab {
    margin-top: 12px;
    background-color: transparent;
    padding: 6px;
    border: 4px
}

.success-tab p {
    margin-top: 0;
    color: #ade55c
}

.success-tab p:last-child {
    margin-bottom: 0
}

main {
    min-height: 90vh;
    font-family: Montserrat, sans-serif;
    text-align: center;
}

@media(max-width: 1024px){
    main{
        padding: 0px 0px 30px;
    }
}

.not-buy > h2 {
    display: inline-block;
    color: #fff;
    font-size: 48px;
    font-style: italic;
    text-transform: uppercase;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    padding: 10px
}

.not-buy > h2 span.main-text:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 105%;
    height: 100%;
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg);
    left: -5px;
    top: 0;
    background-color: #131313;
    box-shadow: 0 0 24px rgba(193, 23, 23, .21)
}

main section > h2 {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center
}

main section#auth-access > h2 {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    font-style: italic;
    text-transform: uppercase;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
    padding-top: 140px
}

main section#buy-access > h2 {}

main section > h2 span.background-rectangle-skew {
    display: inline-block;
    position: relative;
    color: #f83246
}

main section > h2 span.main-text {
    font-weight: 700
}

main section#our-functions > h2 {
    padding-top: 0
}

main h3 {
    text-transform: uppercase;
    font-style: italic;
    font-family: Montserrat, sans-serif;
    font-size: 21px
}

main section {
    padding-top: 0;
    position: relative
}

main section:first-child {
    padding-top: 0
}

@-webkit-keyframes down-and-up {
    0% {
        background-color: #dc2222;
        bottom: 32px
    }

    50% {
        background-color: #ff2323;
        bottom: 16px
    }

    to {
        background-color: #dc2222;
        bottom: 32px
    }
}

@keyframes down-and-up {
    0% {
        background-color: #dc2222;
        bottom: 32px
    }

    50% {
        background-color: #ff2323;
        bottom: 16px
    }

    to {
        background-color: #dc2222;
        bottom: 32px
    }
}

main section#header {
    padding: 90px 0px 0px;
}

#header {
    background: url(../img/header_bg.png);
    image-rendering: pixelated;
    min-height: 980px;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 1024px){
    #header{
        background: transparent;
        min-height: 420px;
    }
}

main section#header.lang-fa {
    background-image: url()
}

main section#header a.arrows {
    display: inline-block;
    background-color: #dc2222;
    -webkit-transform: scale(.85);
    transform: scale(.85);
    -webkit-mask-image: url();
    mask-image: url();
    height: 52px;
    width: 68px;
    position: absolute;
    bottom: 32px;
    left: 50%;
    margin-left: -34px;
    -webkit-animation: down-and-up 1.5s ease infinite;
    animation: down-and-up 1.5s ease infinite
}

main .parallax-behavior {
    overflow: hidden;
    margin-top: 10%;
    width: 100%;
    height: 80%;
    margin-bottom: 10%;
    text-align: left
}

main .parallax-behavior,
main .parallax-behavior .container-parallax {
    position: absolute;
    top: 0;
    left: 0
}

main .parallax-behavior * {
    z-index: 0
}

main .parallax-behavior .blur-close {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

main .parallax-behavior .blur-far {
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

main .parallax-behavior .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #dc2222
}

main .parallax-behavior .circle-outlined {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #dc2222
}

main .parallax-behavior .triangle {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #dc2222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

main .parallax-behavior .triangle-outline {
    background-image: url();
    background-size: contain;
    height: 91px;
    width: 91px
}

main section#error {
    margin: 35px 0
}

main section#our-advantages {
    margin: 35px 0
}

main section#our-functions {
    margin: 35px 0
}

main section#buy-access {
    margin: 35px 0 0
}

main section#instruction {
    margin: 35px 0 0
}

main section#auth-access {
    min-height: 750px;
}

main section#profile-access {
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    min-height: 990px;
    height: fit-content;
    padding-top: 150px
}

main section#our-advantages .advantages-flex {
    padding-top: 0;
    display: block;
    margin-top: 35px
}

main section#our-advantages .advantages-flex .row {
    margin-top: 40px
}

main section#our-advantages .advantages-flex .advantage-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

main section#our-advantages .advantages-flex .advantage-img img {}

main section#our-advantages .advantages-flex .advantage-card {}

main section#our-advantages .advantages-flex .advantage-card:last-child {}

main section#our-advantages .advantages-flex .advantage-card .number {
    position: absolute;
    top: -20px;
    left: -15px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f83246;
    border-radius: 5px;
    font-size: 25px
}

main section#our-advantages .advantages-flex .advantage-card .title {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 15px
}

main section#our-advantages .advantages-flex .advantage-card .discription {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px
}

main section#our-advantages .advantages-flex .advantage-card .number .tag {
    color: #ff213e;
    font-weight: 700;
    font-size: 21px;
    margin: 0 10px;
    letter-spacing: 1px
}

main section#our-advantages .advantages-flex .advantage-card .number h3 {}

main section#our-advantages .advantages-flex .advantage-card .text {
    color: #fff;
    background: #171717;
    padding: 35px 75px;
    text-align: left;
    position: relative;
    font-size: 17px;
    border-radius: 10px;
    user-select: none
}

main section#instruction .advantages-flex {
    padding-top: 0;
    display: block;
    margin-top: 35px
}

main section#instruction .advantages-flex .row {
    margin-top: 40px
}

main section#instruction .advantages-flex .advantage-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

main section#instruction .advantages-flex .advantage-img img {}

main section#instruction .advantages-flex .advantage-card {}

main section#instruction .advantages-flex .advantage-card:last-child {}

main section#instruction .advantages-flex .advantage-card .number {
    position: absolute;
    top: -20px;
    left: -15px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f83246;
    border-radius: 5px;
    font-size: 25px
}

main section#instruction .advantages-flex .advantage-card .title {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 15px
}

main section#instruction .advantages-flex .advantage-card .discription {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px
}

main section#instruction .advantages-flex .advantage-card .number .tag {
    color: #ff213e;
    font-weight: 700;
    font-size: 21px;
    margin: 0 10px;
    letter-spacing: 1px
}

main section#instruction .advantages-flex .advantage-card .number h3 {}

main section#instruction .advantages-flex .advantage-card .text {
    color: #fff;
    background: #171717;
    padding: 35px 75px;
    text-align: left;
    position: relative;
    font-size: 17px;
    border-radius: 10px;
    user-select: none
}

main section#instruction .advantages-flex .advantage-card p {}

main section#our-functions h2 {
    margin-bottom: 70px
}

main section#our-functions .functions-container {
    margin: 15px 0;
    user-select: none
}

main section#our-functions .functions-container .functions_header {
    background: #171717;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    cursor: pointer
}

main section#our-functions .functions-container.active .functions_header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #f83246;
    box-shadow: 0 0 30px 10px hsl(354deg 93% 58%/25%);
    animation: 1s ease-out 0s 1 ShowFunctional
}

main section#our-functions .functions-container.noactive .functions_header {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background: #171717;
    box-shadow: 0 0 0 0 hsl(354deg 93% 58%/25%);
    animation: 1s ease-out 0s 1 HideFunctional
}

@keyframes ShowFunctional {
    0% {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        background: #171717;
        box-shadow: 0 0 0 0 hsl(354deg 93% 58%/25%)
    }

    100% {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background: #f83246;
        box-shadow: 0 0 30px 10px hsl(354deg 93% 58%/25%)
    }
}

@keyframes HideFunctional {
    0% {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background: #f83246;
        box-shadow: 0 0 30px 10px hsl(354deg 93% 58%/25%)
    }

    100% {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        background: #171717;
        box-shadow: 0 0 0 0 hsl(354deg 93% 58%/25%)
    }
}

main section#our-functions .functions-container .functions_header .functions_text {
    flex: 90%;
    max-width: 80%;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    margin: 10px 0 10px 20px
}

main section#our-functions .functions-container .functions_header .functions_btn {
    flex: 10%;
    max-width: 10%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 40px 10px 0;
    font-size: 13px;
    color: #d8d8d8;
    cursor: pointer;
    transition: .25s;
    background: 0 0;
    border: none;
    outline: none
}

main section#our-functions .functions-container .functions_header .functions_btn:hover {}

main section#our-functions .functions-container .functions_header .functions_btn i {
    margin: 0 0 0 5px;
    transition: .25s
}

main section#our-functions .functions-container .functions_header .functions_btn:hover i {
    color: #f83246
}

main section#our-functions .functions-container.active .functions_header .functions_btn i {
    transform: rotate(180deg)
}

main section#our-functions .functions-container.active .functions_header .functions_btn:hover i {
    color: #171717
}

main section#our-functions .functions-container .functions_bottom {
    opacity: 0;
    height: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 0;
    background: #171717;
    padding-left: 30px;
    padding-right: 30px;
    position: relative
}

main section#our-functions .functions-container.active .functions_bottom {
    opacity: 1;
    height: 325px;
    padding-top: 30px;
    padding-bottom: 30px;
    animation: 1s ease-out 0s 1 ShowFunctionalBottom
}

main section#our-functions .functions-container.noactive .functions_bottom {
    opacity: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    animation: 1s ease-out 0s 1 HideFunctionalBottom
}

@keyframes ShowFunctionalBottom {
    0% {
        opacity: 0;
        height: 0
    }

    100% {
        opacity: 1;
        height: 325px
    }
}

@keyframes HideFunctionalBottom {
    0% {
        opacity: 1;
        height: 325px
    }

    100% {
        opacity: 0;
        height: 0
    }
}

main section#our-functions .functions-container .functions_bottom .functions_btn {
    font-size: 18px;
    font-weight: 600;
    background: 0 0;
    border-radius: 7px;
    color: #fff;
    padding: 12px 17px;
    margin: 20px 0;
    transition: .35s;
    outline: none;
    z-index: 2;
    display: flex;
    margin: 10px auto 0;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: 2s ease-out 0s 1 FadeIn;
}

main section#our-functions .functions-container .functions_bottom .functions_btn:hover {
    background: #f83246;
}

main section#our-functions .functions-container .functions_bottom .functions_btn div {
    font-size: 12px;
    font-weight: 500
}

main section#our-functions .functions-container .functions_bottom .functions_btn i {
    transform: rotate(180deg);
    font-size: 12px;
    margin: 0 0 0 5px
}

main section#our-functions .functions-container .functions_discription {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 25px
}

main section#our-functions .functions-container.active .functions_discription {
    animation: 2s ease-out 0s 1 FadeIn
}

@keyframes FadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

main section#our-functions .functions-container.active .functions_photo {
    animation: 2s ease-out 0s 1 FadeIn;
    position: relative;
}

main section#our-functions .functions-container .functions_photo img {
    width: 250px;
    border-radius: 10px;
    position: relative;
}

main section#our-functions .functions-container .functions_photo:before {
    content: '';
    display: block;
    background: linear-gradient(45deg, #171717 5%, #f83246 100%);
    width: 250px;
    height: 206px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-radius: 7px;
    opacity: 0.3;
}

main section#our-functions .functions-container.left-side .image {
    box-shadow: 20px 20px 0 0 #dc2222
}

main section#our-functions .functions-container.left-side .text {
    text-align: right
}

main section#our-functions .functions-container.left-side .text h3 {
    background-color: #dc2222;
    box-shadow: 0 0 24px rgba(193, 23, 23, .21)
}

main section#our-functions .functions-container.left-side .text p {
    text-align: left
}

main section#our-functions .functions-container .image {
    flex: 30%;
    max-width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px
}

main section#our-functions .functions-container .image .parallax-container-image {
    display: inline-block
}

main section#our-functions .functions-container .image img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    border: 7px solid #fff
}

main section#our-functions .functions-container .image .image-container {
    position: relative;
    z-index: 7777
}

main section#our-functions .functions-container .text {
    flex: 1;
    text-align: left;
    margin: auto
}

main section#our-functions .functions-container .text .info {
    background: #131313;
    width: 80%;
    height: 55%;
    min-height: 55%;
    padding: 20px 15px
}

main section#our-functions .functions-container .text h3 {
    color: #ff213e;
    background: #fff;
    display: inline-block;
    padding: 10px 25px;
    letter-spacing: 1px;
    margin: 0
}

main section#our-functions .functions-container .text p {}

main section#our-functions .functions-container .text p:before {
    top: 0
}

main section#our-functions .functions-container .text p:after {
    bottom: 0
}

main section#buy-access .buy-access-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 25px
}

main section#buy-access .buy-access-flex .buy-card {
    max-width: 265px;
    min-width: 250px;
    flex: 4;
    background: #171717;
    border: 2px solid rgb(247 50 70 / 0.3);
    box-shadow: 0 0 30px 10px rgb(23 23 23 / 55%);
    border-radius: 10px;
    padding-top: 0;
    position: relative;
    overflow: auto;
    margin: 15px 10px;
}

main section#buy-access .buy-access-flex .buy-card:before {
    content: '';
    display: block;
    opacity: .2;
    transition: .45s;
    position: absolute;
    border-radius: 50%;
    box-shadow: 45px 0 165px 0 #f83246;
    width: 150px;
    height: 150px;
    top: 20%;
    left: -58%;
    z-index: 0;
}

main section#buy-access .buy-access-flex .buy-card:hover::before {
    opacity: 1
}

main section#buy-access .buy-access-flex .buy-card h3.headline {
    font-size: 23px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    padding: 10px 0 0 10px;
    display: inline-block;
    letter-spacing: 1px;
    margin: 10px 0 15px;
    width: 90%;
    text-align: left;
    z-index: 2;
    user-select: none
}

main section#buy-access .buy-access-flex .buy-card h3.headline b {
    color: #f83246
}

main section#buy-access .buy-access-flex .buy-card .content {
    padding-left: 12px;
    padding-right: 12px;
    z-index: 2
}

main section#buy-access .buy-access-flex .buy-card .discount {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    background-color: #131313;
    border-radius: 10px;
    padding: 15px 20px;
    letter-spacing: 1px;
    margin: 0 0 -5px;
    width: 90%;
    display: inline-block;
}

main section#buy-access .buy-access-flex .buy-card .content ul {
    padding: 0 0 0 24px;
    text-align: left;
    list-style: none
}

main section#buy-access .buy-access-flex .buy-card .content ul li {
    position: relative;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding-left: 10px;
    margin-top: 15px;
    user-select: none
}

main section#buy-access .buy-access-flex .buy-card .content ul li.noactive {
    text-decoration: line-through
}

main section#buy-access .buy-access-flex .buy-card .content ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -15px;
    height: 10px;
    width: 10px;
    border-radius: 3px;
    background-color: #f83246;
    border: 1px solid #f83246
}

main section#buy-access .buy-access-flex .buy-card .content ul li.noactive:before {
    background-color: transparent
}

main section#buy-access .buy-access-flex .buy-card .content span.price-tag {
    width: 100%;
    font-size: 43px;
    font-weight: 700;
    border-bottom: 3px solid #dc2222
}

main section#buy-access .buy-access-flex .buy-card .buy-btn {
    font-size: 18px;
    font-weight: 600;
    background: 0 0;
    border: 2px solid #565555;
    border-radius: 7px;
    color: #fff;
    width: 90%;
    padding: 15px 0;
    margin: 20px auto;
    transition: .35s;
    outline: none;
    z-index: 2;
    display: block;
    cursor: pointer;
}

main section#buy-access .buy-access-flex .buy-card .buy-btn:hover {
    box-shadow: none;
    background: #f83246;
    border-color: #f83246;
    color: #fff
}

main .errors-login {
    color: #dc2222;
    max-width: 320px
}

@media(max-width:576px) {
    main main {
        background-size: cover !important;
        background-position: top
    }

    main .parallax-behavior {
        display: none !important
    }

    main section#header {
        background-position: center 45px;
        background-size: auto 200px;
        min-height: 42vh
    }

    main section#our-advantages {
        margin-bottom: 32px !important
    }

    main section > h2 {
        font-size: 24px;
        margin-bottom: 48px !important
    }

    main section > h2 span.background-rectangle-skew,
    main section > h2 span.main-text {
        -webkit-filter: none;
        filter: none
    }

    main .advantages-flex {
        flex-wrap: wrap;
        padding-top: 0 !important
    }

    main .advantages-flex .advantage-card {
        width: 85% !important;
        margin-left: 0 !important;
        margin-top: 0 !important
    }

    main .advantages-flex .advantage-card h3 {
        font-size: 16px
    }

    main .advantages-flex .advantage-card p {
        font-size: 14px
    }

    main .functions-container {
        align-items: center !important;
        flex-wrap: wrap !important;
        flex-direction: column-reverse !important
    }

    main .functions-container.left-side {
        flex-direction: column !important
    }

    main .functions-container .text {
        width: 100% !important
    }

    main .functions-container .text h3.headline {
        text-align: center;
        font-size: 16px !important;
        padding: 15px !important
    }

    main .functions-container .text p {
        font-size: 14px !important
    }

    main .functions-container .image {
        width: 100% !important;
        padding: 0 !important;
        margin-top: 16px;
        margin-right: 20px
    }

    main .functions-container,
    main .functions-container:nth-child(2n) {
        margin-bottom: 72px !important
    }

    main .buy-access-flex {
        flex-wrap: wrap
    }

    main .buy-access-flex .buy-card {
        margin-bottom: 72px
    }

    main section#profile-access .profile-access-flex{
        flex: 100% !important;
        margin: 0 5px 10px !important;
        max-width: 100% !important
    }

    main section#profile-access .info {
        flex: 100% !important;
        max-width: 100% !important
    }

    main section#profile-access .additionally {
        flex: 100% !important;
        max-width: 100% !important
    }
}

@media(max-width: 1024px) {
    .functions_photo {
        display: none !important
    }
}

section#profile *,
section#profile :after,
section#profile :before {
    box-sizing: border-box
}

section#profile body,
section#profile html {
    background: #ecf0f1;
    color: #444;
    font-family: Lato, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    padding: 10px
}

section#profile .set-size {
    font-size: 10em
}

section#profile .charts-container:after {
    clear: both;
    content: "";
    display: table
}

section#profile .pie-wrapper {
    height: 6em;
    width: 6em;
    float: left;
    margin: 15px;
    position: relative
}

section#profile .pie-wrapper:nth-child(3n+1) {
    clear: both
}

section#profile .pie-wrapper .pie {
    height: 100%;
    width: 100%;
    clip: rect(0, 6em, 6em, 3em);
    left: 0;
    position: absolute;
    top: 0
}

section#profile .pie-wrapper .pie .half-circle {
    height: 100%;
    width: 100%;
    border: .6em solid #3498db;
    border-radius: 50%;
    clip: rect(0, 3em, 6em, 0);
    left: 0;
    position: absolute;
    top: 0
}

section#profile .pie-wrapper .label {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #34495e;
    border-radius: 50%;
    color: #ecf0f1;
    cursor: default;
    font-size: 1em;
    text-align: center
}

section#profile .pie-wrapper .label .smaller {
    display: none;
    color: #bdc3c7;
    font-size: .45em;
    padding-bottom: 20px;
    vertical-align: super
}

section#profile .pie-wrapper .shadow {
    height: 100%;
    width: 100%;
    border: .6em solid #fff;
    border-radius: 50%
}

section#profile .pie-wrapper.style-2 .label {
    background: 0 0;
    color: #fff
}

section#profile .pie-wrapper.progress-0 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-0 .pie .left-side {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

section#profile .pie-wrapper.progress-0 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-1 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-1 .pie .left-side {
    -webkit-transform: rotate(3.6deg);
    transform: rotate(3.6deg)
}

section#profile .pie-wrapper.progress-1 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-2 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-2 .pie .left-side {
    -webkit-transform: rotate(7.2deg);
    transform: rotate(7.2deg)
}

section#profile .pie-wrapper.progress-2 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-3 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-3 .pie .left-side {
    -webkit-transform: rotate(10.8deg);
    transform: rotate(10.8deg)
}

section#profile .pie-wrapper.progress-3 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-4 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-4 .pie .left-side {
    -webkit-transform: rotate(14.4deg);
    transform: rotate(14.4deg)
}

section#profile .pie-wrapper.progress-4 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-5 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-5 .pie .left-side {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg)
}

section#profile .pie-wrapper.progress-5 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-6 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-6 .pie .left-side {
    -webkit-transform: rotate(21.6deg);
    transform: rotate(21.6deg)
}

section#profile .pie-wrapper.progress-6 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-7 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-7 .pie .left-side {
    -webkit-transform: rotate(25.2deg);
    transform: rotate(25.2deg)
}

section#profile .pie-wrapper.progress-7 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-8 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-8 .pie .left-side {
    -webkit-transform: rotate(28.8deg);
    transform: rotate(28.8deg)
}

section#profile .pie-wrapper.progress-8 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-9 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-9 .pie .left-side {
    -webkit-transform: rotate(32.4deg);
    transform: rotate(32.4deg)
}

section#profile .pie-wrapper.progress-9 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-10 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-10 .pie .left-side {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg)
}

section#profile .pie-wrapper.progress-10 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-11 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-11 .pie .left-side {
    -webkit-transform: rotate(39.6deg);
    transform: rotate(39.6deg)
}

section#profile .pie-wrapper.progress-11 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-12 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-12 .pie .left-side {
    -webkit-transform: rotate(43.2deg);
    transform: rotate(43.2deg)
}

section#profile .pie-wrapper.progress-12 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-13 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-13 .pie .left-side {
    -webkit-transform: rotate(46.8deg);
    transform: rotate(46.8deg)
}

section#profile .pie-wrapper.progress-13 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-14 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-14 .pie .left-side {
    -webkit-transform: rotate(50.4deg);
    transform: rotate(50.4deg)
}

section#profile .pie-wrapper.progress-14 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-15 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-15 .pie .left-side {
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg)
}

section#profile .pie-wrapper.progress-15 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-16 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-16 .pie .left-side {
    -webkit-transform: rotate(57.6deg);
    transform: rotate(57.6deg)
}

section#profile .pie-wrapper.progress-16 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-17 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-17 .pie .left-side {
    -webkit-transform: rotate(61.2deg);
    transform: rotate(61.2deg)
}

section#profile .pie-wrapper.progress-17 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-18 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-18 .pie .left-side {
    -webkit-transform: rotate(64.8deg);
    transform: rotate(64.8deg)
}

section#profile .pie-wrapper.progress-18 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-19 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-19 .pie .left-side {
    -webkit-transform: rotate(68.4deg);
    transform: rotate(68.4deg)
}

section#profile .pie-wrapper.progress-19 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-20 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-20 .pie .left-side {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg)
}

section#profile .pie-wrapper.progress-20 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-21 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-21 .pie .left-side {
    -webkit-transform: rotate(75.6deg);
    transform: rotate(75.6deg)
}

section#profile .pie-wrapper.progress-21 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-22 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-22 .pie .left-side {
    -webkit-transform: rotate(79.2deg);
    transform: rotate(79.2deg)
}

section#profile .pie-wrapper.progress-22 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-23 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-23 .pie .left-side {
    -webkit-transform: rotate(82.8deg);
    transform: rotate(82.8deg)
}

section#profile .pie-wrapper.progress-23 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-24 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-24 .pie .left-side {
    -webkit-transform: rotate(86.4deg);
    transform: rotate(86.4deg)
}

section#profile .pie-wrapper.progress-24 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-25 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-25 .pie .left-side {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

section#profile .pie-wrapper.progress-25 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-26 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-26 .pie .left-side {
    -webkit-transform: rotate(93.6deg);
    transform: rotate(93.6deg)
}

section#profile .pie-wrapper.progress-26 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-27 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-27 .pie .left-side {
    -webkit-transform: rotate(97.2deg);
    transform: rotate(97.2deg)
}

section#profile .pie-wrapper.progress-27 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-28 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-28 .pie .left-side {
    -webkit-transform: rotate(100.8deg);
    transform: rotate(100.8deg)
}

section#profile .pie-wrapper.progress-28 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-29 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-29 .pie .left-side {
    -webkit-transform: rotate(104.4deg);
    transform: rotate(104.4deg)
}

section#profile .pie-wrapper.progress-29 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-30 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-30 .pie .left-side {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg)
}

section#profile .pie-wrapper.progress-30 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-31 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-31 .pie .left-side {
    -webkit-transform: rotate(.31turn);
    transform: rotate(.31turn)
}

section#profile .pie-wrapper.progress-31 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-32 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-32 .pie .left-side {
    -webkit-transform: rotate(.32turn);
    transform: rotate(.32turn)
}

section#profile .pie-wrapper.progress-32 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-33 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-33 .pie .left-side {
    -webkit-transform: rotate(.33turn);
    transform: rotate(.33turn)
}

section#profile .pie-wrapper.progress-33 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-34 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-34 .pie .left-side {
    -webkit-transform: rotate(.34turn);
    transform: rotate(.34turn)
}

section#profile .pie-wrapper.progress-34 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-35 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-35 .pie .left-side {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg)
}

section#profile .pie-wrapper.progress-35 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-36 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-36 .pie .left-side {
    -webkit-transform: rotate(.36turn);
    transform: rotate(.36turn)
}

section#profile .pie-wrapper.progress-36 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-37 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-37 .pie .left-side {
    -webkit-transform: rotate(.37turn);
    transform: rotate(.37turn)
}

section#profile .pie-wrapper.progress-37 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-38 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-38 .pie .left-side {
    -webkit-transform: rotate(.38turn);
    transform: rotate(.38turn)
}

section#profile .pie-wrapper.progress-38 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-39 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-39 .pie .left-side {
    -webkit-transform: rotate(.39turn);
    transform: rotate(.39turn)
}

section#profile .pie-wrapper.progress-39 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-40 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-40 .pie .left-side {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg)
}

section#profile .pie-wrapper.progress-40 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-41 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-41 .pie .left-side {
    -webkit-transform: rotate(.41turn);
    transform: rotate(.41turn)
}

section#profile .pie-wrapper.progress-41 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-42 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-42 .pie .left-side {
    -webkit-transform: rotate(.42turn);
    transform: rotate(.42turn)
}

section#profile .pie-wrapper.progress-42 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-43 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-43 .pie .left-side {
    -webkit-transform: rotate(154.8deg);
    transform: rotate(154.8deg)
}

section#profile .pie-wrapper.progress-43 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-44 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-44 .pie .left-side {
    -webkit-transform: rotate(.44turn);
    transform: rotate(.44turn)
}

section#profile .pie-wrapper.progress-44 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-45 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-45 .pie .left-side {
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg)
}

section#profile .pie-wrapper.progress-45 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-46 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-46 .pie .left-side {
    -webkit-transform: rotate(165.6deg);
    transform: rotate(165.6deg)
}

section#profile .pie-wrapper.progress-46 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-47 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-47 .pie .left-side {
    -webkit-transform: rotate(.47turn);
    transform: rotate(.47turn)
}

section#profile .pie-wrapper.progress-47 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-48 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-48 .pie .left-side {
    -webkit-transform: rotate(172.8deg);
    transform: rotate(172.8deg)
}

section#profile .pie-wrapper.progress-48 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-49 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-49 .pie .left-side {
    -webkit-transform: rotate(.49turn);
    transform: rotate(.49turn)
}

section#profile .pie-wrapper.progress-49 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-50 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-50 .pie .left-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-50 .pie .right-side {
    display: none
}

section#profile .pie-wrapper.progress-51 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-51 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-51 .pie .left-side {
    -webkit-transform: rotate(.51turn);
    transform: rotate(.51turn)
}

section#profile .pie-wrapper.progress-51 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-52 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-52 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-52 .pie .left-side {
    -webkit-transform: rotate(.52turn);
    transform: rotate(.52turn)
}

section#profile .pie-wrapper.progress-52 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-53 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-53 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-53 .pie .left-side {
    -webkit-transform: rotate(.53turn);
    transform: rotate(.53turn)
}

section#profile .pie-wrapper.progress-53 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-54 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-54 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-54 .pie .left-side {
    -webkit-transform: rotate(.54turn);
    transform: rotate(.54turn)
}

section#profile .pie-wrapper.progress-54 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-55 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-55 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-55 .pie .left-side {
    -webkit-transform: rotate(198deg);
    transform: rotate(198deg)
}

section#profile .pie-wrapper.progress-55 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-56 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-56 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-56 .pie .left-side {
    -webkit-transform: rotate(201.6deg);
    transform: rotate(201.6deg)
}

section#profile .pie-wrapper.progress-56 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-57 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-57 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-57 .pie .left-side {
    -webkit-transform: rotate(.57turn);
    transform: rotate(.57turn)
}

section#profile .pie-wrapper.progress-57 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-58 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-58 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-58 .pie .left-side {
    -webkit-transform: rotate(208.8deg);
    transform: rotate(208.8deg)
}

section#profile .pie-wrapper.progress-58 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-59 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-59 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-59 .pie .left-side {
    -webkit-transform: rotate(.59turn);
    transform: rotate(.59turn)
}

section#profile .pie-wrapper.progress-59 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-60 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-60 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-60 .pie .left-side {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg)
}

section#profile .pie-wrapper.progress-60 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-61 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-61 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-61 .pie .left-side {
    -webkit-transform: rotate(.61turn);
    transform: rotate(.61turn)
}

section#profile .pie-wrapper.progress-61 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-62 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-62 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-62 .pie .left-side {
    -webkit-transform: rotate(.62turn);
    transform: rotate(.62turn)
}

section#profile .pie-wrapper.progress-62 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-63 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-63 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-63 .pie .left-side {
    -webkit-transform: rotate(.63turn);
    transform: rotate(.63turn)
}

section#profile .pie-wrapper.progress-63 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-64 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-64 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-64 .pie .left-side {
    -webkit-transform: rotate(.64turn);
    transform: rotate(.64turn)
}

section#profile .pie-wrapper.progress-64 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-65 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-65 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-65 .pie .left-side {
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg)
}

section#profile .pie-wrapper.progress-65 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-66 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-66 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-66 .pie .left-side {
    -webkit-transform: rotate(.66turn);
    transform: rotate(.66turn)
}

section#profile .pie-wrapper.progress-66 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-67 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-67 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-67 .pie .left-side {
    -webkit-transform: rotate(241.2deg);
    transform: rotate(241.2deg)
}

section#profile .pie-wrapper.progress-67 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-68 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-68 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-68 .pie .left-side {
    -webkit-transform: rotate(.68turn);
    transform: rotate(.68turn)
}

section#profile .pie-wrapper.progress-68 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-69 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-69 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-69 .pie .left-side {
    -webkit-transform: rotate(248.4deg);
    transform: rotate(248.4deg)
}

section#profile .pie-wrapper.progress-69 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-70 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-70 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-70 .pie .left-side {
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg)
}

section#profile .pie-wrapper.progress-70 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-71 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-71 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-71 .pie .left-side {
    -webkit-transform: rotate(.71turn);
    transform: rotate(.71turn)
}

section#profile .pie-wrapper.progress-71 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-72 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-72 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-72 .pie .left-side {
    -webkit-transform: rotate(.72turn);
    transform: rotate(.72turn)
}

section#profile .pie-wrapper.progress-72 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-73 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-73 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-73 .pie .left-side {
    -webkit-transform: rotate(.73turn);
    transform: rotate(.73turn)
}

section#profile .pie-wrapper.progress-73 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-74 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-74 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-74 .pie .left-side {
    -webkit-transform: rotate(.74turn);
    transform: rotate(.74turn)
}

section#profile .pie-wrapper.progress-74 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-75 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-75 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-75 .pie .left-side {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

section#profile .pie-wrapper.progress-75 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-76 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-76 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-76 .pie .left-side {
    -webkit-transform: rotate(.76turn);
    transform: rotate(.76turn)
}

section#profile .pie-wrapper.progress-76 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-77 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-77 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-77 .pie .left-side {
    -webkit-transform: rotate(.77turn);
    transform: rotate(.77turn)
}

section#profile .pie-wrapper.progress-77 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-78 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-78 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-78 .pie .left-side {
    -webkit-transform: rotate(.78turn);
    transform: rotate(.78turn)
}

section#profile .pie-wrapper.progress-78 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-79 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-79 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-79 .pie .left-side {
    -webkit-transform: rotate(284.4deg);
    transform: rotate(284.4deg)
}

section#profile .pie-wrapper.progress-79 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-80 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-80 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-80 .pie .left-side {
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg)
}

section#profile .pie-wrapper.progress-80 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-81 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-81 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-81 .pie .left-side {
    -webkit-transform: rotate(.81turn);
    transform: rotate(.81turn)
}

section#profile .pie-wrapper.progress-81 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-82 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-82 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-82 .pie .left-side {
    -webkit-transform: rotate(.82turn);
    transform: rotate(.82turn)
}

section#profile .pie-wrapper.progress-82 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-83 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-83 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-83 .pie .left-side {
    -webkit-transform: rotate(298.8deg);
    transform: rotate(298.8deg)
}

section#profile .pie-wrapper.progress-83 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-84 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-84 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-84 .pie .left-side {
    -webkit-transform: rotate(.84turn);
    transform: rotate(.84turn)
}

section#profile .pie-wrapper.progress-84 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-85 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-85 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-85 .pie .left-side {
    -webkit-transform: rotate(306deg);
    transform: rotate(306deg)
}

section#profile .pie-wrapper.progress-85 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-86 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-86 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-86 .pie .left-side {
    -webkit-transform: rotate(309.6deg);
    transform: rotate(309.6deg)
}

section#profile .pie-wrapper.progress-86 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-87 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-87 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-87 .pie .left-side {
    -webkit-transform: rotate(.87turn);
    transform: rotate(.87turn)
}

section#profile .pie-wrapper.progress-87 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-88 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-88 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-88 .pie .left-side {
    -webkit-transform: rotate(.88turn);
    transform: rotate(.88turn)
}

section#profile .pie-wrapper.progress-88 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-89 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-89 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-89 .pie .left-side {
    -webkit-transform: rotate(320.4deg);
    transform: rotate(320.4deg)
}

section#profile .pie-wrapper.progress-89 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-90 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-90 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-90 .pie .left-side {
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg)
}

section#profile .pie-wrapper.progress-90 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-91 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-91 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-91 .pie .left-side {
    -webkit-transform: rotate(.91turn);
    transform: rotate(.91turn)
}

section#profile .pie-wrapper.progress-91 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-92 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-92 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-92 .pie .left-side {
    -webkit-transform: rotate(331.2deg);
    transform: rotate(331.2deg)
}

section#profile .pie-wrapper.progress-92 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-93 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-93 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-93 .pie .left-side {
    -webkit-transform: rotate(.93turn);
    transform: rotate(.93turn)
}

section#profile .pie-wrapper.progress-93 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-94 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-94 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-94 .pie .left-side {
    -webkit-transform: rotate(.94turn);
    transform: rotate(.94turn)
}

section#profile .pie-wrapper.progress-94 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-95 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-95 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-95 .pie .left-side {
    -webkit-transform: rotate(342deg);
    transform: rotate(342deg)
}

section#profile .pie-wrapper.progress-95 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-96 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-96 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-96 .pie .left-side {
    -webkit-transform: rotate(345.6deg);
    transform: rotate(345.6deg)
}

section#profile .pie-wrapper.progress-96 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-97 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-97 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-97 .pie .left-side {
    -webkit-transform: rotate(.97turn);
    transform: rotate(.97turn)
}

section#profile .pie-wrapper.progress-97 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-98 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-98 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-98 .pie .left-side {
    -webkit-transform: rotate(.98turn);
    transform: rotate(.98turn)
}

section#profile .pie-wrapper.progress-98 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper.progress-99 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile .pie-wrapper.progress-99 .pie .half-circle {
    border-color: #dc2222
}

section#profile .pie-wrapper.progress-99 .pie .left-side {
    -webkit-transform: rotate(.99turn);
    transform: rotate(.99turn)
}

section#profile .pie-wrapper.progress-99 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile .pie-wrapper--solid {
    border-radius: 50%;
    overflow: hidden
}

section#profile .pie-wrapper--solid:before {
    border-radius: 0 100% 100% 0/50%;
    content: "";
    display: block;
    height: 100%;
    margin-left: 50%;
    -webkit-transform-origin: left;
    transform-origin: left
}

section#profile .pie-wrapper--solid .label {
    background: 0 0
}

section#profile .pie-wrapper--solid.progress-65 {
    background: linear-gradient(90deg, #e67e22 50%, #34495e 0)
}

section#profile .pie-wrapper--solid.progress-65:before {
    background: #e67e22;
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg)
}

section#profile .pie-wrapper--solid.progress-25 {
    background: linear-gradient(90deg, #9b59b6 50%, #34495e 0)
}

section#profile .pie-wrapper--solid.progress-25:before {
    background: #34495e;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

section#profile .pie-wrapper--solid.progress-88 {
    background: linear-gradient(90deg, #3498db 50%, #34495e 0)
}

section#profile .pie-wrapper--solid.progress-88:before {
    background: #3498db;
    -webkit-transform: rotate(43.2deg);
    transform: rotate(43.2deg)
}

section#profile .display-name {
    text-transform: none;
    font-weight: 300;
    font-size: 24px;
    color: #fff;
    margin: 8px 0 0;
    width: 100%;
    text-align: center;
    word-break: break-all
}

section#profile .flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

section#profile .flex-wrapper .features {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center
}

section#profile .flex-wrapper .features p {
    margin: 0 0 8px
}

section#profile .flex-wrapper .features .checkbox {
    display: flex;
    align-content: center
}

section#profile .flex-wrapper .features .checkbox-group {
    text-align: center
}

section#profile .flex-wrapper .features .checkbox,
section#profile .flex-wrapper .features button {
    margin-top: 12px
}

section#profile .flex-wrapper .features .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

section#profile .flex-wrapper .features .checkbox__text {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    font-size: 12px
}

section#profile .flex-wrapper .features .checkbox__text a {
    margin: 0;
    display: inline-block
}

section#profile .flex-wrapper .features .checkbox__text:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    transition: .2s
}

section#profile .flex-wrapper .features .checkbox__text:after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 9px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #dc2222;
    transition: all .2s
}

section#profile .flex-wrapper .features .checkbox input:checked + .checkbox__text:after {
    opacity: 1
}

section#profile .slots-counter {
    display: flex;
    flex-direction: column;
    justify-content: center
}

section#profile .slots-counter span {
    width: 100%;
    text-align: center
}

section#profile .data-container {
    font-size: 20px;
    background-image: url();
    display: block;
    padding: 12px;
    background-repeat: repeat;
    background-size: cover;
    border-radius: 4px
}

section#profile .data-container h2 {
    font-size: 24px;
    margin: 0;
    font-weight: 300;
    text-transform: none;
    color: #dc2222
}

section#profile .data-container a,
section#profile .data-container a:visited,
section#profile .data-container span {
    margin-left: 8px;
    color: #fff
}

section#profile .data-container a.underline:before {
    content: "("
}

section#profile .data-container a.underline:after {
    content: ")"
}

section#profile .data-container a.underline:hover {
    text-decoration: underline
}

section#profile .clearfix {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin-bottom: 10px;
    position: relative
}

section#profile .role-container {
    margin-bottom: 24px
}

section#profile .role-container .avatar-with-border {
    border-radius: 50%;
    width: 100%;
    margin: 0
}

section#profile .role-container.beta-tester .avatar-with-border {
    border: 2px solid #a50f79
}

section#profile .role-container.beta-tester .role {
    color: #a50f79
}

section#profile .role-container.support .avatar-with-border {
    border: 2px solid #e4c62e
}

section#profile .role-container.support .role {
    color: #e4c62e
}

section#profile .role-container.dev .avatar-with-border {
    border: 2px solid #ade55c
}

section#profile .role-container.dev .role {
    color: #ade55c
}

section#profile .role-container.user .avatar-with-border {
    border: 2px solid #8847ff
}

section#profile .role-container.user .role {
    color: #8847ff
}

section#profile .role-container .role {
    margin: 0;
    width: 100%;
    padding: 3px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    font-weight: 100
}

section#profile .news-block .article {
    display: flex
}

section#profile .news-block .article img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 240px;
    height: 100%
}

section#profile .news-block .article .article-body {
    margin-left: 24px
}

section#profile a.logout,
section#profile a.logout:visited {
    color: #fff;
    font-size: 16px
}

section#profile a.logout:visited i,
section#profile a.logout i {
    margin-right: 8px
}

section#profile .dev-card ul {
    padding-left: 18px
}

section#profile .dev-card ul a:hover {
    color: #dc2222
}

section#profile .or-promo {
    margin-top: 24px !important
}

section#profile-beta *,
section#profile-beta :after,
section#profile-beta :before {
    box-sizing: border-box
}

section#profile-beta body,
section#profile-beta html {
    background: #ecf0f1;
    color: #444;
    font-family: Lato, Tahoma, Geneva, sans-serif;
    font-size: 16px;
    padding: 10px
}

section#profile-beta .set-size {
    font-size: 10em
}

section#profile-beta .charts-container:after {
    clear: both;
    content: "";
    display: table
}

section#profile-beta .pie-wrapper {
    height: 6em;
    width: 6em;
    float: left;
    margin: 15px;
    position: relative
}

section#profile-beta .pie-wrapper:nth-child(3n+1) {
    clear: both
}

section#profile-beta .pie-wrapper .pie {
    height: 100%;
    width: 100%;
    clip: rect(0, 6em, 6em, 3em);
    left: 0;
    position: absolute;
    top: 0
}

section#profile-beta .pie-wrapper .pie .half-circle {
    height: 100%;
    width: 100%;
    border: .6em solid #3498db;
    border-radius: 50%;
    clip: rect(0, 3em, 6em, 0);
    left: 0;
    position: absolute;
    top: 0
}

section#profile-beta .pie-wrapper .label {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #34495e;
    border-radius: 50%;
    color: #ecf0f1;
    cursor: default;
    font-size: 1em;
    text-align: center
}

section#profile-beta .pie-wrapper .label .smaller {
    display: none;
    color: #bdc3c7;
    font-size: .45em;
    padding-bottom: 20px;
    vertical-align: super
}

section#profile-beta .pie-wrapper .shadow {
    height: 100%;
    width: 100%;
    border: .6em solid #fff;
    border-radius: 50%
}

section#profile-beta .pie-wrapper.style-2 .label {
    background: 0 0;
    color: #fff
}

section#profile-beta .pie-wrapper.progress-0 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-0 .pie .left-side {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

section#profile-beta .pie-wrapper.progress-0 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-1 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-1 .pie .left-side {
    -webkit-transform: rotate(3.6deg);
    transform: rotate(3.6deg)
}

section#profile-beta .pie-wrapper.progress-1 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-2 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-2 .pie .left-side {
    -webkit-transform: rotate(7.2deg);
    transform: rotate(7.2deg)
}

section#profile-beta .pie-wrapper.progress-2 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-3 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-3 .pie .left-side {
    -webkit-transform: rotate(10.8deg);
    transform: rotate(10.8deg)
}

section#profile-beta .pie-wrapper.progress-3 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-4 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-4 .pie .left-side {
    -webkit-transform: rotate(14.4deg);
    transform: rotate(14.4deg)
}

section#profile-beta .pie-wrapper.progress-4 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-5 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-5 .pie .left-side {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg)
}

section#profile-beta .pie-wrapper.progress-5 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-6 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-6 .pie .left-side {
    -webkit-transform: rotate(21.6deg);
    transform: rotate(21.6deg)
}

section#profile-beta .pie-wrapper.progress-6 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-7 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-7 .pie .left-side {
    -webkit-transform: rotate(25.2deg);
    transform: rotate(25.2deg)
}

section#profile-beta .pie-wrapper.progress-7 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-8 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-8 .pie .left-side {
    -webkit-transform: rotate(28.8deg);
    transform: rotate(28.8deg)
}

section#profile-beta .pie-wrapper.progress-8 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-9 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-9 .pie .left-side {
    -webkit-transform: rotate(32.4deg);
    transform: rotate(32.4deg)
}

section#profile-beta .pie-wrapper.progress-9 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-10 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-10 .pie .left-side {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg)
}

section#profile-beta .pie-wrapper.progress-10 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-11 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-11 .pie .left-side {
    -webkit-transform: rotate(39.6deg);
    transform: rotate(39.6deg)
}

section#profile-beta .pie-wrapper.progress-11 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-12 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-12 .pie .left-side {
    -webkit-transform: rotate(43.2deg);
    transform: rotate(43.2deg)
}

section#profile-beta .pie-wrapper.progress-12 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-13 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-13 .pie .left-side {
    -webkit-transform: rotate(46.8deg);
    transform: rotate(46.8deg)
}

section#profile-beta .pie-wrapper.progress-13 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-14 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-14 .pie .left-side {
    -webkit-transform: rotate(50.4deg);
    transform: rotate(50.4deg)
}

section#profile-beta .pie-wrapper.progress-14 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-15 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-15 .pie .left-side {
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg)
}

section#profile-beta .pie-wrapper.progress-15 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-16 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-16 .pie .left-side {
    -webkit-transform: rotate(57.6deg);
    transform: rotate(57.6deg)
}

section#profile-beta .pie-wrapper.progress-16 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-17 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-17 .pie .left-side {
    -webkit-transform: rotate(61.2deg);
    transform: rotate(61.2deg)
}

section#profile-beta .pie-wrapper.progress-17 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-18 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-18 .pie .left-side {
    -webkit-transform: rotate(64.8deg);
    transform: rotate(64.8deg)
}

section#profile-beta .pie-wrapper.progress-18 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-19 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-19 .pie .left-side {
    -webkit-transform: rotate(68.4deg);
    transform: rotate(68.4deg)
}

section#profile-beta .pie-wrapper.progress-19 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-20 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-20 .pie .left-side {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg)
}

section#profile-beta .pie-wrapper.progress-20 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-21 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-21 .pie .left-side {
    -webkit-transform: rotate(75.6deg);
    transform: rotate(75.6deg)
}

section#profile-beta .pie-wrapper.progress-21 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-22 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-22 .pie .left-side {
    -webkit-transform: rotate(79.2deg);
    transform: rotate(79.2deg)
}

section#profile-beta .pie-wrapper.progress-22 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-23 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-23 .pie .left-side {
    -webkit-transform: rotate(82.8deg);
    transform: rotate(82.8deg)
}

section#profile-beta .pie-wrapper.progress-23 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-24 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-24 .pie .left-side {
    -webkit-transform: rotate(86.4deg);
    transform: rotate(86.4deg)
}

section#profile-beta .pie-wrapper.progress-24 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-25 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-25 .pie .left-side {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

section#profile-beta .pie-wrapper.progress-25 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-26 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-26 .pie .left-side {
    -webkit-transform: rotate(93.6deg);
    transform: rotate(93.6deg)
}

section#profile-beta .pie-wrapper.progress-26 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-27 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-27 .pie .left-side {
    -webkit-transform: rotate(97.2deg);
    transform: rotate(97.2deg)
}

section#profile-beta .pie-wrapper.progress-27 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-28 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-28 .pie .left-side {
    -webkit-transform: rotate(100.8deg);
    transform: rotate(100.8deg)
}

section#profile-beta .pie-wrapper.progress-28 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-29 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-29 .pie .left-side {
    -webkit-transform: rotate(104.4deg);
    transform: rotate(104.4deg)
}

section#profile-beta .pie-wrapper.progress-29 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-30 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-30 .pie .left-side {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg)
}

section#profile-beta .pie-wrapper.progress-30 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-31 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-31 .pie .left-side {
    -webkit-transform: rotate(.31turn);
    transform: rotate(.31turn)
}

section#profile-beta .pie-wrapper.progress-31 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-32 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-32 .pie .left-side {
    -webkit-transform: rotate(.32turn);
    transform: rotate(.32turn)
}

section#profile-beta .pie-wrapper.progress-32 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-33 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-33 .pie .left-side {
    -webkit-transform: rotate(.33turn);
    transform: rotate(.33turn)
}

section#profile-beta .pie-wrapper.progress-33 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-34 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-34 .pie .left-side {
    -webkit-transform: rotate(.34turn);
    transform: rotate(.34turn)
}

section#profile-beta .pie-wrapper.progress-34 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-35 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-35 .pie .left-side {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg)
}

section#profile-beta .pie-wrapper.progress-35 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-36 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-36 .pie .left-side {
    -webkit-transform: rotate(.36turn);
    transform: rotate(.36turn)
}

section#profile-beta .pie-wrapper.progress-36 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-37 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-37 .pie .left-side {
    -webkit-transform: rotate(.37turn);
    transform: rotate(.37turn)
}

section#profile-beta .pie-wrapper.progress-37 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-38 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-38 .pie .left-side {
    -webkit-transform: rotate(.38turn);
    transform: rotate(.38turn)
}

section#profile-beta .pie-wrapper.progress-38 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-39 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-39 .pie .left-side {
    -webkit-transform: rotate(.39turn);
    transform: rotate(.39turn)
}

section#profile-beta .pie-wrapper.progress-39 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-40 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-40 .pie .left-side {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg)
}

section#profile-beta .pie-wrapper.progress-40 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-41 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-41 .pie .left-side {
    -webkit-transform: rotate(.41turn);
    transform: rotate(.41turn)
}

section#profile-beta .pie-wrapper.progress-41 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-42 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-42 .pie .left-side {
    -webkit-transform: rotate(.42turn);
    transform: rotate(.42turn)
}

section#profile-beta .pie-wrapper.progress-42 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-43 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-43 .pie .left-side {
    -webkit-transform: rotate(154.8deg);
    transform: rotate(154.8deg)
}

section#profile-beta .pie-wrapper.progress-43 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-44 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-44 .pie .left-side {
    -webkit-transform: rotate(.44turn);
    transform: rotate(.44turn)
}

section#profile-beta .pie-wrapper.progress-44 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-45 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-45 .pie .left-side {
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg)
}

section#profile-beta .pie-wrapper.progress-45 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-46 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-46 .pie .left-side {
    -webkit-transform: rotate(165.6deg);
    transform: rotate(165.6deg)
}

section#profile-beta .pie-wrapper.progress-46 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-47 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-47 .pie .left-side {
    -webkit-transform: rotate(.47turn);
    transform: rotate(.47turn)
}

section#profile-beta .pie-wrapper.progress-47 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-48 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-48 .pie .left-side {
    -webkit-transform: rotate(172.8deg);
    transform: rotate(172.8deg)
}

section#profile-beta .pie-wrapper.progress-48 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-49 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-49 .pie .left-side {
    -webkit-transform: rotate(.49turn);
    transform: rotate(.49turn)
}

section#profile-beta .pie-wrapper.progress-49 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-50 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-50 .pie .left-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-50 .pie .right-side {
    display: none
}

section#profile-beta .pie-wrapper.progress-51 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-51 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-51 .pie .left-side {
    -webkit-transform: rotate(.51turn);
    transform: rotate(.51turn)
}

section#profile-beta .pie-wrapper.progress-51 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-52 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-52 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-52 .pie .left-side {
    -webkit-transform: rotate(.52turn);
    transform: rotate(.52turn)
}

section#profile-beta .pie-wrapper.progress-52 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-53 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-53 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-53 .pie .left-side {
    -webkit-transform: rotate(.53turn);
    transform: rotate(.53turn)
}

section#profile-beta .pie-wrapper.progress-53 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-54 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-54 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-54 .pie .left-side {
    -webkit-transform: rotate(.54turn);
    transform: rotate(.54turn)
}

section#profile-beta .pie-wrapper.progress-54 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-55 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-55 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-55 .pie .left-side {
    -webkit-transform: rotate(198deg);
    transform: rotate(198deg)
}

section#profile-beta .pie-wrapper.progress-55 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-56 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-56 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-56 .pie .left-side {
    -webkit-transform: rotate(201.6deg);
    transform: rotate(201.6deg)
}

section#profile-beta .pie-wrapper.progress-56 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-57 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-57 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-57 .pie .left-side {
    -webkit-transform: rotate(.57turn);
    transform: rotate(.57turn)
}

section#profile-beta .pie-wrapper.progress-57 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-58 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-58 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-58 .pie .left-side {
    -webkit-transform: rotate(208.8deg);
    transform: rotate(208.8deg)
}

section#profile-beta .pie-wrapper.progress-58 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-59 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-59 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-59 .pie .left-side {
    -webkit-transform: rotate(.59turn);
    transform: rotate(.59turn)
}

section#profile-beta .pie-wrapper.progress-59 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-60 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-60 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-60 .pie .left-side {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg)
}

section#profile-beta .pie-wrapper.progress-60 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-61 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-61 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-61 .pie .left-side {
    -webkit-transform: rotate(.61turn);
    transform: rotate(.61turn)
}

section#profile-beta .pie-wrapper.progress-61 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-62 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-62 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-62 .pie .left-side {
    -webkit-transform: rotate(.62turn);
    transform: rotate(.62turn)
}

section#profile-beta .pie-wrapper.progress-62 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-63 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-63 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-63 .pie .left-side {
    -webkit-transform: rotate(.63turn);
    transform: rotate(.63turn)
}

section#profile-beta .pie-wrapper.progress-63 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-64 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-64 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-64 .pie .left-side {
    -webkit-transform: rotate(.64turn);
    transform: rotate(.64turn)
}

section#profile-beta .pie-wrapper.progress-64 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-65 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-65 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-65 .pie .left-side {
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg)
}

section#profile-beta .pie-wrapper.progress-65 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-66 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-66 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-66 .pie .left-side {
    -webkit-transform: rotate(.66turn);
    transform: rotate(.66turn)
}

section#profile-beta .pie-wrapper.progress-66 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-67 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-67 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-67 .pie .left-side {
    -webkit-transform: rotate(241.2deg);
    transform: rotate(241.2deg)
}

section#profile-beta .pie-wrapper.progress-67 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-68 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-68 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-68 .pie .left-side {
    -webkit-transform: rotate(.68turn);
    transform: rotate(.68turn)
}

section#profile-beta .pie-wrapper.progress-68 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-69 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-69 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-69 .pie .left-side {
    -webkit-transform: rotate(248.4deg);
    transform: rotate(248.4deg)
}

section#profile-beta .pie-wrapper.progress-69 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-70 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-70 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-70 .pie .left-side {
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg)
}

section#profile-beta .pie-wrapper.progress-70 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-71 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-71 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-71 .pie .left-side {
    -webkit-transform: rotate(.71turn);
    transform: rotate(.71turn)
}

section#profile-beta .pie-wrapper.progress-71 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-72 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-72 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-72 .pie .left-side {
    -webkit-transform: rotate(.72turn);
    transform: rotate(.72turn)
}

section#profile-beta .pie-wrapper.progress-72 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-73 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-73 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-73 .pie .left-side {
    -webkit-transform: rotate(.73turn);
    transform: rotate(.73turn)
}

section#profile-beta .pie-wrapper.progress-73 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-74 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-74 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-74 .pie .left-side {
    -webkit-transform: rotate(.74turn);
    transform: rotate(.74turn)
}

section#profile-beta .pie-wrapper.progress-74 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-75 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-75 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-75 .pie .left-side {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

section#profile-beta .pie-wrapper.progress-75 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-76 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-76 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-76 .pie .left-side {
    -webkit-transform: rotate(.76turn);
    transform: rotate(.76turn)
}

section#profile-beta .pie-wrapper.progress-76 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-77 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-77 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-77 .pie .left-side {
    -webkit-transform: rotate(.77turn);
    transform: rotate(.77turn)
}

section#profile-beta .pie-wrapper.progress-77 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-78 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-78 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-78 .pie .left-side {
    -webkit-transform: rotate(.78turn);
    transform: rotate(.78turn)
}

section#profile-beta .pie-wrapper.progress-78 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-79 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-79 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-79 .pie .left-side {
    -webkit-transform: rotate(284.4deg);
    transform: rotate(284.4deg)
}

section#profile-beta .pie-wrapper.progress-79 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-80 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-80 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-80 .pie .left-side {
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg)
}

section#profile-beta .pie-wrapper.progress-80 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-81 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-81 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-81 .pie .left-side {
    -webkit-transform: rotate(.81turn);
    transform: rotate(.81turn)
}

section#profile-beta .pie-wrapper.progress-81 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-82 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-82 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-82 .pie .left-side {
    -webkit-transform: rotate(.82turn);
    transform: rotate(.82turn)
}

section#profile-beta .pie-wrapper.progress-82 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-83 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-83 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-83 .pie .left-side {
    -webkit-transform: rotate(298.8deg);
    transform: rotate(298.8deg)
}

section#profile-beta .pie-wrapper.progress-83 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-84 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-84 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-84 .pie .left-side {
    -webkit-transform: rotate(.84turn);
    transform: rotate(.84turn)
}

section#profile-beta .pie-wrapper.progress-84 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-85 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-85 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-85 .pie .left-side {
    -webkit-transform: rotate(306deg);
    transform: rotate(306deg)
}

section#profile-beta .pie-wrapper.progress-85 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-86 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-86 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-86 .pie .left-side {
    -webkit-transform: rotate(309.6deg);
    transform: rotate(309.6deg)
}

section#profile-beta .pie-wrapper.progress-86 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-87 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-87 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-87 .pie .left-side {
    -webkit-transform: rotate(.87turn);
    transform: rotate(.87turn)
}

section#profile-beta .pie-wrapper.progress-87 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-88 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-88 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-88 .pie .left-side {
    -webkit-transform: rotate(.88turn);
    transform: rotate(.88turn)
}

section#profile-beta .pie-wrapper.progress-88 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-89 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-89 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-89 .pie .left-side {
    -webkit-transform: rotate(320.4deg);
    transform: rotate(320.4deg)
}

section#profile-beta .pie-wrapper.progress-89 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-90 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-90 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-90 .pie .left-side {
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg)
}

section#profile-beta .pie-wrapper.progress-90 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-91 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-91 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-91 .pie .left-side {
    -webkit-transform: rotate(.91turn);
    transform: rotate(.91turn)
}

section#profile-beta .pie-wrapper.progress-91 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-92 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-92 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-92 .pie .left-side {
    -webkit-transform: rotate(331.2deg);
    transform: rotate(331.2deg)
}

section#profile-beta .pie-wrapper.progress-92 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-93 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-93 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-93 .pie .left-side {
    -webkit-transform: rotate(.93turn);
    transform: rotate(.93turn)
}

section#profile-beta .pie-wrapper.progress-93 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-94 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-94 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-94 .pie .left-side {
    -webkit-transform: rotate(.94turn);
    transform: rotate(.94turn)
}

section#profile-beta .pie-wrapper.progress-94 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-95 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-95 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-95 .pie .left-side {
    -webkit-transform: rotate(342deg);
    transform: rotate(342deg)
}

section#profile-beta .pie-wrapper.progress-95 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-96 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-96 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-96 .pie .left-side {
    -webkit-transform: rotate(345.6deg);
    transform: rotate(345.6deg)
}

section#profile-beta .pie-wrapper.progress-96 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-97 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-97 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-97 .pie .left-side {
    -webkit-transform: rotate(.97turn);
    transform: rotate(.97turn)
}

section#profile-beta .pie-wrapper.progress-97 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-98 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-98 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-98 .pie .left-side {
    -webkit-transform: rotate(.98turn);
    transform: rotate(.98turn)
}

section#profile-beta .pie-wrapper.progress-98 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper.progress-99 .pie {
    clip: rect(auto, auto, auto, auto)
}

section#profile-beta .pie-wrapper.progress-99 .pie .half-circle {
    border-color: #dc2222
}

section#profile-beta .pie-wrapper.progress-99 .pie .left-side {
    -webkit-transform: rotate(.99turn);
    transform: rotate(.99turn)
}

section#profile-beta .pie-wrapper.progress-99 .pie .right-side {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .pie-wrapper--solid {
    border-radius: 50%;
    overflow: hidden
}

section#profile-beta .pie-wrapper--solid:before {
    border-radius: 0 100% 100% 0/50%;
    content: "";
    display: block;
    height: 100%;
    margin-left: 50%;
    -webkit-transform-origin: left;
    transform-origin: left
}

section#profile-beta .pie-wrapper--solid .label {
    background: 0 0
}

section#profile-beta .pie-wrapper--solid.progress-65 {
    background: linear-gradient(90deg, #e67e22 50%, #34495e 0)
}

section#profile-beta .pie-wrapper--solid.progress-65:before {
    background: #e67e22;
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg)
}

section#profile-beta .pie-wrapper--solid.progress-25 {
    background: linear-gradient(90deg, #9b59b6 50%, #34495e 0)
}

section#profile-beta .pie-wrapper--solid.progress-25:before {
    background: #34495e;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

section#profile-beta .pie-wrapper--solid.progress-88 {
    background: linear-gradient(90deg, #3498db 50%, #34495e 0)
}

section#profile-beta .pie-wrapper--solid.progress-88:before {
    background: #3498db;
    -webkit-transform: rotate(43.2deg);
    transform: rotate(43.2deg)
}

section#profile-beta .fom {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 400
}

section#profile-beta .fom2 {
    font-family: Montserrat, sans-serif;
    font-weight: lighter;
    color: #fff
}

section#profile-beta .fom3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: #fff
}

section#profile-beta .zix {
    z-index: 10;
    position: relative
}

section#profile-beta .bold {
    font-weight: 700
}

section#profile-beta .background-fill {
    background: rgba(29, 3, 11, .89);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 150vh;
    width: 100%;
    position: absolute;
    background-image: url();
    background-size: cover;
    padding: 0;
    margin: 0;
    z-index: 1
}

section#profile-beta .background-fill .color-overlay {
    background: rgba(29, 3, 11, .89);
    height: 100%;
    width: 100%
}

section#profile-beta .logo {
    background-image: url();
    width: 176px;
    height: 130px
}

section#profile-beta .btn_exit {
    width: 143px;
    height: 44px;
    background-color: #db2121;
    color: #fff;
    border: none;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    font-weight: 100;
    outline: none
}

section#profile-beta .caption_lc {
    color: #fff;
    font-size: 30px
}

section#profile-beta .caption_lc:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #db2121;
    margin-bottom: 5px
}

section#profile-beta .caption_lc:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #db2121;
    margin-top: 5px
}

section#profile-beta .caption_mod1 {
    color: #fff;
    font-size: 30px
}

section#profile-beta .line {
    background: #db2121;
    width: 100%;
    height: 2px;
    opacity: .3
}

section#profile-beta .data-reg-text {
    font-size: 18px;
    display: block
}

section#profile-beta .data-reg-text p {
    display: block;
    margin-top: 4px
}

section#profile-beta .data-reg-text p:first-child {
    margin-top: 0
}

section#profile-beta .btn_save {
    display: block;
    width: 100%;
    margin: -2px -12px -12px 8px;
    border: 2px solid #37bc53;
    height: 54px;
    font-size: 14px;
    background: 0 0;
    color: #fff;
    font-family: Montserrat, sans-serif;
    position: relative;
    left: -10px;
    transition: all .3s
}

section#profile-beta .btn_save:hover {
    background-color: #37bc53
}

section#profile-beta .ava {
    text-align: center;
    width: 100%;
    height: 152px;
    background-color: #db2121;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 50%;
    box-shadow: -10px 10px 0 #db2121;
    padding-left: 6px;
    padding-right: 6px;
    margin: 0
}

section#profile-beta .ava:before {
    content: "";
    position: absolute;
    display: block;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    width: 154px;
    background: rgba(193, 23, 23, .45);
    height: 154px;
    z-index: -1;
    border-radius: 10px;
    top: 5px;
    left: 10px
}

section#profile-beta .form-control-m {
    height: 53px;
    border: 2px solid #db2121
}

section#profile-beta .form-control-m.border-hidden {
    border: 0
}

section#profile-beta .form-control-m.select-control-m {
    height: 107px;
    border: 2px solid #db2121
}

section#profile-beta .form-control-m label {
    background: #db2121;
    height: 100%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

section#profile-beta .form-control-m label:after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    background: #c11717;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: .5
}

section#profile-beta .form-control-m input {
    background: 0 0;
    border: none;
    outline: none;
    height: 100%;
    font-size: 14px
}

section#profile-beta .select-control-m .captions {
    height: 53px;
    background: #db2121;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-size: 14px;
    position: relative
}

section#profile-beta .select-control-m .captions:after {
    height: 53px;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    background: #c11717;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: .5
}

section#profile-beta .captions_select {
    width: 100%;
    height: 54px;
    background: 0 0;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 25px
}

section#profile-beta .captions_select option {
    color: #000
}

section#profile-beta .select_wrapper {
    width: 100%;
    position: relative;
    height: 54px
}

section#profile-beta .select_wrapper:after {
    top: 10px
}

section#profile-beta .select_wrapper:after,
section#profile-beta .select_wrapper:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    background-image: url();
    background-repeat: no-repeat;
    background-position: 50%;
    left: calc(100% - 25px)
}

section#profile-beta .select_wrapper:before {
    top: 26px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section#profile-beta .circle-progress-bar {
    margin-top: -8px;
    width: 112px;
    height: 112px;
    position: relative;
    border: 10px solid #522727;
    border-radius: 100%
}

section#profile-beta .circle-progress-bar:after,
section#profile-beta .circle-progress-bar:before {
    content: "";
    top: -10px;
    left: -10px;
    width: 112px;
    height: 112px;
    display: block;
    position: absolute;
    border: 10px solid #db2121;
    border-radius: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

section#profile-beta .circle-progress-bar:before {
    z-index: 2;
    border: 10px solid #db2121;
    border-left-color: transparent
}

section#profile-beta .circle-progress-bar:after {
    z-index: -1;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: .5;
    border: 10px solid #c11717;
    border-left-color: transparent
}

section#profile-beta .count-place,
section#profile-beta .count-place span {
    color: #db2121;
    font-size: 24px
}

section#profile-beta .text-count-place {
    font-size: 19px
}

section#profile-beta .line_under-count-place {
    width: 100%;
    background: #db2121;
    height: 2px;
    margin-left: -8px
}

section#profile-beta .line_under-count-place:after {
    content: "";
    display: block;
    width: 35px;
    background: #db2121;
    height: 2px;
    position: absolute;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: left;
    transform-origin: left
}

section#profile-beta .text-info-download {
    width: 100%;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    padding-left: 15px;
    align-items: center;
    margin-bottom: 16px
}

section#profile-beta .text-info-download p {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: column
}

section#profile-beta a.download {
    text-decoration: none;
    background-color: #37bc53;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 16px;
    position: relative;
    padding: 8px
}

section#profile-beta .text-info-download a:after {
    display: block;
    content: "";
    opacity: 0;
    transition: all .3s;
    width: 155px;
    height: 36px;
    position: absolute;
    z-index: -1;
    background: #29d94f
}

section#profile-beta .text-info-download a:hover:after {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: .5
}

section#profile-beta .info-auth {
    width: 100% !important;
    border: 2px solid #db2121;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-align: center;
    padding: 12px 10%;
    margin-top: 15px
}

section#profile-beta .info-auth button {
    text-decoration: none;
    width: 155px;
    height: 36px;
    background-color: #37bc53;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    border: 0;
    margin: 8px 9px
}

section#profile-beta .info-auth span {
    position: relative;
    font-weight: 700;
    display: inline-block
}

section#profile-beta .info-auth span:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: -1%;
    width: 102%;
    height: 4px;
    background-color: rgba(220, 34, 34, .85)
}

section#profile-beta .bm {
    margin-top: 100px
}

section#profile-beta .news_elem.id1 {
    background: url();
    background-repeat: no-repeat;
    background-position: 50%
}

section#profile-beta .news_elem.id2 {
    background: url();
    background-repeat: no-repeat;
    background-position: 50%
}

section#profile-beta .news_elem {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative
}

section#profile-beta .news_elem .color-overlay {
    background: rgba(29, 3, 11, .7);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1337
}

section#profile-beta .data-news {
    width: 187px;
    height: 34px;
    background-color: #2d74ea;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: relative
}

section#profile-beta .data-news:after {
    content: "";
    display: block;
    width: 187px;
    height: 34px;
    position: absolute;
    z-index: -1;
    background: #2d75e9;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: .5
}

section#profile-beta .captions_news_elem {
    font-size: 24px;
    display: flex;
    align-items: center
}

section#profile-beta .list_func {
    margin-top: 25px;
    list-style-type: square
}

section#profile-beta .list_func li {
    position: relative;
    margin-top: 5px
}

section#profile-beta .list_func li a {
    color: #fff;
    transition: all .3s
}

section#profile-beta .list_func li a:hover {
    color: #dc2222
}

section#profile-beta .list_func li:after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: #db2121;
    position: absolute;
    top: 4px;
    left: -20px
}

section#profile-beta input:disabled {
    cursor: not-allowed
}

section#profile-beta .buy-container {
    width: 100%;
    position: relative;
    z-index: 1337
}

section#profile-beta .buy-container .buy-block {
    border-top: 7px solid #2e75ea;
    margin-top: 12px
}

section#profile-beta .buy-container .buy-block .buy-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 2px;
    transition: all .3s;
    border-bottom: 7px solid transparent
}

section#profile-beta .buy-container .buy-block .buy-card,
section#profile-beta .buy-container .buy-block .buy-card:visited {
    color: #fff
}

section#profile-beta .buy-container .buy-block .buy-card:hover {
    background-color: rgba(0, 0, 0, .25);
    border-bottom: 7px solid #2e75ea
}

section#profile-beta .buy-container .buy-block .buy-card:hover .label {
    background-color: #2e75ea;
    box-shadow: 0 0 24px rgba(46, 117, 234, .21);
    border: 1px solid transparent
}

section#profile-beta .buy-container .buy-block .buy-card:hover .label:after,
section#profile-beta .buy-container .buy-block .buy-card:hover .label:before {
    opacity: 0
}

section#profile-beta .buy-container .buy-block .buy-card:hover .price-tag {
    opacity: 1
}

section#profile-beta .buy-container .buy-block .buy-card:hover .discount-tag {
    opacity: .4
}

section#profile-beta .buy-container .buy-block .buy-card:hover .discount-tag:before {
    opacity: 1
}

section#profile-beta .buy-container .buy-block .buy-card:hover .buy-link {
    text-shadow: 0 0 18px rgba(0, 120, 255, .48);
    color: #0096ff
}

section#profile-beta .buy-container .buy-block .buy-card:hover .buy-link:after {
    background-color: #0096ff;
    box-shadow: 0 0 24px rgba(46, 117, 234, .21)
}

section#profile-beta .buy-container .buy-block .buy-card .label {
    position: relative;
    transition: all .3s;
    border: 1px solid rgba(46, 117, 234, .5);
    font-weight: 400;
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
    width: 100%;
    text-align: center
}

section#profile-beta .buy-container .buy-block .buy-card .label:after {
    content: "";
    position: absolute;
    background-color: rgba(46, 117, 234, .5);
    height: 4px;
    width: 100%;
    bottom: -5px;
    left: -4px
}

section#profile-beta .buy-container .buy-block .buy-card .label:before {
    content: "";
    position: absolute;
    background-color: rgba(46, 117, 234, .5);
    width: 3px;
    height: 100%;
    bottom: -1px;
    left: -4px
}

section#profile-beta .buy-container .buy-block .buy-card .price-tag {
    margin-top: 24px;
    text-shadow: 0 0 24px rgba(46, 117, 234, .21);
    color: #2e75ea;
    font-size: 30px;
    font-weight: 400;
    opacity: .5;
    transition: all .3s
}

section#profile-beta .buy-container .buy-block .buy-card .discount-tag {
    color: #fff;
    font-size: 18px;
    min-height: 20px;
    font-weight: 400;
    position: relative;
    margin-top: 4px;
    margin-bottom: 4px;
    opacity: .3
}

section#profile-beta .buy-container .buy-block .buy-card .discount-tag:before {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    position: absolute;
    width: 110%;
    height: 50%;
    content: "";
    border-bottom: 2px solid red;
    pointer-events: none;
    opacity: .7
}

section#profile-beta .buy-container .buy-block .buy-card .buy-link {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 8px 0 0;
    transition: all .3s
}

section#profile-beta .buy-container .buy-block .buy-card .buy-link:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    box-shadow: 0 0 24px #fff
}

section#profile-beta .buy-container .line {
    background: #2e75ea;
    opacity: 1;
    box-shadow: 0 0 24px rgba(46, 117, 234, .21)
}

section#profile-beta .buy-container .info-auth {
    border: 1px solid #2e75ea
}

section#profile-beta .buy-container:after {
    z-index: -1;
    top: 0;
    left: 0;
    content: " ";
    position: absolute;
    min-width: 50vw;
    height: calc(100% + 24px);
    background: url() -90px 10px;
    background-size: cover;
    background-repeat: no-repeat
}

.navigation-custom {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999
}

.navigation-custom .nav-flex {
    display: flex;
    height: 126px;
    padding: 12px;
    align-items: center;
    justify-content: space-between
}

.navigation-custom .nav-flex .nav-logo {
    display: inline-block;
    padding-top: 12px;
    padding-bottom: 12px;
    height: 100%
}

.navigation-custom .nav-flex .nav-logo img {
    max-height: 100%
}

.navigation-custom .nav-flex ul.register-block:before {
    top: -12px
}

.navigation-custom .nav-flex ul.register-block {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

.navigation-custom .nav-flex ul.register-block li {
    display: inline-block
}

.navigation-custom .nav-flex ul.register-block li a,
.navigation-custom .nav-flex ul.register-block li button {
    padding: 15px 30px;
    border-radius: 0;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all .3s;
    cursor: pointer;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    border: 2px solid #fff;
    background: 0 0
}

.navigation-custom .nav-flex ul.register-block li a:hover,
.navigation-custom .nav-flex ul.register-block li button:hover {
    background: #fff;
    color: #f21435
}

@-webkit-keyframes scaleLabel {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.13);
        transform: scale(1.13)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleLabel {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.13);
        transform: scale(1.13)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.navigation-custom .nav-flex ul.register-block li.free-days-label {
    top: -28px;
    font-size: 16px;
    position: absolute;
    z-index: 15000;
    right: 85px;
    color: #dc2222;
    text-transform: uppercase;
    -webkit-animation: scaleLabel 1s infinite;
    animation: scaleLabel 1s infinite
}

@media(max-width:1024px) {
    .advantage-img {
        display: none !important
    }
}

@media(max-width:576px) {
    .navigation-custom {
        position: fixed;
        top: 0;
        left: 0;
        background: #350d0d
    }

    .navigation-custom .nav-flex {
        height: 72px;
        padding: 0
    }

    .navigation-custom .register-block li a,
    .navigation-custom .register-block li button {
        padding: 4px !important
    }
}

div.footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 0
}

div.footer ul {
    width: auto;
    list-style: none;
    text-align: right
}

div.footer ul li {
    margin-bottom: 36px
}

div.footer ul li a,
div.footer ul li a:hover {
    color: #ff213e
}

div.footer ul li a,
div.footer ul li a:visited {
    color: #fff;
    transition: all .2s;
    position: relative;
    font-weight: 600;
    font-size: 15px
}

.copyright {
    font-weight: 600;
    color: #434343
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 99999
}

.modal,
.modal .modal-content-flex {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%
}

.modal .modal-content-flex {
    height: 70%;
    display: flex;
    border: 1px solid #dc2222;
    position: relative;
    padding: 72px 16px;
    max-width: 800px
}

.modal .modal-content-flex .modal-controls {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999
}

.modal .modal-content-flex .modal-controls * {
    position: absolute;
    z-index: 999999;
    display: inline-block
}

.modal .modal-content-flex .modal-header {
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: center;
    display: block;
    width: 100%
}

.modal .modal-content-flex .modal-header h5 {
    display: inline-block;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 400;
    margin: 0;
    position: relative
}

.modal .modal-content-flex .modal-header h5:after,
.modal .modal-content-flex .modal-header h5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #dc2222;
    left: 0
}

.modal .modal-content-flex .modal-header h5:before {
    top: -12px
}

.modal .modal-content-flex .modal-header h5:after {
    bottom: -12px
}

.modal .modal-content-flex .modal-body {
    margin-top: 24px
}

.modal .modal-content-flex .modal-body * {
    position: relative;
    z-index: 9999999
}

.modal .modal-content-flex .modal-body form {
    width: 100%;
    text-align: center
}

.modal .modal-content-flex .modal-body form div {
    margin-bottom: 32px;
    display: block
}

.modal .modal-content-flex .modal-body form button {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #dc2222;
    background-color: transparent;
    display: inline-block;
    border: 2px solid rgba(220, 34, 34, .45);
    border-radius: 0
}

.modal .modal-content-flex .modal-body form button:hover {
    border: 2px solid #dc2222;
    background-color: #dc2222;
    color: #fff
}

.modal .modal-content-flex .modal-body form div.fieldset-block {
    display: block
}

.modal .modal-content-flex .modal-body form fieldset {
    border: 0;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    max-width: 670px
}

.modal .modal-content-flex .modal-body form fieldset label {
    line-height: 27px
}

.modal .modal-content-flex .modal-body form fieldset div:last-child {
    margin-bottom: 0
}

.modal .modal-content-flex .modal-body form fieldset input {
    margin-left: 16px;
    float: right;
    border: 0;
    border-bottom: 2px solid #dc2222;
    background: 0 0;
    color: #fff;
    padding-bottom: 6px
}

.modal .modal-content-flex .modal-body form p {
    margin-top: 32px;
    text-align: center
}

.modal .modal-content-flex .modal-body form p a {
    display: inline-block;
    position: relative;
    color: #fff;
    transition: all .3s;
    text-align: center
}

.modal .modal-content-flex .modal-body form p a:hover {
    color: #dc2222
}

.modal-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: .98;
    background-color: #110707;
    z-index: 99999
}

.additional-action {
    margin-top: 12px;
    display: block;
    color: #fff;
    transition: all .3s
}

.additional-action:hover {
    color: #dc2222
}

.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    margin: 0;
    padding: 6px 12px;
    font-size: 32px;
    border-radius: 8px
}

.instagram:after {
    display: none
}

.center {
    text-align: center
}

.alerts {
    position: fixed;
    top: 50px;
    right: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    z-index: 9999999;
    text-align: -webkit-right
}

.alert {
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: max-content;
    color: #fff;
    float: right;
    height: max-content;
    min-height: 70px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .2);
    position: relative;
    background: #171717;
    border-radius: 10px;
    overflow: auto
}

.alert:before {
    content: '';
    display: block;
    opacity: 1;
    transition: .45s;
    position: absolute;
    border-radius: 50%;
    box-shadow: 45px 0 50px 5px #f83246;
    width: 50px;
    height: 50px;
    top: 10%;
    left: -30%;
    z-index: 0
}

.alert .icon {
    position: absolute;
    top: 0;
    right: 0;
    background: #171717;
    padding: 0 5px 0px 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 10px;
    width: 40px;
    overflow: hidden;
}

.alert img {
    width: 30px;
    margin: 0 5px 0 0;
    z-index: 2
}

.alert i {
    margin: 0 15px 0 0;
    background: #fff;
    border-radius: 50px;
    color: #fff;
    display: flex;
    border: 2px solid;
    justify-content: center;
    align-items: center;
    width: 31px;
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    font-size: 13px
}

.alert-success i {
    color: #fff;
    border-color: #32cd32;
    background: #32cd32
}

.alert-warning i {
    color: #fff;
    border-color: orange;
    background: orange
}

.alert-danger i {
    color: #fff;
    border-color: #ff2030;
    background: #ff2030
}

.alert-success .icon {
    background: #35af0d;
    color: #35af0d;
}

.alert-warning .icon {
    background: #fb9401;
    color: #fb9401;
}

.alert-danger .icon {
    background: #f83246;
    color: #f83246;
}

.alerts p {
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2
}

main section#auth-access .auth-access-flex {
    display: block;
    max-width: 340px;
}

main section#auth-access .auth-access-flex .auth-card {
    color: #fff;
    background: transparent;
    border: 2px solid #2A2525;
    border-radius: 10px;
    padding: 35px 50px;
    text-align: left;
    position: relative;
    margin: 35px 0px 0px;
}

main section#auth-access .auth-access-flex .auth-card .auth-form {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin: 0px 0 20px;
}

main section#auth-access .auth-access-flex .auth-card .auth-form label{
    margin: 0px 0px 0px;
    font-size: 14px;
    font-weight: 600;
}

main section#auth-access .auth-access-flex .auth-card .g-recaptcha {
    margin: 10px 0 0;
    transform: scale(0.75);
    width: 0%;
}

main section#auth-access .auth-access-flex .auth-card .auth-form input {
    background: 0 0;
    border: 2px solid #555454;
    color: #ccc;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    padding: 15px 10px;
    width: 100%;
    margin: 7px 0 0;
    border-radius: 5px;
    transition: .3s all;
}

main section#auth-access .auth-access-flex .auth-card .auth-form input:focus {
    border-color: #ff2037;
    color: #fff
}

main section#auth-access .auth-access-flex .auth-card button,
main section#auth-access .auth-access-flex .auth-card a {
    width: 100%;
    color: #fff;
    background: #F83246;
    border-radius: 5px;
    border: 2px solid #F83246;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 10px;
    transition: .3s;
    margin: 10px 0 5px;
}

main section#auth-access .auth-access-flex .auth-card button:hover,
main section#auth-access .auth-access-flex .auth-card a:hover {
    color: #fff;
    background: transparent;
    border-color: #565555;
}

main section#auth-access .auth-access-flex .auth-card .auth-footer {
    text-align: center
}

main section#auth-access .auth-access-flex .auth-card .auth-footer .auth-footer-head {
    font-size: 13px;
    font-weight: 500;
}

main section#auth-access .auth-access-flex .auth-card .auth-footer a {
    color: #ff2037;
    background: 0 0;
    border: none;
    font-size: 13px;
    font-weight: 500;
    transition: .3s;
    padding: 0px;
    margin: 0px;
}

main section#auth-access .auth-access-flex .auth-card .auth-footer a:hover {
    color: #fff
}

main section#profile-access .profile-access-flex .profile-left-block {
    /* padding: 25px 20px; */
    margin: 0;
}

main section#profile-access .profile-access-flex .profile-left-block ul {
    list-style: none;
    padding: 0
}

main section#profile-access .profile-access-flex .profile-left-block ul li {
    margin: 0 0 10px
}

main section#profile-access .profile-access-flex .profile-left-block ul li a {
    color: #fff;
    border: 2px solid #565555;
    background: transparent;
    font-size: 14px;
    transition: .25s;
    font-weight: 500;
    height: 50px;
    min-width: max-content;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5px;
    position: relative;
}

main section#profile-access .profile-access-flex .profile-left-block ul li:first-child a {
    border-color: #565555;
    background: transparent;
}

main section#profile-access .profile-access-flex .profile-left-block ul li:first-child a:hover {
    border-color: #F83246;
}

main section#profile-access .profile-access-flex .profile-left-block ul li:last-child a {
    border-color: #ff2037;
    background: #F83246;
}

main section#profile-access .profile-access-flex .profile-left-block ul li:last-child a:hover {
    border-color: #565555;
    background: transparent;
}

main section#profile-access .profile-access-flex .profile-left-block ul li a:hover {
    background: transparent;
    border-color: #F83246;
}

main section#profile-access .profile-access-flex .profile-left-block ul li a .icon {
    font-size: 16px;
    margin: 0 0px;
}

main section#profile-access .profile-access-flex .profile-left-block ul li a .icon i {
    font-size: 12px;
}

main section#profile-access .profile-access-flex .profile-left-block ul li a .text {
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px;
}

main section#profile-access .profile-access-flex .profile-right-infoblock {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

main section#profile-access .profile-access-flex .profile-right-infoblock .info {
    flex: 70%;
    max-width: 70%
}

main section#profile-access .profile-access-flex .profile-right-infoblock .info ul {
    list-style: none;
    padding: 0 0 0 15px
}

main section#profile-access .profile-access-flex .profile-right-infoblock .info ul li {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 8px 0;
    flex-wrap: wrap
}

main section#profile-access .profile-access-flex .profile-right-infoblock .info ul li:before {
    content: '';
    background: #ff2037;
    width: 11px;
    height: 11px;
    border-radius: 3px
}

main section#profile-access .profile-access-flex .profile-right-infoblock .info ul li.before-green:before{
    background: #7aff20
}

main section#profile-access .info ul li.before-green .text {
    color: #7aff20
}

main section#profile-access .profile-access-flex .profile-right-infoblock .info ul li.before-red:before {
    background: #ff2037
}

main section#profile-access .info ul li.before-red .text {
    color: #ff2037
}

main section#profile-access .info ul li.before-yellow:before {
    background: #daaf24
}

main section#profile-access .profile-access-flex .profile-right-infoblock .info ul li.before-yellow .text {
    color: #daaf24
}

main section#profile-access .profile-access-flex .profile-right-infoblock .info ul li .title {
    font-size: 15.5px;
    font-weight: 600;
    margin: 2px 8px
}

main section#profile-access .profile-access-flex .profile-right-infoblock .info ul li .text {
    font-size: 15.5px;
    font-weight: 700;
    margin: 2px 0
}

main section#profile-access .profile-access-flex .profile-right-infoblock .additionally {
    flex: 1;
}

main section#profile-access .profile-access-flex .profile-right-infoblock .additionally .subscription {
    background: #fff;
    width: 100%;
    height: 75px;
    color: #ff2037;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

main section#profile-access .profile-access-flex .profile-right-infoblock .additionally .subscription .text {
    font-size: 15px;
    color: #131313;
    margin: 2px 0
}

main section#profile-access .profile-access-flex .profile-right-infoblock .additionally .subscription .days {
    font-size: 22px;
    margin: 2px 0
}

main section#profile-access .profile-access-flex .profile-right-infoblock .additionally .button {
    margin: 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

main section#profile-access .profile-access-flex .profile-right-infoblock .additionally .button button,
main section#profile-access .profile-access-flex .profile-right-infoblock .additionally .button a {
    background: #ff2037;
    flex: 4;
    border: 2px solid #ff2037;
    color: #fff;
    height: 33px;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center
}

main section#profile-access .profile-access-flex .profile-right-infoblock .additionally .button button:hover,
main section#profile-access .profile-access-flex .profile-right-infoblock .additionally .button a:hover {
    background: #fff;
    border-color: #fff;
    color: #ff2037
}

.modal_wrap_def {
    top: -120%;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1);
    -webkit-transition: all .6s cubic-bezier(.55, 0, .1, 1);
    -o-transition: all .6s cubic-bezier(.55, 0, .1, 1);
    transition: all .6s cubic-bezier(.55, 0, .1, 1);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(19 19 19 / 0.85);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    backdrop-filter: blur(1px);
}

.active_def {
    opacity: 1;
    visibility: inherit;
}

.modal_wrap_def .modal_def {
    margin-top: -100%;
    padding: 2rem;
    position: relative;
    width: 100%;
    max-width: 38rem;
    margin: 1rem 0;
    height: max-content;
    transition: 0.25s;
    opacity: 0;
}

.modal_wrap_def .modal_confirm_buy {
    margin-top: -100%;
    padding: 2rem;
    position: relative;
    width: 100%;
    max-width: 38rem;
    margin: 1rem 0;
    height: max-content;
    transition: 0.25s;
    opacity: 0;
}

.active_def .modal_def {opacity: 1;}

.active_def .modal_confirm_buy {opacity: 1;}

.modal_def .block_preview {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 100%;
    width: 300px;
    background: url(../../../index.html);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal_def .block_def {
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    position: relative;
    border: 2px solid #171717;
    background: #171717;
    border-radius: 5px;
    text-align: center;
}

.modal_confirm_buy .block_def {
    width: 100%;
    height: 100%;
    padding: 30px 30px;
    position: relative;
    border: 2px solid rgb(247 50 70 / 0.3);
    background: #171717;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 30px 10px rgb(23 23 23 / 55%);
    overflow: auto;
}

.modal_confirm_buy .block_def:before {
    content: '';
    display: block;
    opacity: 1;
    transition: .45s;
    position: absolute;
    border-radius: 50%;
    box-shadow: 45px 0 165px 0 #f83246;
    width: 150px;
    height: 150px;
    top: 20%;
    left: -50%;
    z-index: 0;
}

.modal_def .modal_head {
    width: 100%;
    height: 100%;
    padding: 17px 25px;
    position: relative
}

.modal_def .block_def .title {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    color: #F83246;
}

.modal_def .block_def .close_def {
    margin: 0;
    padding: 10px 10px 10px 11px;
    color: #555;
    font-size: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: .2s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_def .block_def .close_def:hover {
    color: #fff;
}

.modal_confirm_buy .block_def .close_def {
    margin: 0;
    padding: 10px 10px 10px 11px;
    color: #555;
    font-size: 15px;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: .2s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_confirm_buy .block_def .close_def:hover {
    color: #fff;
}

.modal_def .block_def .input_wrap {
    width: 100%;
}

.modal_def .block_def .input_wrap .label {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0 0;
    text-align: left;
}

.modal_def .block_def .input_wrap .label a#cfg{
    color: #fff;
    border: 2px solid #555;
    text-decoration: none;
    border-radius: 5px;
    padding: 8px 10px;
    transition: 0.25s;
    margin: 0px 3px;
}

.modal_def .block_def .input_wrap .label a#cfg:hover{
    background: #F83246;
    border-color: F83246;
}

.modal_def b {
    color: #F83246;
    font-weight: 600;
}

.modal_def .block_def .input_wrap .label a {
    text-decoration: underline;
    color: #101010;
    background: 0 0;
    border-radius: 0;
    padding: 0;
    margin: 0 10px
}

.modal_def .block_def .input_wrap input,
.modal_def .block_def .input_wrap textarea {
    background: 0 0;
    border: 2px solid #555454;
    color: #ccc;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    padding: 15px 10px;
    width: 100%;
    margin: 7px 0 0;
    border-radius: 5px;
    transition: .3s all;
}

.modal_def .block_def .input_wrap input:focus,
.modal_def .block_def .input_wrap textarea:focus {
    color: #fff;
    border-color: #ff2037
}

.modal_def .block_def .input_wrap input::placeholder {
    color: #7f7f7f
}

.modal_def .block_def select {
    background: 0 0;
    border: 2px solid #555454;
    color: #ccc;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    padding: 15px 10px;
    width: 100%;
    margin: 7px 0 0;
    border-radius: 5px;
    transition: .3s all;
}

.modal_def .block_def select option {
    background: #171717;
    color: #fff;
    font-weight: 500;
    font-size: 16px
}

.modal_def .block_def select:focus {
    color: #fff;
    border-color: #ff2037
}

.modal_def .block_def .button_wrap .unfreez_btn {
    width: 130px;
    margin-right: 10px;
    background: #f3f3fb;
    border-color: #f3f3fb;
    box-shadow: inset 0 0 0 1px #f3f3fb;
    color: #333 !important
}

.modal_def .button_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin: 15px 0;
}

.modal_confirm_buy .button_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin: 15px 0;
}

.modal_def .block_def .button_wrap form {}

.modal_def .button_wrap button,
.modal_def .button_wrap a,
.modal_def .button_wrap input {
    background: transparent;
    border: 2px solid #F83246;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px;
    cursor: pointer;
    font-size: 16px;
    transition: .25s;
    flex: 4;
    outline: none;
}

.modal_confirm_buy .button_wrap button,
.modal_confirm_buy .button_wrap a,
.modal_confirm_buy .button_wrap input {
    background: transparent;
    border: 2px solid #F83246;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 15px;
    cursor: pointer;
    font-size: 16px;
    transition: .25s;
    flex: 4;
    outline: none;
}

.modal_confirm_buy .button_wrap button:first-child,
.modal_confirm_buy .button_wrap a:first-child,
.modal_confirm_buy .button_wrap input:first-child {
    margin: 0px 5px 0px 0px;
}

.modal_def .button_wrap .disabled {
    background: #555;
    border-color: #555;
    color: #fff;
    cursor: no-drop;
}

.modal_def .button_wrap .disabled:hover {
    background: #555;
    color: #fff;
    border-color: #555;
    cursor: no-drop;
}

.modal_def .button_wrap button:hover,
.modal_def .button_wrap a:hover,
.modal_def .button_wrap input:hover {
    border-color: #F83246;
    background: #F83246;
}

.modal_confirm_buy .button_wrap button:hover,
.modal_confirm_buy .button_wrap a:hover,
.modal_confirm_buy .button_wrap input:hover {
    border-color: #F83246;
    background: #F83246;
}

.modal_confirm_buy .block_def .title{
    color: #fff;
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    margin: 0px 0px 20px;
}

.modal_confirm_buy .block_def .confirm_buy_info{}

.modal_confirm_buy .block_def .confirm_buy_info .confirm_buy_information_label{
    text-align: left;
    font-size: 15px;
    font-weight: 500;
}

.modal_confirm_buy .block_def .confirm_buy_info .confirm_buy_information_list {
    padding: 0 0 0 15px;
    text-align: left;
    list-style: none;
}

.modal_confirm_buy .block_def .confirm_buy_info .confirm_buy_information_list li {
    position: relative;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    user-select: none;
    padding: 0px 0px 0px 3px;
}

.modal_confirm_buy .block_def .confirm_buy_info .confirm_buy_information_list li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -15px;
    height: 10px;
    width: 10px;
    border-radius: 3px;
    background-color: #f83246;
    border: 1px solid #f83246
}

.modal_confirm_buy .block_def .confirm_buy_payment{}

.modal_confirm_buy .block_def .confirm_buy_payment .confirm_buy_payment_title {
    font-size: 18px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
    z-index: 2;
    user-select: none;
}

.modal_confirm_buy .block_def .confirm_buy_payment .confirm_buy_payment_title b {
    color: #f83246;
    font-size: 35px;
}

.modal_confirm_buy .block_def .confirm_buy_payment .confirm_buy_payment_info{}

.modal_confirm_buy .block_def .confirm_buy_payment .confirm_buy_payment_info .confirm_buy_payment_info_list {
    padding: 0 0 0 15px;
    text-align: left;
    list-style: none;
}

.modal_confirm_buy .block_def .confirm_buy_payment .confirm_buy_payment_info .confirm_buy_payment_info_list li {
    position: relative;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    user-select: none;
    padding: 0px 0px 0px 3px;
}

.modal_confirm_buy .block_def .confirm_buy_payment .confirm_buy_payment_info .confirm_buy_payment_info_list li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -15px;
    height: 10px;
    width: 10px;
    border-radius: 3px;
    background-color: #f83246;
    border: 1px solid #f83246
}

.modal_confirm_buy .block_def .confirm_buy_payment .confirm_buy_payment_info .confirm_buy_payment_info_list li b{
    color: #f83246;
}

main section#profile-access .profile-access-flex .profile-right-quest {}

main section#profile-access .profile-access-flex .profile-right-quest .quest-block {
    display: flex;
    background: #171717;
    border-radius: 5px;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px;
}

main section#profile-access .profile-access-flex .profile-right-quest .quest-block .quest-label {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
}

main section#profile-access .profile-access-flex .profile-right-quest .quest-block a {
    background: transparent;
    border: 2px solid #F83246;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: .3s;
}

main section#profile-access .profile-access-flex .balance{
    color: #F83246;
    border: 2px solid #555;
    height: 51px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    cursor: default;
}

main section#profile-access .profile-access-flex button.payout,main section#profile-access .profile-access-flex a.payout{
    background: #F83246;
    border: 2px solid #F83246;
    color: #fff;
    height: 51px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    outline: none;
    transition: 0.25s;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

main section#profile-access .profile-access-flex button.payout:hover,main section#profile-access .profile-access-flex a.payout:hover{
    background: transparent;
    border-color: #555;
}

main section#profile-access .profile-access-flex .profile-right-quest .quest-block a:hover {
    background: #F83246;
    border-color: #F83246;
}

main section#profile-access .profile-access-flex .profile-right-quest .quest-block .count {
    background: #fff;
    color: #131313;
    font-weight: 700;
    padding: 10px 8px 10px 12px
}

main section#profile-access .profile-access-flex .profile-right-change {
    display: flex;
    flex-wrap: wrap
}

main section#profile-access .profile-access-flex .change-block {
    flex: 4;
    color: #fff;
    background: #171717;
    border-radius: 5px;
    padding: 30px 45px;
    margin: 0px 0px 20px;
}

main section#profile-access .profile-access-flex .change-block .label {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 13px;
    color: #F83246;
}

main section#profile-access .profile-access-flex .change-block .label_input {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 0;
    text-align: left;
}

main section#profile-access .profile-access-flex .change-block input {
        background: 0 0;
        border: 2px solid #555;
        color: #ccc;
        font-weight: 600;
        font-size: 15px;
        text-align: center;
        padding: 15px 10px;
        width: 100%;
        margin: 7px 0 0;
        border-radius: 5px;
        transition: .3s all;
}

main section#profile-access .profile-access-flex .change-block input:focus {
    color: #fff;
    border-color: #ff2037
}

select {
    background: 0 0;
    border: 2px solid #434343;
    color: #434343;
    font-weight: 600;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    width: 100%;
    margin: 7px 0 0 !important;
    transition: .3s all;
}

select option {
    background: #ff2037;
    color: #fff;
    font-weight: 500;
    font-size: 16px
}

select:focus {
    color: #fff;
    border-color: #ff2037
}

main section#profile-access .profile-access-flex .change-block button {
    color: #fff;
    border: 2px solid #F83246;
    background: #F83246;
    font-size: 14px;
    transition: .25s;
    font-weight: 500;
    height: 50px;
    width: 100%;
    min-width: max-content;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5px;
    position: relative;
    margin: 15px 0px 0px;
}

main section#profile-access .profile-access-flex .change-block button:hover {
    background: transparent;
    border-color: #555;
}

main section#profile-access .profile-access-flex .profile-right-footer {
    margin: 15px 15px 0px;
    width: 100%;
}

main section#profile-access .profile-access-flex .footer-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    background: #171717;
    padding: 10px 15px;
}

main section#profile-access .profile-access-flex .footer-block .footer-label {
    font-size: 16px;
    font-weight: 600;
    margin: 0 5px 0 0
}

main section#profile-access .profile-access-flex .profile-right-footer .footer-block a {
    background: transparent;
    border: 2px solid #F83246;
    border-radius: 5px;
    padding: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: .3s;
    margin: 4px 2px;
    cursor: pointer;
    user-select: none;
}

main section#profile-access .profile-access-flex .profile-right-footer .footer-block a:hover {
    background: #F83246;
    border-color: #F83246;
}

main section#profile-access .profile-access-flex .profile-right-history {
    width: 100%;
    padding: 0px 15px;
}

main section#profile-access .profile-access-flex .profile-right-history .footer-block {
    color: #fff;
    padding: 20px;
    margin: 0 0 15px;
}

main section#profile-access .profile-access-flex .profile-right-history .footer-label {
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 20px;
}

main section#profile-access .profile-access-flex .profile-right-history table {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

main section#profile-access .profile-access-flex .profile-right-history table thead {
    font-size: 15px;
    border-bottom: transparent;
}

main section#profile-access .profile-access-flex .profile-right-history table thead tr {}

main section#profile-access .profile-access-flex .profile-right-history table thead th {
    font-weight: 500;
    border-bottom: 2px solid transparent;
    padding: 20px 5px;
    text-align: center;
}

main section#profile-access .profile-access-flex .profile-right-history table tbody {
    border-bottom: 2px solid #555;
}

main section#profile-access .profile-access-flex .profile-right-history table tbody tr {}

main section#profile-access .profile-access-flex .profile-right-history table tbody td {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 15px 2px;
}

main section#profile-access .profile-access-flex .profile-right-referal {
    color: #fff;
    -webkit-transform: rotate(-4deg);
    transform: skew(0deg, -4deg);
    background: #131313;
    padding: 20px;
    margin: 0 0 25px
}

main section#profile-access .profile-access-flex .profile-right-referal .label {
    font-size: 16px;
    font-weight: 600
}

main section#profile-access .profile-access-flex .url-block {
    margin: 15px auto 30px
}

main section#profile-access .profile-access-flex .url-block .url-box {
    display: flex
}

main section#profile-access .profile-access-flex .url-block .label {
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    margin: 0 0 10px;
}

main section#profile-access .profile-access-flex .url-block input {
    background: 0 0;
    border: 2px solid #555;
    color: #555;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 15px 10px;
    width: 100%;
    transition: .25s;
}

main section#profile-access .profile-access-flex .url-block input:focus {
    border-color: #ff2037;
    color: #fff
}

main section#profile-access .profile-access-flex .url-block button {
    background: 0 0;
    border: 2px solid #F83246;
    color: #fff;
    background: #F83246;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    padding: 15px 10px;
    transition: .25s;
    margin: 0px 0px 0px 15px;
    outline: none;
}

main section#profile-access .profile-access-flex .url-block button:hover {
    background: transparent;
    border-color: #555;
}

main section#profile-access .profile-access-flex .profile-right-referal .label_2 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin: 30px 0
}

main section#profile-access .profile-access-flex .profile-right-referal .label_2 label:nth-child(1) {}

main section#profile-access .profile-access-flex .profile-right-referal .label_2 label:nth-child(2) {
    background: #fff;
    color: #ff2037;
    font-weight: 700;
    padding: 10px 10px 10px 12px;
    margin: 0 10px
}

main section#profile-access .profile-access-flex .profile-right-referal .url-block button {
    background: #ff2037;
    color: #fff;
    border: 2px solid #ff2037;
    margin: 0 3px;
    padding: 10px 12px;
    transition: .25s
}

main section#profile-access .profile-access-flex .profile-right-referal .url-block button:hover {
    background: 0 0;
    border-color: #fff
}

.profile-right-config-btn {
}

.profile-right-config-btn button,
.profile-right-config-btn a {
        color: #fff;
        border: 2px solid #565555;
        background: transparent;
        outline: none;
        font-size: 14px;
        transition: .25s;
        font-weight: 500;
        height: 50px;
        width: 100%;
        min-width: max-content;
        padding: 10px 20px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 0.5px;
        position: relative;
        margin: 0px 0px 10px;
        outline: none;
        cursor: pointer;
}

.profile-right-config-btn button:hover,
.profile-right-config-btn a:hover {
    border-color: #F83246;
}

.profile-right-config-items {
    color: #fff;
    margin: 25px 15px;
    width: 100%;
    font-weight: 600;
    font-size: 17px;
    text-align: center;
}

.profile-right-config-items .config_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.profile-right-config-items .config_list .config_box {
    width: 100%;
    color: #fff;
    background: #171717;
    border-radius: 5px;
    padding: 17px 23px;
    margin: 5px 0;
}

.profile-right-config-items .config_list .config_box .configs_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.profile-right-config-items .config_list .config_box .configs_block .configs-label {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-right-config-items .config_list .config_box .configs_block .configs-btn {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center
}

.profile-right-config-items .config_list .config_box .configs_block .configs-btn a {
    background: transparent;
    border: 2px solid #555;
    border-radius: 5px;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 5px 7px;
    width: 29px;
    height: 29px;
    transition: .25s;
    font-weight: 600;
    font-size: 15px;
    flex: 4;
    margin: 5px 5px 0px 0px;
}

.profile-right-config-items .config_list .config_box .configs_block .configs-btn button {
    background: transparent;
    border: 2px solid #555;
    border-radius: 5px;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
    height: 29px;
    width: 29px;
    transition: .25s;
    font-weight: 600;
    font-size: 15px;
    flex: 4;
    margin: 5px 5px 0px 0px;
    outline: none;
}

.profile-right-config-items .config_list .config_box .configs_block .configs-btn form.likes button,.profile-right-config-items .config_list .config_box .configs_block .configs-btn form.unlikes button,.profile-right-config-items .config_list .config_box .configs_block .configs-btn form.configs button {
    background: transparent;
    border: 2px solid #555;
    border-radius: 5px;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    height: 33px;
    width: max-content;
    transition: .25s;
    font-weight: 500;
    font-size: 15px;
    flex: 4;
    margin: 5px 5px 0px 0px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-right-config-items .config_list .config_box .configs_block .configs-btn form.likes button.active{
    border-color: #F83246;
}

.profile-right-config-items .config_list .config_box .configs_block .configs-btn form.unlikes button.active{
    border-color: #F83246;
}

.profile-right-config-items .config_list .config_box .configs_block .configs-btn button img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17px !important;
}

.profile-right-config-items .config_list .config_box .configs_block .configs-btn button i {
    margin: 0 5px 0 0
}

.profile-right-config-items .config_list .config_box .configs_block .configs-btn a:hover {
    background: #F83246;
    border-color: #F83246;
}

.profile-right-config-items .config_list .config_box .configs_block .configs-btn a img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}

.profile-right-config-items .config_list .config_box .configs_block .configs-btn button:hover {
    background: #F83246;
    border-color: #F83246;
}

.profile-right-config-items .config_list .config_box .configs_block .configs-btn form button:hover {
    background: transparent;
    border-color: #F83246;
}

.table {
    background: transparent;
    background-color: transparent;
    border-collapse: collapse;
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, .1);
    width: 100%;
    margin: 10px 0;
    border-bottom: 2px solid #555;
    border-radius: 5px;
}

.table thead {
    background: #F83246;
    width: 100%;
}

.table thead tr {}

.table thead tr th {
    color: #fff;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 600;
}

.table tbody {}

.table tbody tr {
    background: transparent;
    min-height: 30px;
    height: 30px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 4px solid #555;
    border-left: 4px solid #555;
}

.table tbody tr:last-child {
    border-bottom: 4px solid #555;
}

.table tbody tr td {
    vertical-align: middle;
    justify-content: center;
    text-align: center;
    width: auto;
    font-size: 15px;
    font-weight: 600;
    padding: 5px
}

.table tbody tr .button {
    display: flex;
    flex-wrap: wrap
}

.table tbody tr td a,
.inventory_list .table_list .table tbody tr td button {
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: block;
    text-decoration: none;
    border-radius: 0;
    background-color: #ff2037;
    border: 2px solid #ff2037;
    padding: 7px 10px;
    transition: .35s;
    margin: 5px;
    flex: 4;
    user-select: none;
    cursor: pointer;
    align-items: center
}

.table tbody tr td a:hover,
.inventory_list .table_list .table tbody tr td button:hover {
    color: #fff;
    border-color: #fff;
    background: 0 0
}

.page-div {
    width: 100%;
    height: max-content;
    margin: 0 0 10px;
    background: #131313;
    padding: 10px 15px
}

.page-div .page-row {
    height: 100%;
    width: 100%;
    display: flex
}

.page-div .page-row .page-btn {
    background: #ff2037;
    color: #fff;
    border: 2px solid #ff2037;
    font-size: 14px;
    padding: 0 15px;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    cursor: pointer;
    outline: none;
    margin: 0;
    flex: 4
}

.page-div .page-row .page-btn:hover {
    background: 0 0;
    color: #fff;
    border-color: #fff
}

.page-div .page-row .page-text {
    background: 0 0;
    display: flex;
    flex: 40%;
    justify-content: center;
    align-items: center;
    background: #ff2037;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 15px;
    margin: 0 10px;
    width: fit-content;
    box-shadow: 0 38px 87px 0 rgba(0, 0, 0, .08)
}

.table tbody tr td .user_information {
    color: #fff;
    font-size: 14px;
    background-color: #ff2037;
    border: 2px solid #ff2037;
    padding: 7px 0;
    transition: .35s;
    user-select: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative
}

.user_information .user_information_modal {
    transition: .25s;
    display: none;
    background: #171717;
    border: 2px solid #555;
    border-radius: 5px;
    width: 400px;
    position: absolute;
    top: -75px;
    right: -250px;
    transform: scale(.9);
    user-select: text;
    z-index: 5;
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.user_information:hover .user_information_modal {
    display: block;
    opacity: 1;
    animation: fadein .25s ease-in alternate
}

.user_information .user_information_modal .user_information_modal_ul {
    padding: 0 0px;
    margin: 15px 20px;
}

.user_information .user_information_modal .user_information_modal_ul .user_information_modal_li {
    list-style: none;
    margin: 8px 0;
    line-height: 18px;
    text-align: left;
    font-size: 13px;
    font-weight: 500;
}

.user_information .user_information_modal .user_information_modal_ul .user_information_modal_li b{color: #F83246;font-weight: 600;}

.user_information .user_information_modal .user_information_modal_ul .user_information_modal_li i {
    color: #ddd;
    margin: 0 5px 0 0;
    font-size: 13px;
}

.stocks_block {
    background: #171717;
    margin: 45px 10px 0;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 15px 25px;
    position: relative;
    border-radius: 5px;
}

.stocks_label {
    position: absolute;
    top: -25px;
    left: -15px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f83246;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    padding: 0px 25px;
}

.stocks_block .stocks_left {
    flex: 25%;
    max-width: 8%;
    align-items: center;
    vertical-align: middle;
    display: flex
}

.stocks_block .stocks_left img {
    width: 65px
}

.stocks_block .stocks_right {
    flex: 4
}

.stocks_block .stocks_right .stocks_list {
    text-align: left
}

.stocks_block .stocks_right .stocks_list ul {
    padding: 0 0 0 15px;
    text-align: left;
    list-style: none;
}

.stocks_block .stocks_right .stocks_list ul li {
    position: relative;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-left: 5px;
    margin: 15px 0px 15px;
}

.stocks_block .stocks_right .stocks_list ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -15px;
    height: 11px;
    width: 11px;
    border-radius: 3px;
    background-color: #ff2037;
}

.stocks_block .stocks_right .stocks_list ul li div:first-child {
    font-size: 18px;
    font-weight: 600;
}

.stocks_block .stocks_right .stocks_list ul li div:last-child {
    font-size: 15px;
    font-weight: 600;
    margin: 8px 0px 0px;
}

.lang_div {
    margin: 0 10px 0 0
}

.lang_div .language {
    padding: 15px 10px !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    font-family: Montserrat, sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    transition: all .3s !important;
    cursor: pointer !important;
    color: #fff !important;
    margin: 0 !important;
    display: inline-block !important;
    border: 0 solid #fff !important;
    background: 0 0 !important
}

.lang_div .language.active {
    font-weight: 700 !important;
    text-shadow: 2px 2px 0 #ff2037
}

.lang_div .language:hover {
    font-weight: 700 !important;
    text-shadow: 2px 2px 0 #ff2037
}

.cog_dll {
    cursor: pointer;
    color: #fff;
    border: 2px solid #565555;
    background: transparent;
    font-size: 14px;
    transition: .25s;
    font-weight: 500;
    outline: none;
    padding: 3px 3px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5px;
    position: relative;
    margin: 0px 0px 0px 4px;
}

.cog_dll i {
    transition: .25s;
    color: #fff;
}

.cog_dll:hover {
    border-color: #F83246;
}

.cog_dll:hover i {
    color: #fff;
}

.cog_dll .more_info {
    color: #fff;
    border: 2px solid #565555;
    background: #171717;
    font-size: 14px;
    transition: .25s;
    font-weight: 500;
    outline: none;
    padding: 15px 5px;
    border-radius: 5px;
    letter-spacing: 0.5px;
    z-index: 999;
    width: 225px;
    position: absolute;
    top: -25px;
    right: -230px;
    min-height: 50px;
    display: none;
    overflow: auto;
}

.cog_dll .more_info:before {
    content: '';
    display: block;
    opacity: 1;
    transition: .45s;
    position: absolute;
    border-radius: 50%;
    box-shadow: 45px 0 50px 5px rgb(248 50 70 / 30%);
    width: 50px;
    height: 50px;
    top: 10%;
    left: -25%;
    z-index: 0;
}

.cog_dll:hover .more_info {
    display: block;
    opacity: 1;
    animation: fadein .25s ease-in alternate
}

.payout_type_swipe {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0
}

.payout_type_swipe button {
    background: 0 0;
    border: 2px solid #555;
    border-radius: 5px;
    transition: .25s;
    flex: 4;
    max-width: 80px;
    height: 50px;
    margin: 0 5px;
    position: relative;
}

.payout_type_swipe button:first-child {
    margin: 0 5px 0 0
}

.payout_type_swipe button:last-child {
    margin: 0 0 0 5px
}

.payout_type_swipe button:hover,
.payout_type_swipe button.active {
    background: #F83246;
    border-color: #F83246;
}

.payout_type_swipe button img {
    width: 60px
}

.payout_type_swipe button .more_info {
    transition: .25s;
    display: none;
    background: #171717;
    border: 2px solid #555;
    border-radius: 5px;
    min-width: 200px;
    width: 400px;
    position: absolute;
    top: 50px;
    right: -303px;
    transform: scale(.9);
    color: #fff;
    padding: 15px 20px;
    z-index: 999;
    font-weight: 600;
}

.payout_type_swipe button:hover .more_info {
    display: block;
    opacity: 1;
    animation: fadein .25s ease-in alternate
}

@media(max-width:960px) {
    .stocks_block {
        margin: 0 20px
    }

    .stocks_left {
        display: none !important
    }

    .stocks_label {
        display: none
    }
}

.pages {
    width: 100%;
    height: max-content;
    margin: 5px 0
}

.pages .pages-row {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.pages .pages-row .page-btn {
    color: #fff;
    background: 0 0;
    border: 2px solid #555;
    border-radius: 5px;
    min-width: max-content;
    padding: 7px 12px;
    margin: 0 3px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: .2s;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages .pages-row .page-btn.angle {
    color: #fff;
    background: 0 0;
    border: none;
    border-radius: 5px;
    height: 32px;
    width: 32px;
    margin: 0 3px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: .2s;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages .pages-row .page-btn.active,
.pages .pages-row .page-btn:hover {
    background: transparent;
    border-color: #F83246;
    color: #fff;
}

.pages .pages-row .page-btn.angle:hover {
    background: transparent;
    color: #F83246;
}

.share-label {
    text-align: left
}

.share-label .share-login {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}

.share-label .share-login b{
    color: #F83246;
    font-weight: 600;
}

.share-label .share-login i {
    margin: 0 5px 0 0;
    font-size: 15px
}

.share-label .share-name {
    font-weight: 500;
    font-size: 15px;
    margin: 3px 0 0;
}

form.configs {
    margin: 5px 0
}

.share-comment {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center
}

.share-comment form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0
}

.share-comment form button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.share-comment form button div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 4px 0px 0px;
    width: 100%;
}

.share-comment form button div img{width: 17px !important;}

.share-comment form.unlikes button div img{
    transform: rotate(180deg);
}

.wrapper-dropdown {
    position: relative;
    cursor: pointer;
    outline: none;
    color: #fff;
    transition: .25s;
    z-index: 10;
    padding: 0 5px
}

.flag_btn img {
    height: 100%;
    width: 100%;
    border-radius: 11px;
    min-width: 100%;
    min-height: 100%
}

.flag_btn {
    background: 0 0;
    border: none;
    height: 85px;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 15px;
}

.flag_btn i {
    margin: 0 0 0 5px;
    color: #fff;
    font-size: 16px;
    transition: .35s
}

.active .flag_btn i {
    transform: rotate(180deg);
    color: #d52f40
}

.flag_btn:focus,
.flag_btn:active {
    outline: none
}

.wrapper-dropdown:hover {
    color: #6a5aaf
}

.wrapper-dropdown .dropdown {
    position: absolute;
    height: 0;
    top: 70%;
    left: 0;
    padding: 0;
    font-size: 15px;
    border-radius: 5px;
    background: #171717;
    /* box-shadow: 0 0 35px 10px rgba(0, 0, 0, .09); */
    width: 140px;
    font-weight: 500;
    transition: all .25s ease-in;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    margin: 0;
    overflow: hidden;
}

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    height: 120px;
    animation: .5s ease-out 0s 1 ShowLanguage
}

@keyframes ShowLanguage {
    0% {
        height: 0;
        opacity: 0
    }

    100% {
        height: 120px;
        opacity: 1
    }
}

@keyframes HideLanguage {
    0% {
        height: 120px;
        opacity: 1
    }

    100% {
        height: 0;
        opacity: 0
    }
}

.wrapper-dropdown .dropdown li {
    display: block;
    text-decoration: none;
    color: #111;
    transition: all .15s ease-out;
    width: 100%
}

.wrapper-dropdown .dropdown li i {
    float: right;
    color: inherit
}

.wrapper-dropdown .dropdown li:first-of-type {
    border-radius: 5px 5px 0 0
}

.wrapper-dropdown .dropdown li a {
    display: flex;
    align-items: center;
    justify-content: end;
    background: 0 0;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    padding: 10px;
}

.wrapper-dropdown .dropdown li a:hover {
    background: 0 0;
    color: #1263ff
}

.wrapper-dropdown .dropdown li:hover a {
    color: #fff
}

.wrapper-dropdown .dropdown li img {
    height: 20px;
    width: 20px;
    border-radius: 11px;
    margin-right: 10px
}

.wrapper-dropdown .dropdown li:last-of-type {
    border-radius: 0 0 5px 5px
}

.wrapper-dropdown .dropdown li {}

.wrapper-dropdown .dropdown li:hover {
    background: #111111a6;
}

ul.navbar-nav {
    justify-content: flex-end;
    background: rgb(23 23 23 / 85%);
    transition: 0.25s;
}

.scroll ul.navbar-nav {
    background: rgb(23 23 23 / 0%);
}

@media(max-width: 1024px){
    ul.navbar-nav {
        padding: 30px 0px;
    }   
}

ul.navbar-nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

ul.navbar-nav li.right {
    cursor: auto;
    margin: 10px
}

ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    font-size: 14px;
    transition: .25s;
    font-weight: 500;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: .5px;
    border-bottom: 2px solid transparent;
    position: relative
}

ul.navbar-nav li.nav-item.right a.nav-link {
    color: #fff;
    border: 2px solid #565555;
    font-size: 14px;
    transition: .25s;
    font-weight: 500;
    height: 50px;
    min-width: max-content;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5px;
    position: relative;
}

ul.navbar-nav li.nav-item:hover a.nav-link {
    border-color: #f83246
}

ul.navbar-nav li.nav-item.right:hover a.nav-link {
    border-color: #565555
}

ul.navbar-nav li.nav-item.right a.nav-link:hover {
    border-color: #f83246;
    background: #f83246
}

ul.navbar-nav li.nav-item a.nav-link:before {
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(0deg, hsl(354deg 66% 51%/30%) -160%, transparent 100%);
    width: 100%;
    height: 0%;
    bottom: 0;
    opacity: 0;
    transition: .25s;
    z-index: -1
}

ul.navbar-nav li.nav-item:hover a.nav-link:before {
    opacity: 1;
    height: 100%
}

ul.navbar-nav li.nav-item.right:hover a.nav-link:before {
    content: '';
    display: block;
    position: absolute;
    background: 0 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.container_title {
    text-transform: uppercase;
    text-align: left;
    font-size: 35px;
    font-weight: 500;
    margin: 0 0 0 0px;
}

.container_title .container_text_top {
    color: #f83246;
}

.container_title .container_text_bot {
    font-weight: 700
}

.container#instruction {
    margin-top: 15px
}

.footer_block {
    margin: 10px 0
}

.footer_block .footer_block_1_text_1 {
    color: #f83246;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px
}

.footer_block .footer_block_1_text_2 {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.footer_block .footer_block_1_text_2 a {
    color: #fff;
    transition: .25s
}

.footer_block .footer_block_1_text_2 a:hover {
    color: #f83246
}

.footer_block .footer_block_social {}

.footer_block .footer_block_social a {
    color: #fff;
    font-size: 18px;
    margin: 0 10px 0 0;
    transition: .25s
}

.footer_block .footer_block_social a:hover {
    color: #f83246
}

.container#error-btn {
    margin-top: 50px;
    padding: 0 70px
}

.error_btn a {
    color: #fff;
    border: 2px solid #565555;
    font-size: 14px;
    transition: .25s;
    font-weight: 500;
    height: 50px;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: .5px;
    position: relative
}

.error_btn a:hover {
    border-color: #f83246;
    background: #f83246
}

#header_index .header_title {
    text-align: left;
    text-transform: uppercase;
    position: relative;
    height: 65px;
    z-index: 3;
    margin: 0 0 25px
}

#header_index .header_text {
    font-size: 14px;
    font-weight: 500;
    text-align: left
}

#header_index .header_title:before {
    content: 'PROJECT';
    width: max-content;
    font-size: 44px;
    font-weight: 700;
    color: #131313;
    text-shadow: #f83246 0 0 6px;
    text-shadow: #f83246 1.5px 1.5px 0, #f83246 -1.5px -1.5px 0, #f83246 -1.5px 1.5px 0, #f83246 1.5px -1.5px 0;
    position: absolute;
    bottom: -7px;
    left: 144px;
    z-index: -1
}

#header_index .header_title div {
    font-size: 44px;
    font-weight: 700;
    width: max-content;
    z-index: 3
}

#header_index .header_btn {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 15px 0 0
}

#header_index .header_btn a {
    color: #fff;
    border: 2px solid #565555;
    font-size: 14px;
    transition: .25s;
    font-weight: 500;
    height: 50px;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: .5px;
    position: relative;
    margin: 10px 20px 10px 0
}

#header_index .header_btn a:hover {
    border-color: #f83246;
    background: #f83246
}

#footer {
    margin-top: 20px;
    margin-bottom: 30px
}

.container #right_block_auth{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 60px 0px 0px;
    min-height: 720px;
}

.header{
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 0.25s;
    background: rgb(23 23 23 / 0.05);
    backdrop-filter: blur(0px);
}

@media(max-width: 1024px){
    .header{
        padding: 0px 0px 15px 0px;
    }
}

@media(max-width: 1024px){
    img{
    width: 40px !important;
    }
}

.header.scroll{
    background: rgb(23 23 23 / 85%);
    animation: 0.2s ease-out 0s 1 ShowBackHeader;
}

@keyframes ShowBackHeader {
    0% {
        background: rgb(23 23 23 / 0.05);
    }

    100% {
        background: rgb(23 23 23 / 85%);
    }
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer
}

@media(max-width: 1024px){
    .youtube {
        margin: 10px 0px 10px;
    }
}

.youtube .play {
    background: red;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .25s
}

.youtube .play:last-child {
    display: none
}

.youtube:hover .play {
    opacity: .9;
    transform: scale(1.1)
}

.youtube .play i {
    color: #fff;
    z-index: 5;
    font-size: 17px
}

.youtube:hover .play i {
}

.profile-access-flex .info{
    border-radius: 5px;
    padding: 18px 18px;
    background: #171717;
}

.profile-access-flex .subscription_text{
    font-weight: 600;
    font-size: 19px;
    margin: 0px 0px 15px;
}

.profile-access-flex .subscription_days{
    border: 2px solid #555;
    border-radius: 5px;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    color: #F83246;
    font-size: 22px;
    font-weight: 700;
    cursor: default;
}

.profile-access-flex .subscription_days i{}

.profile-access-flex .subscription_text_days{
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0px 5px;
}

.profile-access-flex .button{}

.profile-access-flex .button button{
    color: #fff;
    border: 2px solid #565555;
    background: transparent;
    font-size: 14px;
    transition: .25s;
    font-weight: 500;
    height: 50px;
    min-width: max-content;
    outline: none;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5px;
    position: relative;
    margin: 8px 0px 8px;
    width: 100%;
}

.profile-access-flex .button button:hover{
    border-color: #F83246;
}

.profile-access-flex .info ul{
    padding: 0px;
    margin: 0px;
}

.profile-access-flex .info ul li{
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0px;
}

.profile-access-flex .info ul li .title{
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-access-flex .info ul li .text{
    color: #F83246;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payout_history {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.payout_history .payout_history_block{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0px 5px;
    background: #171717;
    border-radius: 5px;
    padding: 26px 0px;
}

.payout_history .payout_history_block .payout_history_icon{
    color: #ddd;
    margin: 5px 0px 5px;
}

.payout_history .payout_history_block .payout_history_icon i{}

.payout_history .payout_history_block .payout_history_info{
    text-align: left;
    margin: 5px 0px;
}

.payout_history .payout_history_block .payout_history_info .payout_history_1{
    font-size: 15px;
    font-weight: 600;
}

.payout_history .payout_history_block .payout_history_info .payout_history_2{}

.payout_history .payout_history_block .payout_history_moreinfo{
    text-align: left;
    margin: 5px 0px;
}

.payout_history .payout_history_block .payout_history_moreinfo .payout_history_1{
    font-size: 15px;
    font-weight: 600;
}

.payout_history .payout_history_block .payout_history_moreinfo .payout_history_2{
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
}

.payout_history .payout_history_block a.user_information{
    font-weight: 500;
    font-size: 13px;
    color: #555;
    border-bottom: 1px dashed #555;
    cursor: pointer;
    transition: 0.25s;
}

.payout_history .payout_history_block a.user_information:hover{
    background: transparent;
    color: #fff;
    border-color: #F83246;
}

.payout_history .payout_history_block a.den{
    background: #F83246 !important;
    border: 2px solid #F83246 !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    width: 100% !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transition: 0.25s !important;
}

.payout_history .payout_history_block a.den:hover{
    background: transparent !important;
    border-color: #555 !important;
}

.payout_history .payout_history_block .payout_status {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.payout_history .payout_history_block .payout_status .payout_status_title{
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}

.payout_history .payout_history_block .payout_status .payout_status_text{
    font-size: 13px;
    font-weight: 500;
}

.payout_history .payout_history_block .payout_status .payout_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 5px 0px;
}

.payout_history .payout_history_block .payout_status a{
    color: #fff;
    border: 2px solid #565555;
    font-size: 14px;
    transition: .25s;
    font-weight: 500;
    min-width: max-content;
    padding: 10px 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5px;
    position: relative;
    margin: 0px 5px;
}

.payout_history .payout_history_block .payout_status a:hover{background: #F83246;border-color: #F83246;}

.chart_buy {
    background: #171717;
    border-radius: 5px;
    width: 93%;
    margin: 0px 15px;
    padding: 30px 0px 20px;
}

.chart_buy .chart_label{
    font-size: 16px;
    font-weight: 600;
}

.dll_block {
    max-width: 100%;
    min-width: 100%;
    flex: 4;
    background: #171717;
    border: 2px solid rgb(247 50 70 / 0.3);
    box-shadow: 0 0 30px 10px rgb(23 23 23 / 55%);
    border-radius: 10px;
    padding-top: 0;
    position: relative;
    overflow: auto;
    margin: 15px 0px;
    padding: 15px 25px;
}

.dll_block:before {
    content: '';
    display: block;
    opacity: .2;
    transition: .45s;
    position: absolute;
    border-radius: 50%;
    box-shadow: 45px 0 165px 0 #f83246;
    width: 150px;
    height: 150px;
    top: 20%;
    left: -150px;
    z-index: 0;
}

.dll_block:hover::before {
    opacity: 1
}

.dll_block .dll_label{
    font-size: 23px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
    margin: 10px 0 10px;
    width: 100%;
    text-align: left;
    z-index: 2;
    user-select: none;
}

.dll_block .dll_label b{
    color: #f83246;
}

.dll_block .dll_text{
    position: relative;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: 5px;
    user-select: none;
}

.dll_block .dll_btn{
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 0px;
}

.dll_block .dll_btn button{
    color: #fff;
    border: 2px solid #565555;
    background: transparent;
    font-size: 14px;
    transition: .25s;
    font-weight: 500;
    height: 50px;
    width: max-content;
    outline: none;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5px;
    position: relative;
    margin: 0px 0px 10px;
    width: 100%;
}

.dll_block .dll_btn button:hover{
    border-color: #f83246;
}

.dll_block .dll_btn button i{
    margin: 0px 10px 0px 0px;
}