.cf:before,
.cf:after {
    content: " ";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom: 1
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative
}

img {
    max-width: 100%
}

ul,
ol {
    padding-left: 1.4em;
    overflow: hidden
}

header,
main,
footer,
table,
figure,
blockquote,
pre,
ul,
ol {
    margin-bottom: 0
}

p+header,
p+main,
p+footer,
p+table,
p+figure,
p+blockquote,
p+pre,
p+ul,
p+ol {
    margin-top: 0
}

picture {
    display: block
}

li ol,
li ul {
    margin-bottom: 0
}

a {
    text-decoration: none;
    cursor: pointer
}

h1,
h2,
h3 {
    display: inline-block
}

input,
button,
textarea,
select {
    font: inherit;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none
}

input:focus,
button:focus,
textarea:focus,
select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio
}

html,
:root {
    font-family: Roboto, sans-serif;
    font-size: 100%;
    line-height: 1.6;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ebf2f9
}

@media(min-device-pixel-ratio:2) {
    html,
    :root {
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: auto
    }
}

@keyframes heart {
    0% {
        transform: scale(1)
    }
    15% {
        transform: scale(1.2)
    }
    30% {
        transform: scale(1)
    }
    45% {
        transform: scale(1.2)
    }
    60% {
        transform: scale(1)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes shine {
    0% {
        transform: scale(1);
        opacity: .4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"
    }
    25% {
        transform: scale(1);
        opacity: .4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"
    }
    50% {
        transform: scale(1.2);
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
    }
    75% {
        transform: scale(1);
        opacity: .4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"
    }
    100% {
        transform: scale(1);
        opacity: .4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    background: #000
}

.fullWidth {
    width: 100%
}

h1 {
    font-size: 88px;
    font-weight: 300;
    color: #ebf2f9;
    line-height: 1.1
}

@media screen and (max-width:1024px) {
    h1 {
        font-size: 68px
    }
}

@media screen and (max-width:768px) {
    h1 {
        font-size: 50px
    }
}

@media screen and (max-width:414px) {
    h1 {
        font-size: 44px
    }
}

@media screen and (max-width:375px) {
    h1 {
        font-size: 36px
    }
}

.site [class|=confetti] {
    position: absolute
}

.site .red {
    background-color: #d13447
}

.site .yellow {
    background-color: #ffbf00
}

.site .blue {
    background-color: #263672
}

.overlay-gradient {
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%
}

.overlay-gradient .overlay-confetti {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/assets/images/header-background-confetti.svg) no-repeat;
    background-position: 50% 10%;
    background-size: 2560px 890px;
    position: absolute;
    top: 0;
    z-index: 0
}

.overlay-gradient .overlay-top {
    background-image: linear-gradient(-134deg, #ffffff 0, #ffffff 100%), linear-gradient(-180deg, transparent 76%, #000 100%);
    opacity: .36;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=36)";
    position: absolute;
    top: 0;
    width: 100%;
    height: 1100px
}

@media screen and (max-width:1024px) {
    .overlay-gradient .overlay-top {
        height: 1000px
    }
}

.overlay-gradient .overlay-bottom {
    background-image: linear-gradient(-180deg, transparent 76%, #000 100%);
    display: block;
    height: 1100px;
    z-index: 1
}

@media screen and (max-width:1024px) {
    .overlay-gradient .overlay-bottom {
        height: 1000px
    }
}

@media screen and (max-width:1024px) {
    .overlay-gradient {
        height: 1000px
    }
}

.confetti-rain {
    pointer-events: none;
    position: absolute;
    height: 80vh;
    width: 100%;
    top: 0
}

.confetti-rain .original-shape {
    display: none
}

.subtitle {
    font-size: 60px;
    color: #c7daee;
    margin-bottom: 40px
}

.special {
    font-weight: 800;
    background: linear-gradient(90deg, #5ae7ff 0, #2ca7ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 4px
}

h2 {
    font-weight: 800;
    font-size: 40px;
    color: #efdaff;
    line-height: 1.2
}

@media screen and (max-width:1024px) {
    h2 {
        font-size: 32px
    }
}

@media screen and (max-width:768px) {
    h2 {
        font-size: 28px
    }
}

@media screen and (max-width:414px) {
    h2 {
        font-size: 24px
    }
}

.quote {
    color: #700038;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4
}

h3 {
    font-weight: 800;
    font-size: 28px;
    color: #3c424f;
    line-height: 1.2
}

@media screen and (max-width:1024px) {
    h3 {
        font-size: 24px
    }
}

@media screen and (max-width:768px) {
    h3 {
        font-size: 22px
    }
}

@media screen and (max-width:414px) {
    h3 {
        font-size: 20px
    }
}

.subheading {
    margin-bottom: 40px;
    font-weight: 100;
    font-size: 22px;
    color: #efdaff;
    line-height: 1.5
}

h4 {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    margin-bottom: 8px !important
}

p {
    font-size: 20px
}

@media screen and (max-width:1024px) {
    p {
        font-size: 18px
    }
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 40px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media screen and (max-width:768px) {
    .container {
        padding-right: 32px;
        padding-left: 32px
    }
}

@media screen and (max-width:414px) {
    .container {
        padding-right: 24px;
        padding-left: 24px
    }
}

.container .centered {
    text-align: center
}

.container .text-content {
    max-width: 608px;
    margin: 0 auto
}

.container .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row
}

@media screen and (max-width:1024px) {
    .container .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.container .one-of-two {
    max-width: 510px
}

@media screen and (max-width:1280px) {
    .container .one-of-two {
        padding-right: 32px;
        padding-left: 32px
    }
    .container .one-of-two:first-child {
        padding-left: 0
    }
    .container .one-of-two:last-child {
        padding-right: 0
    }
}

@media screen and (max-width:1024px) {
    .container .one-of-two {
        width: 50%;
        max-width: 100%;
        padding-right: 24px;
        padding-left: 24px
    }
    .container .one-of-two:nth-child(odd) {
        padding-left: 0
    }
    .container .one-of-two:nth-child(even) {
        padding-right: 0
    }
}

@media screen and (max-width:614px) {
    .container .one-of-two {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.container .third {
    max-width: 340px
}

@media screen and (max-width:1280px) {
    .container .third {
        padding-right: 32px;
        padding-left: 32px
    }
    .container .third:first-child {
        padding-left: 0
    }
    .container .third:last-child {
        padding-right: 0
    }
}

@media screen and (max-width:1024px) {
    .container .third {
        width: 50%;
        max-width: 100%;
        padding-right: 24px;
        padding-left: 24px
    }
    .container .third:nth-child(odd) {
        padding-left: 0
    }
    .container .third:nth-child(even) {
        padding-right: 0
    }
}

@media screen and (max-width:414px) {
    .container .third {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
}

.container-small {
    max-width: 980px
}

.full {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto
}

.half {
    width: 50%;
    max-width: 50%
}

.maxwidth-m {
    width: 448px
}

section,
.section {
    padding: 144px 0
}

@media screen and (max-width:1024px) {
    section,
    .section {
        padding: 96px 0
    }
}

@media screen and (max-width:768px) {
    section,
    .section {
        padding: 80px 0
    }
}

@media screen and (max-width:414px) {
    section,
    .section {
        padding: 56px 0
    }
}

.flex {
    display: -ms-flexbox;
    display: flex
}

.flex-row {
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-center {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.h-evenly {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.h-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.v-center {
    -ms-flex-align: center;
    align-items: center
}

.v-bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.margin-bottom-xs {
    margin-bottom: 16px
}

.margin-bottom-s {
    margin-bottom: 24px
}

.margin-bottom-m {
    margin-bottom: 80px
}

.margin-none {
    margin: 0 !important
}

.padding-xl {
    padding: 144px 0
}

.strip-top {
    padding-top: 0
}

.strip-bottom {
    padding-bottom: 0
}

svg {
    display: block
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    background-color: #ff007e;
    color: white;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all .25s ease-in-out;
    box-shadow: 0 2px 50px 0 rgba(255, 0, 126, .18)
}

.btn:hover {
    transition: all .25s ease-in-out;
    box-shadow: 0 3px 17px 4px rgba(0, 214, 185, .3)
}

.site-header {
    pointer-events: none
}

.site-header .confetti-video {
    position: relative;
    background: url(/assets/images/laptop@2x.png) no-repeat top left transparent;
    background-size: 100%;
    width: 100%;
    max-width: 949px;
    height: 100%;
    min-height: 550px;
    max-height: 550px;
    pointer-events: none;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:1280px) {
    .site-header .confetti-video {
        width: 960px;
        min-height: 600px;
        max-height: 600px
    }
}

@media screen and (max-width:1024px) {
    .site-header .confetti-video {
        width: 720px;
        min-height: 450px;
        max-height: 450px
    }
}

@media screen and (max-width:768px) {
    .site-header .confetti-video {
        width: 580px;
        min-height: 350px;
        max-height: 350px
    }
}

@media screen and (max-width:615px) {
    .site-header .confetti-video {
        width: 475px;
        min-height: 300px;
        max-height: 300px
    }
}

@media screen and (max-width:515px) {
    .site-header .confetti-video {
        width: 350px
    }
}

@media screen and (max-width:414px) {
    .site-header .confetti-video {
        width: 300px;
        min-height: 200px;
        max-height: 200px
    }
}

.site-header .confetti-video iframe {
    position: absolute;
    border-radius: 2px;
    top: 36px;
    left: 113px;
    width: 724px;
    height: 453px;
    z-index: 100;
    pointer-events: all
}

@media screen and (max-width:1280px) {
    .site-header .confetti-video iframe {
        top: 36px;
        left: 113px;
        width: 723px;
        height: 453px
    }
}

@media screen and (max-width:1024px) {
    .site-header .confetti-video iframe {
        top: 27px;
        left: 86px;
        width: 549px;
        height: 343px
    }
}

@media screen and (max-width:768px) {
    .site-header .confetti-video iframe {
        top: 22px;
        left: 69px;
        width: 443px;
        height: 276px
    }
}

@media screen and (max-width:615px) {
    .site-header .confetti-video iframe {
        top: 18px;
        left: 57px;
        width: 362px;
        height: 226px
    }
}

@media screen and (max-width:515px) {
    .site-header .confetti-video iframe {
        top: 12px;
        left: 42px;
        width: 266px;
        height: 168px
    }
}

@media screen and (max-width:414px) {
    .site-header .confetti-video iframe {
        top: 11px;
        left: 36px;
        width: 228px;
        height: 143px
    }
}

.site-header .cta {
    pointer-events: none;
    padding-top: 104px !important
}

.site-header .cta h1 {
    font-family: Jaldi, sans-serif;
    font-weight: 700;
    font-size: 100px
}

.site-header .cta .confetti-logo {
    margin-bottom: 35px
}

.site-header .cta .confetti-logo svg {
    display: inline;
    margin-left: -10px
}

@media screen and (max-width:515px) {
    .site-header .cta .confetti-logo h1 {
        font-size: 60px
    }
    .site-header .cta .confetti-logo svg {
        width: 60px;
        height: 60px;
        margin-left: 0
    }
}

.site-header .download-area {
    margin-top: 80px;
    z-index: 1
}

.site-header .download-area #downloadButton {
    pointer-events: all
}

.site-header .download-area .arrow {
    display: inline-block;
    margin-right: 20px;
    top: 7px;
    float: left
}

.site-header .download-area .download-now {
    font-family: Jaldi, sans-serif;
    font-weight: 700;
    font-size: 24px
}

.site-header .download-area .plugin-download-info {
    color: #700038;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    display: block;
    font-size: 12px;
    text-align: left;
    margin-top: -5px;
    margin-bottom: 5px
}

.features {
    z-index: 1;
    padding-top: 0
}

@media screen and (max-width:1024px) {
    .features {
        margin-top: 20px
    }
}

.features .feature-icon {
    width: 65px;
    float: left;
    min-height: 200px
}

.features .feature-icon svg {
    position: absolute;
    top: 5px
}

.features .feature {
    color: #67738a
}

.features .feature p {
    font-size: 17px
}

.features .feature b {
    color: #fff;
    font-weight: 400
}

.testimonial {
    background-image: linear-gradient(-180deg, #d2faf6 0, #fff 100%)
}

.testimonial .user {
    max-width: 168px;
    margin-right: 128px
}

@media screen and (max-width:1024px) {
    .testimonial .user {
        margin-right: 80px
    }
}

.testimonial .user .photo {
    width: 168px;
    height: 168px;
    border: 16px solid #fff;
    background-image: url(https://s3.amazonaws.com/uifaces/faces/twitter/zeldman/128.jpg);
    box-shadow: 0 2px 30px 0 #a5f3e9
}

.testimonial .user .info .name,
.testimonial .user .info .handle {
    font-size: 16px
}

.testimonial .user .info .name {
    margin-bottom: 4px;
    color: #700038;
    font-weight: 700
}

.testimonial .user .info .handle {
    color: rgba(0, 223, 193, .5)
}

.testimonial .quotemark {
    position: absolute
}

.testimonial .top-quotemark {
    left: -20px;
    top: -40px
}

.testimonial .bottom-quotemark {
    right: -20px;
    bottom: -20px
}

@media screen and (max-width:1024px) {
    .testimonial .bottom-quotemark {
        right: 40px;
        bottom: -50px
    }
}

.feature-highlight .bg {
    width: 80%;
    max-height: 100%;
    height: 544px
}

.feature-highlight .video-container {
    width: 502px;
    height: 424px;
    background: #fff;
    border-radius: 2px;
    position: absolute
}

.feature-highlight .bg-green {
    background-image: linear-gradient(-180deg, #4df1db 2%, #b6fff6 100%);
    box-shadow: 0 2px 24px 0 rgba(0, 235, 203, .2)
}

.feature-highlight .bg-blue {
    background-image: linear-gradient(-180deg, rgba(86, 216, 239, .94) 0, rgba(25, 150, 239, .86) 100%);
    box-shadow: 0 2px 24px 0 #c9e4f7
}

.feature-highlight .video-container-green {
    box-shadow: 0 2px 30px 0 rgba(63, 148, 137, .35);
    right: 80px
}

.feature-highlight .video-container-blue {
    box-shadow: 0 2px 30px 0 rgba(63, 148, 137, .35);
    left: 80px
}

.site-footer {
    padding-top: 144px
}

@media screen and (max-width:1024px) {
    .site-footer {
        padding-top: 96px
    }
}

@media screen and (max-width:768px) {
    .site-footer {
        padding-top: 80px
    }
}

@media screen and (max-width:414px) {
    .site-footer {
        padding-top: 56px
    }
}

.site-footer .coming-soon {
    cursor: default;
    pointer-events: none
}

.site-footer .plugin-logo img {
    width: 180px;
    height: auto
}

@media screen and (max-width:1280px) {
    .site-footer .plugin-logo img {
        width: 140px
    }
}

@media screen and (max-width:1024px) {
    .site-footer .plugin-logo img {
        width: 120px
    }
}

@media screen and (max-width:680px) {
    .site-footer .plugin-logo img {
        width: 100px
    }
}

@media screen and (max-width:414px) {
    .site-footer .plugin-logo img {
        width: 80px
    }
}

.site-footer section {
    background-color: #000
}

.site-footer .plugins .container {
    border-top: 1px solid #363636;
    padding-top: 60px
}

@media screen and (max-width:1280px) {
    .site-footer .plugin {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (max-width:1024px) {
    .site-footer .plugin {
        text-align: center;
        margin-bottom: 80px
    }
}

@media screen and (max-width:414px) {
    .site-footer .plugin {
        margin-bottom: 56px
    }
}

.site-footer .plugin .logo img {
    width: 57px
}

@media screen and (max-width:1024px) {
    .site-footer .plugin .logo {
        margin-right: auto;
        margin-left: auto
    }
}

@media screen and (max-width:680px) {
    .site-footer .plugin .logo {
        margin-right: auto;
        margin-left: auto
    }
}

@media screen and (max-width:1024px) {
    .site-footer .plugin:last-child {
        width: 70%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 0
    }
}

@media screen and (max-width:680px) {
    .site-footer .plugin:last-child {
        text-align: center;
        width: 100%
    }
}

.site-footer .plugin .logo {
    margin-right: 16px;
    margin-bottom: 24px;
    height: 70px
}

@media screen and (max-width:1024px) {
    .site-footer .plugin .logo {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        height: 70px
    }
}

@media screen and (max-width:1280px) {
    .site-footer .plugin .logo svg {
        width: auto
    }
}

@media screen and (max-width:1024px) {
    .site-footer .plugin .logo svg {
        width: 100%;
        text-align: center
    }
}

.site-footer .plugin .desc {
    -ms-flex: 1;
    flex: 1
}

.site-footer .plugin .desc p {
    font-size: 17px;
    color: #67738a;
    line-height: 1.6
}

.site-footer .plugin .desc a {
    font-size: 17px;
    color: #ff007e;
    font-weight: 700;
    transition: all .25s ease-in-out
}

.site-footer .plugin .desc a:hover {
    transition: all .25s ease-in-out;
    color: #99004c
}

.site-footer .plugin .desc a:hover .arrow-small {
    transition: all .25s ease-in-out
}

.site-footer .plugin .desc a:hover .arrow-small path {
    transition: all .25s ease-in-out;
    fill: #99004c
}

.site-footer .plugin .desc .arrow-small {
    display: inline-block;
    margin-left: 8px;
    transition: all .25s ease-in-out
}

.site-footer .plugin .desc .arrow-small path {
    fill: #ff007e;
    transition: all .25s ease-in-out
}

.site-footer .credit-section {
    background-color: #000;
    padding-bottom: 32px
}

@media screen and (max-width:414px) {
    .site-footer .credit-section {
        padding-bottom: 24px
    }
}

.site-footer .credit-section .heart {
    display: inline-block;
    margin: 0 4px
}

.site-footer .credit-section .heart path {
    transition: all .25s ease-in-out
}

.site-footer .credit-section .credits {
    font-size: 15px;
    color: rgba(137, 144, 175, .7);
    text-align: center;
    cursor: pointer
}

.site-footer .credit-section .credits:hover .heart {
    animation: heart 1.25s ease-in-out infinite
}

.site-footer .credit-section .credits:hover .heart path {
    fill: #ff72a2;
    transition: all .25s ease-in-out
}