@font-face {
    font-family: 'Metropolis-Medium';
    src: url('../fonts/Medium/Metropolis-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Medium/Metropolis-Medium.otf')  format('opentype'),
    url('../fonts/Medium/Metropolis-Medium.woff') format('woff'),
    url('../fonts/Medium/Metropolis-Medium.ttf')  format('truetype'),
    url('../fonts/Medium/Metropolis-Medium.svg#Metropolis-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis-Bold';
    src: url('../fonts/Bold/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Bold/Metropolis-Bold.otf')  format('opentype'),
    url('../fonts/Bold/Metropolis-Bold.woff') format('woff'),
    url('../fonts/Bold/Metropolis-Bold.ttf')  format('truetype'),
    url('../fonts/Bold/Metropolis-Bold.svg#Metropolis-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Metropolis-Black';
    src: url('../fonts/Black/Metropolis-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Black/Metropolis-Black.otf')  format('opentype'),
    url('../fonts/Black/Metropolis-Black.woff') format('woff'),
    url('../fonts/Black/Metropolis-Black.ttf')  format('truetype'),
    url('../fonts/Black/Metropolis-Black.svg#Metropolis-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    padding: 0;
    margin: 0
}

*{
    padding: 0;
    margin: 0;
}

img, svg {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}

a {
    display: inline-block;
    color: #FF4081;
    text-decoration: none;
    -webkit-transition: all 25s;
    transition: all .25s;
}
a:hover{
    opacity: 1;
    color: #FF4081;
    text-decoration: underline;
}

::-moz-selection {
    color: #fff;
    background:  rgba(113,80,246,1);
}

::selection {
    color: #fff;
    background:  rgba(113,80,246,1);
}

body::-webkit-scrollbar {
    width: 12px;
}
body::-webkit-scrollbar-track {
    background: rgba(3,3,3, 0.7);
}
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(113,80,246,1);
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: #f2f2f2;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0, 0.3);
}

html,
body{
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    position: relative;
    width: 100%;
    background: #ffffff;
    font-size: 15px;
    color: #211818;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    padding: 0;
    margin: 0 0 10px;
    line-height: 1.3;
    letter-spacing: 1px;
    font-family: inherit;
    font-weight: 700;
}

h1{
    font-size: 40px;
    font-weight: normal;
    font-family: 'Metropolis-Black', sans-serif;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20px;
}
h5, h6{
    font-size: 18px;
}

.no_padding{
    padding: 0!important;
}

.tap{
    position: relative;
    display: inline-block;
    padding: 0 16px;
    margin: 0 auto;
    text-decoration: none;
    border: 0;
    border-bottom: 2px solid rgba(0,0,0, 0.25);
    border-radius: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: #7985FF;
    min-width: 200px;
    max-width: 400px;
    text-align: center;
    font-size: 14px;
    line-height: 48px;
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 1;
    overflow: hidden;
}
.tap:hover{
    background: #7985FF;
    color: #fff;
    text-decoration: none;
    box-shadow: none;
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}

.tap.red{
    background: #FF4081;
    border-color: #FF4081;
    box-shadow: rgba(0,0,0, .2) 0 0 40px;
}
.tap.red:hover{
    background: #302F50;
    border-color: #302F50;
    color: #fff;
    box-shadow: none;
}

.tap.green{
    background: #82B440;
    box-shadow: rgba(0,0,0, .2) 0 0 40px;
}
.tap.green:hover{
    background: #82B440;
    color: #fff;
    box-shadow: none;
}

.tap svg{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px
}

.hide{
    display: none;
}


.heartbeat {
    -webkit-animation: heartbeat 2s infinite;
    animation: heartbeat 2s infinite;
}

.next_step{
    margin-top: 30px;
}

.gray_text{
    color: #999;
    font-style: italic;
}

.mt10{margin-top: 10px}
.mt15{margin-top: 15px}
.mt20{margin-top: 20px}
.mt30{margin-top: 30px}
.mt40{margin-top: 40px}
.mt50{margin-top: 50px}
.mt60{margin-top: 60px}
.mt100{margin-top: 100px}

.show {
    position: relative;
    padding: 0 30px;
    text-align: left;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 40px;
}
.show h2 {
    font-size: 60px;
    color: #ffffff;
    line-height: 1;
    margin: 0 0 5px 0;
    font-family: 'Metropolis-Black', sans-serif;
}
.show h2 > span{
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.show .sf-description{
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.show ul{
    display: block;
    padding: 0;
    margin: 20px 0;
    list-style: none;
    line-height: 2;
}
.show ul > li{
    display: block;
    position: relative;
    padding: 0;
}
.show ul > li svg{
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 8px;
}
.show h3{
    font-size: 20px;
}


#intro{
    position: relative;
    display: flex;
    padding: 60px 0;
    align-items: center;
    min-height: calc(100vh - 120px);
    background: linear-gradient(45deg, rgba(100,71,218,1) 30%, rgba(253,125,201,1) 100%);
}
.particles {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#intro .simple-container,
#intro .container{
    position: relative;
    z-index: 9;
    width: 100%;
}

.simple-container.sm{
    max-width: 1000px;
}

.hide{
    display: none!important;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}
.flex.spacing{
    margin-left: -15px;
    margin-right: -15px;
}
.flex > *{
    padding-left: 15px;
    padding-right: 15px;
}
.flex.middle{
    align-items: center;
}

.simple-call-to-action{
    margin-top: 40px;
    font-size: 15px;
}

.average{
    font-size: 13px;
}
.presentation{
    margin-bottom: 40px;
}
.like{
    margin-top: 5px;
}
.best-rated{
    position: relative;
    top: 4px;
    font-size: 90%;
}
.best-rated svg{
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.best-rated span{
    opacity: 0.7;
}

#intro .sf-short-response{
    color: #fff;
    font-family: Metropolis-Bold, sans-serif;
    font-weight: normal;
}

.scroll-down{
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -30px;
    opacity: 0.7;
}

.vh-100{
    min-height: 100vh;
}

.section{
    padding: 50px 0;
}

.section-title{
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
.section-title h2{
    font-size: 36px;
    color: #20292f;
    font-weight: 700;
    margin-top: 0;
}
.section-title h3{
    font-size: 30px;
}
.section-title h2 span{
    display: block;
    font-size: 14px;
    opacity: 0.6;
}

.product-info-col{
    margin-bottom: 15px;
    font-size: 15px;
    color: #666666;
    padding: 0 10px;
}
.product-info-col h4{
    color: #333333;
    font-size: 18px;
}

#docs{
    background-color: #fafafa;
}

.docs-wrapper{
    position: relative;
    z-index: 11;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 8px 40px 0 rgba(103, 151, 255, 0.12), 0 12px 60px 0 rgba(103, 151, 255, 0.12);
}

.content-grid{
    display: flex;
    position: relative;
}
.content-grid > div:first-child{
    width: 270px;
}
.content-grid > div:last-child{
    width: calc(100% - 270px);
}

.form-heading h4{
    font-family: Metropolis-Black, sans-serif;
}
.form-heading img{
    max-width: 60px!important;
}

.scroll_y{
    overflow-y: auto;
}

.sidebar{
    position: absolute;
    z-index: 15;
    left: -300px;
    top: 0;
    bottom: 0;
    font-size: 14px;
    width: 270px;
    height: 100%;
    background-color: #fff;
    animation-delay: 0.3s;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    box-shadow: rgba(0,0,0, 0.2) 0 0 40px;
}

.sidebar.default > div{
    padding-top: 80px;
    padding-bottom: 100px;
}

.sidebar.sticky{
    position: sticky;
    height: 100vh;
    margin: 0 0 0 -300px;
}

.sidebar.active{
    left: 0;
}
.sidebar.sticky.active{
    margin: 0;
}

.sidebar-toggle{
    position: fixed;
    z-index: 93;
    top: 15px;
    left: 0;
    width: 60px;
    height: 50px;
    border-radius: 0 30px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #333333;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    user-select: none;
    box-shadow: rgba(0,0,0, 0.15) 0 0 15px;
}

.sidebar-toggle.docs-toggle{
    top: 70px;
}


.sidebar-toggle:hover{
    background-color: #eee;
}

.sidebar-toggle > div {
    position: relative;
    top:-1px;
}
.sidebar-toggle > div > img{
    vertical-align: middle;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
.sidebar-toggle:hover > div > img{
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

.sidebar-toggle > div > span{
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #666666;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.sidebar-toggle > div > span:nth-child(1){
    top: 0;
}
.sidebar-toggle > div > span:nth-child(2){
    top: 50%;
    margin-top: -1px;
}
.sidebar-toggle > div > span:nth-child(3){
    top: calc(100% - 2px);
}

.sidebar-toggle.active > div > span:nth-child(1){
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sidebar-toggle.active > div > span:nth-child(2){
    opacity: 0;
}
.sidebar-toggle.active > div > span:nth-child(3){
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sidebar.white{
    color: #ffffff;
    background: #565FC7;
    z-index: 20;
}
.sidebar.white ul {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sidebar.white ol{
    padding-left: 20px;
}
.sidebar.white ul > li > a {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.sidebar.white ul > li > a:hover {
    color: #ffffff;
}
.sidebar.white ul > li.active,
.sidebar.white ul > li:hover{
    background-color: #7985FF;
    color: #ffffff;
}
.sidebar.white ul > li:hover a,
.sidebar.white ul > li.active a{
    color: #ffffff;
}

.sidebar.white  .sidebar-section h4{
    color: #fff;
    font-size: 16px;
}


.sidebar > div{
    padding: 30px 20px;
}
.sidebar-section{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.sidebar > div .sidebar-section:last-child{
    margin-bottom: 0;
    border: 0;
}
.sidebar-section h4{
    color: #111111;
    font-size: 13px;
}

.sidebar-section.profile{
    text-align: center;
    padding-bottom: 0;
}
.sidebar-section.profile .profile-image{
    margin-bottom: 5px;
}
.sidebar-section.profile .profile-image img{
    max-width: 80px;
}
.sidebar.white .sidebar-section.profile .profile-name{
    color: #ffffff;
}
.sidebar .sidebar-section.profile .profile-name{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}
.sidebar-section.profile .profile-description{
    font-size: 13px;
    font-weight: bold;
}

.sidebar ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar ul > li{
    display: block;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    color: #333333;
    font-weight: 700;
    padding: 0;
    user-select: none;
    font-size: 13px;
    border: 1px solid transparent;
}
.sidebar ul.with-padding > li{
    padding: 6px 10px;
}
.sidebar ul > li > a{
    display: block;
    width: 100%;
    padding: 6px 10px;
    color: #333333;
    text-decoration: none;
    background-color: transparent;
}
.sidebar ul > li:hover{
    background-color: #eeeeee;
    color: #727CF0;
}
.sidebar ul > li.active {
    background-color: #eeeeee;
    color: #727CF0;
}
.sidebar ul > li.active > a{
    color: #727CF0;
}

.list-divider{
    margin-bottom: 20px;
}

.anchor{
    padding: 20px 0;
}

.docs-title{
    margin-bottom: 30px;
    margin-top: 60px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #eee;
}
.docs-title.first{
    margin-top: 0;
}
.docs-title > div:first-child{
    width: 150px;
}
.docs-title > div:last-child{
    width: calc(100% - 150px);
}
.doc-content{
    padding: 20px 40px;
}
.docs-title svg{
    width: 40px;
    height: 40px;
    position: relative;
}
.docs-title .doc-icon.fly-icon svg{
    left: -4px;
    width: 34px;
    height: 34px;
}

.doc-content h1:first-child,
.doc-content h2:first-child,
.doc-content h3:first-child,
.doc-content h4:first-child,
.doc-content h5:first-child,
.doc-content h6:first-child {
    margin-top: 0;
}

.doc-content h2{
    font-size: 30px;
}

.doc-content p {
    margin-bottom: 20px;
}
.doc-content :last-child{
    margin-bottom: 0!important;
}

.doc-icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    color: #fff;
    fill: #fff;
    box-shadow: rgba(0,0,0, 0.3) 0 0 40px;
}

.doc-icon.blue{
    background-color: #7372E4;
    box-shadow: rgba(64,104,254, 0.5) 0 0 40px;
}
.doc-icon.green{
    background-color: rgb(131,181,66);
    box-shadow: rgba(131,181,66, 0.5) 0 0 40px;
}
.doc-icon.dark-green{
    background-color: rgb(21,98,104);
    box-shadow: rgba(21,98,104, 0.5) 0 0 40px;
}
.doc-icon.yellow{
    background-color: rgb(253,207,109);
    box-shadow: rgba(253,207,109, 0.5) 0 0 40px;
}
.doc-icon.orange{
    background-color: rgb(255,146,75);
    box-shadow: rgba(255,146,75, 0.5) 0 0 40px;
}
.doc-icon.red{
    background-color: rgb(255,10,54);
    box-shadow: rgba(255,10,54, 0.5) 0 0 40px;
}
.doc-icon.dark-red{
    background-color: rgb(131,37,38);
    box-shadow: rgba(131,37,38, 0.5) 0 0 40px;
}
.doc-icon.purple{
    background-color: rgb(126,98,201);
    box-shadow: rgba(126,98,201, 0.5) 0 0 40px;
}
.doc-icon.purple2{
    background-color: rgb(223,114,204);
    box-shadow: rgba(223,114,204, 0.5) 0 0 40px;
}

.doc-icon.black{
    background-color: rgb(27,28,32);
    box-shadow: rgba(27,28,32, 0.5) 0 0 40px;
}

.doc-icon.pink{
    background-color: rgb(250,49,143);
    box-shadow: rgba(250,49,143, 0.5) 0 0 40px;
}




.sidebar li svg{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    fill: #ffffff;
    position: relative;
    top: -1px
}
.sidebar li:hover svg,
.sidebar li.active svg{
    fill: #ffffff;
}

.color-item{
    position: relative;
    z-index: 3;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid transparent;
    box-shadow: rgba(0,0,0, 0.15) 0 0 15px;
    user-select: none;
    cursor: pointer;
}
.color-item:hover{
    transform: scale(1.05);
}
.color-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.color-item.white{
    background-color: #ffffff
}
.color-item.white:before{
    border-color: #ccc;
}
.color-item.dark{
    background-color: #18191A;
}
.color-item.purple{
    background: #7C4FD7;
}
.color-item.red{
    background: #BD0712;
}
.color-item.green{
    background: #5DA63B;
}
.color-item.blue{
    background: #8A89F0;
}
.color-item.faded-light{
    background: rgba(255,255,255, 1);
}
.color-item.faded-light:before{
    border-color: #ccc;
}
.color-item.faded-dark{
    background: rgba(0,0,0, .5);
}

.sidebar ul > li .color-item{
    margin-right: 5px;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sidebar ol{
    padding-left: 15px;
}
.sidebar ol > li{
    font-size: 16px;
    padding-left: 5px;
}

.sidebar .tap{
    margin-bottom: 8px;
}

.no-click{
    pointer-events: none!important;
}
.no-shadow{
    box-shadow: none!important;
}

.content{
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}
.content p{
    margin: 0 0 20px 0;
}
.content strong{
    color: #727CF0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    margin-top: 30px;
}

.content ol,
.content ul{
    padding-left: 20px;
    margin: 20px 0;
}
.content ol > li,
.content ul > li{
    padding-left: 15px;
    margin-bottom: 5px;
}

.content > *:first-child{
    margin-top: 0;
}

pre {
    max-height: 500px;
    overflow-y: auto;
}
pre::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
pre::-webkit-scrollbar-track {
    background: #eeeeee;
}
pre::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0, 0.2);
}

pre {
    position: relative;
}
pre, code{
    font-size: 14px!important;
}


.inline{
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: 700;
    line-height: 1;
    margin: 0 3px;
    font-size: 85%;
    background-color: #F0E8E2;
}

.table-wrapper{
    overflow-y: auto;
}
table{
    border: 0;
    border-collapse: collapse;
    margin: 15px 0;
    width: 100%;
    min-width: 800px;
}
table th{
    text-align: left;
    vertical-align: middle;
}
table th, table td{
    font-size: 15px;
    padding: 8px 12px;
    border-bottom: 2px solid #eaeaea;
}
table td{
    vertical-align: top;
}

#preloader{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    background: linear-gradient(45deg, #6447da 30%, #fd7dc9 100%);
}
#preloader h2{
    font-size: 40px;
    color:#fff;
    margin-bottom: 10px;
    font-family: Metropolis-Black, sans-serif;
}

.info-box{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 100px 60px;
    margin: 0;
    color: #333;
    font-weight: bold;
    font-size: 20px;
    background-color: #eee;
    border-radius: 30px;
    text-decoration: none;
}
.info-box:hover{
    text-decoration: none;
}

.sidebar-copy{
    font-size: 12px;
    font-weight: bold;
    padding-top: 40px;
    text-align: center;
}

.demo-grid {
    font-size: 15px;
}
.demo-grid .grid > div{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ECE6E3;
    text-align: center;
}
.demo-grid .grid > div:not(:last-child){
    border-right: 2px solid #ccc;
}

.success-page{
    display: flex;
    align-items: center;
    justify-content: center;
    background:linear-gradient(45deg, rgba(100,71,218,1) 30%, rgba(253,125,201,1) 100%);
}

.scroll-top{
    position: fixed;
    z-index: 99;
    bottom: 100px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #7372E4;
    opacity: 0.85;
    box-shadow: rgba(64, 104, 254, 0.3) 0 0 40px;
    transition: all .15s ease-out;
}
.scroll-top.active{
    display: flex;
}
.scroll-top:hover{
    opacity: 1;
}

.docs-item{
    position: relative;
}

.settings-container{
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}

.settings-row{
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 8px 10px;
    border-radius: 8px;
    background-color: rgba(0,0,0, 0.25);
}
.settings-row h4{
    font-size: 11px;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 0 10px 12px;
    line-height: 1;
    text-transform: uppercase;
}

.settings-flex{
    display: flex;
    align-items: center;
}
.settings-flex > div{
    padding: 0 8px;
}

.copy-btn{
    position: absolute;
    z-index: 9;
    top: 8px;
    left: 12px;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 4px;
    user-select: none;
    cursor: pointer;
    background-color: rgba(0,0,0, 0.3);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    opacity: 0;
}
pre:hover .copy-btn{
    opacity: 1;
}
.copy-btn:hover{
    background-color: rgba(0,0,0, 0.5);
}

.copy{
    text-align: center;
    font-size: 12px;
    color: #999999;
    padding-top: 20px;
}

.swiper-container {
    cursor: ew-resize;
    background: linear-gradient(45deg, rgb(100, 71, 218) 30%, rgb(253, 125, 201) 100%);
}
.swiper-slide {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    position: relative;
}
.swiper-slide > div{
    width: 100%;
}
.swiper-slide.with-overlay:before{
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.3);
}

.swiper-button-prev:after,
.swiper-button-next:after{
    color: #ffffff;
}

.slide-item{
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-attachment: fixed!important;
}
.slide-item > div{
    width: 100%;
}

.slide-content{
    padding: 80px 0;
}

.slide-title{
    color: #ffffff;
    text-align: center;
    padding-bottom: 80px;
    font-size: 17px
}
.slide-title p{
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.slide-title h2{
    font-size: 48px;
    letter-spacing: 1px;
    padding: 0;
    margin: 0 0 15px 0;
    text-shadow: rgba(0,0,0, 0.12) 4px 4px;
}

.show-title{
    position: relative;
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 40px;
}
.show-title h3{
    font-size: 64px;
    line-height: 1;
    letter-spacing: 2px;
    padding: 0;
    margin: 0 0 20px 0;
    font-family: 'Metropolis-Black', sans-serif;
}
.show-title p{
    max-width: 420px;
}

.show-title.text-center p{
    margin-left: auto;
    margin-right: auto;
}

.media-icon{
    display: block;
    position: relative;
    padding: 15px 0 0 0;
    margin: 0;
    max-width: 420px;
}
.media-icon img{
    max-width: 150px;
}

.swiper-pagination{
    padding-bottom: 20px;
}
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    opacity: 0.3;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet{
    background-color: #fff;
}
.swiper-pagination-bullet-active{
    opacity: 1;
}

.icon-box{
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 30px;
    text-align: center;
    font-size: 15px;
    background-color: #ffffff;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.icon-box:hover{
    box-shadow: rgba(0,0,0, 0.1) 0 0 40px;
}

.icon-box-image{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 125px;
}
.icon-box-image img{
    max-width: 90px;
}
.icon-box h4{
    line-height: 1.4;
    font-size: 18px;
}

.spacing30{
    height: 30px;
}
.spacing40{
    height: 30px;
}

.reflect-x-right{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section.generator{
    min-height: 100vh;
}
.generator-output{
    background: #ffffff;
    padding: 25px 30px;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: rgba(0,0,0, 0.05) 0 0 40px;
    transition: all .25s ease-out;
}
.generator-output:hover{
    box-shadow: rgba(0,0,0, 0.15) 0 0 40px;
}
.generator-output.active{
    border: 4px solid #7984FE;
    box-shadow: rgba(0,0,0, 0.15) 0 0 40px;
}

.generator-result{
    box-shadow: rgba(0,0,0, 0.15) 0 0 40px;
}

.gradient{
    background: #eeeeee;
}

ol, ul{
    padding-left: 15px;
    margin-bottom: 15px;
}

.tip{
    display: inline-block;
    position: absolute;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 12px;
    box-shadow: rgba(0,0,0, 0.2) 0 0 20px;
    background-color: #ffffff;
    white-space: nowrap;
    font-weight: 600;
    line-height: 1.4;
    opacity: 0;
    -webkit-animation: showIn 0.35s ease-in-out;
    -moz-animation: showIn 0.35s ease-in-out;
    animation: showIn 0.35s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.tip.right{
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tip.hello-tip.right{
    left: calc( 100% + 8px);
}

.hello-tip:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #ffffff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -8px;
    margin-top: -5px;
}

.scroll-for-more a{
    color: #ffffff;
}
.scroll-for-more svg{
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -1px
}



.noscroll{
    overflow: hidden!important;
}
.smooth-scroll{}
.zdx{}

@media (max-width: 1300px){
    #intro{
        padding-left: 0;
    }

    .content-grid > div:first-child{
        width: auto;
    }
    .content-grid > div:last-child{
        width: 100%;
    }

    .sidebar.sticky{
        position: fixed;
    }
}

@media (max-width: 991px){
    .flex{
        flex-wrap: wrap;
    }
    .flex.spacing{
        margin-left: 0;
        margin-right: 0;
    }
    .flex.spacing > *{
        padding-left: 0;
        padding-right: 0;
    }
}

.large-spacing{
    height: 30px;
}

@media (max-width: 767px){

    .slide-item{
        min-height: auto;
        height: auto;
        display: block;
    }

    .section{
        padding: 20px 0;
    }

    .section-title{
        margin-bottom: 30px;
    }

    .docs-title{
        display: block;
        padding: 20px 0;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .docs-title > div{
        width: 100%!important;
    }
    .doc-icon{
        width: 60px;
        height: 60px;
        margin: 0;
    }

    .doc-content{
        padding: 20px 0;
    }

    .doc-content h2{
        font-size: 18px;
    }

    .content{
        font-size: 15px;
    }

    .icon-box{
        margin-bottom: 15px;
    }
    .icon-box h4{
        font-size: 17px;
        margin: 15px 0;
    }
    .icon-box-image{
        min-height: 90px;
    }
    .icon-box-image img {
        max-width: 80px;
    }

    h1{
        font-size: 30px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 20px;
    }
    h4{
        font-size: 18px;
    }
    h5, h6{
        font-size: 17px;
    }

    pre code{
        font-size: 13px!important;
    }
}

@media (max-width: 480px){

    pre {
        margin: 20px 0!important;
    }
    table pre{
        margin-top: 15px!important;
    }

    pre, code{
        font-size: 12px!important;
    }

    .show-title{
        font-size: 16px;
        text-align: center;
    }
    .show-title h3{
        font-size: 40px;
    }

    .section-title{
        font-size: 16px;
        text-align: center;
    }
    .section-title h2{
        font-size: 26px;
    }

    .docs-title{
        margin-top: 30px;
    }

    table th, table td{
        font-size: 13px;
    }


    .best-rated{
        margin-top: 20px;
    }

    .sidebar{
        position: fixed;
        height: 100%;
    }
    .sidebar.default > div{
        padding-bottom: 30px;
    }

    .sidebar-toggle{
        width: 50px;
        height: 50px;
    }
    .sidebar-toggle > div > img{
        width: 25px;
        height: 25px;
    }

    #scroll-top{
        display: none;
    }

    .simple-call-to-action .flex{
        flex-direction: column;
        text-align: center;
    }
    .simple-call-to-action .flex > div:not(:last-child) .tap{
        margin-bottom: 8px;
    }
    .show {
        padding: 0;
        text-align: center;
    }
    .show h2 {
        font-size: 40px;
    }
    .show h2 > span{
        display: none;
        font-size: 15px;
        font-family: inherit
    }

    .show .sf-description{
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .presentation .flex{
        justify-content: center;
    }

    .show .sf-description ul{
        text-align: left;
        display: table;
        margin: 0 auto;
    }

    .simple-call-to-action{
        text-align: center;
    }
}


@-webkit-keyframes showSidebar{
    0%{
        left: -300px;
    }
    100%{
        left: 0;
    }
}

@-webkit-keyframes fadeIn{
    0%{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@-o-keyframes fadeIn{
    0%{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@-webkit-keyframes heartbeat
{
    0%
    {
        transform: scale( .75 );
    }
    20%
    {
        transform: scale( 1 );
    }
    40%
    {
        transform: scale( .75 );
    }
    60%
    {
        transform: scale( 1 );
    }
    80%
    {
        transform: scale( .75 );
    }
    100%
    {
        transform: scale( .75 );
    }
}
@keyframes heartbeat
{
    0%
    {
        transform: scale( .75 );
    }
    20%
    {
        transform: scale( 1 );
    }
    40%
    {
        transform: scale( .75 );
    }
    60%
    {
        transform: scale( 1 );
    }
    80%
    {
        transform: scale( .75 );
    }
    100%
    {
        transform: scale( .75 );
    }
}


/* PrismJS 1.23.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript&plugins=line-highlight+line-numbers */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
    color: black;
    background: none;
    text-shadow: 0 1px white;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;

    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;

    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
    text-shadow: none;
    background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
    text-shadow: none;
    background: #b3d4fc;
}

@media print {
    code[class*="language-"],
    pre[class*="language-"] {
        text-shadow: none;
    }
}

/* Code blocks */
pre[class*="language-"] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
    background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: slategray;
}

.token.punctuation {
    color: #999;
}

.token.namespace {
    opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
    color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
    color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
    color: #9a6e3a;
    /* This background color was intended by the author of this theme. */
    background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #07a;
}

.token.function,
.token.class-name {
    color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
    color: #e90;
}

.token.important,
.token.bold {
    font-weight: bold;
}
.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help;
}

pre[data-line] {
    position: relative;
    padding: 1em 0 1em 3em;
}

.line-highlight {
    position: absolute;
    left: 0;
    right: 0;
    padding: inherit 0;
    margin-top: 1em; /* Same as .prism’s padding-top */

    background: hsla(24, 20%, 50%,.08);
    background: linear-gradient(to right, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));

    pointer-events: none;

    line-height: inherit;
    white-space: pre;
}

@media print {
    .line-highlight {
        /*
         * This will prevent browsers from replacing the background color with white.
         * It's necessary because the element is layered on top of the displayed code.
         */
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}

.line-highlight:before,
.line-highlight[data-end]:after {
    content: attr(data-start);
    position: absolute;
    top: .4em;
    left: .6em;
    min-width: 1em;
    padding: 0 .5em;
    background-color: hsla(24, 20%, 50%,.4);
    color: hsl(24, 20%, 95%);
    font: bold 65%/1.5 sans-serif;
    text-align: center;
    vertical-align: .3em;
    border-radius: 999px;
    text-shadow: none;
    box-shadow: 0 1px white;
}

.line-highlight[data-end]:after {
    content: attr(data-end);
    top: auto;
    bottom: .4em;
}

.line-numbers .line-highlight:before,
.line-numbers .line-highlight:after {
    content: none;
}

pre[id].linkable-line-numbers span.line-numbers-rows {
    pointer-events: all;
}
pre[id].linkable-line-numbers span.line-numbers-rows > span:before {
    cursor: pointer;
}
pre[id].linkable-line-numbers span.line-numbers-rows > span:hover:before {
    background-color: rgba(128, 128, 128, .2);
}

pre[class*="language-"].line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber;
}

pre[class*="language-"].line-numbers > code {
    position: relative;
    white-space: inherit;
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em; /* works for line-numbers below 1000 lines */
    letter-spacing: -1px;
    border-right: 1px solid #999;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.line-numbers-rows > span {
    display: block;
    counter-increment: linenumber;
}

.line-numbers-rows > span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: 0.8em;
    text-align: right;
}


@-webkit-keyframes showIn { 0%{opacity: 0} 100%{opacity: 1} }
@-moz-keyframes showIn { 0%{opacity: 0} 100%{opacity: 1} }
@keyframes showIn { 0%{opacity: 0} 100%{opacity: 1} }

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }