* {
    box-sizing: inherit;
    margin: 0;
    padding: 0
}

::before,
::after {
    box-sizing: inherit
}

html {
    box-sizing: border-box;
    font-size: 62.5%
}

body {
    background: #f7f7f7 url(images/bg.png) left top repeat;
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    font-family: kanit, Segoe, segoe ui, dejavu sans, Verdana, sans-serif;
    line-height: 1.4;
    letter-spacing: .02em
}

@media all and (min-width:801px) {
    body {
        font-size: 16px;
        font-size: 1.6rem
    }
}

ol,
ul {
    list-style-type: none
}

hr {
    clear: both;
    box-sizing: content-box;
    display: inline-block;
    height: 3px;
    background: linear-gradient(to right, #14a0c0, #b63370, #14a0c0);
    border: 0;
    border-collapse: collapse
}

@font-face {
    font-family: kanit;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Kanit Light'), local(Kanit-Light), url(fonts/kanit300.woff) format("woff")
}

@font-face {
    font-family: kanit;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Kanit Regular'), local(Kanit-Regular), url(fonts/kanit400.woff) format("woff")
}

@font-face {
    font-family: kanit;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Kanit Medium'), local(Kanit-Medium), url(fonts/kanit500.woff) format("woff")
}

@font-face {
    font-family: montserrat;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'), local(Montserrat-Medium), url(fonts/montserrat500.woff) format("woff")
}

@font-face {
    font-family: montserrat;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local(Montserrat-SemiBold), url(fonts/montserrat600.woff) format("woff")
}

@font-face {
    font-family: montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Montserrat Bold'), local(Montserrat-Bold), url(fonts/montserrat700.woff) format("woff")
}

@font-face {
    font-family: raleway;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(Raleway), local(Raleway-Regular), url(fonts/raleway400.woff) format("woff")
}

@font-face {
    font-family: raleway;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Raleway SemiBold'), local(Raleway-SemiBold), url(fonts/raleway600.woff) format("woff")
}

@font-face {
    font-family: raleway;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Raleway Bold'), local(Raleway-Bold), url(fonts/raleway700.woff) format("woff")
}

a {
    color: #4b569a;
    text-decoration: none
}

a:hover {
    color: #14a0c0
}

.button,
button,
input[type=button],
input[type=submit] {
    display: inline-block;
    width: auto;
    background: linear-gradient(to right, #656fb3 50%, #36a084 50%, #1293b1, #1186a1);
    background-position: right bottom;
    background-size: 200% 100%;
    border: none;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: .45em 2.8em .4em;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: kanit, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    -webkit-transition: all .4s cubic-bezier(.785, .135, .15, .86);
    transition: all .4s cubic-bezier(.785, .135, .15, .86);
    cursor: pointer
}

.button {
    padding: .65em 2.8em
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    background-position: left bottom;
    color: #fff
}

.button.alt,
button.alt,
input[type=button].alt,
input[type=submit].alt {
    background: linear-gradient(to right, #656fb3 50%, #c2466f 50%, #6765A8);
    background-position: right bottom;
    background-size: 200% 100%
}

.button.alt:hover,
button.alt:hover,
input[type=button].alt:hover,
input[type=submit].alt:hover {
    background-position: left bottom;
    color: #fff
}

.button.small,
input[type=submit].small {
    padding: .4em 1.3em;
    font-size: 12px;
    font-size: 1.2rem
}

.btn {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: auto
}

.btn div:first-of-type {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-top: 1px solid #515ca5;
    border-bottom: 1px solid #515ca5;
    padding: 0 2.9em;
    text-align: center;
    color: #4b569a;
    font-weight: 400;
    line-height: 2.9em;
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer
}

.btn div:first-of-type:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    right: -20px;
    background: #656fb3;
    -webkit-transform: translate(-105%, 0px) skewX(-30deg);
    transform: translate(-105%, 0px) skewX(-30deg);
    transition: all .2s ease
}

.btn div:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0 2.9em;
    text-align: center;
    color: #fff;
    font-weight: 400;
    line-height: 3em;
    letter-spacing: .05em;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
    transition: all .2s ease;
    cursor: pointer
}

.btn:hover div:first-of-type {
    transition: all .5s ease
}

.btn:hover div:first-of-type:after {
    -webkit-transform: translate(0px, 0px) skewX(-30deg);
    transform: translate(0px, 0px) skewX(-30deg);
    transition: all .5s ease
}

.btn:hover div:last-of-type {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    transition: all .3s ease
}

input[type=text],
input[type=password],
select,
textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    padding: .725em;
    color: #222;
    font-size: 16px;
    font-size: 1.6rem;
    font: inherit;
    letter-spacing: .06em
}

input[type=text]:hover,
input[type=password]:hover,
textarea:hover,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    border: 1px solid #9d699f;
    box-shadow: inset 0 0 6px #ddd
}

input[type=text]:active,
input[type=password]:active,
textarea:active {
    border: 1px solid #9d699f
}

::-webkit-input-placeholder {
    color: #bbb
}

:-ms-input-placeholder {
    color: #bbb
}

::-ms-input-placeholder {
    color: #bbb
}

::placeholder {
    color: #bbb
}

::-moz-selection {
    background: #3390ff;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #3390ff;
    color: #fff;
    text-shadow: none
}

a,
input[type=text],
input[type=password],
select,
textarea {
    transition: all .25s ease-in-out
}

.disabled-field {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    background: #f3f3f3;
    border: 1px solid #ddd;
    padding: .725em;
    margin-right: -5em;
    color: #222;
    font-size: 16px;
    font-size: 1.6rem;
    font: inherit;
    letter-spacing: .06em;
    box-shadow: inset 0 0 15px #e6e6e6;
    cursor: default
}

input[type=text]:hover.disabled-field,
input[type=text]:focus.disabled-field {
    border: 1px solid #ddd;
    box-shadow: inset 0 0 12px #e6e6e6
}

input[type=checkbox],
input[type=image],
input[type=radio] {
    width: auto
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em 0
}

legend {
    display: table;
    max-width: 100%;
    white-space: normal;
    color: inherit
}

select {
    width: 100%;
    max-width: 250px;
    -webkit-appearance: none;
    appearance: none;
    color: #666;
    font-weight: 300;
    background-color: #fff;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA5NiAxMjAnIHg9JzBweCcgeT0nMHB4Jz48cG9seWdvbiBwb2ludHM9JzQ4IDc0LjUyIDcuNyAzNC4yMSAyMC40MiAyMS40OCA0OCA0OS4wNiA3NS41OCAyMS40OCA4OC4zMSAzNC4yMSA0OCA3NC41MicgZmlsbD0nJGZvbnQtY29sb3InLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: auto 1em;
    text-transform: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.2
}

th {
    padding: 20px 10px;
    text-align: left
}

td {
    border-top: 1px solid #eaeaea;
    padding: 8px;
    text-align: left
}

.table-history {
    width: 100%;
    background: #eaeded url(images/bgalt.png) left top repeat;
    border: 1px solid #e2e4f1;
    border-bottom: none;
    border-spacing: 0;
    padding: 0
}

.table-history .history {
    text-align: right
}

.table-history .history b {
    font-weight: 400
}

.table-history .history select {
    display: inline-block;
    width: 100px
}

@media all and (max-width:960px) {
    .table-history th,
    .table-history .history {
        display: block;
        text-align: center
    }
}

.table-global {
    width: 100%;
    border: 1px solid #e2e4f1;
    border-spacing: 0;
    padding: 0
}

.table-global .onesize {
    width: 50%;
    border-top: 1px solid #e2e4f1;
    padding: 1.1em .1em 1em;
    text-align: center;
    font-weight: 400
}

.table-global .twosize {
    width: 33%;
    border-top: 1px solid #e2e4f1;
    border-bottom: 1px solid #e2e4f1;
    padding: 1.3em 0 1.2em;
    text-align: center;
    font-weight: 400
}

.th-title {
    background: linear-gradient(to right, #7f78ab, #3e9acd);
    padding: 1.1em .2em .8em;
    text-align: center;
    color: #fff;
    font-size: .97em;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    line-height: 22px;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: default
}

.th-head {
    background: #fff;
    padding: 1.4em .2em 1.3em 2.5em;
    color: #6a67b1;
    font-weight: 400
}

.td-text {
    background: #fff;
    border-top: 1px solid #e2e4f1;
    padding: 1.1em .5em 1em 3em;
    color: #555;
    font-size: .9em;
    font-weight: 500;
    font-family: montserrat, sans-serif
}

.th-head.subtitle {
    border-top: 1px solid #e2e4f1;
    border-bottom: 1px solid #e2e4f1;
    padding: 1.1em .1em 1em;
    text-align: center
}

.th-head.center,
.td-text.center {
    text-align: center
}

@media all and (max-width:640px) {
    .th-head,
    .th-head.subtitle {
        padding: 1em
    }
    .td-text {
        padding: 1em .6em
    }
}

.td-text b {
    font-weight: 600;
    font-family: raleway, sans-serif;
    letter-spacing: .05em
}

.td-text .mini {
    margin-top: 8px;
    color: #6a67b1;
    font-size: .75em
}

.td-split {
    height: 30px;
    background: #eaeded url(images/bgalt.png) left top repeat;
    border: 1px solid #e2e4f1;
    border-spacing: 0;
    padding: 0
}

.td-total-left {
    background: #fff;
    border-bottom: 1px solid #e2e4f1;
    margin-bottom: 1em;
    padding: 1.5em .2em 1.3em 6em;
    text-align: left;
    color: #6a67b1;
    font-size: .88em;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    text-transform: uppercase
}

.td-total-right {
    background: #fff;
    border-bottom: 1px solid #e2e4f1;
    padding: 1.5em .5em 1.3em 3em;
    text-align: left;
    color: #6a67b1;
    font-size: .88em;
    font-weight: 600;
    font-family: montserrat, sans-serif
}

.td-total-img {
    background: #fff;
    border: none;
    padding: 0 1.1em .8em .5em;
    text-align: right
}

.td-total-amount {
    background: #fff;
    border: none;
    padding: 0 .5em .8em 3em;
    text-align: left;
    color: #6a67b1;
    font-size: .88em;
    font-weight: 600;
    font-family: montserrat, sans-serif
}

@media all and (max-width:640px) {
    .td-total-left,
    .td-total-right,
    .td-total-amount {
        padding-left: 1em
    }
}

.table-login-box {
    margin-left: 28%;
    margin-top: 4em
}

.table-withdraw {
    margin-left: 20%;
    margin-top: 3em;
    border-spacing: 0;
    padding: 0
}

.table-settings {
    margin: 0 5%;
    width: 90%
}

@media all and (max-width:800px) {
    .table-login-box,
    .table-withdraw,
    .table-settings {
        margin-left: 0
    }
    .table-settings {
        width: 100%
    }
}

td.width {
    width: 150px
}

td.width175 {
    width: 175px
}

td.width200 {
    width: 200px
}

td.width250 {
    width: 250px
}

@media all and (max-width:640px) {
    td.width,
    td.width175,
    td.width200,
    td.width250 {
        width: 100px
    }
}

.imgcptch {
    border-bottom: 1px solid #eaeaea
}

.g-recaptcha {
    float: right
}

.table-settings .recptch td {
    border-top: none
}

.table-settings .g-recaptcha {
    float: none;
    margin-left: 25%
}

@media all and (max-width:480px) {
    .table-settings .g-recaptcha {
        margin-left: 0
    }
}

.medtech {
    overflow: hidden
}

.medtech::before,
.mtheader::before,
.mtvidslider::before,
.main-title::before,
.mtplans-section::before,
.mtmain-container::before,
.mtfeature2::before,
.mtfeature4::before,
.mtfeature-image::before,
.mtfeature5::before,
.mtstatistics::before,
.mtfooter::before,
.full-container::before,
.account-container::before {
    content: "";
    display: table
}

.medtech::after,
.mtheader::after,
.mtvidslider::after,
.main-title::after,
.mtplans-section::after,
.mtmain-container::after,
.mtfeature2::after,
.mtfeature4::after,
.mtfeature-image::after,
.mtfeature5::after,
.mtstatistics::after,
.mtfooter::after,
.full-container::after,
.account-container::after {
    clear: both;
    content: "";
    display: table
}

.mtmain-container,
.account-container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto
}

.full-container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 3em;
    text-align: justify
}

@media all and (max-width:1260px) {
    .mtmain-container,
    .account-container,
    .full-container {
        padding: 0 1.5em
    }
}

@media all and (max-width:960px) {
    .mtmain-container,
    .account-container,
    .full-container {
        padding: 0 1em
    }
}

@media all and (max-width:640px) {
    .mtmain-container,
    .account-container,
    .full-container {
        padding: 0 .5em
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase
}

h1 {
    font-size: 20px;
    font-size: 2rem
}

@media all and (min-width:641px) {
    h1 {
        font-size: 22px;
        font-size: 2.2rem
    }
}

@media all and (min-width:801px) {
    h1 {
        font-size: 26px;
        font-size: 2.6rem
    }
}

@media all and (min-width:1025px) {
    h1 {
        font-size: 34px;
        font-size: 3.4rem
    }
}

h2 {
    font-size: 18px;
    font-size: 1.8rem
}

@media all and (min-width:641px) {
    h2 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media all and (min-width:801px) {
    h2 {
        font-size: 22px;
        font-size: 2.2rem
    }
}

@media all and (min-width:1025px) {
    h2 {
        font-size: 26px;
        font-size: 2.6rem
    }
}

h3 {
    font-size: 17px;
    font-size: 1.7rem
}

@media all and (min-width:641px) {
    h3 {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media all and (min-width:801px) {
    h3 {
        font-size: 20px;
        font-size: 2rem
    }
}

@media all and (min-width:1025px) {
    h3 {
        font-size: 22px;
        font-size: 2.2rem
    }
}

h4 {
    font-size: 16px;
    font-size: 1.6rem
}

@media all and (min-width:641px) {
    h4 {
        font-size: 17px;
        font-size: 1.7rem
    }
}

@media all and (min-width:801px) {
    h4 {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media all and (min-width:1025px) {
    h4 {
        font-size: 20px;
        font-size: 2rem
    }
}

h5 {
    font-size: 15px;
    font-size: 1.5rem
}

@media all and (min-width:641px) {
    h5 {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media all and (min-width:801px) {
    h5 {
        font-size: 17px;
        font-size: 1.7rem
    }
}

@media all and (min-width:1025px) {
    h5 {
        font-size: 19px;
        font-size: 1.9rem
    }
}

h6 {
    font-size: 14px;
    font-size: 1.4rem
}

@media all and (min-width:641px) {
    h6 {
        font-size: 15px;
        font-size: 1.5rem
    }
}

@media all and (min-width:801px) {
    h6 {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media all and (min-width:1025px) {
    h6 {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.page-title {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 2em;
    cursor: default
}

@media all and (min-width:481px) {
    .page-title {
        height: 120px;
        margin-bottom: 3em
    }
}

@media all and (min-width:801px) {
    .page-title {
        height: 180px;
        margin-bottom: 4em
    }
}

@media all and (min-width:1261px) {
    .page-title {
        height: 290px;
        margin-top: 100px;
        margin-bottom: 4.5em
    }
}

.page-title.page-acc {
    background: #72AEC6 url(images/header-acc.jpg) center right/cover no-repeat
}

.page-title.page-all {
    background: #72AEC6 url(images/header-all.jpg) center right/cover no-repeat
}

.page-title h1 {
    display: inline-block;
    min-width: 60%;
    background: linear-gradient(to right, #36a084, #1293b1, #5964ae);
    margin-top: 20px;
    padding-left: 15%;
    color: #f5f6f8;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-shadow: 0 0 1px #af7917
}

@media all and (min-width:481px) {
    .page-title h1 {
        margin-top: 80px;
        line-height: 40px
    }
}

@media all and (min-width:801px) {
    .page-title h1 {
        padding-left: calc(55% - 400px);
        margin-top: 110px;
        line-height: 70px
    }
}

@media all and (min-width:1025px) {
    .page-title h1 {
        padding-left: calc(55% - 480px);
        margin-top: 100px;
        line-height: 80px
    }
}

@media all and (min-width:1261px) {
    .page-title h1 {
        padding-left: calc(55% - 640px);
        margin-top: 200px;
        line-height: 90px
    }
}

.page-title h1::after {
    position: relative;
    content: "";
    float: right;
    left: 2.0724em;
    width: 2.0724em;
    height: 0;
    border-color: #5964ae transparent;
    border-style: solid;
    border-width: 0 2.0724em 3em 0;
    z-index: 1
}

.main-title {
    position: relative;
    margin-top: 8em;
    text-align: center;
    font-weight: 700;
    font-family: raleway, sans-serif;
    cursor: default
}

.title-shadow {
    position: absolute;
    top: -65%;
    left: 50%;
    color: #f3f3f3;
    font-size: 1.7em;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.title-front {
    position: relative;
    color: #555;
    letter-spacing: .05em;
    z-index: 5
}

.main-subtitle-hr,
.main-subtitle {
    display: none
}

@media all and (min-width:801px) {
    .main-subtitle-hr {
        position: relative;
        display: block
    }
    .main-subtitle-hr hr {
        position: relative;
        width: 290px;
        height: 4px;
        margin-bottom: .3em
    }
    .main-subtitle-hr::before {
        content: '';
        width: 80px;
        height: 3px;
        display: inline-block;
        background: linear-gradient(to right, #b63370, #14a0c0);
        margin-right: 10px
    }
    .main-subtitle-hr::after {
        content: '';
        width: 80px;
        height: 3px;
        display: inline-block;
        background: linear-gradient(to right, #14a0c0, #b63370);
        margin-left: 10px
    }
    .main-subtitle {
        display: block;
        margin-bottom: 2em;
        text-align: center;
        color: #7572b7;
        font-size: 1.25rem;
        font-weight: 600;
        font-family: raleway, sans-serif;
        letter-spacing: .08em;
        text-transform: uppercase;
        cursor: default
    }
}

@media all and (min-width:1025px) {
    .main-subtitle {
        margin-bottom: 3em
    }
}

@media all and (max-width:1024px) {
    .main-title {
        margin-top: 2em
    }
}

@media all and (max-width:800px) {
    .main-title {
        margin-bottom: 1em
    }
}

@media all and (max-width:480px) {
    .title-shadow {
        display: none
    }
}

.notice {
    max-width: 1000px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: rgba(255, 255, 255, .6);
    margin: 0 auto 3em;
    padding: 1.2em 1.5em .8em 2.2em
}

.notice.confirm {
    border-top: 1px solid #36a084;
    border-left: 1px solid #36a084;
    border-bottom: 1px solid #1293b1;
    border-right: 1px solid #1293b1
}

.notice.confirm .icon {
    -webkit-align-self: center;
    align-self: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    background: url(images/confirm-min.png) center/cover no-repeat;
    margin-right: 2.2em;
    text-align: left
}

.notice.decline {
    border-top: 1px solid #bd4873;
    border-left: 1px solid #bc4873;
    border-bottom: 1px solid #855b96;
    border-right: 1px solid #6b63a5
}

.notice.decline .icon {
    -webkit-align-self: center;
    align-self: center;
    width: 42px;
    min-width: 42px;
    height: 42px;
    background: url(images/decline-min.png) center/cover no-repeat;
    margin-right: 2.2em;
    text-align: left
}

.notice .text {
    -webkit-align-self: center;
    align-self: center;
    text-align: left;
    font-size: .88em;
    font-weight: 500;
    font-family: montserrat, sans-serif;
    line-height: 170%;
    letter-spacing: .03em
}

.notice .text a {
    text-decoration: underline
}

.notice .text span {
    display: block;
    margin-top: 1.2em;
    color: #6a67b1
}

@media all and (max-width:640px) {
    .notice {
        padding: 1.2em 1.5em .8em 1.2em
    }
    .notice.confirm .icon,
    .notice.decline .icon {
        margin-right: 1.2em
    }
}

@media all and (max-width:480px) {
    .notice .icon {
        display: none
    }
}

.notice.withdraw .text {
    cursor: default;
    -ms-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.result-notice {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
    margin: 2em auto 0;
    padding: 0 1.5em
}

.result-notice.confirm .icon {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    width: 64px;
    min-width: 64px;
    height: 64px;
    background: url(images/confirm.png) center/cover no-repeat;
    margin-right: 40px;
    text-align: left
}

.result-notice.decline .icon {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    width: 64px;
    min-width: 64px;
    height: 64px;
    background: url(images/decline.png) center/cover no-repeat;
    margin-right: 40px;
    text-align: left
}

.result-notice .text {
    -webkit-align-self: center;
    align-self: center;
    align-items: center;
    text-align: center;
    font-size: 1.05em;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .03em
}

.result-notice .text-alt {
    -webkit-align-self: center;
    align-self: center;
    text-align: left;
    font-size: 1.05em;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: .03em
}

.result-notice .text span,
.result-notice .text-alt span {
    display: block;
    margin-top: 1.5em;
    color: #6a67b1
}

@media all and (max-width:480px) {
    .result-notice .icon {
        display: none
    }
}

.clear {
    clear: both
}

.underline a {
    text-decoration: underline
}

.underline a:hover {
    text-decoration: none
}

p.indent {
    display: inline-table;
    width: 3px;
    text-align: center
}

.terms-title {
    margin: 3em 0 1.5em .5em;
    color: #6a67b1;
    font-size: .9em;
    font-weight: 700;
    font-family: raleway, sans-serif;
    text-transform: uppercase
}

.maintenance {
    margin-top: 1em;
    text-align: center;
    color: #b62d65;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400
}

@media all and (min-width:1261px) {
    .maintenance {
        float: right;
        width: 80%;
        margin-top: 2em;
        font-size: 18px;
        font-size: 1.8rem
    }
}

.maintenance-pin {
    text-align: center;
    margin: 1em 0;
    margin-top: 2em
}

@media all and (max-width:800px) {
    .section-none {
        display: none
    }
}

.account-info {
    background: rgba(255, 255, 255, .7);
    border: 1px solid #e0e0e0;
    margin-top: 4em;
    padding: 1.5em 2.4em;
    text-align: left;
    color: #666;
    font-size: .9em;
    font-weight: 300;
    line-height: 170%
}

.mtheader {
    position: relative;
    background: #f7f7f7 url(images/bg.png) left top repeat;
    padding-bottom: 10px;
    box-shadow: 0 0 6px #333;
    z-index: 99
}

.mtheader-container {
    position: relative;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 1em
}

.mtheader-logo {
    margin-top: 1em;
    text-align: center
}

.mtheader-navigation {
    margin: 1em 0;
    text-align: center
}

.mtheader-navigation li {
    display: inline-block;
    margin: .5em 0;
    vertical-align: top
}

.header-button {
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding: 11px 38px 10px 33px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .06em;
    text-decoration: none
}

.header-button::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.header-button.reg::before {
    background: linear-gradient(to right, #18A2BC, #1D97BD)
}

.header-button.log::before {
    background: linear-gradient(to right, #1D97BD, #2B87B6)
}

.header-button.con::before {
    background: linear-gradient(to right, #2B87B6, #377AB1)
}

.header-button::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 150%;
    height: 0;
    transition: all .75s ease;
    z-index: -1
}

.header-button.reg::after {
    background: linear-gradient(to right, #BA3D66, #6863AB);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg)
}

.header-button.log::after {
    background: linear-gradient(to right, #BA3D66, #6863AB);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(25deg)
}

.header-button.con::after {
    background: linear-gradient(to right, #BA3D66, #6863AB);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg)
}

.header-button:hover {
    color: #fff;
    transition: all .3s ease
}

.header-button:hover::after {
    height: 500%
}

.header-button .icon-reg,
.header-button .icon-log,
.header-button .icon-con {
    display: inline-block;
    width: 20px;
    height: 16px;
    margin: 1px 12px 0 0;
    vertical-align: top;
    transition: all .3s ease-in-out
}

.icon-reg {
    background: url(images/icon-reg.png) no-repeat
}

.icon-log {
    background: url(images/icon-log.png) no-repeat
}

.icon-con {
    background: url(images/icon-con.png) no-repeat
}

.header-button:hover .icon-reg,
.header-button:hover .icon-log,
.header-button:hover .icon-con {
    background-position: 0 -16px
}

.mtheader-navigation li.support {
    display: none
}

.mtheader-menu li.support {
    display: inline
}

.mtheader-menu {
    position: relative;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: montserrat, sans-serif;
    line-height: 300%;
    text-transform: uppercase
}

.mtheader-menu li {
    display: inline-block;
    vertical-align: top
}

.mtheader-menu li a {
    position: relative;
    padding: .6em 1.2em;
    color: #000
}

.mtheader-menu li a:last-child {
    margin-right: 0
}

.mtheader-menu li a:hover {
    color: #a82a5d
}

.mtheader-menu li a::before {
    visibility: hidden;
    position: absolute;
    content: '';
    bottom: 0;
    left: 9%;
    width: 82%;
    height: 0;
    border-bottom: 2px solid #b62d65;
    transform: scaleX(0);
    transition: all .25s ease-in-out
}

.mtheader-menu li a:hover::before {
    visibility: visible;
    transform: scaleX(1)
}

.mtheader-menu li .active {
    background: linear-gradient(to right, #c2466f, #6765A8);
    color: #fff
}

.mtheader-menu li .active:hover {
    color: #fff
}

.mtheader-menu li .active:hover::before {
    border-bottom: 2px solid transparent
}

@media all and (min-width:801px) {
    .mtheader-navigation li.support {
        display: inline-block
    }
    .mtheader-menu li.support {
        display: none
    }
}

@media all and (min-width:1261px) {
    .mtheader {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 101px
    }
    .mtheader-border {
        width: 100%;
        height: 3px;
        background: linear-gradient(to right, #3FB999, #14A0C0, #515CA5)
    }
    .mtheader-logo {
        position: absolute;
        top: 8px;
        left: 15px
    }
    .mtheader-navigation {
        float: right;
        margin: 0 5em 0 0
    }
    .mtheader-navigation li {
        float: left;
        margin: 0
    }
    .mtheader-menu {
        float: right;
        margin-top: .9em
    }
    .mtheader-menu li {
        float: left
    }
    .mtheader-menu li a {
        margin: 0 .6em
    }
}

@media all and (max-width:480px) {
    .mtheader {
        padding-bottom: 0;
        box-shadow: none
    }
}

.mtvidslider {
    position: relative;
    width: 100%;
    background: #72AEC6 url(images/videoslider.jpg) center center/cover no-repeat;
    cursor: default
}

.mtvidslider-video {
    display: none
}

@media all and (min-width:961px) {
    .mtvidslider-video {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%
    }
}

@media all and (min-width:1261px) {
    .mtvidslider {
        margin-top: 100px
    }
}

@media all and (max-width:480px) {
    .mtvidslider {
        display: none
    }
}

#mtvidslider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(50, 57, 64, 0), rgba(50, 57, 64, 0.4), rgba(50, 57, 64, 0));
    color: #fff;
    font-family: raleway, sans-serif
}

.mtvidslider img {
    display: block;
    width: 100%;
    height: auto
}

.mtvidslider li::before,
.mtvidslider li::after {
    content: "" !important;
    display: none !important;
    bottom: auto !important;
    margin: 0 !important
}

.mtvidslider .layer {
    position: absolute;
    left: 0;
    right: auto;
    bottom: auto;
    width: 1200px;
    line-height: 1.4em;
    text-align: center
}

.mtvidslider .line1 {
    top: 105px;
    height: 60px
}

.mtvidslider .line2 {
    top: 150px;
    height: 45px
}

.mtvidslider .line3 {
    top: 220px;
    height: 70px
}

.mtvidslider .line1 .ptext1 {
    font-size: 1.8em;
    line-height: 100%;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0 0 4px #333
}

.mtvidslider .line2 .ptext2 {
    font-size: 2.4em;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 4px #333
}

.mtvidslider .line3 .ptext3 {
    display: inline-block;
    background: rgba(255, 255, 255, .85);
    padding: .18em 1em;
    color: #000;
    font-size: 1.06em;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: uppercase
}

@media all and (max-width:800px) {
    .mtvidslider .line1 .ptext1 {
        font-size: 2.8em
    }
    .mtvidslider .line2 .ptext2 {
        font-size: 4em
    }
    .mtvidslider .line3 .ptext3 {
        font-size: 2em
    }
}

.mtmetaslider-wrapper {
    display: none;
    position: absolute;
    bottom: 7%;
    left: 50%;
    width: 100%;
    font-size: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 2
}

@media all and (min-width:961px) {
    .mtmetaslider-wrapper {
        display: block
    }
}

.mtmetaslider-container {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 960px;
    height: 100px;
    background: rgba(255, 255, 255, .8);
    margin: 0 auto
}

.mtmetaslider-container .block {
    position: relative;
    width: 33%;
    height: 100%;
    text-align: center
}

.mtmetaslider-container .block .details {
    margin-top: 20px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: raleway, sans-serif;
    line-height: 160%;
    text-transform: uppercase;
    letter-spacing: .05em
}

.mtmetaslider-btn {
    overflow: hidden;
    display: inline-block;
    background: linear-gradient(to right, #36a084, #1293b1, #1186a1);
    margin-top: 15px;
    vertical-align: top;
    color: #fff;
    font-size: 12px;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    perspective: 600px;
    perspective-origin: 50% 50%
}

.mtmetaslider-btn:hover span {
    -webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
    transform: translate3d(0px, 0px, -30px) rotateX(90deg)
}

.mtmetaslider-btn span {
    position: relative;
    display: block;
    height: 100%;
    padding: 11px 32px 10px;
    color: #fff;
    transition: all .5s ease;
    transform-origin: 50% 0;
    transform-style: preserve-3d
}

.mtmetaslider-btn span::after {
    content: attr(data-title);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #c2466f, #6765A8);
    padding: 11px 32px 10px;
    color: #fff;
    opacity: 0;
    transform-origin: 50% 0;
    transform: translate3d(0px, 105%, 0px) rotateX(-90deg)
}

.mtmetaslider-btn:hover span::after {
    opacity: 1
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(30%, 0, 0);
        transform: translate3d(30%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

.mtplans-section {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto
}

.mtplans-container {
    display: flex;
    flex-direction: column;
    width: 33%;
    height: 100%;
    border: 1px solid transparent;
    padding-bottom: 1em;
    transition: all .25s ease-in-out;
    cursor: default
}

@media all and (min-width:641px) {
    .mtplans-container:hover {
        background: #fafafa;
        border: 1px solid #e9e8f3;
        box-shadow: 0 40px 60px -20px rgba(12, 5, 62, .3)
    }
}

@media all and (min-width:801px) {
    .mtplans-container {
        padding-bottom: 3.5em
    }
}

@media all and (max-width:1024px) {
    .mtplans-container {
        width: 38%;
        margin-top: 1em
    }
}

@media all and (max-width:800px) {
    .mtplans-container {
        width: 45%
    }
}

@media all and (max-width:640px) {
    .mtplans-container {
        width: 50%
    }
}

@media all and (max-width:480px) {
    .mtplans-container {
        width: 100%
    }
}

@media all and (min-width:641px) {
    .plans-image {
        overflow: hidden;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        margin: 3rem auto 0
    }
    .plans-image img {
        -webkit-transition: 1.75s cubic-bezier(.19, 1, .22, 1);
        transition: 1.75s cubic-bezier(.19, 1, .22, 1)
    }
    .mtplans-container:hover .plans-image img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.plans-rate {
    display: -webkit-flex;
    display: flex;
    width: 100px;
    height: 90px;
    background: linear-gradient(to bottom right, #CA4181, #744AA2, #2450B9);
    border-radius: 15px;
    margin: -55px auto 30px;
    text-align: center;
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
    transition: all .2s ease-in-out;
    z-index: 2
}

.mtplans-container:hover .plans-rate {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .2), 0 3px 6px rgba(0, 0, 0, .2)
}

.plans-rate .rate {
    margin: 22px auto auto 18px;
    color: #fff;
    font-size: 3rem;
    font-weight: 700
}

.plans-rate .rate sup {
    position: relative;
    top: -.36em;
    vertical-align: baseline;
    font-size: 40%;
    line-height: 0
}

.plans-rate.ten {
    width: 110px
}

.plans-rate .rate.tenperc {
    margin: -9px auto auto 8px;
    font-size: 7.5rem
}

.plans-name {
    margin-bottom: 2.5rem;
    text-align: center;
    color: #444;
    font-size: 2.25rem;
    font-weight: 700;
    font-family: raleway, sans-serif;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap
}

.mtplans-container:hover .plans-name {
    color: #000
}

@media all and (max-width:640px) {
    .plans-image {
        overflow: hidden;
        width: 100%;
        height: 100px;
        border-radius: 30%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin: 1rem auto 0
    }
    .plans-image img {
        width: 100%;
        margin-top: -70px
    }
    .plans-rate {
        width: 85px;
        height: 75px;
        margin: -35px auto 20px
    }
    .plans-rate .rate {
        margin: -12px auto auto 15px;
        font-size: 7rem
    }
    .plans-name {
        font-size: 1.75rem
    }
}

.plans-amount {
    padding: .8em 0;
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap
}

.plans-amount.one {
    background: linear-gradient(to right, #3088B9, #5F71A7)
}

.plans-amount.two {
    background: linear-gradient(to right, #5F71A7, #9D699F)
}

.plans-amount.three {
    background: linear-gradient(to right, #9D699F, #5F71A7)
}

.plans-amount.four {
    background: linear-gradient(to right, #5F71A7, #3088B9)
}

.mtplans-container:hover .plans-amount.one,
.mtplans-container:hover .plans-amount.three {
    background: linear-gradient(to right, #36a084, #1293b1, #5964ae)
}

.mtplans-container:hover .plans-amount.two,
.mtplans-container:hover .plans-amount.four {
    background: linear-gradient(to right, #5964ae, #1293b1, #36a084)
}

.plans-text {
    position: relative;
    padding: 3% 0 0 14%;
    color: #555;
    line-height: 210%
}

.mtplans-container:hover .plans-text {
    color: #403a5d
}

.mtplans-container:hover .plans-text:before {
    top: calc(100% + 20px);
    opacity: 1
}

@media all and (min-width:801px) {
    .plans-text {
        padding: 7% 0 0 14%
    }
    .mtplans-container .plans-text:before {
        content: '';
        position: absolute;
        top: calc(100% + 50px);
        left: calc(50% - 20px);
        width: 40px;
        height: 11px;
        background: url(images/arrow.png) no-repeat;
        opacity: 0;
        transition: .3s all .2s
    }
}

@media all and (min-width:1025px) {
    .plans-text {
        padding: 7% 0 0 7%
    }
}

@media all and (min-width:1261px) {
    .plans-text {
        padding: 7% 0 0 14%
    }
}

.invest-regular {
    max-width: 1100px;
    background: #fff;
    border-top: 1px solid #bd4873;
    border-left: 1px solid #bc4873;
    border-bottom: 1px solid #855b96;
    border-right: 1px solid #6b63a5;
    margin: 0 auto 2em;
    padding: 1em;
    text-align: center;
    color: #333;
    cursor: default
}

@media all and (min-width:801px) {
    .invest-regular {
        padding: 2em
    }
}

.reinvestment {
    margin-top: 1.7em;
    text-align: center
}

.accepted-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.accepted-wrapper {
    position: relative;
    width: 24%;
    border: 1px solid #b4b9da;
    margin-bottom: 1.2em;
    padding: 1.6em 0 1.5em;
    text-align: center
}

.accepted-wrapper.newline {
    width: 32%
}

.accepted-wrapper .link {
    margin-top: .7em;
    opacity: .8
}

.accepted-wrapper .link a {
    background: linear-gradient(to right, #ad395f, #5e59a4);
    padding: 2px 10px;
    color: #fff;
    font-size: .9em;
    text-decoration: none
}

.accepted-wrapper .link a:hover {
    background: linear-gradient(to right, #2e866f, #5964ae);
    color: #fff;
    text-decoration: none
}

@media all and (max-width:1024px) {
    .accepted-wrapper {
        padding: 1.8em 0 1.5em
    }
}

@media all and (max-width:800px) {
    .accepted-wrapper,
    .accepted-wrapper.newline {
        width: 49%;
        padding: 1.3em 0
    }
}

.mtcalc {
    background: #315B85 url(images/bgcalculator.jpg) center center/cover no-repeat;
    margin-top: 3.6em;
    padding: 3.4em 0 4.2em;
    text-align: center;
    cursor: default
}

.mtcalc h2 {
    margin-bottom: 2em;
    color: #fff;
    font-weight: 600;
    font-family: raleway, sans-serif;
    letter-spacing: .06em
}

.mtcalc .input {
    display: inline-block;
    width: 30%;
    max-width: 350px;
    margin: 0 .5em 3em;
    vertical-align: top
}

.mtcalc .input input {
    min-height: 47px;
    border: none;
    padding: 11px 30px 9px 0;
    text-align: center;
    color: #47718d;
    font-size: 1.15em;
    line-height: 1em
}

.mtcalc .amount_prefix {
    position: relative;
    float: right;
    margin: -37px 20px 0 0;
    color: #a8a5cf;
    font-size: 1.3em;
    z-index: 1
}

.mtcalc .title,
.mtcalc .result {
    display: inline-block;
    width: 30%;
    max-width: 350px;
    height: 46px;
    padding: .65em 1.5em;
    vertical-align: top;
    color: #ddd;
    font-size: 14px;
    font-weight: 500;
    font-family: montserrat, sans-serif;
    line-height: 26px;
    text-transform: uppercase
}

.mtcalc .title {
    border-bottom: 1px solid #8da2b2;
    margin: 0 .5em 3em
}

.mtcalc .result {
    border: 1px solid #8da2b2;
    margin: 0 .5em
}

.mtcalc .span {
    float: right;
    letter-spacing: .08em
}

@media all and (max-width:1024px) {
    .mtcalc {
        padding-bottom: 2em
    }
    .mtcalc .input,
    .mtcalc .title,
    .mtcalc .result {
        width: 85%;
        max-width: 85%;
        margin: 0 5%;
        margin-bottom: 1.5em
    }
}

@media all and (max-width:640px) {
    .mtcalc {
        margin-top: 2em;
        padding: 1.8em 0 1em
    }
    .mtcalc h2 {
        margin-bottom: 1em
    }
}

.mtfeature1 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 6em auto;
    text-align: left
}

.mtfeature1.about {
    margin: 0 auto 4em
}

.mtfeature1 .left {
    width: 50%;
    padding: 0 3em
}

.mtfeature1 .left h3 {
    margin-bottom: .7em;
    color: #337ab7;
    font-weight: 700;
    font-family: raleway, sans-serif
}

.mtfeature1 .left .text {
    color: #777
}

.mtfeature1 .right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    width: 50%
}

.mtfeature1 .right .detail {
    width: 40%;
    min-width: 200px;
    text-align: center
}

.mtfeature1 .right h5 {
    width: 50%;
    margin-left: 1%;
    color: #6a67b1;
    font-weight: 600;
    font-family: raleway, sans-serif;
    line-height: 160%;
    letter-spacing: .03em
}

@media all and (min-width:1367px) {
    .mtfeature1 {
        max-width: 85%
    }
}

@media all and (max-width:1024px) {
    .mtfeature1 {
        margin: 2em auto
    }
    .mtfeature1 .left,
    .mtfeature1 .right {
        border: none;
        padding: 1.5em
    }
    .mtfeature1 .left h3 {
        text-align: center
    }
}

@media all and (max-width:960px) {
    .mtfeature1.about {
        margin: 0 auto 2em
    }
    .mtfeature1 .left {
        width: 60%
    }
    .mtfeature1 .right {
        width: 40%
    }
    .mtfeature1 .right .detail {
        display: none
    }
    .mtfeature1 .right h5 {
        width: 100%;
        text-align: center
    }
}

@media all and (max-width:640px) {
    .mtfeature1 {
        margin: 1.2em auto
    }
    .mtfeature1 .left {
        width: 100%
    }
    .mtfeature1 .right {
        display: none
    }
}

.mtfeature2 {
    display: grid;
    grid-template-rows: 250px auto;
    grid-template-columns: 100%
}

@media all and (min-width:1025px) {
    .mtfeature2 {
        grid-template-rows: 1.5rem auto 1.5rem auto 1.5rem;
        grid-template-columns: 1fr minmax(auto, 1200px) 1fr
    }
}

@media all and (min-width:801px) and (max-width:1024px) {
    .mtfeature2 {
        grid-template-rows: 1.5rem auto 1.5rem auto 1.5rem;
        grid-template-columns: 1fr
    }
}

.mtfeature2-bg {
    grid-row: 1/span 5;
    grid-column: 1/span 3;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    min-width: 0;
    min-height: 0
}

@media all and (max-width:800px) {
    .mtfeature2-bg {
        grid-column: 1
    }
}

.mtfeature2-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 65% 50%
}

@media all and (min-width:1025px) {
    .mtfeature2-bg-img {
        min-height: 350px
    }
}

@media all and (max-width:800px) {
    .mtfeature2-bg-img {
        object-position: 70% 30%
    }
}

.mtfeature2-content {
    grid-column: 1;
    background: #fafafa;
    align-self: center;
    padding: 25px 10px 30px 15px
}

@media all and (min-width:1025px) {
    .mtfeature2-content {
        grid-column: 2;
        max-width: 650px
    }
}

@media all and (min-width:801px) and (max-width:1024px) {
    .mtfeature2-content {
        max-width: 575px
    }
}

@media all and (min-width:801px) {
    .mtfeature2-content {
        grid-row: 2;
        padding: 30px 40px
    }
}

.mtfeature2-content h6 {
    text-align: center;
    color: #b62d65;
    font-weight: 400;
    letter-spacing: .05em
}

.mtfeature2-content h2 {
    border-bottom: 1px solid #ddd;
    margin-bottom: .8em;
    padding: 0 0 .4em;
    text-align: center;
    color: #444;
    font-weight: 700;
    font-family: raleway, sans-serif;
    letter-spacing: .04em
}

.mtfeature2-content .props {
    display: grid;
    counter-reset: props;
    grid-row-gap: 15px;
    grid-template-columns: auto;
    margin-top: 1em;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase
}

@media all and (min-width:801px) {
    .mtfeature2-content h6,
    .mtfeature2-content h2 {
        text-align: left
    }
}

@media all and (min-width:641px) {
    .mtfeature2-content .props {
        grid-template-columns: repeat(3, auto)
    }
}

.mtfeature2-content .props span:before {
    display: inline-flex;
    border: 1px solid #6a67b1;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    line-height: 2.5rem;
    margin-right: .8rem;
    align-items: center;
    justify-content: center;
    counter-increment: props;
    content: counter(props)
}

.mtfeature2-content .props span {
    color: #6a67b1;
    font-size: 1.4rem;
    font-weight: 400
}

@media all and (min-width:1025px) {
    .mtfeature2-content .props span {
        font-size: 1.6rem
    }
}

.mtfeature2-block {
    grid-column: 1;
    display: flex;
    align-items: center;
    width: 100%;
    background: #fafafa;
    border-top: 1px solid #ddd;
    padding: 25px 40px
}

@media all and (min-width:801px) {
    .mtfeature2-block {
        grid-row: 4;
        max-width: 575px;
        border-top: none
    }
}

@media all and (min-width:1025px) {
    .mtfeature2-block {
        grid-column: 2;
        max-width: 650px
    }
}

.middlebg {
    background: #eaeded url(images/bgalt.png) left top repeat
}

.feature3 {
    overflow: hidden;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 1.5em auto 0
}

.feature3:before {
    display: none;
    content: '';
    position: absolute;
    top: -250%;
    width: 100%;
    height: 500%;
    background: inherit;
    z-index: 2
}

.feature3.left:before {
    left: 67%;
    -webkit-transform: rotate(331deg);
    transform: rotate(331deg)
}

.feature3.right:before {
    right: 67%;
    -webkit-transform: rotate(-331deg);
    transform: rotate(-331deg)
}

@media all and (min-width:1025px) {
    .feature3 {
        margin: 0 auto
    }
    .feature3:before {
        display: block
    }
    .feature3.left:before {
       
        background: #f7f7f7 url(images/bg.png) left top repeat
    }
    .feature3.right:before {
        right: 41%;
        background: #eaeded url(images/bgalt.png) left top repeat
    }
    .feature3.right img {
        right: 0
    }
}

.feature3-img {
    overflow: hidden;
    width: 100%;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.feature3-text {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding: 25px 15px 15px;
    text-align: center;
    z-index: 3
}

@media all and (min-width:641px) {
    .feature3-img {
        height: 180px
    }
}

@media all and (min-width:801px) {
    .feature3-img {
        height: 220px
    }
}

@media all and (min-width:1025px) {
    .feature3-img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        max-width: 660px;
        height: 450px
    }
    .feature3.right .feature3-img {
        margin-left: 42%
    }
    .feature3-text {
        -webkit-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
        height: 450px;
        padding: 2em 0 0 2em;
        text-align: left
    }
    .feature3.left .feature3-text {
        margin-left: 54%;
        padding: 2em 0 0 .5em
    }
}

@media all and (min-width:1261px) {
    .feature3-text {
        padding: 4em 0 0 2em
    }
    .feature3.left .feature3-text {
        padding: 4em 0 0 1em
    }
}

.feature3-text h6 {
    color: #b62d65;
    font-weight: 400;
    letter-spacing: .05em
}

.feature3-text h2 {
    border-bottom: 1px solid #ddd;
    margin-bottom: .8em;
    padding: 0 0 .4em;
    color: #444;
    font-weight: 700;
    font-family: raleway, sans-serif;
    letter-spacing: .04em
}

.feature3-text p {
    text-align: left
}

.feature3-text .list {
    margin: 1em 0;
    text-align: left;
    color: #555;
    font-size: .96em;
    font-weight: 300;
    line-height: 170%
}

.feature3-text .list li {
    margin: .3em 0 0 3.5em;
    list-style-type: square
}

.mtfeature4 {
    text-align: center;
    cursor: default
}

@media all and (max-width:800px) {
    .mtfeature4-none {
        display: none
    }
}

.mtfeature4 .container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

@media all and (min-width:1025px) {
    .mtfeature4 .container {
        float: left;
        width: 33.33333333%;
        height: 350px
    }
}

.mtfeature4 .heading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(40, 46, 81, .7);
    margin: 0;
    padding: 20px 0;
    color: #fff;
    font-weight: 700;
    font-family: raleway, sans-serif;
    letter-spacing: .05em
}

.mtfeature4 .heading span {
    font-family: montserrat, sans-serif
}

.mtfeature4 .container .wrapper {
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.mtfeature4 .container:hover .wrapper {
    opacity: 1;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
}

.mtfeature4 .block {
    position: absolute;
    bottom: -100px;
    width: 100%;
    background: linear-gradient(to right, #36a084, #1293b1, #5964ae);
    padding: 20px 40px 25px;
    color: #fff;
    font-size: 70%;
    z-index: 10
}

.mtfeature4 .block h4 {
    font-weight: 700;
    font-family: raleway, sans-serif;
    letter-spacing: .05em
}

.mtfeature4 .block h4 span {
    font-family: montserrat, sans-serif
}

.mtfeature4 .block h6 {
    margin: .5em 0 .9em;
    font-weight: 600;
    font-family: raleway, sans-serif;
    letter-spacing: .05em
}

@media all and (min-width:1261px) {
    .mtfeature4 .block {
        font-size: 100%
    }
}

.mtfeature-image {
    margin: 4em 1em 0;
    text-align: center
}

.mtfeature-image img {
    width: 100%;
    max-width: 1160px;
    opacity: .85
}

@media all and (max-width:800px) {
    .mtfeature-image-none {
        display: none
    }
}

.mtfeature5 {
    margin: 0 auto;
    text-align: center
}

@media all and (max-width:640px) {
    .mtfeature5-none {
        display: none
    }
}

.mtfeature5 .divider {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background: linear-gradient(to bottom right, #cf6c8c, #855ab4, #2a5cd5);
    border: 2px solid #cbcfe6;
    border-radius: 50%;
    margin: 30px auto 0;
    box-shadow: 0 0 10px 1px rgba(77, 87, 157, .2);
    z-index: 1
}

.mtfeature5 .main {
    position: relative;
    padding-top: 20px
}

.mtfeature5 .main::before {
    content: '';
    position: absolute;
    top: -15px;
    left: -35px;
    width: calc(100% + 35px);
    border-bottom: 1px solid #b4b9da
}

.mtfeature5 .wrapper:first-child .main::before {
    right: 0;
    left: auto;
    width: 100vw
}

.mtfeature5 .wrapper:last-child .main::before {
    width: 100vw
}

.mtfeature5 .main h5 {
    color: #6a67b1;
    font-weight: 500
}

.mtfeature5 .main .text {
    max-width: 800px;
    margin: 20px auto;
    padding: 0 10px
}

@media all and (min-width:961px) {
    .mtfeature-image {
        margin: 4em 1em 2em
    }
    .mtfeature5 {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .mtfeature3 .wrapper {
        -webkit-flex-basis: 33.333333%;
        flex-basis: 33.333333%
    }
}

.mtstatistics {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 5.5em;
    text-align: center;
    cursor: default
}

@media all and (min-width:1025px) {
    .mtstatistics-bg {
        position: absolute;
        display: block;
        top: 16%;
        left: 0;
        width: 100%;
        height: 84%;
        background: #83ABBE url(images/transactions.jpg) center center/cover no-repeat;
        opacity: .9
    }
}

.mtstatistics-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1150px;
    height: 100%;
    background: linear-gradient(to bottom, #E9E9E9, #FFF);
    margin: 0 auto;
    padding-top: 1.4em;
    z-index: 2
}

@media all and (min-width:801px) {
    .mtstatistics-bgbottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 22px;
        background: #f7f7f7 url(images/bg.png) left top repeat
    }
}

.mtstat-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.mtstat-title {
    position: relative;
    margin: 1.4em 0 1.1em;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-family: raleway, sans-serif;
    letter-spacing: .05em
}

.mtstat-title-front {
    position: relative;
    color: #444;
    letter-spacing: .04em;
    z-index: 5
}

.mtstat-title-shadow {
    position: absolute;
    top: -70%;
    left: 50%;
    color: #e0e0e0;
    font-size: 1.6em;
    letter-spacing: .08em;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mtstat-block {
    width: 31%;
    -webkit-transform: skewX(-11deg);
    transform: skewX(-11deg)
}

.mtstat-block.first {
    width: 40%;
    margin-left: -9%
}

.mtstat-block.last {
    margin-right: -1%
}

.mtstat-block.none {
    display: none
}

.mtstat-data {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, #6271A7, #9D699F, #6271A7);
    padding: 15px 0;
    text-align: center;
    color: #fff
}

.mtstat-data.first {
    background: linear-gradient(to right, #3088B9, #756EA4);
    margin-left: 20%
}

.mtstat-data.last {
    background: linear-gradient(to right, #756EA4, #3088B9);
    padding-right: 5%
}

.mtstat-data .triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/triangle.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left
}

.mtstat-data .heading {
    font-size: 2.5rem;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: .04em
}

.mtstat-data .heading sup {
    position: relative;
    top: -.6em;
    left: .2em;
    vertical-align: baseline;
    font-size: 50%;
    font-weight: 400;
    line-height: 0
}

.mtstat-data .label {
    margin: 6px 0 0 6px;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: raleway, sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase
}

.mtstat-data .logo {
    position: absolute;
    top: -20px;
    right: 20px;
    width: 80px;
    height: 80px;
    -webkit-transform: skewX(11deg);
    transform: skewX(11deg);
    opacity: .2;
    transition: all .3s ease-in-out
}

.mtstat-data .logo.last {
    right: 35px
}

.mtstat-block:hover .mtstat-data .logo {
    top: 4px
}

@media all and (max-width:800px) {
    .mtstatistics {
        margin-top: 3em
    }
    .mtstat-title-shadow {
        display: none
    }
    .mtstat-block {
        width: 33%
    }
    .mtstat-block.first {
        width: 43%;
        margin-left: -10%
    }
    .mtstat-data .heading {
        font-size: 2rem
    }
    .mtstat-data .label {
        margin: 5px 0 0 5px;
        font-size: 1.1rem
    }
    .mtstat-data .logo {
        display: none
    }
}

@media all and (max-width:640px) {
    .mtstat-block {
        width: 31%
    }
    .mtstat-block.first {
        width: 44%;
        margin-left: -10%
    }
    .mtstat-block.last {
        width: 36%;
        margin-right: -2%
    }
    .mtstat-data .heading {
        font-size: 1.6rem
    }
    .mtstat-data .label {
        font-size: 1.01rem
    }
}

@media all and (max-width:480px) {
    .mtstat-data .heading {
        font-size: 1.3rem
    }
    .mtstat-data .label {
        font-size: .9rem
    }
}

.mttransactions {
    position: relative;
    padding-top: 4em
}

@media all and (min-width:801px) {
    .mttransactions::before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        width: calc(100% - 45px);
        height: calc(100% - 45px);
        border: 1px solid #b4b9da;
        transform: translateX(-50%) translateY(-50%);
        z-index: -1
    }
}

.mtstat-button {
    margin: 0 auto 2.5em
}

.mtstat-button .paidout {
    margin-left: 8em
}

.mtstat-button-mobile {
    display: none
}

.mttrans-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.mttrans-wrapper {
    position: relative;
    width: 50%
}

.mttrans-title {
    width: 80%;
    background: #fafafa;
    border: 1px solid #b4b9da;
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 1px;
    padding: .5em 0 .3em;
    -webkit-transform: skewX(-11deg);
    transform: skewX(-11deg)
}

.mttrans-title.left {
    margin-left: -1em;
    padding-left: 1em
}

.mttrans-title.right {
    margin-right: -1em;
    padding-right: 1em
}

.mttrans-title h3 {
    color: #6a67b1;
    font-weight: 400;
    letter-spacing: .05em;
    -webkit-transform: skewX(7deg);
    transform: skewX(7deg)
}

@media all and (max-width:800px) {
    .mttransactions {
        padding-top: 1em
    }
    .mtstat-button {
        display: none
    }
    .mtstat-button-mobile {
        display: block;
        margin: -1em auto 1em
    }
    .mttrans-wrapper {
        width: 100%;
        padding-top: 7em
    }
    .mttrans-title {
        position: absolute;
        top: 0;
        left: 10%
    }
}

@media all and (max-width:640px) {
    .mttrans-title h4 {
        font-size: 18px;
        font-size: 1.8rem
    }
}

.mttrans-block {
    color: #444;
    font-size: .84em;
    font-weight: 500;
    font-family: montserrat, sans-serif
}

.livetrans-left,
.livetrans-right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 4%
}

.livetrans-left .arrow,
.livetrans-right .arrow {
    width: 0;
    height: 0;
    border: 28px solid transparent;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent
}

.livetrans-left .amount,
.livetrans-right .amount {
    width: 28%;
    padding: 19px 0;
    font-weight: 600;
    letter-spacing: .04em
}

.livetrans-left .pay,
.livetrans-right .pay {
    width: 26%;
    min-width: 100px;
    padding-top: 11px
}

.livetrans-left .client,
.livetrans-right .client {
    overflow: hidden;
    width: 40%;
    padding: 19px 0
}

.livetrans-left {
    text-align: right
}

.livetrans-left:nth-child(odd) .arrow {
    border-right: 22px solid #fff
}

.livetrans-left:nth-child(odd) .amount {
    background: #fff
}

.livetrans-left:nth-child(odd) .pay {
    background: #fff
}

.livetrans-left .client {
    padding-right: 50px
}

.livetrans-left:nth-child(odd) .client {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))
}

.livetrans-right {
    text-align: left
}

.livetrans-right:nth-child(odd) .arrow {
    border-left: 22px solid #fff
}

.livetrans-right:nth-child(odd) .amount {
    background: #fff
}

.livetrans-right:nth-child(odd) .pay {
    background: #fff
}

.livetrans-right .client {
    padding-left: 50px
}

.livetrans-right:nth-child(odd) .client {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1))
}

@media all and (max-width:960px) {
    .livetrans-left {
        margin: 0 0 0 2%
    }
    .livetrans-right {
        margin: 0 2% 0 0
    }
}

@media all and (max-width:640px) {
    .livetrans-left,
    .livetrans-right {
        margin: 0
    }
}

.mtfooter {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 4em;
    font-size: 1.4rem
}

.footer-block1,
.footer-block2 {
    width: 50%;
    margin-top: 6em;
    padding: 0 2em
}

.footer-logo {
    margin: .9em 0 2.2em;
    text-align: center
}

.footer-text {
    margin-bottom: 35px;
    text-align: justify;
    color: #666;
    line-height: 180%;
    cursor: default
}

.footer-terms {
    border-top: 1px solid #b4b9da;
    padding: 1.9em 0;
    text-align: center;
    color: #152941;
    font-size: .9em;
    font-weight: 500;
    font-family: montserrat, sans-serif;
    cursor: default
}

.footer-terms dfn {
    margin: 0 2em;
    color: #929aca;
    font-style: normal
}

.footer-bottom {
    border-top: 1px solid #b4b9da;
    padding-top: 2.2em;
    text-align: left
}

.footer-bottom .image {
    float: left
}

.footer-bottom .heading {
    margin: 0 110px 0 84px;
    color: #6a67b1;
    font-size: 1.14em;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: default
}

.footer-bottom .company {
    margin: 3px 110px 0 83px
}

.footer-bottom .link {
    float: right;
    margin-top: 18px
}

.btn.ftr div:first-of-type {
    border: 1px solid #515ca5;
    padding: 0 2.2em;
    color: #4b569a;
    font-weight: 400;
    line-height: 2.5em;
    text-transform: capitalize
}

.btn.ftr div:last-of-type {
    padding: 0 2.2em;
    color: #fff;
    font-weight: 400;
    line-height: 2.5em;
    text-transform: capitalize
}

.footer-contacts {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.footer-contacts .block {
    width: 50%;
    margin-bottom: 2.8em
}

.footer-contacts .block .image {
    float: left
}

.footer-contacts .block .heading {
    margin: 0 0 0 60px;
    color: #6a67b1;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: default
}

.footer-contacts .block .label {
    margin: 5px 0 0 60px
}

.footer-contacts .block .label .inner {
    display: inline-block
}

.footer-contacts .block .label .inner::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #929aca;
    transition: width 400ms ease
}

.footer-contacts .block:hover .label .inner::after {
    width: 100%
}

.footer-contacts .block .label .inner a {
    color: #333
}

.mtcopyright {
    background: #eaeded url(images/bgalt.png) left top repeat;
    padding: 3em .3em 2.5em;
    text-align: center;
    color: #555;
    font-size: .9em;
    font-weight: 500;
    font-family: montserrat, sans-serif;
    cursor: default
}

@media all and (max-width:1260px) {
    .mtfooter {
        padding-bottom: 2em
    }
    .footer-block1,
    .footer-block2 {
        width: 100%;
        margin-top: 3em
    }
    .footer-logo,
    .footer-text {
        display: none
    }
    .footer-terms {
        border-top: none
    }
}

@media all and (max-width:800px) {
    .footer-terms {
        display: none
    }
}

@media all and (max-width:640px) {
    .footer-bottom .image,
    .footer-contacts .block .image {
        display: none
    }
    .footer-bottom .heading,
    .footer-bottom .company,
    .footer-contacts .block .heading,
    .footer-contacts .block .label {
        margin-left: 0
    }
    .footer-contacts .block {
        margin-bottom: 1.8em
    }
    .mtcopyright {
        display: none
    }
}

@media all and (max-width:480px) {
    .footer-block1,
    .footer-block2 {
        padding: 0 1em
    }
}

.about-top-image {
    overflow: hidden;
    width: 90%;
    height: 300px;
    background: url(images/about.jpg) center center/cover no-repeat;
    margin: 0 5%
}

.about-top-text {
    padding: 5%;
    text-align: justify;
    line-height: 150%
}

@media all and (min-width:1025px) {
    .about-top-image {
        float: right;
        width: 45%;
        max-width: 600px;
        height: 460px;
        margin: 0
    }
    .about-top-text {
        float: right;
        width: 55%;
        margin-bottom: 5em;
        padding: 0 4%
    }
}

.team-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 3em;
    cursor: default
}

.team-left {
    width: 10%;
    min-width: 160px;
    margin: 15px 0;
    padding: 0 40px 0 10px;
    word-spacing: 9999rem;
    text-align: right;
    color: #b62d65;
    font-size: 1.8em;
    font-weight: 700;
    font-family: montserrat, sans-serif;
    line-height: 150%
}

.team-right {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 85%
}

.team-container {
    position: relative;
    width: 32%;
    background: #fff;
    border: 1px solid #b4b9da;
    margin: 15px 0;
    margin-right: 1%
}

.team-block {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%
}

.team-photo {
    max-width: 200px;
    width: 30%;
    min-width: 130px
}

.team-photo img {
    width: 100px;
    height: 100px;
    margin: 30px 15px
}

.team-detail {
    width: 70%;
    margin-right: 15px
}

.team-name {
    margin: 30px 0 4px;
    color: #6a67b1;
    font-size: 1.1em;
    font-weight: 700;
    font-family: raleway, sans-serif;
    line-height: 22px;
    letter-spacing: .05em
}

.team-info {
    color: #b62d65;
    font-size: .82em;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    letter-spacing: .04em
}

.team-text {
    margin: 10px 0 25px;
    font-size: .8em;
    line-height: 1.6em;
    letter-spacing: .04em
}

@media all and (max-width:1260px) {
    .team-wrapper {
        width: 100%
    }
    .team-left {
        width: 100%;
        border-right: none;
        padding: 0 20px;
        word-spacing: normal;
        text-align: center
    }
    .team-right {
        width: 100%
    }
}

@media all and (max-width:1024px) {
    .team-container {
        width: 49%;
        margin: 10px 0;
        margin-right: 1%
    }
    .team-text {
        font-size: .86em
    }
}

@media all and (max-width:640px) {
    .team-container {
        width: 100%;
        margin-right: 0
    }
}

.tabs {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top: 1px solid #b4b9da;
    font-size: 0
}

.tabs li {
    width: 25%;
    margin-top: -3px;
    text-align: center
}

.tabs li.investpage {
    width: 50%
}

.tabs li a {
    display: block;
    border-top: 5px solid transparent;
    padding: 14px 0;
    color: #6a67b1;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none
}

.tabs li a:hover {
    border-top: 5px solid #b16494
}

.tabs li.selected a {
    border-top: 5px solid #b16494;
    color: #ac588c
}

.tabs li hr {
    width: 30%;
    height: 2px;
    background: 0 0;
    transition: all .3s ease-in-out
}

.tabs li:hover hr {
    width: 100%;
    background: #b16494
}

.tabs li.selected hr {
    width: 50%;
    background: #b16494
}

.tabs-faq {
    border-left: 1px solid #b4b9da;
    margin-top: 2em
}

.faq-block {
    border: 1px solid transparent;
    border-left: 5px solid transparent;
    margin-left: -3px;
    padding: 2.2em 1em 2.2em 3em;
    transition: all .3s ease-in-out
}

.faq-block:hover {
    background: #fff;
    border: 1px solid #b4b9da;
    border-left: 5px solid #b16494
}

.faq-block .question {
    font-weight: 400
}

.faq-block .answer {
    margin: .7em 1em 0;
    color: #444;
    font-size: .9em
}

.faq-block .answer a {
    text-decoration: underline
}

.faq-block .answer a:hover {
    text-decoration: none
}

.faq-block .border {
    float: right;
    width: 70%;
    border-top: 1px solid #b4b9da;
    margin-top: .3em
}

@media all and (max-width:800px) {
    ul.tabs li {
        width: 49%
    }
    .faq-block {
        padding: 1.5em 1em
    }
}

.full-container.howtostart-margin {
    margin-top: 9em
}

.howtostart {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.start-image {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
    height: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -60px
}

.start-image .step {
    position: absolute;
    top: 35px;
    right: 45px;
    width: 55px;
    height: 55px;
    background: linear-gradient(to right, #c2466f, #5e59a4);
    text-align: left;
    -webkit-transform: skewX(-11deg);
    transform: skewX(-11deg);
    cursor: default
}

.start-image .step h6.num {
    margin: 22px 0 0 30px;
    color: #fff;
    font-weight: 700;
    font-family: montserrat, sans-serif;
    -webkit-transform: skewX(9deg);
    transform: skewX(9deg)
}

.start-image::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid rgba(255, 251, 253, .6);
    transform: translateX(-50%) translateY(-50%)
}

.start-right-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    width: 8px;
    margin: 0 40px
}

.start-right-nav .circle {
    width: 15px;
    height: 15px;
    background: linear-gradient(to bottom right, #cf6c8c, #855ab4, #2a5cd5);
    border-radius: 50%;
    box-shadow: 0 0 10px 1px rgba(77, 87, 157, .2)
}

.start-right-nav .line {
    -webkit-flex: 1;
    flex: 1;
    width: 1px;
    border-left: 1px solid #b4b9da
}

.start-right-text {
    -webkit-flex: 1;
    flex: 1;
    margin-top: -8px;
    margin-bottom: 4.5em
}

.start-right-text .title {
    margin-bottom: 8px;
    color: #6a67b1;
    font-weight: 700;
    font-family: raleway, sans-serif
}

.start-right-text .text {
    text-align: justify;
    font-size: 14px;
    line-height: 24px
}

@media all and (max-width:800px) {
    .full-container.howtostart-margin {
        margin-top: 5em
    }
    .start-image {
        display: none
    }
    .start-right-nav {
        margin-left: 15px
    }
}

.news-container {
    overflow: hidden;
    background: #fff;
    margin-bottom: 4em;
    box-shadow: 0 0 9px rgba(0, 0, 0, .2)
}

.news-container.first {
    margin-bottom: 0
}

.news-image {
    position: relative;
    height: 140px;
    background: #6E91BA url(images/news.jpg) center center/cover no-repeat;
    cursor: default
}

.news-image .news-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(169, 175, 213, 0.5), rgba(169, 175, 213, 0))
}

.news-image .news-title {
    position: absolute;
    top: 53px;
    left: -8px;
    background: linear-gradient(to right, #c2466f, #6765A8);
    padding: .5em 3em .5em 4.5em;
    text-align: left;
    color: #fff;
    font-weight: 700;
    font-family: raleway, sans-serif;
    letter-spacing: .04em;
    box-shadow: 0 0 9px rgba(0, 0, 0, .3);
    -webkit-transform: skewX(-9deg);
    transform: skewX(-9deg)
}

.news-image .news-title h3 {
    -webkit-transform: skewX(9deg);
    transform: skewX(9deg)
}

.news-image .news-title h3 span {
    font-size: 1.1em;
    font-weight: 600;
    font-family: montserrat, sans-serif
}

.news-image .news-time {
    position: absolute;
    top: 0;
    right: 100px;
    background: linear-gradient(to right, #3bac8f, #1293b1);
    padding: 6px 15px;
    color: #fff;
    font-size: .8em;
    font-weight: 500;
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    box-shadow: 0 0 9px rgba(0, 0, 0, .3);
    -webkit-transform: skewX(-7deg);
    transform: skewX(-7deg)
}

.news-text {
    padding: 2.5em 3em;
    color: #444
}

.news-text .bold {
    color: #6a67b1;
    font-weight: 500
}

@media all and (max-width:640px) {
    .news-image h3.news-title {
        padding-left: 2em
    }
    .news-text {
        padding: 1.5em 1em
    }
}

.tabs.crypto li {
    width: 16.66666%
}

@media all and (max-width:800px) {
    .tabs.crypto li {
        width: 33.33333%
    }
}

.buy-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.buy-wrapper {
    position: relative;
    width: 18%;
    height: 100px;
    line-height: 100px;
    background: #fff;
    border: 1px solid #b4b9da;
    margin: 0 1%;
    margin-bottom: 1em
}

.buy-wrapper.wallets {
    height: 115px;
    line-height: 90px;
    z-index: 1
}

.buy-block {
    text-align: center
}

.buy-block img {
    vertical-align: middle
}

.buy-block-title {
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: 0;
    width: 101%;
    height: 25px;
    line-height: 25px;
    background: linear-gradient(to right, #c2466f, #736eb1);
    text-align: center;
    color: #fff;
    font-size: .75em;
    font-weight: 500;
    font-family: montserrat, sans-serif;
    z-index: 3
}

@media all and (max-width:1024px) {
    .buy-wrapper {
        width: 23%
    }
}

@media all and (max-width:800px) {
    .buy-wrapper {
        width: 31.33%
    }
}

@media all and (max-width:640px) {
    .buy-wrapper {
        width: 48%
    }
}

@media all and (max-width:320px) {
    .buy-wrapper {
        width: 98%
    }
}

.contact-text {
    margin-bottom: 4em
}

.contact-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center
}

.contact-image {
    position: relative;
    max-width: 400px;
    height: 510px
}

.contact-image img {
    width: 400px;
    height: 510px
}

.contact-image::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border: 1px solid rgba(255, 255, 255, .8);
    transform: translateX(-50%) translateY(-50%)
}

.contact-block {
    width: 50%;
    margin-left: 6%
}

.contact-button {
    max-width: 500px;
    margin-top: 3em;
    text-align: center
}

@media all and (max-width:1260px) {
    .contact-image {
        display: none
    }
    .contact-block {
        width: auto;
        margin: 0
    }
}

.reg-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.reg-block {
    width: 48%;
    margin: 0 1%
}

.reg-title {
    background: linear-gradient(to right, #7f78ab, #3e9acd);
    padding: 1em .8em .7em;
    text-align: center;
    color: #fff;
    font-size: .84em;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    line-height: 22px;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: default
}

.reg-title span {
    text-transform: lowercase;
    font-size: .8em
}

@media all and (min-width:961px) {
    .reg-title.topmargin {
        margin-top: 1em
    }
}

.reg-upline {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    height: 121px;
    cursor: default
}

.reg-upline-img {
    width: 32%;
    min-width: 74px;
    margin-left: 2%;
    text-align: center
}

.reg-upline-text {
    width: 66%;
    font-weight: 600;
    -webkit-transform: skewX(-9deg);
    transform: skewX(-9deg)
}

.reg-upline-text .title {
    border-bottom: 2px solid #7b84be;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #956097;
    font-size: 1.4rem;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: .04em;
    white-space: nowrap;
    text-transform: uppercase
}

.reg-upline-text .name {
    overflow: hidden;
    max-width: 80%;
    margin-bottom: 10px;
    margin-left: 10px;
    color: #956097;
    font-size: 1.4rem;
    font-family: montserrat, sans-serif;
    letter-spacing: .04em;
    white-space: nowrap;
    text-overflow: ellipsis
}

.reg-upline-text .username {
    overflow: hidden;
    display: inline-block;
    max-width: 80%;
    background: #9d699f;
    margin-left: 15px;
    padding: 7px 17px;
    text-align: center;
    color: #fff;
    font-size: 1.45rem;
    font-family: raleway, sans-serif;
    line-height: 100%;
    letter-spacing: .08em;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pay-accounts {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    background: #9d699f;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.pay-accounts svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    fill: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.rippleacc {
    border-top: none;
    color: #555;
    font-size: 80%;
    font-family: montserrat, sans-serif;
    font-weight: 500;
    line-height: 200%
}

.rippleacc span {
    color: #6663a4;
    font-weight: 600;
    letter-spacing: .1em
}

.reg-button {
    margin-top: 3em;
    text-align: center
}

.reg-terms {
    margin-top: 3em;
    text-align: center;
    font-size: .75em;
    color: #888;
    cursor: default
}

@media all and (max-width:960px) {
    .reg-block {
        width: 98%
    }
    .reg-upline {
        height: 115px;
        margin-top: 1.5em
    }
}

@media all and (max-width:320px) {
    .reg-upline-img {
        display: none
    }
}

.login-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center
}

.login-button {
    margin-top: 3em;
    margin-left: 15%;
    text-align: center
}

.recover-block {
    padding: 80px 0 0 20px
}

.login-button-after {
    margin-top: 3em;
    margin-left: 4%;
    text-align: center
}

@media all and (max-width:800px) {
    .recover-block {
        width: 100%;
        padding: 40px 0 0 40px;
        text-align: center;
        font-size: 1.1em
    }
}

.account-content {
    width: 100%
}

@media all and (min-width:1261px) {
    .account-container {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }
    .account-content {
        width: 860px;
        margin-left: 2.5em
    }
}

.sidebar {
    position: relative;
    width: 360px;
    padding-bottom: 2em
}

.sidebar::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 2000px;
    height: 100%;
    background: #eaeded url(images/bgalt.png) left top repeat;
    z-index: -10
}

.sidebar::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 460px;
    height: 100%;
    border-top: 57px solid #2b9c92;
    border-bottom: .5em solid #2587b0;
    border-left: 2.8em solid transparent;
    z-index: -9
}

.sidebar .navigation {
    height: 57px;
    background: linear-gradient(to right, #2B9C92, #1293b1, #5964ae);
    text-align: center;
    color: #fff;
    font-size: 1.15em;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    line-height: 62px;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: default
}

.sidebar ul li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d6daec;
    padding: .25em 0 .15em;
    text-align: center;
    color: #333;
    font-size: 1.05em;
    line-height: 3.2em;
    text-transform: uppercase
}

.sidebar ul li a:hover {
    background: #f7f7f7 url(images/bg.png) left top repeat;
    color: #000
}

.sidebar .widget {
    background: #fff;
    border: 1px solid #cbcfe6;
    margin: 2.5em 1em 0 .9em;
    padding: 2em 1.5em;
    text-align: center
}

.sidebar .widget .manage {
    text-align: center;
    color: #555;
    font-size: 1.25em;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    line-height: 1em;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: default
}

.sidebar .widget hr {
    width: 60%;
    margin-top: .5em;
    background: #7b84be
}

.sidebar .widget p {
    margin: 1.5em 0 2.2em;
    color: #555;
    font-size: .9em;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: .03em;
    cursor: default
}

.sidebar .widget .button {
    width: 95%
}

@media all and (max-width:1260px) {
    .sidebar {
        margin-top: 3.5em
    }
}

@media all and (max-width:480px) {
    .sidebar {
        width: 100%
    }
    .sidebar .widget {
        margin: 2.5em 0 0
    }
}

.owner-container {
    border-bottom: .25em solid #878fc4;
    margin-bottom: 3em;
    padding-bottom: 1em;
    text-align: left;
    cursor: default
}

.owner-img {
    display: none
}

.owner-name h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #5e59a4;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    line-height: 100%;
    letter-spacing: 0;
    -webkit-transform: skewX(-4deg);
    transform: skewX(-4deg)
}

.owner-name .details {
    display: inline-block;
    background: linear-gradient(to right, #c2466f, #6863ab);
    margin-top: .7em;
    padding: .2em 1.7em;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: .06em;
    -webkit-transform: skewX(-7deg);
    transform: skewX(-7deg)
}

.owner-time {
    position: relative;
    float: none;
    margin-bottom: 1.5em;
    text-align: right;
    font-size: 15px;
    font-size: 1.5rem
}

.owner-time .timetitle {
    display: inline-block;
    background: linear-gradient(to right, #c2466f, #6863ab);
    padding: .05em 1.4em .15em;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    -webkit-transform: skewX(-7deg);
    transform: skewX(-7deg)
}

.owner-time #timedisplay {
    border-top: 2px solid #7b84be;
    color: #000;
    margin: 6px 3px 0 0;
    -webkit-transform: skewX(-4deg);
    transform: skewX(-4deg)
}

@media all and (min-width:641px) {
    .owner-name h2 {
        font-size: 24px;
        font-size: 2.4rem
    }
    .owner-time {
        float: right;
        margin: 7px 0 0
    }
}

@media all and (min-width:801px) {
    .owner-img {
        display: block;
        float: left;
        width: 83px;
        height: 61px;
        background-size: cover;
        background-position: top left;
        background-repeat: no-repeat
    }
    .owner-name {
        margin-left: 110px
    }
    .owner-name h2 {
        font-size: 26px;
        font-size: 2.6rem
    }
}

@media all and (min-width:1025px) {
    .owner-name h2 {
        font-size: 30px;
        font-size: 3rem
    }
}

.overview-notice {
    overflow: hidden;
    background: #fff;
    margin-bottom: 4em;
    box-shadow: 0 0 9px rgba(0, 0, 0, .2)
}

.overview-notice .image {
    position: relative;
    height: 70px;
    background: #6E91BA url(images/news.jpg) center center/cover no-repeat;
    cursor: default
}

.overview-notice .bgover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(169, 175, 213, 0.5), rgba(169, 175, 213, 0))
}

.overview-notice .title {
    position: absolute;
    top: 16px;
    left: -5px;
    background: linear-gradient(to right, #c2466f, #6765A8);
    padding: .45em 1.8em .4em 2.5em;
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-family: raleway, sans-serif;
    letter-spacing: .05em;
    box-shadow: 0 0 9px rgba(0, 0, 0, .3);
    -webkit-transform: skewX(-9deg);
    transform: skewX(-9deg)
}

.overview-notice .text {
    padding: 1.5em 2.5em
}

.overview-notice .hide {
    margin: 1em 2em 0;
    text-align: right
}

.overview-notice .hide input[type=submit] {
    padding: .42em 1.4em .35em;
    font-size: .88em;
    letter-spacing: .05em
}

@media all and (max-width:640px) {
    .overview-notice .text {
        padding: 1.2em
    }
}

.overview-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.overview-block {
    position: relative;
    width: 48.5%;
    background: #fff;
    border: 1px solid #e2e4f1;
    border-top: none;
    margin-bottom: 2em
}

@media all and (max-width:800px) {
    .overview-block {
        width: 100%
    }
}

.overview-header {
    position: relative;
    width: 100%;
    height: 130px;
    -webkit-clip-path: ellipse(120% 150% at 50% -50%);
    clip-path: ellipse(120% 150% at 50% -50%);
    z-index: 1
}

.overview1 .overview-header {
    background: #FFF url(images/overview1.jpg) top center/cover no-repeat
}

.overview2 .overview-header {
    background: #FFF url(images/overview2.jpg) top center/cover no-repeat
}

.overview-icon {
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 110px;
    height: 110px;
    background: #f9f9f9;
    border-radius: 50%;
    margin: -65px auto 0;
    text-align: center;
    box-shadow: 0 0 9px rgba(0, 0, 0, .15);
    transition: all .2s ease-in-out;
    z-index: 2
}

.overview-block:hover .overview-icon {
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08)
}

.overview-icon .icon {
    margin: 19px auto 0
}

.overview-content {
    border-bottom: 1px solid #e2e4f1;
    padding: 1.5em 0;
    text-align: center;
    color: #555;
    font-size: 1.25em;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    text-transform: uppercase
}

.overview-content hr {
    width: 125px;
    background: #7b84be;
    margin: .3em 0 .45em
}

.overview-amount {
    color: #656fb3;
    font-size: 1.24em;
    font-weight: 500;
    font-family: montserrat, sans-serif;
    letter-spacing: .06em
}

.overview-details {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 30px 25px 0;
    color: #444;
    white-space: nowrap
}

.overview-details.last-child {
    padding-top: 25px;
    padding-bottom: 30px
}

.overview-newuser {
    position: relative;
    background: #fff;
    border: 1px solid #e2e4f1;
    margin-top: 1em
}

.overview-newuser .text {
    width: 100%;
    padding: 1.2em 2em;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 170%;
    letter-spacing: .04em
}

.overview-newuser .text ul {
    margin-top: .3em
}

.overview-newuser .text ul li {
    margin-left: 2em;
    list-style-type: square
}

.overview-newuser .text a {
    text-decoration: underline
}

.overview-newuser .text a:hover {
    text-decoration: none
}

.overview-newuser .image {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.overview-newuser .image .step {
    position: absolute;
    top: 20px;
    left: 35px;
    width: 45px;
    height: 45px;
    background: linear-gradient(to right, #c2466f, #5e59a4);
    text-align: left;
    -webkit-transform: skewX(-9deg);
    transform: skewX(-9deg);
    cursor: default
}

.overview-newuser .image .step h6.num {
    margin: 13px 0 0 19px;
    color: #fff;
    font-weight: 700;
    font-family: montserrat, sans-serif;
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg)
}

@media all and (min-width:801px) {
    .overview-newuser .text {
        width: 70%;
        margin-right: 30%;
        padding: 1.8em 2.2em
    }
    .overview-newuser .text.left {
        margin-right: 0;
        margin-left: 30%
    }
    .overview-newuser .image {
        display: block
    }
    .overview-newuser .image.left {
        right: auto;
        left: 0
    }
}

.overview-affiliate {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.overview-affiliate .left {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    width: 8px;
    margin: 0 40px 0 15px
}

.overview-affiliate .left .circle {
    width: 15px;
    height: 15px;
    background: linear-gradient(to bottom right, #cf6c8c, #855ab4, #2a5cd5);
    border-radius: 50%;
    box-shadow: 0 0 10px 1px rgba(77, 87, 157, .2)
}

.overview-affiliate .left .line {
    -webkit-flex: 1;
    flex: 1;
    width: 1px;
    border-left: 1px solid #b4b9da
}

.overview-affiliate .right {
    -webkit-flex: 1;
    flex: 1;
    margin-top: -10px;
    margin-bottom: 4em
}

.overview-affiliate .right.promo {
    margin-bottom: 5em
}

.overview-affiliate .right .title {
    position: relative;
    margin-bottom: 8px;
    color: #6a67b1;
    font-weight: 600;
    font-family: raleway, sans-serif
}

.overview-affiliate .right .title span {
    font-weight: 500;
    font-family: montserrat, sans-serif
}

.overview-affiliate .right .title .view {
    float: right;
    margin-right: 3em;
    font-size: .9em;
    font-weight: 400;
    text-transform: lowercase
}

.overview-affiliate .right .ban {
    margin-bottom: 8px
}

.overview-affiliate .right .ban img {
    max-width: 100%
}

.overview-affiliate .right .text {
    text-align: justify;
    font-size: 14px;
    line-height: 25px
}

.link-affiliate .title {
    background: linear-gradient(to right, #7f78ab, #3e9acd);
    margin-top: 3.5em;
    padding: 1em .8em .7em;
    text-align: center;
    color: #fff;
    font-size: .97em;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    line-height: 22px;
    letter-spacing: .05em;
    text-transform: uppercase;
    cursor: default
}

.link-affiliate .text input {
    width: 100%;
    background: #fff;
    border: 1px solid #b4b9da;
    padding: .725em;
    text-align: center;
    color: #222;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .06em
}

.tabs.makedepo {
    border-top: none
}

.tabs.makedepo li {
    position: relative;
    width: 50%;
    margin-top: 0
}

.tabs.makedepo li a {
    display: block;
    background: #fff;
    border-top: 1px solid #9d699f;
    border-bottom: 1px solid #9d699f;
    padding: 14px 0 13px;
    text-align: center;
    color: #956097;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .5s ease
}

.tabs.makedepo li.first a {
    border-left: 1px solid #9d699f
}

.tabs.makedepo li.second a {
    border-right: 1px solid #9d699f
}

.tabs.makedepo li.first a:hover {
    border: 1px solid #3088b9;
    border-right: 0;
    color: #2d7eac
}

.tabs.makedepo li.second a:hover {
    border: 1px solid #3088b9;
    border-left: 0;
    color: #2d7eac
}

.tabs.makedepo li.first.selected a,
.tabs.makedepo li.second.selected a {
    background: linear-gradient(to right, #3088B9, #9D699F);
    border: 1px solid #667aad;
    border-left: 1px solid #3088b9;
    border-right: 1px solid #9d699f;
    color: #fff
}

@media all and (max-width:961px) {
    .tabs.makedepo li {
        width: 100%
    }
    .tabs.makedepo li a {
        border: 1px solid #9d699f
    }
    .tabs.makedepo li.first a:hover,
    .tabs.makedepo li.second a:hover {
        border: 1px solid #3088b9
    }
}

.tabs.makedepo .triangle {
    position: absolute;
    top: 11px;
    left: 1px;
    width: 15px;
    height: 0;
    border-width: 15px 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #fff
}

.table-global.depoplans .td-text {
    padding: 1.3em .2em 1.2em 4em
}

@media all and (max-width:640px) {
    .table-global.depoplans .td-text,
    .table-global.affiliate .td-text {
        padding: 1em .2em 1em .5em;
        text-align: center
    }
    .table-global.depoplans .td-text.nowrap,
    .table-global.affiliate .td-text.nowrap {
        text-align: left
    }
}

@media all and (min-width:321px) {
    .td-text.nowrap {
        white-space: nowrap
    }
}

.depo-amount {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    border: 1px solid #e2e4f1;
    margin-top: 2.5em
}

.depo-amount.withdraw {
    margin-top: 0;
    margin-bottom: 2em
}

.depo-amount .number {
    width: 7%;
    background: #9d699f;
    padding: .43em 0;
    text-align: center;
    color: #fff;
    font-size: 1.45em;
    font-weight: 500
}

.depo-amount .title {
    width: 43%;
    padding: 0 .5em 0 2.5em;
    text-align: left;
    color: #555;
    font-weight: 400
}

.depo-amount .amount {
    width: 50%
}

.depo-amount .amount input {
    width: 200px;
    padding: .6em .725em;
    font-weight: 400
}

@media all and (max-width:640px) {
    .depo-amount .number {
        width: 10%
    }
    .depo-amount .title {
        width: 50%
    }
    .depo-amount .amount {
        width: 40%
    }
    .depo-amount .amount input {
        width: 120px
    }
}

.depo-spend {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    border: 1px solid #e2e4f1;
    margin-top: 2.5em
}

.depo-spend .number {
    width: 7%;
    background: #9d699f;
    padding: .43em 0;
    text-align: center;
    color: #fff;
    font-size: 1.45em;
    font-weight: 500
}

.depo-spend .title {
    width: 93%;
    padding: 0 .5em 0 2.5em;
    text-align: left;
    color: #555;
    font-weight: 400
}

.depo-payment {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 2% 4%
}

.depo-payment label {
    width: 48%;
    background: #fff;
    margin: 1% 1% .5%
}

.depo-payment input {
    display: none
}

.payment-select {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 72px;
    border: 1px solid #e2e4f1;
    padding: 5px 70px;
    transition: all .3s ease;
    cursor: pointer
}

.payment-select:hover {
    border: 1px solid #9d699f
}

.payment-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 32px;
    height: 32px;
    background: #9d699f;
    border-radius: 3px;
    box-shadow: 0 0 15px 0 #aaa;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.payment-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    fill: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.payment-ps {
    color: #555;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .06em;
    transition: all .3s ease
}

.payment-balance {
    margin-top: .13em;
    color: #666;
    font-size: .76em;
    font-weight: 500;
    font-family: montserrat, sans-serif;
    text-transform: capitalize;
    letter-spacing: .04em
}

.payment-check {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #9d699f;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s ease
}

.payment-check svg {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    fill: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s ease
}

.depo-payment input:checked+.payment-select {
    border: 1px solid #9d699f;
    box-shadow: inset 0 0 5px #e7dbe8
}

.depo-payment input:checked+.payment-select .payment-icon {
    box-shadow: 0 0 15px 0 #ccc
}

.depo-payment input:checked+.payment-select .payment-ps {
    color: #8a5a8c
}

.depo-payment input:checked+.payment-select .payment-check {
    background: #9d699f;
    border: 1px solid #9d699f
}

.depo-payment input:checked+.payment-select .payment-check svg {
    opacity: 1
}

.depo-confirm {
    margin-top: 2em;
    text-align: center
}

@media all and (max-width:640px) {
    .depo-spend .number {
        width: 10%
    }
    .depo-spend .title {
        width: 90%
    }
    .depo-payment {
        padding: 2% 1%
    }
    .payment-select {
        padding: 5px 60px
    }
    .payment-balance span {
        display: none
    }
}

@media all and (max-width:480px) {
    .depo-payment {
        padding: 2% 0
    }
    .payment-select {
        padding: 5px 40px 5px 50px
    }
    .payment-icon {
        left: 10px
    }
    .payment-check {
        right: 10px
    }
}

.table-process {
    border-spacing: 0;
    padding: 0
}

.process-plan {
    border-top: none;
    padding-bottom: 1em;
    text-align: center;
    color: #6a67b1;
    font-size: 1.35em;
    font-weight: 700;
    font-family: raleway, sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase;
    cursor: default
}

.process-plan span {
    font-size: 1.1em;
    font-weight: 600;
    font-family: montserrat, sans-serif
}

.process-usd {
    border-right: 1px solid #e2e4f1;
    padding: 1em 2em;
    color: #956097;
    font-size: 2em;
    font-weight: 400
}

@media all and (max-width:640px) {
    .process-usd {
        padding: 1em .5em
    }
}

.process-crypto {
    margin: .1em 0 0 4em;
    color: #956097;
    font-size: .5em;
    font-weight: 300;
    cursor: default
}

.process-detail {
    padding: 1em 2em;
    color: #666;
    cursor: default
}

.process-confirm {
    line-height: 210%;
    padding: 2.2em 0 .8em;
    text-align: center;
    font-size: .91em;
    cursor: default
}

.process-confirm .btc_form,
.process-confirm .litecoin_form,
.process-confirm .dash_form {
    margin-bottom: .6em;
    padding-bottom: .7em
}

@media all and (max-width:640px) {
    .process-confirm .btc_form,
    .process-confirm .litecoin_form,
    .process-confirm .dash_form {
        font-size: 1em
    }
}

@media all and (max-width:480px) {
    .process-confirm .btc_form,
    .process-confirm .litecoin_form,
    .process-confirm .dash_form {
        font-size: .9em
    }
}

.process-confirm>div>b {
    color: #8a5a8c;
    font-size: 1.1em;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .05em;
    cursor: text
}

.process-confirm>div>i {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #b4b9da;
    margin-top: .3em;
    padding: .55em .4em .4em 0;
    text-align: center;
    color: #6a67b1;
    font-size: 1.1em;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .06em;
    box-shadow: inset 0 0 12px #e2e4f1;
    cursor: text
}

.process-confirm i a {
    color: #6a67b1;
    cursor: text;
    pointer-events: none
}

.process-confirm i a:hover {
    color: #6a67b1;
    cursor: text
}

#placeforstatus>.payment_status>b,
#placeforstatus>b {
    color: #6a67b1;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .05em;
    cursor: default
}

.crypto-copy i {
    float: right;
    display: block;
    background: linear-gradient(to right, #656fb3, #c2466f);
    border-radius: 2px;
    margin-top: -.05em;
    padding: 0 1em;
    color: #fff;
    font-size: .8em;
    pointer-events: auto;
    cursor: pointer;
    -ms-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.crypto-copy i:hover {
    background: #6765a8;
    color: #fff;
    text-decoration: none
}

.process-image {
    border-top: 1px solid #e2e4f1;
    padding: 2em 0 3.5em;
    text-align: center
}

.process-image .qrcode {
    margin-bottom: .7em;
    text-align: center;
    color: #6a67b1;
    font-weight: 400;
    cursor: default
}

.process-rate {
    text-align: center;
    color: #666;
    font-size: .91em;
    line-height: 190%;
    cursor: default
}

.spoiler>input {
    display: none
}

.spoiler>input+label {
    display: block;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    color: #4b569a;
    font-size: .93em;
    line-height: 190%;
    text-decoration: underline
}

.spoiler>input+label:hover {
    color: #14a0c0;
    cursor: pointer
}

.spoiler>input+label+.process-why {
    display: none
}

.spoiler>input:checked+label+.process-why {
    display: block;
    background: #fff;
    border: 1px solid #e2e4f1;
    margin-top: 1em;
    padding: 1.8em 2.2em;
    text-align: justify;
    color: #444;
    font-size: .84em;
    line-height: 160%;
    cursor: default
}

.withdraw-payment {
    padding: 1em 2em .2em 2.5em
}

.withdraw-payment label {
    display: block;
    margin-bottom: 1em
}

.withdraw-payment input {
    display: none
}

.withdraw-select {
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 76px;
    border: 1px solid #e2e4f1;
    padding: 5px 80px;
    transition: all .3s ease;
    cursor: pointer
}

.withdraw-select:hover {
    border: 1px solid #9d699f
}

.withdraw-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 32px;
    height: 32px;
    background: #9d699f;
    border-radius: 3px;
    box-shadow: 0 0 15px 0 #aaa;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.withdraw-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    fill: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.withdraw-ps {
    width: 45%;
    color: #444;
    font-weight: 400;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: all .3s ease
}

.withdraw-ps span {
    text-transform: capitalize
}

.withdraw-balance {
    margin-top: .4em;
    color: #000;
    font-size: .8em;
    font-weight: 500;
    font-family: montserrat, sans-serif;
    text-transform: capitalize;
    letter-spacing: .04em
}

.withdraw-balance span {
    color: #666
}

.withdraw-acc {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 55%;
    color: #666;
    font-size: .8em;
    font-weight: 500;
    font-family: montserrat, sans-serif;
    letter-spacing: .04em
}

.withdraw-min {
    margin-top: .8em
}

.withdraw-check {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #9d699f;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s ease
}

.withdraw-check svg {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    fill: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s ease
}

.withdraw-payment input:checked+.withdraw-select {
    border: 1px solid #9d699f;
    box-shadow: inset 0 0 6px #e7dbe8
}

.withdraw-payment input:checked+.withdraw-select .withdraw-icon {
    box-shadow: 0 0 15px 0 #ccc
}

.withdraw-payment input:checked+.withdraw-select .withdraw-ps {
    color: #8a5a8c
}

.withdraw-payment input:checked+.withdraw-select .withdraw-check {
    background: #9d699f;
    border: 1px solid #9d699f
}

.withdraw-payment input:checked+.withdraw-select .withdraw-check svg {
    opacity: 1
}

@media all and (max-width:800px) {
    .withdraw-select {
        padding: 5px 50px 5px 60px
    }
}

@media all and (max-width:640px) {
    .withdraw-payment {
        padding: 1em .8em .2em
    }
    .withdraw-ps span {
        display: none
    }
}

@media all and (max-width:480px) {
    .withdraw-payment {
        padding: 1em .3em .2em
    }
    .withdraw-icon {
        left: 8px
    }
    .withdraw-select {
        padding: 5px 40px 5px 48px
    }
    .withdraw-ps {
        width: 40%
    }
    .withdraw-check {
        right: 9px
    }
}

.payicon18 {
    background: #f01010
}

.payicon18 svg {
    width: 29px;
    height: 29px
}

.payicon48 {
    background: #f7931a
}

.payicon68 {
    background: #315d9e
}

.payicon69 {
    background: #626890
}

.payicon69 svg {
    width: 22px;
    height: 22px
}

.payicon71 {
    background: #008de4
}

.payicon72 {
    background: #1277a8
}

.payicon85 {
    background: #ff0013
}

.settings-note {
    position: relative;
    background: #fff;
    border: 1px solid #e2e4f1;
    margin: 1em 0 .8em;
    padding: 1.2em 2em 1.2em 11em;
    text-align: left;
    font-size: .88em;
    font-weight: 300;
    line-height: 170%
}

.settings-note .icon {
    position: absolute;
    top: 50%;
    left: 35px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.button.security {
    margin-top: 10px;
    padding: .35em 1.4em .3em;
    font-size: .88em;
    letter-spacing: .05em;
    text-decoration: none
}

@media all and (max-width:640px) {
    .settings-note {
        padding: 1.2em 1.2em 1.2em 9em
    }
    .settings-note .icon {
        left: 15px
    }
}

.security-container {
    width: 90%;
    margin-left: 5%
}

@media all and (max-width:640px) {
    .security-container {
        width: 100%;
        margin-left: 0
    }
}

.security-container.border {
    margin-top: 3em;
    padding-top: 3em;
    border-top: .25em solid #878fc4
}

.security-container .title {
    margin: 2.5em 0 0 1em;
    color: #6a67b1;
    font-size: .97em;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    letter-spacing: .03em;
    text-transform: uppercase
}

.security-container .info {
    background: #fff;
    border: 1px solid #e2e4f1;
    margin: .6em 0 1em;
    padding: 1em 2em;
    text-align: left;
    color: #666;
    font-size: .86em;
    font-weight: 300;
    line-height: 170%
}

.security-container .info li {
    margin-left: 2em;
    list-style-type: square
}

@media all and (max-width:640px) {
    .security-container .info li {
        margin-left: 1em
    }
}

.security-ip {
    color: #1e858b
}

.tfa-down,
.tfa-image {
    margin-bottom: 1em;
    text-align: center
}

.tfa-down img {
    width: 140px;
    margin: 0 .5em
}

.tfa-code {
    display: inline-table;
    background: #656fb3;
    margin-bottom: 1.5em;
    padding: .725em 1.1em;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .08em;
    cursor: text
}

.tfa-input {
    text-align: center
}

.tfa-login {
    margin: 0 0 1em;
    text-align: center;
    color: #6a67b1;
    font-size: .97em;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase
}

.options {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center
}

.options label {
    width: 33%;
    margin: 0 .6em .6em
}

.options input {
    display: none
}

.options .select {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #e2e4f1;
    padding-right: 40px;
    transition: all .3s ease;
    cursor: pointer
}

.options .select:hover {
    border: 1px solid #9d699f
}

.select .select-title {
    width: 100%;
    text-align: center;
    color: #555;
    font-size: .84em;
    font-weight: 600;
    font-family: montserrat, sans-serif;
    letter-spacing: .06em;
    transition: all .3s ease
}

.select .select-check {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #9d699f;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s ease
}

.select .select-check svg {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    fill: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s ease
}

.options input:checked+.select {
    border: 1px solid #9d699f;
    box-shadow: inset 0 0 5px #e7dbe8
}

.options input:checked+.select .select-title {
    color: #8a5a8c
}

.options input:checked+.select .select-check {
    background: #9d699f;
    border: 1px solid #9d699f
}

.options input:checked+.select .select-check svg {
    opacity: 1
}

.accepted-wrapper::before,
.team-container::before,
.buy-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #7b84be;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    z-index: 2
}

.accepted-wrapper::after,
.team-container::after,
.buy-wrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #7b84be;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    z-index: 2
}

.accepted-wrapper .accepted-block::before,
.team-container .team-block::before,
.buy-wrapper .buy-block::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #7b84be;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right 0;
    transform-origin: bottom right 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    z-index: 2
}

.accepted-wrapper .accepted-block::after,
.team-container .team-block::after,
.buy-wrapper .buy-block::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #7b84be;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left 0;
    transform-origin: top left 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    z-index: 2
}

.accepted-wrapper:hover::before,
.accepted-wrapper:hover::after,
.accepted-wrapper:hover .accepted-block::before,
.accepted-wrapper:hover .accepted-block::after,
.team-container:hover::before,
.team-container:hover::after,
.team-container:hover .team-block::before,
.team-container:hover .team-block::after,
.buy-wrapper:hover::before,
.buy-wrapper:hover::after,
.buy-wrapper:hover .buy-block::before,
.buy-wrapper:hover .buy-block::after {
    -webkit-transform: scaleX(1);
    transform: scaleY(1)
}

.pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 3em;
    font-weight: 400
}

.page-item.active .page-link {
    background: linear-gradient(to right bottom, #36a084, #1186a1);
    border-color: #1d8e98;
    padding: .55em 1.2em;
    color: #fff;
    cursor: default
}

.page-link {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #cbcfe6;
    padding: .55em 1.1em;
    margin-left: -1px;
    color: #444;
    cursor: pointer
}

.page-link:hover {
    background: #e2e4f1;
    color: #444
}

.page-link.disabled {
    display: none
}