@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url(font/muli.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Muli';
    font-style: normal;
    font-weight: 500;
    font-display: optional;
    src: url(font/muli.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url(font/muli.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url(font/muli.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  src: url(font/muli.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 900;
  font-display: optional;
  src: url(font/muli.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
    line-height: 1.6;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-family: 'Muli',-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    color: #0D2366;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    word-wrap: break-word
}

body,
input,
p,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
figure,
menu,
blockquote {
    margin: 0;
}

textarea,
input,
button,
ul,
ol {
    margin: 0;
    padding: 0;
}

body,
ul,
ol,
li,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
img,
div,
a,
span,
nav,
header,
main,
footer,
section,
table,
td,
tr,
th,
:after,
:before,
aside,
picture,
article,
summary,
details,
strong,
select,
label,
form,
abbr,
address,
figure,
figcaption,
menu,
blockquote,
q {
    box-sizing: border-box;
}

ul li,
ol li {
    list-style: none;
}

picture {
    font-size: 0;
    display: block;
}

a {
    background-color: transparent;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    transition: all ease 0.2s;
    color: inherit;
}

a:hover {
    outline: none;
    color: #0099FF;
    text-decoration: none;
}
a:not(.btn):hover{text-decoration: underline;}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
a,
summary {
    cursor: pointer;
}

article,
aside,
details,
figcaption,
figure,
label,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

textarea {
    resize: vertical;
}

button,
input:not([type="checkbox"]),
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

button,
button:focus,
input,
input:focus,
optgroup,
optgroup:focus,
select,
select:focus,
textarea,
textarea:focus,
summary,
summary:focus,
a,
a:focus {
    outline: none;
}

:active {
    outline: none
}

select {
    padding: 0 10px !important;
    background: url(images/select-down.svg) no-repeat right center;
}


/*placeholder text color*/

::-moz-placeholder {
    color: currentColor;
    opacity: .5
}

::-webkit-input-placeholder {
    color: currentColor;
    opacity: .5
}

:-ms-input-placeholder {
    color: currentColor;
    opacity: .5
}


/*focus:invalid*/

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    border-color: #3ECF8E;
}

::-ms-clear,
 ::-ms-reveal {
    display: none;
}


/*selection color*/

::-moz-selection {
    background-color: #0099FF;
    color: #eee;
}

::selection {
    background-color: #0099FF;
    color: #eee;
}

::-webkit-details-marker {
    display: none;
}

::-moz-list-bullet {
    font-size: 0;
}


/*font style*/

.text-underline {
    text-decoration: underline;
}

.text-through {
    text-decoration: line-through;
}

.text-italic {
    font-style: italic;
}


/*font size*/

.text-mini {
    font-size: 12px
}

.text-small {
    font-size: 14px
}

.text-big {
    font-size: 18px
}

.text-super {
    font-size: 20px
}


/*line height*/

.line-1-6 {
    line-height: 1.6
}

.line-1-8 {
    line-height: 1.8
}

.line-2 {
    line-height: 2
}


/*font weight*/

.font-regular {
    font-weight: 400;
}

.font-bold {
    font-weight: 700
}

.font-exbold {
    font-weight: 800
}


/*font justify*/

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}


/*text color*/

.text-white {
    color: #fff;
}

.text-gray {
    color: #566278;
    ;
}

.text-red {
    color: #F77062;
}

.text-orange {
    color: #F5A623;
}

.text-green {
    color: #3ECF8E;
}

.text-blue {
    color: #0091FF;
}

.text-black {
    color: #42566D;
}


/*background color*/

.bg-white {
    background-color: #fff;
}

.bg-light {
    background-color: #f5f9fc;
}

.bg-gray {
    background-color: #eee;
}

.bg-red {
    background-color: #F77062;
}

.bg-blue {
    background-color: #2C86FF;
}

.bg-orange {
    background-color: #F6C177;
}

.tip-ad {
    font-size: 12px;
    padding: 10px 0;
    opacity: 0.5;
}


/*container*/

.container {
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
}

.container-sm {
    max-width: 1052px;
}

.container-md {
    max-width: 1132px;
}

.container-bg {
    max-width: 1232px;
}

.inline-block {
    display: inline-block;
}

.relative {
    position: relative;
}

.com-block {
    padding: 90px 0;
}

.com-block .com-title {
    font-size: 28px;
    padding-bottom: 84px;
    position: relative;
    max-width: 760px;
    margin: 0 auto;
}

.com-block .com-title::after {
    content: '';
    height: 4px;
    width: 26px;
    position: absolute;
    left: 50%;
    bottom: 64px;
    transform: translateX(-50%);
    background-color: #3ECF8E;
}

.com-block .com-title.l::after {
    left: 0;
    transform: translateX(0)
}

.com-block .com-title.n::after {
    display: none;
}

.com-block .com-tip {
    margin: -36px auto 0;
    padding-bottom: 50px;
    max-width: 760px;
    color: #515978;
}


/*flex*/
.flex {
    display: flex;
    align-items: center;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-ad {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.flex-bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-cl {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flexible {
    display: flex;
}

.inline-flexible {
    display: inline-flex;
}

.flex-direction-row {
    flex-direction: row;
}

.flex-direction-column {
    flex-direction: column;
}

.flex-wrap-nowrap {
    flex-wrap: nowrap;
}

.flex-wrap-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.flex-justify-start {
    justify-content: flex-start;
}

.flex-justify-end {
    justify-content: flex-end;
}

.flex-justify-center {
    justify-content: center;
}

.flex-justify-between {
    justify-content: space-between;
}

.flex-justify-around {
    justify-content: space-around;
}

.flex-align-start {
    align-items: flex-start;
}

.flex-align-end {
    align-items: flex-end;
}

.flex-align-center {
    align-items: center;
}

.req_txt:after{
    color: red;
    content: "*";
}

/*ul list*/

ul.list-dot,
ul.list-ok,
ul.list-num {
    display: flex;
    text-align: left;
    flex-direction: column;
}

ul.list-dot>li {
    position: relative;
    padding-left: 14px;
}

ul.list-dot>li:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    position: absolute;
    left: 0;
    top: 8px;
}

ul.list-dot>li:not(:last-child) {
    margin-bottom: 10px;
}

ul.list-ok>li {
    position: relative;
    padding-left: 30px;
}

ul.list-ok>li:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(images/ok.svg);
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}

ul.list-ok.white>li:after {
    background: url(images/ok-white.svg)
}

ul.list-ok.yes>li:after {
    background: url(images/yes.svg);
    width: 24px;
    height: 24px;
    top: 0;
}

ul.list-ok>li:not(:last-child) {
    padding-bottom: 10px
}

ul.list-ok.yes>li:not(:last-child) {
    padding-bottom: 16px
}

ul.list-num {
    counter-reset: li;
}

ul.list-num>li {
    position: relative;
    padding-left: 20px;
}

ul.list-num>li:before {
    content: counter(li)".";
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
}

ul.list-num>li:not(:last-child) {
    margin-bottom: 10px;
}


/*browserupgrade*/

.browserupgrade {
    text-align: center;
    height: 580px;
    padding-top: 200px;
    font-size: 24px;
    background: #0099FF;
    color: #FFF;
    font-weight: 400;
}

.browserupgrade a {
    color: #FFF;
    text-decoration: underline;
    font-weight: 700;
}


/*btn*/

.btn {
    text-align: center;
    color: #fff;
    display: inline-block;
    word-break: keep-all;
    white-space: nowrap;
    transition: all linear 0.2s;
    text-transform: capitalize ;
    border: none;
    border-radius: 3px;
    font-weight: 700;
}

.btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}

.green-btn {
    background-color: #3ECF8E;
    box-shadow: 0 5px 10px 0 rgba(42, 159, 107, 0.3);
}

.green-btn:hover {
    background-color: #24B47E;
    color: #fff
}

.green-btn-border {
    box-shadow: inset 0 0 0 2px #3ECF8E;
    background: #fff;
    color: #3ECF8E;
}

.green-btn-border:hover {
    background-color: #3ECF8E;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(42, 159, 107, 0.3);
}

.white-btn-border {
    background-color: transparent;
    color: #fff;
    box-shadow: inset 0 0 0 2px #fff, 0 5px 10px 0 rgba(11, 22, 54, 0.29);
}

.white-btn-border:hover {
    color: #24B47E;
    background-color: #fff;
}

.white-btn {
    background-color: #fff;
    color: #24B47E;
    box-shadow: 0 5px 10px 0 rgba(42, 159, 107, 0.3);
}

.white-btn:hover {
    background-color: #24B47E;
    color: #fff
}

.blue-btn {
    background-color: #0099FF;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 119, 196, 0.3);
}

.blue-btn:hover {
    background-color: rgb(0, 131, 218);
    color: #fff
}

.red-btn {
    background-color: #F77062;
    color: #fff;
    box-shadow: 0 5px 10px 0 rgba(184, 79, 68, 0.3);
}

.red-btn:hover {
    background-color: #ff5656;
    color: #fff
}

.err-tip {
    font-size: 12px;
    text-align: left;
    margin-top: -16px;
}

#credential_picker_container{
    top: 82px !important;
    right: 30px !important;
}
.googleCredentialPopu{
    position: fixed;
    right: 30px;
    top: 82px;
    background: #fff;
    width: 391px;
    padding: 40px 20px;
    z-index: 1;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 0 1px #dadce0;
}
.googleCredentialPopu .close-btn{
    position: absolute;
    right: 4px;
    top: 4px;
    width: 40px;
    padding: 8px;
    height: 40px;
    border-radius: 50%;
}
.googleCredentialPopu .close-btn:hover{
    background-color: rgba(0,0,0,0.06);
    cursor: pointer;
}
.googleCredentialPopu .info{
    color: #566278;
    margin-bottom: 20px;
    font-size: 18px;
}
.googleCredentialPopu .group-btn .btn{
    width: 168px;
    height: 42px;
    line-height: 42px;
}
/*header*/

nav {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #e8e8e8;
}

#signup-txt,
#login-txt {
    height: 24px;
    line-height: 24px;
}

#signup-txt {
    margin-left: 24px;
}

#login-txt.actived:hover~.group,
nav .group:hover {
    opacity: 1;
    transform: translateY(45px) scaleY(1);
}

nav .group {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    border: 1px solid #EDEDED;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.11), 14px 20px 33px 0 rgba(43, 43, 88, 0.08);
    border-radius: 4px;
    opacity: 0;
    transform: translateY(-20px) scaleY(0);
    transform-origin: center top;
    transition: all ease 0.4s;
    width: 200px;
    padding: 5px 0;
}

nav .group li a {
    padding: 10px 12px;
}

nav .group li:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

nav .group li a:hover {
    color: #3ECF8E;
    background-color: #f8f8f8;
}

nav .group::after {
    filter: drop-shadow(0px -1px 0 #EDEDED);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 11px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 10%;
    top: -9px;
    transform: translateX(-50%);
}

nav .group::before {
    content: '';
    width: 100%;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
}

nav .group svg {
    margin-right: 10px;
}

header {
    color: #fff;
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 52px;
    z-index: 2;
}

header.actived {
    background-color:#0099FF;
    z-index: 2;
    position: fixed;
    top: 0;
    width: 100%;
}

header .container>.flexible {
    height: 52px;
}

header ul.rgt>li:not(:last-child) {
    margin-right: 25px;
    cursor: default;
}

header ul.rgt>li>a:not(.btn) {
    display: block;
    padding: 0 12px;
    line-height: 28px;
    height: 28px;
    border-radius: 20px;
}

header ul.rgt>li>a:not(.btn):hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-decoration: none;
}

header .btn {
    background: #3ECF8E;
    box-shadow: 0 1px 3px 0 rgba(100, 100, 100, 0.50);
    border-radius: 2px;
    padding: 0 8px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}

header .bread-nav {
    height: 32px;
    transition: all linear 0.2s;
}

header .bread-nav.actived {
    transform: rotate(90deg);
}

header .pull-el:hover {
    cursor: pointer;
}

header .pull-el:hover .pull-nav {
    transform: translateX(-50%) scaleY(1);
    opacity: 1;
}

header .pull-el>span>svg {
    margin-left: 5px;
    margin-top: 2px;
}

header .pull-nav {
    position: absolute;
    left: 50%;
    top: 46px;
    background: #fff;
    border: 1px solid #EDEDED;
    box-shadow: 8px 8px 16px 0 rgba(43, 43, 88, 0.08);
    border-radius: 3px;
    color: #0D2366;
    width: 200px;
    padding: 10px 0;
    transform: translateX(-50%) scaleY(0);
    opacity: 0;
    transition: ease-in-out 0.4s;
    transform-origin: center top;
    z-index: 2;
}

header .pull-nav::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -8px;
    left: calc(50% - 4px);
}

header .pull-nav::before {
    content: '';
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-100%);
}

header .pull-nav svg {
    margin-right: 8px;
}

header .pull-nav a {
    padding: 7px 14px;
    font-size: 14px;
}

header .pull-nav a:hover {
    background: rgba(240, 244, 250, 1);
}

header .free-btn {
    background: #3ECF8E;
    box-shadow: 0 1px 3px 0 rgba(100, 100, 100, 0.50);
    border-radius: 2px;
    height: 32px;
    line-height: 32px;
    padding: 0 18px;
    font-weight: 700;
    color: #fff;
    display: block;
}

header .free-btn:hover {
    background-color: #24B47E;
}
body[data-no-btn="true"] header .btn{display: none;}
footer {
    padding: 50px 0 0;
    color: #999;
    background: #323232;
}
footer .tp .cell{width: 19%;}
footer .tp .cell .sub {
    font-size: 16px;
    color: #ccc;
}
footer .tp .cell .sub:not(:first-child){margin-top: 30px;}

footer .tp .cell li {
    margin-bottom: 12px;
    transition: all linear 0.2s;
}
footer .tp .cell li a{display: block;}

footer .tp .cell:not(:last-child) li:hover {
    transform: translateX(5px);
}

footer .tp .cell:not(:first-child) {
    padding-left: 20px;
    border-left: 1px solid #2b2b2b;
    margin-right: 10px;
}
footer .tp .cell:last-child{
    width: 24%;
}

footer .sub {
    text-transform: uppercase;
    padding-bottom: 20px;
}

footer .follow li:not(:last-child) {
    margin-right: 8px;
}


footer form input[type=email] {
    border: 1px solid #666;
    border-radius: 1px;
    background: 0 0;
    width: 100%;
    line-height: 36px;
    height: 36px;
    padding: 0 42px 0 12px;
    color: inherit;
    margin-bottom: 20px;
}

footer form button {
    background: 0 0;
    border: none;
    color: inherit;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 52px;
    line-height: .8
}

footer form button:hover svg {
    transform: translateX(4px)
}

footer .tp .cell.social ul {
    padding-top: 20px;
    margin-bottom: 40px;
}

footer .tp .cell.social ul li {
    margin: 4px 3px;
    font-size: 0;
}

footer .bt {
    border-top: 1px solid #2b2b2b;
    margin-top: 30px;
    padding: 16px 0 20px
}
footer .bt .rgt li:not(:first-child){margin-left: 20px;}
.return-top {
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, .45);
    position: fixed;
    bottom: 85px;
    right: 1%;
    display: none;
    z-index: 1
}

.return-top:hover {
    background: rgba(0, 0, 0, .86);
    cursor: pointer
}

.return-top.actived {
    display: block
}

.return-top:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: calc(50% - 6px);
    top: calc(50% - 3px)
}

/* 2fa */
.fa-code-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 99;
    color: #162042;
}
.fa-code-modal {
    width: 360px;
    max-width: 100%;
    background-color: #fff;
    border-radius: 2px;
}
.fa-code-title {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #E7EAF2;
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: bold;
}
.fa-code-modal  .fa-tip {
    padding: 0 20px;
    margin-bottom: 10px;
}

.fa-code-input {
    width: 90%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #E7EAF2;
    border-radius: 2px;
    box-sizing: border-box;
    margin: 0 20px;
    padding-left: 10px;
}
.fa-code-input:focus {
    border-color: #3ECF8E;
}
.fa-code-input.error {
    border-color: #F77062;
}

.fa-error-tip {
    font-size: 14px;
    padding-left: 20px;
    color: #F77062;
}

.fa-btn-cont {
    padding: 20px;
}

.fa-btn-cont .fa-btn {
    width: 84px;
    height: 40px;
    border: 1px solid #EBECF3;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 2px 0 rgba(0,0,0,.045);
    transition: .3s;
}

.fa-btn-cont .fa-btn:active {
    box-shadow: 0 0px 18px rgba(62,207,142,.4);
}

.fa-btn-cont .fa-btn.b-cancel:hover {
    color: #3ECF8E;
    border-color: #3ECF8E;
}

.fa-btn-cont .fa-btn.b-ok {
    color: #fff;
    background-color: #3ECF8E;
    border-color: transparent;
}

.fa-btn-cont .fa-btn.b-ok:hover {
    background-color: #24ae70;
}

.hidden,
[hidden] {
    display: none;
}

#mb-nav {
    background: #fff;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 10000;
    padding: 10px 0;
    height: 100vh;
    display: none;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.17);
    width: 68%;
}

#mb-nav.actived {
    display: block;
}

#mb-nav>ul>li>a,
#mb-nav>ul>li>span {
    padding: 4px 20px;
    font-size: 14px;
    color: #0D2366;
    font-weight: 700;
}

#mb-nav>ul ul {
    padding-left: 20px;
    font-size: 12px;
    margin-top: 10px;
}

#mb-nav>ul ul li {
    margin-bottom: 10px;
    color: #0D2366;
}

#mb-nav>ul ul svg {
    margin-right: 8px;
}

.apps {
    padding: 60px 0 52px;
    background: #111;
    color: #fff;
}

.apps .sub {
    padding-bottom: 48px;
    position: relative;
}

.apps .sub::after {
    content: '';
    height: 4px;
    width: 26px;
    position: absolute;
    left: 0;
    top: 55px;
    background-color: #3ECF8E;
}

.apps .rgt {
    padding-left: 10px;
    line-height: 1.2;
}

.apps .app-btn {
    width: 182px;
    border-radius: 4px;
    background: #333;
    color: #fff;
    padding: 13px 15px;
    font-size: 18px;
    height: 58px;
    font-weight: 700;
    ;
}

.apps .app-btn:hover {
    background-color: #232323;
    box-shadow: 1px 2px 4px #000;
}

.apps .app-btn .tip {
    font-size: 12px;
    font-weight: 400;
}

.apps .app-btn:first-child {
    margin-right: 14px;
}

/* Start Faxing */
.start-faxing{ position: relative; }
.start-faxing::after {
    content: '30-day money-back guarantee';
    position: absolute;
    bottom: -32%;
    left: 50%;
    font-size: 12px;
    font-weight: 400;
    transform: translate(-50%, 50%);
}

@media (max-width: 960px) {
    .md-block {
        display: block;
    }
    .md-flexible {
        display: flex;
    }
    .md-hidden {
        display: none;
    }
    .md-column {
        flex-direction: column;
    }
    .md-column-reverse {
        flex-direction: column-reverse;
    }
    .md-width {
        width: 100% !important;
    }
    .md-j-center {
        justify-content: center;
    }
    .md-j-start {
        justify-content: start;
    }
    .md-a-center {
        align-items: center;
    }
    .md-center {
        text-align: center;
    }
    .md-left {
        text-align: left;
    }
    .md-right {
        text-align: right;
    }
    header .logo {
        margin-left: 46px;
    }
    footer .cell:not(:last-child) {
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        padding-bottom: 10px;
    }
    .com-block {
        padding: 60px 0;
    }
    .com-block .com-title {
        font-size: calc(18px + 1.8vw);
    }
    
    footer .tp .cell:not(:first-child) {
        padding-left: 0;
        border-left: none;
        margin-right: 0;
    }


    .com-block .com-title.l::after {
        left: 50%;
        transform: translateX(-50%)
    }
    
    
}

@media (max-width: 769px) {
    .sm-block {
        display: block;
    }
    .sm-inline-block {
        display: inline-block;
    }
    .sm-flexible {
        display: flex;
    }
    .sm-hidden {
        display: none;
    }
    .sm-column {
        flex-direction: column;
    }
    .sm-width {
        width: 100% !important;
    }
    .sm-j-center {
        justify-content: center;
    }
    .sm-a-center {
        align-items: center;
    }
    .sm-center {
        text-align: center;
    }
    .sm-a-left {
        align-items: start;
    }
    .sm-left {
        text-align: left;
    }
    .sm-right {
        text-align: right;
    }
    .sm-reverse {
        flex-wrap: wrap-reverse;
    }
    .apps .sub::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .com-block {
        padding: 40px 0;
    }
    .apps .app-btn:first-child {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .apps .lft {
        margin-bottom: 30px;
    }
    .apps .rgt {
        padding-left: 0;
        width: 100%;
    }
    .com-block .com-tip {
        text-align: left; 
    }
    footer .bt .rgt{margin-top: 15px;}
}

.simple-footer {
    height: 56px;
    background: rgba(240, 245, 249, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.simple-footer>p {
    height: 24px;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
}