.table-a,
.table-f {
    display: table !important;
    width: 100%
}

.table-a > *,
.table-f > * {
    display: table-cell !important;
    vertical-align: middle
}

.table-a {
    table-layout: auto !important
}

.table-f {
    table-layout: fixed !important
}

.table {
    display: table !important;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.table-cell {
    display: table-cell !important;
    vertical-align: middle
}

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

.w-auto {
    width: auto !important
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.clearfix:after,
.clr-b,
.row-12:after,
.wrap:after {
    clear: both !important
}

.clearfix:after,
.row-12:after,
.wrap:after {
    content: "";
    display: block
}

.pointer {
    cursor: pointer
}

.txt-c {
    text-align: center !important
}

.txt-r {
    text-align: right !important
}

.txt-l {
    text-align: left !important
}

.txt-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.txt-no-select {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.va-top {
    vertical-align: top !important
}

.va-mid {
    vertical-align: middle !important
}

.va-bot {
    vertical-align: bottom !important
}

.hidden {
    display: none !important
}

.invisible {
    visibility: hidden !important;
    cursor: pointer
}

.transparent {
    opacity: 0 !important
}

.opaque {
    opacity: 1 !important
}

[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65
}

.d-ib {
    display: inline-block !important;
    vertical-align: middle
}

.d-b {
    display: block !important
}

.d-ta {
    display: table !important;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.d-ta-cell {
    display: table-cell !important;
    vertical-align: middle
}

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

.d-f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-f--ew > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

hr {
    border: 0;
    border-top-width: 1px;
    border-style: solid;
    border-color: #b6bfbc
}

hr.dashed {
    border-style: dashed
}

.divide-holder {
    margin: 0 -5px
}

.divide-holder:after {
    content: "";
    display: block;
    clear: both
}

.dib {
    display: inline-block !important;
    vertical-align: middle
}

.p0 {
    padding: 0 !important
}

.p5 {
    padding: 5px !important
}

.p10 {
    padding: 10px !important
}

.p15 {
    padding: 15px !important
}

.p20 {
    padding: 20px !important
}

.p25 {
    padding: 25px !important
}

.p30 {
    padding: 30px !important
}

.m0 {
    margin: 0 !important
}

.m5 {
    margin: 5px !important
}

.m10 {
    margin: 10px !important
}

.m15 {
    margin: 15px !important
}

.m20 {
    margin: 20px !important
}

.m25 {
    margin: 25px !important
}

.m30 {
    margin: 30px !important
}

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

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

.py10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

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

.py20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.py25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

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

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

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

.my10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

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

.my20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.my25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

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

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

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

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

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

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

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

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

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

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

.mx10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

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

.mx20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.mx25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

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

.pt0 {
    padding-top: 0 !important
}

.pt5 {
    padding-top: 5px !important
}

.pt10 {
    padding-top: 10px !important
}

.pt15 {
    padding-top: 15px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt25 {
    padding-top: 25px !important
}

.pt30 {
    padding-top: 30px !important
}

.mt0 {
    margin-top: 0 !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.pr0 {
    padding-right: 0 !important
}

.pr5 {
    padding-right: 5px !important
}

.pr10 {
    padding-right: 10px !important
}

.pr15 {
    padding-right: 15px !important
}

.pr20 {
    padding-right: 20px !important
}

.pr25 {
    padding-right: 25px !important
}

.pr30 {
    padding-right: 30px !important
}

.mr0 {
    margin-right: 0 !important
}

.mr5 {
    margin-right: 5px !important
}

.mr10 {
    margin-right: 10px !important
}

.mr15 {
    margin-right: 15px !important
}

.mr20 {
    margin-right: 20px !important
}

.mr25 {
    margin-right: 25px !important
}

.mr30 {
    margin-right: 30px !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pb5 {
    padding-bottom: 5px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pb15 {
    padding-bottom: 15px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pb25 {
    padding-bottom: 25px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.pl0 {
    padding-left: 0 !important
}

.pl5 {
    padding-left: 5px !important
}

.pl10 {
    padding-left: 10px !important
}

.pl15 {
    padding-left: 15px !important
}

.pl20 {
    padding-left: 20px !important
}

.pl25 {
    padding-left: 25px !important
}

.pl30 {
    padding-left: 30px !important
}

.ml0 {
    margin-left: 0 !important
}

.ml5 {
    margin-left: 5px !important
}

.ml10 {
    margin-left: 10px !important
}

.ml15 {
    margin-left: 15px !important
}

.ml20 {
    margin-left: 20px !important
}

.ml25 {
    margin-left: 25px !important
}

.ml30 {
    margin-left: 30px !important
}

@font-face {
    font-family: avenir-light;
    font-weight: 400;
    src: url(../../fonts/avenir/avenir-light.eot);
    src: url(../../fonts/avenir/avenir-light.eot?#iefix) format("embedded-opentype"), url(../../fonts/avenir/avenir-light.woff) format("woff"), url(../../fonts/avenir/avenir-light.ttf) format("truetype"), url(../../fonts/avenir/avenir-light.svg#avenir-light) format("svg")
}

@font-face {
    font-family: avenir-medium;
    font-weight: 400;
    src: url(../../fonts/avenir/avenir-medium.eot);
    src: url(../../fonts/avenir/avenir-medium.eot?#iefix) format("embedded-opentype"), url(../../fonts/avenir/avenir-medium.woff) format("woff"), url(../../fonts/avenir/avenir-medium.ttf) format("truetype"), url(../../fonts/avenir/avenir-medium.svg#avenir-medium) format("svg")
}

@font-face {
    font-family: avenir-black;
    font-weight: 400;
    src: url(../../fonts/avenir/avenir-black.eot);
    src: url(../../fonts/avenir/avenir-black.eot?#iefix) format("embedded-opentype"), url(../../fonts/avenir/avenir-black.woff) format("woff"), url(../../fonts/avenir/avenir-black.ttf) format("truetype"), url(../../fonts/avenir/avenir-black.svg#avenir-black) format("svg")
}

html {
    color: #fff
}

body {
    background-color: #022d6e
}

*,
:after,
:before {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat
}

ol,
ul {
    list-style: none
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    -webkit-text-decoration-skip: objects
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%
}

article,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

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

html {
    font-family: avenir-medium;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
html {
    height: 100%
}

.app--scroll-disabled {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.app > div:first-child:not(.wrapper) {
    height: 100%
}

.app,
.project {
    height: 100%
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    min-height: 100vh
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto
}

.row-12 {
    margin: 0 -5px
}

.row-12 > [class*=col-] {
    float: left
}

.btn-reg {
    height: 33px;
    width: 145px;
    background: #ffa600;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa600), to(#e45d06));
    background: -webkit-linear-gradient(top, #ffa600 0, #e45d06);
    background: -o-linear-gradient(top, #ffa600 0, #e45d06);
    background: linear-gradient(180deg, #ffa600 0, #e45d06);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffa600, endColorstr=#e45d06, GradientType=0);
    font-family: avenir-black;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 3px #fff;
    box-shadow: 0 0 3px #fff;
    padding: 8px 0;
    margin: 10px 0;
    cursor: pointer
}

footer {
    background-color: #fff
}

.payments {
    height: 65px;
    background-image: url(../../img/responsive/payments-s-02.png);
    background-size: contain;
    background-position: 50%
}

.payments__services {
    position: absolute;
    top: 16px;
    left: 32px;
    font-size: 12px;
    line-height: 14px;
    color: #000
}

.main {
    padding: 20px 15px 10px
}

h3 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px
}

h3 a {
    color: #fff
}

h4 {
    font-family: avenir-light;
    font-size: 11px;
    line-height: 18px
}

h4 .txt-strong {
    font-size: 13px;
    line-height: 15px
}

h5 {
    font-family: avenir-light;
    font-size: 18px;
    line-height: 24px
}

.logo {
    height: 65px;
    background-image: url(../../img/responsive/logo.png);
    margin: 10px 0
}

.banner-central,
.logo {
    background-size: contain;
    background-position: 50%
}

.banner-central {
    height: 160px;
    background-image: url(../../img/responsive/banner-02.png);
    margin: 5px 0
}

.banner-bonus {
    height: 93px;
    background-image: url(../../img/responsive/bonus-02.png)
}

.banner-bonus,
.reg-steps {
    background-size: contain;
    background-position: 50%
}

.reg-steps {
    height: 77px;
    background-image: url(../../img/responsive/reg-steps-02.png);
    margin: 8px 0
}

.disclaimer {
    font-family: avenir-black;
    font-size: 6px;
    line-height: 8px;
    text-transform: uppercase;
    margin: 5px 0
}

.legal {
    height: 30px;
    background-image: url(../../img/responsive/legal-02.png);
    background-size: contain;
    background-position: 50%
}

.tnc {
    font-family: avenir-black;
    font-size: 6px;
    line-height: 8px;
    text-transform: uppercase;
    margin-top: 10px
}

.txt-highlight,
.txt-strong {
    color: #f7931e
}

.txt-strong {
    font-family: avenir-black;
    font-weight: 700
}

.a-block > a {
    display: block;
    height: 100%
}

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

    .row-12 > .col-m-1 {
        width: 8.33333%;
        padding: 5px
    }

    .row-12 > .col-m-2 {
        width: 16.66667%;
        padding: 5px
    }

    .row-12 > .col-m-3 {
        width: 25%;
        padding: 5px
    }

    .row-12 > .col-m-4 {
        width: 33.33333%;
        padding: 5px
    }

    .row-12 > .col-m-5 {
        width: 41.66667%;
        padding: 5px
    }

    .row-12 > .col-m-6 {
        width: 50%;
        padding: 5px
    }

    .row-12 > .col-m-7 {
        width: 58.33333%;
        padding: 5px
    }

    .row-12 > .col-m-8 {
        width: 66.66667%;
        padding: 5px
    }

    .row-12 > .col-m-9 {
        width: 75%;
        padding: 5px
    }

    .row-12 > .col-m-10 {
        width: 83.33333%;
        padding: 5px
    }

    .row-12 > .col-m-11 {
        width: 91.66667%;
        padding: 5px
    }

    .row-12 > .col-m-12 {
        width: 100%;
        padding: 5px
    }

    .btn-reg {
        height: 45px;
        width: 205px;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 1.3px;
        padding: 11px 0;
        margin: 15px 0
    }

    .main {
        padding: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .left,
    .right {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    h3 {
        font-size: 24px;
        line-height: 26px
    }

    h4 {
        font-size: 16px;
        line-height: 28px
    }

    h4 .txt-strong {
        font-size: 20px
    }

    .logo {
        height: 73px
    }

    .banner-central {
        height: 260px
    }

    .banner-bonus {
        height: 112px;
        margin: 15px 0
    }

    .reg-steps {
        height: 97px;
        margin: 15px 0
    }

    .disclaimer {
        margin: 0
    }
}

@media (min-width:1020px) {

    .hidden-l,
    .visible-m {
        display: none !important
    }

    .container {
        height: 100%;
        width: 1000px;
        margin: 0 auto
    }

    .row-12 > .col-l-1 {
        width: 8.33333%;
        padding: 5px
    }

    .row-12 > .col-l-2 {
        width: 16.66667%;
        padding: 5px
    }

    .row-12 > .col-l-3 {
        width: 25%;
        padding: 5px
    }

    .row-12 > .col-l-4 {
        width: 33.33333%;
        padding: 5px
    }

    .row-12 > .col-l-5 {
        width: 41.66667%;
        padding: 5px
    }

    .row-12 > .col-l-6 {
        width: 50%;
        padding: 5px
    }

    .row-12 > .col-l-7 {
        width: 58.33333%;
        padding: 5px
    }

    .row-12 > .col-l-8 {
        width: 66.66667%;
        padding: 5px
    }

    .row-12 > .col-l-9 {
        width: 75%;
        padding: 5px
    }

    .row-12 > .col-l-10 {
        width: 83.33333%;
        padding: 5px
    }

    .row-12 > .col-l-11 {
        width: 91.66667%;
        padding: 5px
    }

    .row-12 > .col-l-12 {
        width: 100%;
        padding: 5px
    }

    footer {
        background-color: transparent
    }

    .payments {
        position: relative;
        width: 765px;
        height: 45px;
        background-color: #fff;
        background-image: url(../../img/responsive/payments-lg-02.png);
        background-size: 75%;
        background-position: center right 45px;
        margin: 0 auto;
        border-top-right-radius: 35px;
        border-top-left-radius: 35px
    }

    .left {
        -webkit-box-flex: 1;
        -ms-flex: 1 auto;
        flex: 1 auto
    }

    .right {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        min-width: 415px;
        width: 415px
    }

    h4 {
        line-height: 24px
    }

    h5 {
        width: 390px;
        line-height: 30px;
        margin: 0 auto
    }

    .logo {
        height: 95px;
        margin: 13px 0 20px
    }

    .banner-central {
        height: 280px
    }

    .banner-bonus {
        height: 138px
    }

    .reg-steps {
        height: 122px;
        margin-top: 20px
    }

    .disclaimer {
        font-size: 8px;
        line-height: 10px
    }

    .legal {
        height: 63px;
        margin-top: 20px
    }
}

@media (max-width:767px) {

    .hidden-s,
    .visible-l,
    .visible-m {
        display: none !important
    }

    body {
        min-width: 300px
    }

    .wrapper,
    body {
        position: relative
    }

    .wrapper {
        top: 0;
        left: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    main {
        padding-top: 44px
    }

    .row-12 > .col-s-1 {
        width: 8.33333%;
        padding: 5px
    }

    .row-12 > .col-s-2 {
        width: 16.66667%;
        padding: 5px
    }

    .row-12 > .col-s-3 {
        width: 25%;
        padding: 5px
    }

    .row-12 > .col-s-4 {
        width: 33.33333%;
        padding: 5px
    }

    .row-12 > .col-s-5 {
        width: 41.66667%;
        padding: 5px
    }

    .row-12 > .col-s-6 {
        width: 50%;
        padding: 5px
    }

    .row-12 > .col-s-7 {
        width: 58.33333%;
        padding: 5px
    }

    .row-12 > .col-s-8 {
        width: 66.66667%;
        padding: 5px
    }

    .row-12 > .col-s-9 {
        width: 75%;
        padding: 5px
    }

    .row-12 > .col-s-10 {
        width: 83.33333%;
        padding: 5px
    }

    .row-12 > .col-s-11 {
        width: 91.66667%;
        padding: 5px
    }

    .row-12 > .col-s-12 {
        width: 100%;
        padding: 5px
    }

    main {
        padding: 0
    }
}

@media (min-width:768px) and (max-width:1019px) {

    .hidden-m,
    .visible-l {
        display: none !important
    }
}

/*# sourceMappingURL=landing.min.css.map */
