@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: optional;
    src: url(font/open-sans-all-400-normal.woff) format('woff');
    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: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    font-display: optional;
    src: url(font/open-sans-all-400-normal.woff) format('woff');
    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: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: optional;
    src: url(font/open-sans-all-600-normal.woff) format('woff');
    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: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: optional;
    src: url(font/open-sans-all-700-normal.woff) format('woff');
    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: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: optional;
    src: url(font/open-sans-all-800-normal.woff) format('woff');
    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: 'Open Sans';
    font-style: normal;
    font-weight: 900;
    font-display: optional;
    src: url(font/open-sans-all-800-normal.woff) format('woff');
    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: 'Open Sans',-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;
}

dl dt {font-weight: 700; padding-bottom: 8px;}
dd {
    padding-bottom: 22px;
}

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-semibold {
    font-weight: 600
}

.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;
}

.bg-gray-darkest{background-color: #042250;}

.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;
    position: relative;
    z-index: 1;
}

.popu-cont {
    background: rgba(0,0,0,.86);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    -webkit-transition: all linear .4s;
    transition: all linear .4s
}
.popu-cont .popu-group{width: 50%;margin: 8% auto 0;background-color: #fff;padding: 60px 15px;position: relative;}
.popu-cont .popu-group::after{content: '';width: 100%;height: 1px;background-color: #E7EAF2;position: absolute;top: 42px;left: 0;}
.popu-cont .popu-wrap {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block
}

.popu-cont .popu-wrap.video {
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.popu-cont svg.close-btn {
    color: #2C86FF;
    position: absolute;
    right: -8px;
    top: -54px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popu-cont svg.close-btn:hover {
    cursor: pointer;
    color: #3ECF8E
}
.popu-cont .btn.close-btn{
    width: 68px;
    height: 36px;
    line-height: 32px;
    font-size: 14px;
    background-color: #0099FF;
    margin-top: 15px;
    position: absolute;
    right: 0;
}
.popu-cont .btn.close-btn:hover{background-color: #2C86FF;cursor: pointer;}

.popu-cont iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border: none
}


/*flex*/
.flex {
    display: flex;
    align-items: center;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-ard {
    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-num>li>img{
    margin-top: 20px;
}

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;
}

.video-wrap { max-width: 880px; margin: 20px auto;overflow: hidden;}
.video-wrap .youtube-video { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; background: #000 }
.video-wrap .youtube-video .bg { z-index: 1; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center center; cursor: pointer }
.video-wrap .youtube-video .bg:hover:before { cursor: pointer; opacity: 1 }
.video-wrap .youtube-video .bg:after { content: '';  position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);width:104px;height:104px;background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 104 104"><path fill="red" d="M43 69V39l26 15-26 15zm60-35.8s-1-7.2-4.2-10.4c-4-4.1-8.4-4.2-10.4-4.4-14.5-1-36.4-1-36.4-1s-21.9 0-36.4 1c-2 .2-6.5.3-10.4 4.4C2 26 1 33.2 1 33.2s-1 8.5-1 17v8C0 66.5 1 75 1 75s1 7.2 4.2 10.4c4 4.1 9.1 4 11.4 4.4C25 90.8 52 91 52 91s21.9 0 36.4-1c2-.3 6.5-.4 10.4-4.5C102 82.3 103 75 103 75s1-8.5 1-17v-8c0-8.4-1-16.9-1-16.9z"/><path fill="rgb(255,255,255)" d="M43 39v30l26-15-26-15z"/></svg>');}
.video-wrap .youtube-video iframe { position: absolute; border: none; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100% }

/*header*/

nav {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #e8e8e8;
}

#signup-txt,
#login-txt {
    height: 24px;
    line-height: 24px;
    font-weight: 600;
}

#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 .container>.flexible.flex-justify-between{height: 52px;}

nav .container-header-nav{max-width: 1112px;}
nav.header-nav{background-color: #FAFBFD;border-bottom: 0;}
.container-header-nav>div{height: 32px;}
header {background:white;color: #424770;position: sticky;left: 0;top: 0;width: 100%;height: 56px;z-index: 2;box-shadow: 0px 10px 32px rgba(0, 71, 179, 0.06);}

header nav{display: flex;align-items: center;justify-content: space-between;border-bottom: 0;}
header .header-wrapper{max-width: 1112px;width:100%;padding-left: 14px;padding-right: 14px;margin:0 auto}
header .logo{display: flex;align-items: center;height: 52px;}
header .bread-nav{display: none;}
header ul{display: flex;align-items: center;}
header ul>li>a{display: flex;align-items: center;height: 28px;padding: 4px 16px;margin-left:10px;font-weight: 600;border-radius: 26px;}
header ul>li>a:hover{color:#424770;background-color: #F3F8FA;text-decoration: none !important;}
header ul>li>span{display: flex;align-items: center;height: 52px;padding: 28px 40px 28px 28px;font-weight: 600;border-radius: 100%;}
header ul>li>span:hover{cursor: default;}
nav>ul>li>span{background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8 10L12 14 16 10" style="stroke-linejoin:round;stroke:rgb(66,71,112)"/></svg>') 94% 50% no-repeat;}
nav>ul>li>.pull{position: absolute;top:56px;width:900px;right:0;z-index: -1;background-color: #FFF;filter:drop-shadow(0px 16px 32px rgba(3, 50, 95, 0.18));border-radius: 4px;}
nav>ul>li>.pull::before{content: '';position:absolute;height: 1px;width:900px;background-color: #E9EEF7;margin-top:40px}
nav>ul>li>.pull::after{content: '';width: 0;height: 0;border-style: solid;border-width: 0 16px 16px 16px;border-color: transparent transparent #fff transparent;position: absolute;top: -16px;}
nav>ul>li>.product{padding-bottom: 0;}
nav>ul>li>.resources{right:15%;width:256px;padding-bottom: 24px;}
nav>ul>li>.resources::before{display: none;}
nav>ul>li>.product::after{left: 35%;}
nav>ul>li>.industry::after{left: 49%;}
nav>ul>li>.resources::after{left: 36%;}

nav>ul>li>.pull:hover, nav>ul>li:hover>.pull{display: block; z-index: 1;}
nav>ul>li:hover>span{background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M16 14.1l-4-4-4 4" style="stroke-linejoin:round;stroke:rgb(66,71,112)"/></svg>') 94% 50% no-repeat;}

nav>ul>li>.pull .title{line-height: 24px;font-weight:600;color:#5C647B;}
nav>ul>li>.pull .title.product-title{display: grid;grid-template-columns: repeat(2,minmax(0, 1fr));padding-top: 8px;}
nav>ul>li>.pull .title.product-title+div{display: flex;margin-top: 8px;}
nav>ul>li>.pull .title.product-title+div>div:not(.line){display: grid;grid-template-columns: repeat(1,minmax(0, 1fr));}
nav>ul>li>.pull .title.product-title>div{padding-left: 24px;}

nav>ul>li>.pull .title.industry-title{padding: 8px 24px 0 24px;}
nav>ul>li>.pull .title.industry-title+div{display: grid;grid-template-columns: repeat(2,minmax(0, 1fr));margin-top:8px;}

nav>ul>li>.pull .title.resources-title{padding: 8px 24px 10px 24px;border-bottom: 1px #E9EEF7 solid;}
nav>ul>li>.pull .title.resources-title+ul{display:block;padding-top:6px;line-height: 24px;position: static;overflow-y: hidden;height: auto;}
nav>ul>li>.pull .title.resources-title+ul>li>a{padding:8px 24px;height:auto;margin-left: 0;font-weight: 600;border-radius: 0;}
nav>ul>li>.pull .title.resources-title+ul>li>a>svg{width: 32px;height: 32px;margin-right: 14px;}
nav>ul>li>.pull .title.resources-title+ul>li>a:hover{background-color: #FAFBFD;}


nav>ul>li>.pull .link-items>a{display:flex;align-items: flex-start;width: 446px;padding:12px 24px;}
nav>ul>li>.pull .link-items>a:hover{background-color: #FAFBFD;text-decoration: none;}
nav>ul>li>.pull .link-items>a .content{margin-left: 14px;}
nav>ul>li>.pull .link-items>a svg{margin-top:6px;width: 32px;}
nav>ul>li>.pull .link-items>a .content>div{line-height: 24px;color:#424770;}
nav>ul>li>.pull .link-items>a .content>p{width:344px;font-size:12px;line-height: 20px;color:#5C647B;}
nav>ul>li>.pull .all-features{padding:12px 0;border-top: 1px #E9EEF7 solid;}
nav>ul>li>.pull .all-features>a{line-height: 24px;color:#5C647B;}
nav>ul>li>.pull .all-features>a:hover{color:#0091FF;text-decoration: none;}
nav>ul>li>.pull .all-industries{width: 446px;min-height: 72px;padding:16px 24px;}
nav>ul>li>.pull .all-industries a:hover{text-decoration: none;}


header ul .start-fax{display: flex;align-items: center;justify-content: center;height:32px;width:120px;margin-left:32px;font-weight: bold;color:white;background-color: #3ECF8E;border-radius: 24px;box-shadow: 0px 4px 10px rgba(0, 11, 35, 0.14);}
header ul .start-fax:hover{background-color: #00C16B;color:white;text-decoration: none;}

body[data-no-btn="true"] header .btn{display: none;}

footer {border-top: 1px solid rgba(233, 238, 246, 1)}
footer .tp{margin:0 auto;padding:0 16px;width: 100%;max-width: 69.5rem;}
footer .tp .tp-wrapper{display: flex;justify-content: space-between;padding:36px 0 32px 0;border-bottom: 1px rgba(233, 238, 246, 1) solid;}
footer .tp .link-group-left{width:calc((100% - 250px) / 4 - 20px);padding-right: 24px;}
footer .tp .link-group{width:calc((100% - 250px) / 4);padding:0 24px;}
footer .tp .link-group-left div, footer .tp .link-group div{font-weight: 600;padding-bottom: 20px;color: rgba(92, 100, 123, 1)}
footer .tp .link-group-left .integrations{padding-top: 32px;line-height: 24px;}
footer .tp .link-group .wrap{margin-top: 48px;}
footer .tp .link-group .wrap p{font-weight: 600;padding:20px 0 2px;line-height: 28px;}
footer .tp .link-group .wrap a.text-small{color: rgba(137, 140, 150);}
footer .tp .link-group .wrap a.text-mini{color: rgba(137, 140, 150);font-weight: 400;display: block;line-height: 24px;}
footer .tp .link-group .wrap a.text-small:hover{color: #0099FF;}
footer .tp ul>li a{display: block;line-height: 24px;padding:4px 0;font-size: 14px;color: rgba(137, 140, 150)}
footer .tp ul>li a:hover{color: #0099FF;}

footer .tp .right .logo{display: flex;align-items: center;}
footer .tp .right .sales-link{display: block;line-height: 24px;padding:4px 0;}
footer .tp .right .sales-link:hover{color: #0099FF;}
footer .tp .right svg :not(.logo){width: 52px;}

footer .bt{width: 100%;padding:0 16px;margin:0 auto;max-width: 69.5rem;color:rgba(137, 140, 150, 1);border-color:rgba(233, 238, 246, 1)}
footer .bt>div{margin:0 auto; max-width: 1080px;display: flex;align-items: center;justify-content: space-between;padding:16px 0;}
footer .bt ul{display: flex;align-items: center;}
footer .bt ul li:not(:last-child){padding-right: 28px;}
footer .bt ul li a{display: flex;align-items: center;}
footer .bt ul li a:hover{color: #0099FF;}
footer .bt ul li svg{width: 32px;padding-right: 4px;}

 .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{height: 48px;}
    header .container>.flexible.flex-justify-between{height: 48px;}
    header .logo{height: 48px;}
    header .bread-nav{display: flex;justify-content: center;align-items: center;transition: all ease 0.2s;}
    header .bread-nav.actived {transform: rotate(90deg);}
    header ul{display:none;position:absolute;top:48px;left:-14px;flex-direction: column;overflow-x: hidden;overflow-y: scroll;height: calc(100vh - 48px);width: 100vw;background-color: #FFF;}
    header ul>li{width: 100%;}
    header ul>li>a{height: auto;padding:12px 14px;margin-left:0;border-radius: 0;}
    header ul>li>a:hover{background-color: #FAFBFD;}
    header ul>li>span{height:auto;padding:12px 14px;}
    nav>ul{padding-top:0;padding-bottom:36px;border-top: 1px #E8EAF2 solid;}
    nav>ul>li:not(:first-child):not(:last-child):not(:nth-last-child(2)){border-top: 1px #E9EEF7 solid;}
    nav>ul>li>.pull{position: static;display: block;padding-bottom:0;min-height: 0;width: auto;background-color: #FFF;filter: none;}
    nav>ul>li>.pull::before{display: none;}
    nav>ul>li>.pull::after{display: none;}
    nav>ul>li>.pull .title.product-title{display: none;}
    nav>ul>li>.pull .title.product-title+div{flex-direction: column;margin-top: 0;}
    nav>ul>li>.pull .title.product-title+div>div{display: block;}
    nav>ul>li>.pull .title.industry-title{display: none;}
    nav>ul>li>.pull .title.industry-title+div{display: block;}
    nav>ul>li>.pull .sub-title{display: block;padding:4px 14px;color:#5C647B;line-height: 20px;}
    nav>ul>li>.pull .title.resources-title+ul{width: 100%;padding-bottom: 16px;}
    nav>ul>li>.pull .link-items>a{padding:12px 15px 12px 14px;min-height: 0;width: 100%;}
    nav>ul>li>.pull .title.resources-title+ul>li>a{padding:8px 15px 8px 14px;min-height: 0;width: 100%;}
    nav>ul>li>.pull .link-items>a .content>p{width: 100%;}
    nav>ul>li>.pull .link-items>a svg,
    nav>ul>li>.pull .title.resources-title+ul>li>a svg{flex-shrink: 0;}
    nav>ul>li>.pull .all-industries{padding:4px 4px 4px 16px;min-height: 0;}
    nav>ul>li>.pull .all-features{border-top: none;}
    nav>ul>li>.pull .all-features>a{justify-content: start;padding:4px 4px 4px 16px;}
    header ul>li.sm-flexible{padding-left: 12px;}
    header ul>li.sm-flexible>a{padding-left: 16px;padding-right: 16px;}
    header ul .start-fax{margin-left: 14px;margin-top: 12px;}

    header .title+.pull{display: none !important;}
    header .title.actived+.pull{display: block !important;}
    nav>ul>li>span, nav>ul>li:hover>span{background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8 10L12 14 16 10" style="stroke-linejoin:round;stroke:rgb(66,71,112)"/></svg>') 97% 50% no-repeat;}
    header .title.actived{background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path d="M16 14.1l-4-4-4 4" style="stroke-linejoin:round;stroke:rgb(66,71,112)"/></svg>') 97% 50% no-repeat;}


    #mb-nav.actived {display: block;}

    footer .tp .tp-wrapper{flex-direction: column;}
    footer .tp .link-group-left{margin-bottom: 20px;width: auto;border:none;}
    footer .tp .link-group{margin-bottom: 20px;padding:0;width: auto;border:none;}
    footer .tp .right{width: auto;margin-bottom: 20px;padding: 0;}
    footer .tp .link-group-left div .integrations{padding-top: 24px;}
    footer .tp .right>div{width: 100%;}


    /* 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%)
    }
    .popu-cont .popu-group{width: 95%;}
    
}

@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;} */
    .popu-cont .popu-group{padding-left: 8px;padding-right: 8px;}
    


    footer .bt>div{flex-direction: column;}

}

@media (max-width: 480px) {
    footer .bt>div p{padding-bottom: 8px;}
    footer .bt ul{display:grid;grid-template-columns: repeat(2,minmax(0,1fr));}
    
}

.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;
}