@font-face {
    font-family: 'Outfit';
    src: url('../outfit/Outfit-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../outfit/Outfit-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../outfit/Outfit-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../outfit/Outfit-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../outfit/Outfit-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../outfit/Outfit-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../outfit/Outfit-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../outfit/Outfit-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../outfit/Outfit-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* CSS */

.bg-header {
    background-color: #FFFFFF;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

body {
    color: #333;
    font-family: Outfit, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
}

.SingIn{
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1.0625rem 2.5rem;
  font-size: .9375rem;
  font-weight: 500;
  transition: all .2s;
  cursor: pointer;
}

.SingIn:hover{
  color: #171190;
}

.section-nav {
    z-index: 50;
    padding-left: .625rem;
    padding-right: .625rem;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}

.nav-container {
    width: 100%;
    max-width: 81.25rem;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1.875rem;
    display: flex;
}

.logo-img {
    width: 10rem;
}

.hero-section {
    color: #171135;
    background-color: #fef6f6;
    background-image: linear-gradient(to right, #fef6f6, rgba(3, 215, 220, .03));
    padding-left: .625rem;
    padding-right: .625rem;
    position: relative;
    overflow: hidden;
}

.hero-wrapper {
    height: 100vh;
    max-height: 67.5rem;
    min-height: 46.875rem;
    justify-content: center;
    align-items: center;
    padding-top: 9.375rem;
    padding-bottom: 5.625rem;
    display: flex;
}

.hero-container {
    z-index: 1;
    width: 100%;
    max-width: 81.25rem;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

.hero-content {
    width: 45%;
    padding: 1.875rem;
}

.hero-content.large {
    width: 55%;
}

.hero-content.large.s, .hero-content.l {
    width: 50%;
}

.hero-h1 {
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 125%;
    font-weight: 500;
}

.hero-h1.small {
    font-size: 3.3rem;
}

.hero-p {
    max-width: 28.75rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1rem;
    line-height: 150%;
}

.btn {
    color: #fff;
    text-transform: uppercase;
    background-color: #03d7dc;
    background-image: linear-gradient(45deg, #6b43fb, #03d7dc);
    border-radius: 22.5rem;
    padding: 1.0625rem 2.5rem;
    font-size: .9375rem;
    font-weight: 500;
    transition: all .2s;
}

.btn:hover {
    opacity: .9;
    transform: translate(0, -.1875rem);
}

.btn.cta {
    color: #171135;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border: .0625rem solid #6b43fb;
}

.btn.cta:hover {
    color: #fef6f6;
    background-color: #6b43fb;
}

.btn.topm {
    background-color: #6b43fb;
    background-image: none;
    margin-left: 1.25rem;
}

.wrapper-scroll {
    padding-left: .625rem;
    padding-right: .625rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: 100;
}

.container-scroll {
    width: 100%;
    max-width: 81.25rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.875rem;
}

div.container-scroll a {
    position: relative;
}

div.container-scroll a span {
position: absolute;
top: 12px;
left: 50%;
width: 10px;
height: 10px;
margin-left: -5px;
border-left: 3px solid #6b43fb;
border-bottom: 3px solid #6b43fb;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-animation: sdb07 2s infinite;
animation: sdb07 2s infinite;
opacity: 0;
box-sizing: border-box;
}

div.container-scroll a span:nth-of-type(1) {
-webkit-animation-delay: 0s;
animation-delay: 0s;
}

div.container-scroll a span:nth-of-type(2) {
top: 22px;
-webkit-animation-delay: .15s;
animation-delay: .15s;
}

div.container-scroll a span:nth-of-type(3) {
top: 32px;
-webkit-animation-delay: .3s;
animation-delay: .3s;
}

.scroll-btn {
    width: 3.75rem;
    height: 3.75rem;
    min-height: 3.75rem;
    min-width: 3.75rem;
    border: .0625rem solid #6b43fb;
    border-radius: .3125rem;
    justify-content: center;
    align-items: center;
    padding: .9375rem;
    transition: all .2s;
    display: flex;
  }

  .scroll-btn:hover {
    background-color: #03d7dc;
    border-color: #03d7dc;
  }

.scroll-l {
    width: 100%;
    height: 100%;
}

.circle-hero-1 {
    width: 40vw;
    height: 40vw;
    opacity: .05;
    background-color: #6b43fb;
    border-radius: 100%;
    position: absolute;
    top: -15vw;
    bottom: auto;
    left: -13.5vw;
    right: auto;
}

.circle-hero-1._1 {
    background-color: #fff;
    top: -6vw;
    left: -4.9vw;
}

.circle-hero-2 {
    width: 25vw;
    height: 25vw;
    opacity: .05;
    background-color: #6b43fb;
    border-radius: 100%;
    position: absolute;
    top: auto;
    bottom: 10vw;
    left: auto;
    right: 3vw;
}

.section {
    color: #171135;
    padding: 4.6875rem .625rem;
    position: relative;
    overflow: hidden;
}

.section.alt {
    color: #fff;
    background-color: #6b43fb;
    position: relative;
    overflow: hidden;
}

.section.cta {
    padding-top: 0;
}

.section.cta.topp {
    padding-top: 4.68rem;
}

.section.footer {
    background-color: rgba(23, 17, 53, .03);
    border-top: .0625rem solid rgba(23, 17, 53, .1);
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.span-purple {
    color: #6b43fb;
}

.container {
    z-index: 1;
    width: 100%;
    max-width: 81.25rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.content {
    padding: 1.875rem;
}

.content._45 {
    width: 45%;
}

.content.ft {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.content._50 {
    width: 50%;
}

.section-title {
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 3.4375rem;
    line-height: 105%;
}

.p15 {
    margin-bottom: 1.25rem;
    font-size: .9375rem;
    line-height: 1.4375rem;
}

.p20 {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.p20.hl {
    color: #6b43fb;
    margin-top: 30px;
    font-size: 1.7rem;
    font-style: italic;
    font-weight: 600;
}

.underline {
    text-decoration: underline;
}

.title-wrapper {
    width: 100%;
    max-width: 43.75rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1.875rem;
}

.grid-3x {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

.feature-wrapper {
    border: .0625rem solid #fef6f6;
    border-radius: .3125rem;
    padding: 1.875rem;
}

.feature-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 1.1875rem;
}

.feature-title.purple {
    color: #171135;
}

.icon-wrapper {
    width: 3.75rem;
    height: 3.75rem;
    min-height: 3.75rem;
    min-width: 3.75rem;
    background-color: #6b43fb;
    background-image: linear-gradient(to right, #03d7dc, #6b43fb);
    border: .0625rem solid #fff;
    border-radius: 22.5rem;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.25rem;
    padding: .6875rem;
    display: flex;
}

.testimonial-wrapper {
    background-color: #fef6f6;
    border: .0625rem solid rgba(23, 17, 53, .1);
    border-radius: .3125rem;
    padding: 1.875rem;
}

.wrapper-quote {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.875rem;
    display: flex;
}

.quote-img {
    height: 1.875rem;
}

.stars-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.star-img {
    height: 1.25rem;
    margin-left: .3125rem;
}

.quote-p {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-style: italic;
    line-height: 1.875rem;
}

.user-testimonial {
    border-top: .0625rem solid rgba(23, 17, 53, .1);
    align-items: center;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    display: flex;
}

.user-avatar {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
    border: .0625rem solid #03d7dc;
    border-radius: 22.5rem;
    margin-right: .625rem;
}

.user-name {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.0625rem;
    line-height: 105%;
}

.cta-wrapper {
    color: #fff;
    text-align: center;
    background-color: #171135;
    border-radius: .3125rem;
    padding: 5rem 18.75rem;
    position: relative;
    overflow: hidden;
}

.cta-wrapper.lessp {
    padding-left: 13.95rem;
    padding-right: 13.95rem;
}

.wrapper-cta-content {
    z-index: 1;
    position: relative;
}

.form {
    justify-content: space-between;
    align-items: center;
    margin-top: 1.875rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
}

.input {
    width: 49%;
    height: 3rem;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    background-color: #171135;
    border: .0625rem solid rgba(255, 255, 255, .38);
    border-radius: .3125rem;
    margin-bottom: 0;
    padding-left: 1.5625rem;
    transition: all .2s;
}

.input:hover {
    border-color: #fff;
}

.input:focus {
    border-color: #03d7dc;
}

.input::-ms-input-placeholder {
    color: #fef6f6;
}

.input::placeholder {
    color: #fef6f6;
}

.input-wrapper {
    flex: 1;
    justify-content: space-between;
    display: flex;
}

.link-footer {
    opacity: .6;
    color: #171135;
    text-transform: uppercase;
    margin-top: 1.25rem;
    text-decoration: none;
    transition: all .2s;
}

.link-footer:hover {
    opacity: 1;
}

.success-message {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #03d7dc;
    font-size: 1rem;
}

@media screen and (max-width: 991px) {

    .section-nav, .hero-section {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .hero-wrapper {
        height: auto;
        max-height: none;
        min-height: auto;
        padding-bottom: 0;
    }

    .hero-container {
        flex-direction: column;
    }

    .hero-content {
        width: 100%;
    }

    .hero-content.large {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .hero-content.large.s, .hero-content.l {
        width: 100%;
    }

    .wrapper-scroll {
        padding-left: 0;
        padding-right: 0;
        position: static;
    }

    .section {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .content._45 {
        width: 100%;
    }

    .content._45.b.slide200._2 {
        padding-top: 0;
    }

    .content._50 {
        width: 100%;
    }

    .content._50.slide0._1 {
        padding-bottom: 0;
    }

    .p20.hl {
        margin-top: 10px;
    }

    .grid-3x {
        flex-direction: column;
        display: flex;
    }

    .cta-wrapper {
        padding-left: 1.1875rem;
        padding-right: 1.1875rem;
    }

    .cta-wrapper.lessp {
        padding-left: .9rem;
        padding-right: .9rem;
    }
}

@media screen and (max-width: 767px) {
    .section-nav, .hero-section {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .hero-h1 {
        font-size: 3.0625rem;
    }

    .btn.topm {
        margin-left: 0;
    }

    .section {
        padding: 2.5rem;
    }

    .section.cta.topp {
        padding-top: 2.5rem;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .feature-title {
        font-size: 1.375rem;
    }

    .cta-wrapper {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .cta-wrapper.lessp {
        padding-left: .8rem;
        padding-right: .8rem;
    }

    .form {
        flex-direction: column;
        align-items: stretch;
    }

    .input {
        width: 100%;
        text-align: center;
        margin-bottom: .9375rem;
        padding-left: .75rem;
    }

    .input-wrapper {
        flex-direction: column;
    }
}

@media screen and (max-width: 479px) {
    #signup-btn{
        display: none;
    }

    .section-nav {
        padding-left: .625rem;
        padding-right: .625rem;
    }

    .nav-container {
        padding: 1.5rem .9375rem;
    }

    .logo-img {
        width: 10rem;
    }

    .hero-section {
        padding-left: .625rem;
        padding-right: .625rem;
    }

    .hero-wrapper {
        padding-top: 5.625rem;
    }

    .hero-content {
        padding: .9375rem;
    }

    .hero-h1 {
        font-size: 2.8rem;
    }

    .hero-h1.small {
        font-size: 2.7rem;
    }

    .scroll-btn {
        width: 2.5rem;
        height: 2.5rem;
        min-height: 3.8rem;
        min-width: 3.8rem;
        padding: .5625rem;
    }

    .section {
        padding: 1.875rem .625rem;
    }

    .section.cta.topp {
        padding-top: 1.875rem;
    }

    .content {
        padding: .9375rem;
    }

    .section-title {
        font-size: 2.3rem;
    }

    .section-title.small {
        font-size: 2rem;
    }

    .p20 {
        font-size: 1.0625rem;
        line-height: 1.5625rem;
    }

    .p20.hl {
        font-size: 1.2rem;
    }

    .title-wrapper, .feature-wrapper {
        padding: .9375rem;
    }

    .feature-title {
        font-size: 1.1875rem;
    }

    .icon-wrapper {
        width: 2.8125rem;
        height: 2.8125rem;
        min-height: 2.8125rem;
        min-width: 2.8125rem;
        padding: .5625rem;
    }

    .testimonial-wrapper {
        padding: .9375rem;
    }

    .quote-p {
        font-size: 1.0625rem;
        line-height: 1.5625rem;
    }

    .cta-wrapper {
        padding: 1.875rem;
    }
}

@media screen and (max-width: 380px) {
    .btn.cta {
        display: none;
    }
}

#w-node-_5b0e6187-46a0-b95e-4aea-e0640d7a678a-428aa0c4, #w-node-f32b9078-8dd7-777f-6425-8535e139f227-428aa0c4, #w-node-af0df55d-7e29-4aa1-713a-cfdbdb211aa3-428aa0c4, #w-node-_92a383fe-9c8e-284a-683d-62ae535d279f-428aa0c4, #w-node-_54e4535b-2abe-1613-0c50-e752ba78e05b-428aa0c4, #w-node-_2f844d29-0ef0-cc40-4e76-447b5289257d-428aa0c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@-webkit-keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  @keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }