html {
    overflow-y: auto;
    min-height: 100%
}

html {
    -webkit-font-smoothing: antialiased
}

body {
    height: 100%;
    margin: 0
}

a img {
    border: none
}

:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

table,
th,
td {
    vertical-align: middle;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0
}

caption,
th {
    text-align: left;
    font-weight: 400
}

section,
article,
aside,
figure,
footer,
header,
nav {
    display: block
}

header,
section,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

p {
    padding: 0;
    margin: 0
}

a {
    text-decoration: none
}

body {
    font-family: ubuntu, sans-serif;
    color: rgba(0, 0, 0, .87)
}

ul[type=disc] {
    list-style: disc
}

.static-page-content #content {
    min-width: unset
}

.grecaptcha-badge {
    z-index: 1
}

.header,
.header-section {
    width: 100%;
    z-index: 1000;
    background: #1b8da0
}

.page-body .header-section .container-lobstr {
    max-width: none
}

.header-section .container-lobstr {
    align-items: center
}

.hidden {
    display: none
}

.header,
.header.container-lobstr,


.top-promo .promo-img img {
    max-width: 100%
}

.header {
    padding-top: 32px;
    padding-bottom: 32px
}

.header:after {
    content: '';
    display: block;
    clear: both
}

.header .logo {
    padding: 13px 0;
    display: block;
    width: 95px;
    float: left
}

.header .logo img {
    vertical-align: initial
}

.main-menu {
    width: calc(100% - 95px);
    float: right
}

.main-menu .welcome {
    height: 48px;
    line-height: 1;
    margin-top: 0;
    display: flex
}

.main-menu .welcome .dropdown-menu {
    left: unset !important;
    right: -101px
}

.main-menu .welcome .profile-dropdown.profile-dropdown-button::after {
    top: 25%
}

.main-menu .welcome .welcome-text {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block
}

.main-menu .sandwich-btn {
    display: none
}

.main-menu .left-side {
    width: auto;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    float: none
}

.main-menu .right-side {
    float: right
}

.main-menu .button-link,
.main-menu .menu-link,
.header-section .top-promo .button-link {
    padding: 0 16px;
    line-height: 48px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    position: relative;
    cursor: pointer
}

.main-menu .menu-link {
    font-weight: 400
}

.main-menu .menu-link .payment-method-wrapper {
    border-radius: 2px;
    background-color: #2c7e8c;
    display: inline-flex;
    padding: 3px
}

.main-menu .menu-link .payment-method-wrapper .payment-method {
    background-color: #fff;
    border-radius: 1px;
    border: solid 2px #fff;
    padding: 0 3px
}

.main-menu .menu-link .payment-method-wrapper .moneygram {
    height: 12px;
    width: 12px;
    padding: 0;
    margin-top: -4px
}

.main-menu .menu-link .payment-method-wrapper .payment-method.visa {
    padding: 0
}

.main-menu .menu-link .payment-method-wrapper .payment-method:not(:last-child) {
    margin-right: 2px
}

.main-menu .button-link,
.header-section .top-promo .button-link {
    padding: 0 24px;
    background-color: #09768b;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.header-section .top-promo .button-link.blue {
    background-color: #00abff
}

.header-section .top-promo .button-link.blue:hover {
    background-color: #0099e6
}

.main-menu .button-link:hover {
    background-color: rgba(16, 105, 123, .8)
}

.main-menu .menu-link.expand {
    padding: 0 32px 0 16px;
    position: relative
}

.main-menu .menu-link.expand .expand-head:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg) translateY(-9px);
    transform: rotate(-45deg) translateY(-9px);
    box-sizing: content-box
}

.main-menu .menu-link.expand .expand-body {
    display: none;
    position: absolute;
    left: 50%;
    top: 45px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 8px 0
}

.main-menu .menu-link.expand.open,
.main-menu .menu-link.expand.open .expand-body {
    display: block;
    z-index: 10
}

.main-menu .menu-link.expand .expand-body .body-line {
    display: block;
    white-space: nowrap;
    text-align: left;
    padding: 16px 20px;
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    text-decoration: none
}

.main-menu .menu-link.expand .expand-body .body-line.divider {
    padding-top: 0;
    padding-bottom: 0
}

.main-menu .menu-link.expand .expand-body .body-line.divider>div {
    width: 100%;
    border-top: solid 1px rgba(0, 0, 0, .15)
}

.main-menu .menu-link.expand .expand-body .body-line:hover {
    color: #00abff
}

.main-menu .menu-link.tagged {
    position: relative
}

.main-menu .menu-link.tagged:after {
    content: 'NEW';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #ff9a00;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 12px;
    padding: 0 4px
}

.top-promo {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between
}

.top-promo .promo-text {
    width: 58.5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.top-promo .promo-text h1.wallet-name {
    margin-bottom: 26px
}

.top-promo .promo-text .get-app {
    margin: 0 0 10px
}

.top-promo .promo-text h1 {
    font-size: 76px;
    line-height: 1;
    color: #fff;
    margin: 0;
    font-weight: 500;
    white-space: nowrap
}

.top-promo .promo-text h2 {
    font-size: 48px;
    line-height: 1;
    color: #fff;
    margin: 0 0 32px;
    font-weight: 500
}

.top-promo .promo-text p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 32px;
    font-weight: 300;
    color: rgba(255, 255, 255, .8)
}

.top-promo .promo-text a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px
}

.top-promo.landing-promo .promo-img {
    width: 55%;
    margin-left: 39.5%;
    line-height: 0;
    padding-top: 81%;
    position: relative
}

.top-promo.landing-promo .promo-img .image-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.top-promo.landing-promo .promo-img .image-wrapper video {
    position: absolute;
    z-index: 10
}

.top-promo.landing-promo .promo-img .image-wrapper .screen-plug,
.top-promo.landing-promo .promo-img .image-wrapper video {
    padding: 6% 6.5%
}

.top-promo.landing-promo .promo-img .image-wrapper .screen-plug {
    z-index: 5
}

.top-promo.landing-promo .promo-img .image-wrapper img {
    position: absolute;
    z-index: 100
}

.top-promo.landing-promo .promo-img .image-wrapper video,
.top-promo.landing-promo .promo-img .image-wrapper img {
    max-width: 100%;
    width: 100%
}

.three-columns {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 96px -webkit-calc(50% - 568px);
    padding: 96px calc(50% - 568px)
}

.three-columns .column {
    padding-left: 72px;
    width: 30%;
    position: relative
}

.three-columns .column.no-graph {
    padding-left: 0;
    width: 27%
}

.three-columns .column img,
.three-columns .column svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px
}

.three-columns .column .column-head {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px
}

.three-columns .column p {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, .87)
}

.three-columns .column.no-graph .column-head {
    height: 44px;
    font-size: 38px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 0
}

.three-columns .column.no-graph .sub-head {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 16px
}

.double-columns {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 96px -webkit-calc(50% - 568px);
    padding: 96px calc(50% - 568px);
    border-top: 1px solid #dae1e9
}

.double-columns .column {
    width: 45%
}

.double-columns .column .column-head {
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 24px
}

.double-columns .column p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 24px
}

.double-columns .column a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    color: #00abff
}

.double-columns .column a:hover {
    text-decoration: underline
}

.double-columns .column img,
.double-columns .column svg {
    width: 100%
}

.double-columns .column.mobile svg {
    width: 100%
}

.double-columns .column.mobile {
    display: none
}

.double-columns .column.desktop {
    display: block
}

.double-columns .column.stellar-description-text .column-head+p {
    margin-bottom: 12px
}

.bg-promo .content-wrap {
    position: relative;
    padding: 69px;
    background-color: #eef7fe;
    display: flex;
    justify-content: center;
    align-items: center
}

.bg-promo .content-wrap .description {
    max-width: 430px;
    margin-right: 10%
}

.bg-promo .content-wrap:after {
    content: '';
    display: block;
    clear: both
}

.bg-promo .promo-head {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
    color: rgba(0, 0, 0, .87)
}

.bg-promo .content-wrap p {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    color: rgba(0, 0, 0, .87)
}

.bg-promo .watch-link {
    line-height: 48px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.bg-promo .watch-link,
.bg-promo .watch-link .video-background,
.bg-promo .watch-link .shadow {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.bg-promo .watch-link .shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 0 20px 0 rgba(0, 0, 0, .07);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .5
}

.bg-promo .watch-link .video-background {
    width: 100%;
    height: 100%
}

.bg-promo .watch-link .playvideo-button {
    color: #fff;
    display: flex;
    position: absolute
}

.bg-promo .watch-link .playvideo-button .text {
    position: absolute;
    width: 120px;
    text-align: center;
    bottom: -40px;
    margin-left: -100%
}

.bg-promo .watch-link .playvideo-button img {
    -webkit-transition: all .1s linear 0s;
    -moz-transition: all .1s linear 0s;
    -o-transition: all .1s linear 0s;
    transition: all .1s linear 0s
}

.bg-promo .watch-link:hover .playvideo-button img {
    -webkit-transform: scale(1.16);
    -moz-transform: scale(1.16);
    -ms-transform: scale(1.16);
    -o-transform: scale(1.16);
    transform: scale(1.16)
}

.bg-promo .watch-link img {
    max-width: 550px;
    max-height: 350px
}

.bg-promo .watch-link:hover {
    background: rgba(0, 171, 255, .8)
}

.bg-promo .watch-link span,
.bg-promo .watch-link svg,
.bg-promo .watch-link img {
    display: inline-block;
    vertical-align: middle
}

.slider {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
    margin: 0 -webkit-calc(50% - 568px);
    margin: 0 calc(50% - 568px)
}

.slider .slider-list {
    position: relative;
    overflow: visible;
    max-width: 960px;
    margin: 0 auto
}

.slider .slider-list .slider-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-align: center
}

.slider .slider-list .slider-item:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(255, 255, 255, .7)
}

.slider .slider-list .slider-item img {
    width: 100%;
    min-height: 100%
}

.slider .owl-carousel .owl-nav button {
    border: none;
    font-size: 0;
    width: 64px;
    height: 64px;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    border-radius: 64px;
    z-index: 3;
    top: 50%;
    cursor: pointer
}

.slider .owl-carousel .owl-nav button>* {
    display: none
}

.slider .owl-carousel .owl-nav button.owl-prev {
    background: rgba(0, 0, 0, .8) url(../../../external.html?link=https://static.lobstr.co/static/landing/images/arrow-left.svg) no-repeat 50% 50%
}

.slider .owl-carousel .owl-nav button.owl-next {
    float: right;
    background: rgba(0, 0, 0, .8) url(../../../external.html?link=https://static.lobstr.co/static/landing/images/arrow-right.svg) no-repeat 50% 50%
}

.slider .owl-carousel .owl-nav button.owl-next:hover,
.slider .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #00abff
}

.slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider .slider-list .slider-item .slider-item-content {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 385px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline
}

.slider .slider-list .slider-item .slider-item-content,
.slider .slider-list .owl-item:not(.center) .slider-item .slider-item-content {
    -webkit-transform: scale(.88);
    -moz-transform: scale(.88);
    -ms-transform: scale(.88);
    -o-transform: scale(.88);
    transform: scale(.88)
}

.slider .owl-carousel .owl-stage-outer {
    overflow: visible
}

.slider .owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center
}

.slider .slider-list .owl-item.center .slider-item-content {
    transform: scale(1);
    transition: transform .3s linear
}

.slider .slider-item-content {
    max-height: 385px;
    text-align: left;
    margin: 20px 10px;
    padding: 108px 48px 108px 416px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    background-position: 32px 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.slider .slider-item-content.chart {
    padding: 80px 48px 95px 416px
}

.slider .slider-item-content.it1 {
    background-image: url(../../../static.lobstr.co/static/landing/images/manage-your-assets%402x.png)
}

.slider .slider-item-content.it2 {
    background-image: url(../../../static.lobstr.co/static/landing/images/buylumens%402x-mob.png);
    background-size: 50%;
    background-position-y: center
}

.slider .slider-item-content.it3 {
    background-image: url(../../../static.lobstr.co/static/landing/images/trading%402x.png)
}

.slider .slider-item-content.it4 {
    background-image: url(../../../static.lobstr.co/static/landing/images/security%402x.png)
}

.slider .slider-item-content.it5 {
    background-image: url(../../../static.lobstr.co/static/landing/images/charts%402x.png)
}

.slider .slider-item-content>img {
    display: none
}

.slider .owl-carousel .owl-item .slider-item-content>img {
    display: none
}

.slider .slider-item-content .slider-item-head {
    font-size: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 16px
}

.slider .slider-item-content p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 16px;
    font-weight: 300;
    color: rgba(0, 0, 0, .87)
}

.slider .slider-item-content .link-more {
    color: #00abff;
    font-size: 15px;
    line-height: 28px;
    text-decoration: none
}

.slider .slider-item-content .link-more span,
.slider .slider-item-content .link-more svg,
.slider .slider-item-content .link-more img {
    display: inline-block;
    vertical-align: middle
}

.slider .slider-item-content .link-more img {
    width: 7px;
    height: 11px;
    min-height: auto
}

.promo-bubbles {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 96px -webkit-calc(50% - 568px);
    padding: 96px calc(50% - 568px);
    border-top: 1px solid #dae1e9;
    border-bottom: 1px solid #dae1e9
}

.promo-bubbles .text-side {
    width: 35%
}

.promo-bubbles .text-side .promo-head {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 38px;
    font-weight: 500
}

.promo-bubbles .text-side p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 24px;
    color: rgba(0, 0, 0, .87);
    font-weight: 300
}

.promo-bubbles .bubbles {
    width: 60%
}

.promo-bubbles .line {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around
}

.promo-bubbles .line:nth-child(1) {
    align-items: center;
    padding: 0 30px 10px
}

.promo-bubbles .line:nth-child(2) {
    justify-content: space-between;
    align-items: flex-start
}

.promo-bubbles .line:nth-child(3) {
    align-items: center;
    padding: 0 30px
}

.promo-bubbles .bubble-item {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .07);
    box-shadow: 0 0 20px rgba(0, 0, 0, .07)
}

.promo-bubbles .bubble-item img,
.promo-bubbles .bubble-item svg {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.promo-bubbles .bubble-item.blue {
    width: 48px;
    height: 48px;
    background-color: #0bf
}

.promo-bubbles .bubble-item.green {
    width: 48px;
    height: 48px;
    background-color: #49c94f
}

.promo-bubbles .bubble-item.darkblue {
    width: 48px;
    height: 48px;
    background-color: #455eba
}

.promo-bubbles .bubble-item.darkblue img {
    left: 54%
}

.promo-bubbles .bubble-item.lilas {
    width: 48px;
    height: 48px;
    background-color: #333991
}

.promo-bubbles .bubble-item.lilas img {
    left: 48%
}

.promo-bubbles .bubble-item.darkblue2 {
    width: 64px;
    height: 64px;
    background-color: #143451
}

.promo-bubbles .bubble-item.yellow {
    width: 64px;
    height: 64px;
    background-color: #ffc107
}

.promo-bubbles .bubble-item.white {
    width: 64px;
    height: 64px;
    background-color: #fff
}

.promo-bubbles .bubble-item.white {
    width: 64px;
    height: 64px;
    background-color: #fff
}

.promo-bubbles .bubble-item.red {
    width: 48px;
    height: 48px;
    background-color: #e5334d
}

.promo-bubbles .bubble-item.black {
    width: 48px;
    height: 48px;
    background-color: #222
}

.promo-bubbles .bubble-item.tg img {
    left: 45%
}

.promo-bubbles .bubble-item.tg {
    width: 40px;
    height: 40px;
    background-color: #0088d4
}

.promo-bubbles .bubble-item.orange {
    width: 64px;
    height: 64px;
    background-color: #ff9313
}

.promo-bubbles .bubble-item.darkgreen {
    width: 48px;
    height: 48px;
    background-color: #00b764
}

.promo-bubbles .bubble-item.lightorange {
    width: 40px;
    height: 40px;
    background-color: #ffa030
}

.promo-bubbles .bubble-item.dmblue {
    width: 64px;
    height: 64px;
    background-color: #4e8ee9
}

.promo-bubbles .bubble-item.carrot {
    width: 48px;
    height: 48px;
    background-color: #ee5720
}

.promo-bubbles .bubble-item.white2 {
    width: 48px;
    height: 48px;
    background-color: #fff
}

.def-btn {
    display: inline-block;
    line-height: 48px;
    border-radius: 6px;
    background-color: #00abff;
    white-space: nowrap;
    padding: 0 24px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.def-btn:hover {
    background: rgba(0, 171, 255, .8)
}

.stroke-btn {
    display: inline-block;
    line-height: 46px;
    border-radius: 6px;
    border: 1px solid #00abff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
    text-decoration: none;
    color: #00abff;
    font-size: 14px;
    font-weight: 400;
    background-color: transparent
}

.stroke-btn:hover {
    border-color: rgba(0, 171, 255, .38)
}

.blue-promo {
    background: #eef7fe;
    padding: 69px -webkit-calc(50% - 504px);
    padding: 69px calc(50% - 504px);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between
}

.blue-promo .left-side {
    width: 55%
}

.blue-promo .right-side {
    width: 35%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center
}

.blue-promo .promo-head {
    margin-bottom: 24px;
    font-size: 34px;
    line-height: 38px;
    font-weight: 500
}

.blue-promo p {
    font-size: 14px;
    line-height: 28px;
    color: rgba(0, 0, 0, .87);
    font-weight: 300
}

.blue-promo .right-side a {
    margin-left: 24px
}

.page-body .container-lobstr {
    margin: auto
}

.header-clone,
.header.header-stick,
.page-body .header {
    padding-top: 16px;
    padding-bottom: 16px
}

.header-clone.container-lobstr {
    max-width: none
}

.page-body .header {
    padding-top: 16px;
    padding-bottom: 16px
}

.header-clone,
.page-body .header,
.page-body .header-section {
    background: #1b8da0
}

.header-section .top-promo .button-wrapper {
    word-spacing: 14px
}

.header-section .top-promo .button-link {
    margin-right: 0;
    margin-bottom: 15px;
    word-spacing: normal
}

.header-clone .main-menu .button-link:hover,
.page-body .main-menu .button-link:hover,
.header-section .top-promo .button-link:hover {
    background-color: rgba(16, 105, 123, .8)
}

.page-body .static-page-content .container-lobstr {
    max-width: unset;
    margin: 0
}

.page-body .static-page-content .container-lobstr .content {
    width: 100%
}

.page-body .static-page-content,
.page-body .policy-content {
    padding: 96px -webkit-calc(50% - 568px);
    padding: 96px calc(50% - 568px)
}

.static-page-content h2,
.policy-content h2 {
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 24px
}

.page-body .static-page-content h3,
.page-body .policy-content h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 24px
}

.page-body .static-page-content ul.text,
.page-body .policy-content ul.text {
    padding-left: 40px;
    line-height: 28px
}

.page-body .static-page-content p+ul.text,
.page-body .policy-content p+ul.text {
    margin-top: -40px;
    margin-bottom: -40px
}

.page-body .static-page-content .text,
.page-body .policy-content .text,
.page-body .static-page-content p,
.page-body .policy-content p {
    font-size: 15px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 64px
}

@media screen and (max-width:1160px) {

    .header,
    .header.header-stick,
    .header.container-lobstr,
    .top-promo,
    .three-columns,
    .double-columns,
    .promo-bubbles,
    .blue-promo,
    .bg-promo .content-wrap,
    .page-body .static-page-content,
    .page-body .header-section .container-lobstr {
        padding-right: 5%;
        padding-left: 5%
    }

    .slider {
        margin-right: 5%;
        margin-left: 5%
    }

    .top-promo .promo-text h1 {
        white-space: nowrap;
        font-size: 70px
    }

    .top-promo .promo-text h2 {
        font-size: 38px
    }
}

@media screen and (max-width:1078px) {

    .header-section,
    .page-body .header-section {
        padding-top: 0
    }

    .header-clone .main-menu .sandwich-btn {
        top: 17px
    }

    .page-body .buy-xlm-header-wrapper .header .main-menu .sandwich-btn,
    .page-body .support-header-wrapper .header .main-menu .sandwich-btn {
        top: 23px
    }

    .page-body .header-section .main-menu .sandwich-btn {
        top: 16px
    }

    .main-menu .right-side,
    .main-menu .left-side {
        display: none
    }

    .header {
        position: relative
    }

    .header .logo {
        padding: 0
    }

    .main-menu .sandwich-btn {
        width: 20px;
        display: block;
        padding: 3px 0;
        position: absolute;
        right: 5%;
        top: 32px;
        cursor: pointer
    }

    .main-menu .sandwich-btn i {
        display: block;
        height: 2px;
        width: 100%;
        background: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px
    }

    .main-menu .sandwich-btn i:nth-child(2) {
        margin: 5px 0
    }

    .header.open {
        height: 100%
    }

    .header.open .logo {
        position: fixed;
        z-index: 11
    }

    .header.open .logo svg #a {
        fill: rgba(0, 0, 0, .15)
    }

    .header.open .main-menu {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 110
    }

    .header.open .main-menu .sandwich-btn {
        z-index: 11;
        height: 20px
    }

    .header.open .main-menu .sandwich-btn i {
        background: #000;
        width: 27px
    }

    .header.open .main-menu .sandwich-btn i:nth-child(2) {
        display: none
    }

    .header.open .main-menu .sandwich-btn i:nth-child(1) {
        -o-transform: rotate(45deg) translate(3px, 6px);
        -moz-transform: rotate(45deg) translate(3px, 6px);
        -webkit-transform: rotate(45deg) translate(3px, 6px);
        transform: rotate(45deg) translate(3px, 6px)
    }

    .header.open .main-menu .sandwich-btn i:nth-child(3) {
        -o-transform: rotate(-45deg) translate(-5px, 1px);
        -moz-transform: rotate(-45deg) translate(-5px, 1px);
        -webkit-transform: rotate(-45deg) translate(-5px, 1px);
        transform: rotate(-45deg) translate(-5px, 1px)
    }

    .header.open .main-menu {
        padding-top: 90px;
        padding-right: 5%;
        padding-left: 5%;
        text-align: left;
        display: flex;
        flex-direction: column-reverse;
        align-content: flex-start;
        justify-content: space-between
    }

    .header.open .main-menu .right-side {
        margin-bottom: 45px
    }

    .header.open .main-menu .right-side.wallet-info-wrapper {
        display: none
    }

    .header.open .main-menu .right-side,
    .header.open .main-menu .left-side {
        display: block;
        float: none;
        width: 100%;
        text-align: left
    }

    .main-menu .button-link,
    .main-menu .menu-link {
        color: rgba(0, 0, 0, .87);
        display: block;
        padding: 12px 0
    }

    .header-clone .main-menu .button-link,
    .main-menu .button-link {
        padding: 0 24px;
        background-color: #00abff;
        line-height: 48px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        color: #fff;
        text-align: center
    }

    .page-body .main-menu .button-link:hover,
    .main-menu .button-link:hover {
        background-color: rgba(0, 171, 255, .8)
    }

    .header.open .main-menu .right-side .menu-link {
        padding: 0 24px;
        background-color: #fff;
        border: 1px solid #00abff;
        line-height: 46px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        color: #00abff;
        text-align: center;
        margin-bottom: 8px
    }

    .header.open .main-menu .right-side .menu-link:hover {
        border-color: rgba(0, 171, 255, .38)
    }

    .main-menu .menu-link,
    .main-menu .menu-link.expand {
        font-weight: 500;
        line-height: 20px
    }

    .main-menu .menu-link.expand {
        padding: 12px 0;
        position: relative
    }

    .main-menu .menu-link.expand .expand-head:after {
        content: '';
        display: inline-block;
        position: static;
        border-color: #000;
        transform-origin: 50% 50%;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-transform: translate(5px, 0) rotate(-135deg);
        -moz-transform: translate(5px, 0) rotate(-135deg);
        -ms-transform: translate(5px, 0) rotate(-135deg);
        -o-transform: translate(5px, 0) rotate(-135deg);
        transform: translate(5px, 0) rotate(-135deg)
    }

    .main-menu .menu-link.expand.open .expand-head:after {
        -webkit-transform: translate(5px, -3px) rotate(-45deg);
        -moz-transform: translate(5px, -3px) rotate(-45deg);
        -ms-transform: translate(5px, -3px) rotate(-45deg);
        -o-transform: translate(5px, -3px) rotate(-45deg);
        transform: translate(5px, -3px) rotate(-45deg)
    }

    .main-menu .menu-link.expand .expand-body {
        position: static;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .main-menu .menu-link.expand.open .expand-body {
        display: block;
        padding: 8px 0 0
    }

    .main-menu .menu-link.expand .expand-body .body-line {
        padding: 8px 0
    }

    .main-menu .menu-link:hover,
    .main-menu .menu-link.expand .expand-body .body-line:hover {
        color: #000
    }

    .main-menu .menu-link.tagged {
        position: relative
    }

    .main-menu .menu-link.tagged:after {
        display: none
    }

    .slider .slider-list {
        width: 100%
    }

    .slider .owl-carousel .owl-item .slider-item {
        display: block
    }

    .slider .owl-carousel .owl-item .slider-item-content>img {
        max-width: 416px;
        display: block;
        margin: 0 auto 30px;
        min-height: auto
    }

    .slider .slider-item-content {
        max-height: none;
        text-align: center;
        margin: 0;
        padding: 0;
        background: #fff;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background-position: 0 0;
        background-repeat: no-repeat;
        -webkit-background-size: auto 100%;
        background-size: auto 100%
    }

    .slider .slider-item-content p {
        width: 80%;
        margin: 0 auto 16px
    }

    .slider .slider-item-content.it1,
    .slider .slider-item-content.it2,
    .slider .slider-item-content.it3,
    .slider .slider-item-content.it4,
    .slider .slider-item-content.it5 {
        background: 0 0
    }

    .slider .slider-item-content.chart {
        padding: 10px
    }

    .slider .slider-list .slider-item .slider-item-content {
        min-height: unset;
        display: block
    }
}

@media screen and (max-width:880px) {
    .static-page-content .content {
        width: 100%
    }

    .top-promo {
        flex-direction: column
    }

    .top-promo .promo-text,
    .top-promo .promo-img {
        width: 100%
    }

    .top-promo .promo-text {
        display: block;
        text-align: center;
        margin-bottom: 64px
    }

    .top-promo .promo-text h1 {
        white-space: normal
    }

    .top-promo.landing-promo .promo-img {
        width: auto;
        margin: 0 auto;
        height: 390px;
        padding-top: 0
    }

    .top-promo.landing-promo .promo-img .image-wrapper {
        position: relative;
        min-width: 260px
    }

    .three-columns .column.no-graph,
    .three-columns .column {
        text-align: center;
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px
    }

    .three-columns .column.no-graph {
        margin-bottom: 64px
    }

    .three-columns .column img,
    .three-columns .column svg {
        position: static;
        margin: 0 auto 16px
    }

    .double-columns {
        flex-wrap: wrap;
        position: relative
    }

    .double-columns .column {
        width: 100%;
        text-align: center
    }

    .double-columns .column:nth-child(1) {
        position: relative;
        z-index: 2
    }

    .double-columns .column:nth-child(2) {
        position: absolute;
        left: 0;
        top: 30px;
        z-index: 1
    }

    .bg-promo .content-wrap {
        text-align: center;
        flex-direction: column
    }

    .bg-promo .promo-head,
    .bg-promo .content-wrap p {
        width: 100%
    }

    .bg-promo .content-wrap p {
        margin-bottom: 24px
    }

    .bg-promo .watch-link {
        margin: 0
    }

    .promo-bubbles {
        overflow: hidden;
        background: #eef7fe;
        flex-direction: column-reverse
    }

    .promo-bubbles .bubbles,
    .promo-bubbles .text-side {
        width: 100%
    }

    .promo-bubbles .text-side {
        padding-top: 64px;
        text-align: center
    }

    .blue-promo {
        flex-direction: column
    }

    .blue-promo .left-side,
    .blue-promo .right-side {
        width: 100%;
        text-align: center
    }

    .blue-promo .left-side {
        margin-bottom: 24px
    }

    .blue-promo .right-side {
        justify-content: center
    }

    .page-body .static-page-content,
    .page-body .policy-content {
        padding: 96px 5%
    }

    .blue-promo p,
    .promo-bubbles .text-side p,
    .slider .slider-item-content p,
    .bg-promo .content-wrap p,
    .three-columns .column p {
        max-width: 500px;
        margin-right: auto;
        margin-left: auto
    }

    .blue-promo .right-side a:first-child {
        margin-left: 0
    }

    .double-columns.stellar-description {
        padding: 0
    }

    .double-columns .column.desktop {
        display: none
    }

    .double-columns .column.mobile {
        display: block
    }

    .double-columns .column.map-wrapper {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        padding: 30px
    }

    .double-columns .column.stellar-description-text {
        padding-top: 96px;
        padding-bottom: 96px;
        padding-left: 5%;
        padding-right: 5%
    }
}

@media screen and (max-width:420px) {
    .promo-bubbles .bubbles {
        min-width: 140%;
        margin: 0 -20%
    }

    .header-section .top-promo .button-wrapper {
        display: flex;
        justify-content: center;
        flex-direction: column;
        position: absolute;
        width: 100%;
        left: 0;
        padding: 20px
    }
}

.slider .owl-carousel .owl-nav button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.slider .owl-carousel .owl-nav button::-moz-focus-inner {
    border: 0
}

.header-clone {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out
}

.header-stick {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.header-unstick {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    transition: all 150ms ease-in-out
}

#promo-video-popup {
    width: 75%;
    max-width: 750px;
    height: 100%;
    margin: 0 auto
}

#promo-video-popup iframe {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

#promo-video-popup .mfp-close {
    display: none
}

.mfp-auto-cursor .mfp-content {
    height: 50vw;
    max-height: 480px
}

.three-columns .column.no-graph .store-rate-star {
    position: unset;
    width: 20.9px;
    height: 19.9px;
    margin: 0 auto 4px
}

.three-columns .column .number-reviews {
    width: 200px;
    height: 32px;
    gap: 4px;
    padding: 8px 16px;
    border-radius: 90px;
    background-color: #f0f7fd;
    flex-grow: 0;
     font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #19859b;
    margin-top: 13px
}

.top-promo .promo-text .remove-phone-number {
    font-size: 44px
}

@keyframes float {
    0% {
        transform: translatey(0px)
    }

    50% {
        transform: translate(-2px, -2px) rotate(0.02deg)
    }

    100% {
        transform: translatey(0px)
    }
}

@keyframes float-small {
    0% {
        transform: translatey(0px)
    }

    50% {
        transform: translatey(-1px) rotate(0.02deg)
    }

    100% {
        transform: translatey(0px)
    }
}

@keyframes float-left {
    0% {
        transform: translatey(0px)
    }

    50% {
        transform: translate(-2px, -2px) rotate(0.02deg)
    }

    100% {
        transform: translatey(0px)
    }
}

@keyframes float-right {
    0% {
        transform: translatey(0px)
    }

    50% {
        transform: translate(2px, -2px) rotate(0.02deg)
    }

    100% {
        transform: translatey(0px)
    }
}

.promo-bubbles .line:nth-child(1) .bubble-item {
    animation: float 6s ease-in-out infinite
}

.promo-bubbles .line:nth-child(1) .bubble-item:nth-child(odd) {
    animation: float-left 3.8s ease-in-out infinite
}

.promo-bubbles .line:nth-child(1) .bubble-item:nth-child(3) {
    animation: float-right 4s ease-in-out infinite
}

.promo-bubbles .line:nth-child(2) .bubble-item {
    animation: float-small 4s ease-in-out infinite
}

.promo-bubbles .line:nth-child(2) .bubble-item:nth-child(odd) {
    animation: float-left 5.5s ease-in-out infinite
}

.promo-bubbles .line:nth-child(2) .bubble-item:nth-child(2) {
    animation: float-right 5.1s ease-in-out infinite
}

.promo-bubbles .line:nth-child(2) .bubble-item:nth-child(5) {
    animation: float-right 4s ease-in-out infinite
}

.promo-bubbles .line:nth-child(3) .bubble-item {
    animation: float 5s ease-in-out infinite
}

.promo-bubbles .line:nth-child(3) .bubble-item:nth-child(odd) {
    animation: float-left 7s ease-in-out infinite
}

.promo-bubbles .line:nth-child(3) .bubble-item:nth-child(1) {
    animation: float-right 6s ease-in-out infinite
}

.promo-bubbles .line:nth-child(3) .bubble-item:nth-child(5) {
    animation: float-right 6s ease-in-out infinite
}

.footer {
    padding: 35px 0 0;
    line-height: normal;
    padding-bottom: 62px;
    position: relative;
    background-color: #fff
}

.wrapper+.footer .container-lobstr {
    max-width: 1050px;
    padding-left: 15px;
    padding-right: 15px
}

.footer.landing-footer,
.footer.landing-footer .lobstr-info-footer .container-lobstr {
    padding-left: -webkit-calc(50% - 568px);
    padding-left: calc(50% - 568px);
    padding-right: -webkit-calc(50% - 568px);
    padding-right: calc(50% - 568px)
}

.footer.landing-footer .container-lobstr {
    max-width: none;
    padding: 0
}

.footer .footer-menu-wrap {
    padding-left: 15%
}

.footer .footer-links {
    display: flex
}

.footer .footer-links .menu-item {
    margin-right: 20px;
    flex-shrink: 0
}

.footer a.menu-item:hover {
    text-decoration: underline
}

.footer .column .footer-menu.market-links img {
    height: 32px;
    width: auto;
    margin-bottom: 0
}

.footer .column .footer-menu.market-links .menu-item:not(.head) {
    margin-bottom: 5px
}

.footer .column.lobstr-links-wrapper {
    flex-shrink: 0
}

.footer .footer-links .menu-item img {
    max-width: 14px;
    max-height: 14px;
    margin-bottom: 0;
    vertical-align: text-bottom
}

.footer .lobstr-info-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    background-color: #f6f9fa;
    margin-top: 25px;
    padding: 18px 0;
    opacity: .5
}

.footer .lobstr-info-footer,
.footer .lobstr-info-footer .links a {
    font-size: 11px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: rgba(0, 0, 0, .6)
}

.footer .lobstr-info-footer .container {
    display: flex
}

.footer .lobstr-info-footer .container .copyright {
    flex-grow: 1
}

.footer .lobstr-info-footer .container .copyright a,
.footer .lobstr-info-footer .container .copyright a:visited {
    color: rgba(0, 0, 0, .6)
}

.footer .lobstr-info-footer .container .copyright a:hover {
    text-decoration: underline
}

.footer .container-lobstr {
    display: flex;
    flex-wrap: nowrap;
    width: 100%
}

.footer .lobstr-info-footer,
.footer.base-footer {
    align-items: center;
    justify-content: center
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer ul[type=disc] {
    list-style: disc
}

.footer>.column {
    width: 20%
}

.footer .footer-menu-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between
}

.footer .column img,
.footer .column svg {
    width: 76px;
    height: 16px;
    margin-bottom: 8px
}

.footer .column .copy {
    font-weight: 300;
    color: rgba(0, 0, 0, .6);
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 1em
}

.footer .footer-menu {
    margin: 0;
    padding: 0
}

.footer .footer-menu .menu-item.head {
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 16px;
    font-weight: 500
}

.footer .footer-menu .menu-item {
    font-size: 12px;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 16px;
    font-weight: 300
}

.footer .footer-menu .menu-item:last-child {
    margin-bottom: 0
}

.footer .footer-menu .menu-item a {
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.footer .footer-menu .menu-item a:hover {
    text-decoration: underline
}

@media screen and (max-width:1160px) {

    .footer.landing-footer .lobstr-info-footer .container-lobstr,
    .footer.landing-footer {
        padding-right: 5%;
        padding-left: 5%
    }
}

@media screen and (max-width:880px) {
    .footer.landing-footer .lobstr-info-footer .container-lobstr {
        flex-direction: row
    }

    .footer>.column {
        width: 100%
    }

    .footer.base-footer .footer-content.container-lobstr {
        flex-direction: column-reverse
    }

    .footer .footer-menu-wrap {
        padding-left: 0
    }

    .footer .footer-menu-wrap {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px
    }

    .footer .footer-menu-wrap>.column {
        width: 45%;
        margin-bottom: 30px
    }
}