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

body {
    font-family: 'Proxima Nova', sans-serif;
    font-size: 16px;
    color: #777777;
    -webkit-font-smoothing: antialiased;
}

.container {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 50px;
}

.skip-link.screen-reader-text{
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 10px;
    z-index: 1000;
}



header .header>.wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding-top: 63px;
    padding-bottom: 20px;
    transition: .2s;
    flex-wrap: nowrap;
}

header .header>.wrap > .col-middle {
    display: flex;
    align-items: center;
    gap: 0px;
    background-image: url(../images/nav-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 100px;
}

header .header>.wrap .nav ul {display: flex;list-style: none;gap: 16px;/* background: #f5f7fa; */border-radius: 100px;padding: 14px 43px;line-height: 1.3;}

header {
    position: fixed;
    width: 100%;
    line-height: 1.1;
    top: 0;
    background: #ffffffd9;
    z-index: 11;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transform: translate3d(0px, -150px, 0px);
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.99);
}

.--before-ready header {
    transform: translate3d(0px, -20px, 0px);
}

header a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}

header.minify {
    transform: translate3d(0px, -50px, 0px);
}

header.minify .header>.wrap {
    padding-bottom: 10px;
}

.nav {
    /* border: 1px solid #e6ebf2; */
    border-radius: 100px;
    padding: 4px;
    /* background: white; */
    position: relative;
}

header .header>.wrap .nav ul a {
    font-weight: 600;
}

header .header>.wrap .nav ul li:after {
    content: '';
    display: inline-block;
    height: 13px;
    width: 1px;
    background: #d9d9d9;
    margin-left: 16px;
    position: relative;
    top: 2px;
}

header .header>.wrap .nav ul li:last-child:after {
    display: none;
}

.--home-btn {
    border-radius: 100px;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    border: 1px solid #e6ebf300;
    padding: 4px;
    transition: .2s;
    background: transparent;
    text-decoration: none;
}

.--home-btn > .wrap {
    padding: 12px 38px;
    background: #f5f7fa;
    border-radius: 100px;
    transition: .2s;
    line-height: 1;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    flex-wrap: nowrap;
}

.--home-btn.--primary {
    border-color: #110041;
    background: #110041;
}

.--home-btn.--primary > .wrap {
    color: white;
    background: #110041;
}


.--home-btn.--stick > .wrap {
    padding: 15px 38px;
    padding-top: 14px;
    background: transparent;
    padding-right: 43px;
    padding-left: 24px;
}


div#app {
    padding-top: 120px;
}

.home-start > * > .wrap > .row {
    display: flex;
    gap: 67px;
}

.home-start h1 {
    color: #110041;
    font-size: 70px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 70px */
    margin-bottom: 35px;
    position: relative;
    left: -5px;
}
[data-text-fadein] {
    opacity: 0;
}
[data-text-fadein] span {
    position: relative;
    transition: 1s;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.05);
    display: inline-flex;
}

[data-text-fadein].animated span {
    opacity: 1;
}
.home-start > * > .wrap > .row > .col-left {
    max-width: 590px;
    width: 50%;
}
.home-start > * > .wrap > .row > .col-right {
    width: 50%;
}
.home-start {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.70);
    line-height: 1.2;
    padding: 33px 0;
    margin-bottom: 240px;
}

.home-start p {
    max-width: 480px;
}

.home-start > *> .wrap > .row .block > .wrap {
    padding: 50px 55px;
    position: relative;
    z-index: 1;
    display: flex;
    font-size: 16px;
    gap: 78px;
    padding-bottom: 80px;
    flex-wrap: nowrap;
}

.home-start > * > .wrap > .row .block {
    position: relative;
    margin-bottom: 40px;
}

.home-start > * > .wrap > .row .block > .bg {
    border-radius: 24px;
    background: #F5F5F5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.03);
    transform: scale(0);
    transition-delay: .2s;
}

.home-start > * > .wrap > .row .block > .wrap h2 {
    color: #110041;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    margin-bottom: 10px;
}

.home-start > * > .wrap > .row .block p {
    font-size: 14px;
    line-height: 1.3;
}

.--home-btn.--primary.--liquid {
    background: transparent;
    border-color: transparent;
}

.--home-btn.--primary.--liquid > .wrap {
    background: transparent;
    padding: 0;
}

.--home-btn.--primary.--liquid > .wrap > .label {
    border-radius: 100px;
    background-image: url("../images/btn-primary.svg");
    display: block;
    padding: 16px 51px;
    padding-right: 79px;
}

.--home-btn.--primary.--liquid > .wrap > .icon {
    background-image: url("../images/btn-primary-icon.svg");
    display: block;
    padding: 16px 25px;
    background-size: cover;
    position: absolute;
    right: 0;
    padding-left: 50px;
    transition: 1s;
    transform: translate3d(65px, 0px, 0px);
    line-height: 0;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.64);
}

.--home-btn.--primary.--liquid.--white > .wrap > .label {
    background-image: url(../images/btn-primary-white.svg);
    color: #110041;
}

.--home-btn.--primary.--liquid.--white > .wrap > .icon {
    background-image: url("../images/btn-primary-white-icon.svg");
}
.--home-btn.--primary.--liquid.--green > .wrap > .label {
    background-image: url(../images/btn-primary-green.svg);
    color: #110041;
}

.--home-btn.--primary.--liquid.--green > .wrap > .icon {
    background-image: url("../images/btn-primary-green-icon.svg");
}
.--home-btn.--primary.--liquid.--white > .wrap > .icon img, .--home-btn.--primary.--liquid.--green > .wrap > .icon img {
    filter: invert(1);
}
.--home-btn.--primary.--liquid:hover > .wrap > .icon {
    transform: translate3d(70px, 0px, 0px);
}

.liquid-blocks {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
}
.home-start > * >  .wrap {
    display: flex;
    gap: 45px;
    flex-direction: column;
    flex-wrap: nowrap;
}

.liquid-blocks > .block-1 {
    width: 443px;
    height: 266px;
    position: relative;
}

.liquid-blocks > .block-1 > .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-1.png");
    z-index: 0;
    -webkit-mask-image: url("../images/block-1.svg");
    mask-image: url("../images/block-1.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #E3E3E3;
    background-position: 100px 560px;
    opacity: 0;
    transform: scale(.7);
}

section:not(.active) .liquid-blocks > .block-1 > .image {
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.03);
    transition-delay: 0.5s;
}

.liquid-blocks > .block-2 {
    width: 648px;
    height: 266px;
    position: relative;
    margin-left: -182px;
}

.liquid-blocks > .block-2 > .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-2.png");
    z-index: 0;
    -webkit-mask-image: url("../images/block-2.svg");
    mask-image: url("../images/block-2.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #CAE5E5;
    background-position: 0px 300px;
    background-repeat: no-repeat;
    background-size: 105%;
    transform: scale(.7);
    opacity: 0;
}

section:not(.active) .liquid-blocks > .block-2 > .image {
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.03);
    transition-delay: 0.6s;
}

.block-3 {
    width: 333px;
    height: 394px;
    position: relative;
    margin-top: -110px;
}

.block-3 > .layer-1 > .bg {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background: #FFD3BF;
    position: absolute;
    top: 0;
    right: 0;
}

.block-3 .layer-1 > .liquids-el .el-1 {
    width: 82px;
    height: 72px;
    border-radius: 0px;
    background-color:#000;
    position: absolute;
    left: 21px;
    bottom: 22px;
}

.block-3 .layer-1 > .liquids-el > .wrap {
    background: white;
    filter: blur(10px) contrast(18);
    mix-blend-mode: screen;
    width: 100%;
    height: 100%;
    position: relative;
}

.block-3 > .layer-1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 24px;
    z-index: 1;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.03);
    transform: scale(.7);
    opacity: 0;
    transition-delay: .7s;
}

.block-3 > .layer-2 {
    width: 100%;
    height: calc(100% + 65px);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 24px;
    z-index: 2;
    overflow: hidden;
}

.block-3 > .layer-2 > .hand {
    background: url('../images/hand.png');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: -52px 0px;
    background-repeat: no-repeat;
    transform: translate3d(0px, 100%, 0px);
}
section:not(.active) .block-3 > .layer-2 > .hand {
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.03);
    transition-delay: 1s;
}
.--liquid-shapes {
    display: inline-block;
    position: relative;
}

.--liquid-shapes > .--shapes {
    position: absolute;
    top: -28px;
    left: -22px;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    z-index: -1;
    overflow: hidden;
}

.--liquid-shapes > .--shapes > .--shape-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: white;
    filter: blur(10px) contrast(18);
    mix-blend-mode: plus-lighter;
}

#trigger-8 .--liquid-shapes > .--shapes {
    opacity: 0;
    transition: .4s;
    transition-delay: 1s;
}

.--before-ready #trigger-8 .--liquid-shapes > .--shapes {
    opacity: 1;
}

.--liquid-shapes > .--shapes > .--shape-wrap > .--shape {
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    /* transform: matrix(0.2, 0, 0, 0.2, 0, 0); */
}

section:not(.active) .--liquid-shapes > .--shapes > .--shape-wrap > .--shape {
    transition: 1s;
}
.--liquid-shapes.--sm > .--shapes {
    top: -88px;
    left: -250px;
    width: calc(100% + 500px);
    height: calc(100% + 200px);
    transform: scale(0.4);
}

.section-two-column > * > .wrap {
    display: flex;
    align-items: center;
    gap: 100px;
    flex-wrap: nowrap;
}

.section-two-column .wrap > .col-left {
    width: 45%;
}

.section-two-column .wrap > .col-right {
    width: 55%;
}

img {
    max-width: 100%;
}

h2 {
    color: #110041;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 1; /* 60px */
}

.section-two-column .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.--media-preview {
    position: relative;
}

.--media-preview > .figure-1 {
    position: absolute;
    top: -120px;
    right: -48px;
}

.--media-preview > .image {
    position: relative;
    z-index: 1;
}

.section-two-column {
    margin: 100px 0;
    font-size: 18px;
}

.--media-preview > .--liquid-shapes {
    position: absolute;
    bottom: -219px;
    left: -126px;
    width: calc(100% + 150px);
    height: 100%;
}

.section-hero .section-header {
    text-align: center;
    max-width: 605px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-size: 20px;
    line-height: 1.3;
}

.section-hero {
    margin: 100px 0;
}

.home--single {
    margin-bottom: 250px;
}
#pin > .home--templates {
    margin: 0;
}
.section-hero .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: calc(100% - 20px);
    margin: auto;
    max-width: 1400px;
}

.--media-preview-1 {
    position: relative;
    max-width: 843px;
    margin: auto;
    width: 100%;
}

.--media-preview-1 > .--media {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.--media-preview-1 > .--media > .--image {
    width: 100%;
    padding-top: 64%;
    background-size: 843px;
    background-position: center 0px;
    transition: .2s;
}

.--media-preview-1 > .--shape {
    position: absolute;
    left: -20%;
    bottom: -17%;
    right: 0;
    pointer-events: none;
}

.--media-preview-1 > .--logo {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    background: url("../images/liquid-border.svg") no-repeat;
    line-height: 0;
    background-position: 14px -16px;
    background-size: contain;
    width: 136px;
    height: 107px;
    display: flex;
    justify-content: flex-end;
    transition: 1s;
    transform: scale(1);
    transform-origin: 100% 0%;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
}
#pin > section#steps {
    min-height: auto;
    margin: 5dvh auto;
}
.home-steps {
    text-align: center;
    position: relative;
    margin: auto;
    width: calc(100% - 20px);
    padding-top: 155px;
    padding-bottom: 150px;
    max-width: 1400px;
}


.home-steps > .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 40px;
}

.home-steps > .background > .fill {
    width: 100%;
    height: 100%;
    background: #CBCBFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 26px;
}

.home-steps > .wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    flex-wrap: nowrap;
}

.home-steps > .wrap > .steps {
    position: relative;
    margin-top: 60px;
}

.home-steps > .wrap > .steps > .line {
    width: 100%;
    height: 17px;
    background: white;
    position: absolute;
    top: 46px;
    margin: auto;
    z-index: 0;
}

.home-steps > .wrap > .steps > .items {
    display: flex;
    justify-content: center;
    
    position: relative;
    z-index: 1;
    top: 27px;
}

.home-steps > .wrap > .steps > .items > .step {
    position: relative;
    width: 20%;
}

.home-steps > .wrap > .steps > .items > .step > .label {
    position: relative;
    padding: 15px;
    line-height: 1.25;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: black;
    cursor: pointer;
}

.home-steps > .wrap > .steps > .items > .step > .label > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    z-index: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    transform: scale3d(1, 1, 1);
}

.home-steps > .wrap > .steps > .items > .step > .label > .text {
    position: relative;
    z-index: 1;
}

.home-steps > .wrap > .steps > .items > .step > .description {
    position: relative;
    padding: 24px;
    font-size: 14px;
    top: 19px;
    transition: .3s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 0.96);
    transform-origin: center 0;
    opacity: 0;
    transform: scale(0) translate3d(0px, -50%, 0px);
}

.home-steps > .wrap > .steps > .items > .step > .description > .icon {
    margin-bottom: 14px;
}

.home-steps > .wrap > .steps > .items > .step > .description > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: white;
    border-radius: 20px;
    right: 0;
    margin: auto;
    z-index: -1;
}

.home-steps > .wrap > .steps > .items > .step:hover > .description {
    transform: scale(1);
    opacity: 1;
}

.home-steps > .background > .shapes {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.home-steps > .background > .shapes .--block-1 {
    width: max-content;
    height: max-content;
}

.home-steps > .background > .shapes .--block-2 {
    position: absolute;
    right: 0;
    top: 0;
}

.home-steps > .background > .shapes .--block-3 {
    position: absolute;
    right: 0;
    bottom: -15px;
    width: max-content;
    height: max-content;
}
.home-steps > .background > .shapes .--liquid-shapes {
    width: 100%;
    height: 100%;
}

.home-steps > .wrap > .steps > .items > .step > .label > .bg .mid {
    width: 70%;
    background: white;
    position: relative;
}

.home-steps > .wrap > .steps > .items > .step > .label > .bg .mid:after {
    background: white;
    content: '';
    position: absolute;
    top: 0px;
    left: -10px;
    width: calc(100% + 10px);
    height: 100%;
}

.home-steps > .wrap > .steps > .items > .step > .label > .bg > .left {
    width: 15%;
    background: url("../images/step-part-1.svg") no-repeat;
    transform: rotate(180deg);
}

.home-steps > .wrap > .steps > .items > .step > .label > .bg > .right {
    width: 15%;
    background: url("../images/step-part-1.svg") no-repeat;
}

.home-steps > .wrap > .steps > .items > .step > .description > .bg:after {
    content:'';
    position: absolute;
    top: -19px;
    width: 50px;
    height: 19px;
    background: url("../images/step-desct-part.svg") no-repeat;
    background-position: center;
    left: 0;
    right: 0;
    margin: auto;
}

.section-cards-grid {
    width: 100%;
}

.section-cards-grid > .wrap {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: nowrap;
}

.section-cards-grid > .wrap > .item {
    width: 20%;
    transition: .6s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
    flex-shrink: inherit;
    min-width: 20%;
}
.section-cards-grid > .wrap > .item:hover + div {
    width: 20%;
}

.section-cards-grid > .wrap > .item:nth-child(2n){
    width: 60%;
}

.section-cards-grid > .wrap > .item:hover {
    width: 60% !important;
    min-width: calc(60% - 48px);
}


.card-item > .wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
    color: #555555;
    flex-wrap: nowrap;
}

.card-item > .wrap .title {
    color: #110041;
    font-size: 24px;
}

.card-item > .wrap > .card-details {
    padding-left: 34px;
    display: grid;
    gap: 8px;
    line-height: 1.2;
    position: relative;
}

.card-item .--media-preview-1 {
    max-width: 100%;
}

.card-item .--media-preview-1 > .--media > .--image {
    padding-top: 463px;
}

.card-item > .wrap > .card-details:before {
    content: '';
    display: block;
    background: url('data:image/svg+xml,<svg width="20" height="18" viewBox="0 0 20 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3 0.38623C1.34315 0.38623 0 1.72938 0 3.38623V10.1135C0 11.7704 1.34315 13.1135 3 13.1135H10C10.5523 13.1135 11 13.5612 11 14.1135V16C11 17.1046 11.8954 18 13 18H18C19.1046 18 20 17.1046 20 16V13C20 11.8954 19.1046 11 18 11H14.7667C14.3197 11 14 10.5604 14 10.1135V3.38623C14 1.72938 12.6569 0.38623 11 0.38623H3Z" fill="%23110041"/></svg>') no-repeat;
    width: 20px;
    height: 19px;
    background-position: center;
    position: absolute;
    left: 0;
    top: 4px;
}

.card-item > .wrap > .card-placeholder {
    position: relative;
}

.card-item > .wrap > .card-placeholder:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #00000008;
    border-radius: 18px;
    z-index: 1;
}


.card-item {
    cursor: pointer;
    position: relative;
}

.section--pricing {
    width: calc(100% - 20px);
    margin: auto;
    position: relative;
    max-width: 1400px;

}

.section--pricing > .wrapper {
    width: 100%;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.section--pricing > .wrapper > .wrap {
    padding: 100px 60px;
    flex-wrap: nowrap;
}
.section--pricing > .wrapper > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 40px;
    z-index: 0;
}
.section--pricing > .wrapper > .bg > .shapes {
    position: absolute;
    top: 20px;
    z-index: 1;
    left: 0;
}
.section--pricing > .wrapper > .bg > .fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #110041;
    border-radius: 36px;
}

.section-hero > .wrap, .section-hero > * > .wrap {
    position: relative;
    z-index: 1;
    padding: 0 60px;
    width: 100%;
    flex-wrap: nowrap;
}

.--navigation-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    border: 1px solid rgba(255, 255, 255, 0.39);
    border-radius: 40px;
    padding: 8px 16px;
    margin: 40px auto;
    position: relative;
    z-index: 1;
}

.--navigation-bar > .wrap {
    border-radius: 62px;
    background: rgba(255, 255, 255, 0.19);
    color: white;
    position: relative;
    flex-wrap: nowrap;
}

.--navigation-bar > .wrap > .items {
    display: flex;
    gap: 40px;
    position: relative;
    padding: 8px 17px;
    z-index: 1;
}

.--navigation-bar > .wrap > .items > .item {
    font-weight: 600;
    padding: 9px 22px;
    cursor: pointer;
    position: relative;
}

.--navigation-bar > .wrap > .items > .item  .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 40px;
    background: #D8FF20;
    transition: .3s;
    transform: scale(0);
    opacity: 0;
    transition-timing-function: cubic-bezier(0.87, -0.01, 0, 0.99);
}

.--navigation-bar > .wrap > .items > .item .text {
    position: relative;
    z-index: 1;
    transition: .3s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.05);
}

.--navigation-bar > .wrap > .items > .item.active .bg {
    transform: scale(1);
    opacity: 1;
}

.--navigation-bar > .wrap > .items > .item.active .text {
    color: #110041;
}

.--navigation-bar > .wrap > .items > .item:after {
    content: '';
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.27);
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.--navigation-bar > .wrap > .items > .item:last-child:after {
    display: none;
}

.--navigation-bar > .wrap > .selector {
    position: absolute;
    height: 38px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 95px;
    border-radius: 100px;
    background: #00000030;
    transition: .2s;
    z-index: 0;
}

.section--pricing h2 {
    color: white;
}

.pricing-card-item {
    position: relative;
    color: white;
    max-width: 411px;
    transition: .4s;
    transition-timing-function: cubic-bezier(0.73, -0.02, 0.01, 1.36);
}

.pricing-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 24px;
    justify-content: center;;
}

.pricing-card-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    border: 1px solid white;
    pointer-events: none;
}
.pricing-card-item.--green:after {
    border-color:#d8ff20
}
.pricing-card-item > .wrap {
    padding: 40px;
    flex-wrap: nowrap;
}

.pricing-card-item > .wrap > .title {
    font-size: 32px;
    font-weight: 700;
}

.pricing-card-item > .wrap > .price {
    font-size: 96px;
    line-height: 1;
    font-weight: 700;
    margin: 24px 0;
}

.pricing-card-item > .wrap > .price > .symbol {
    font-size: 32px;
    font-weight: 600;
}

.pricing-card-item > .wrap > .list {
    margin-top: 42px;
    display: grid;
    gap: 20px;
    counter-reset: list-number;
    list-style: none;
}

.pricing-card-item > .wrap > .actions {
    margin: -4px;
    margin-top: 56px;
}

.pricing-card-item:before {
    position: absolute;
    content: '';
    top: -10px;
    right: -12px;
    width:120px;
    height: 92px;
    background: url("../images/liquid-border-outnline-white.svg") no-repeat;
    background-color: #110041;
    z-index: 1;
}

.pricing-card-item.--green:before {
    background: url("../images/liquid-border-outline-green.svg") no-repeat;
    background-color: #110041;
}
.pricing-card-item > .wrap > .list > li {
    position: relative;
    counter-increment: list-number;
    padding-left: 20px;
}

.pricing-card-item > .wrap > .list > li:before {
    content: counter(list-number);
    font-weight: 700;
    min-width: 10px;
    display: block;
    position: absolute;
    left: 0;
}

.--out .pricing-card-item {
    transform: translate3d(0px, 30%, 0px);
    opacity: 0;
}

.pricing-card-item:nth-child(2n) {
    transition-delay: .1s;
}

.pricing-card-item:nth-child(2n)+div {
    transition-delay: .2s;
}

.--in .pricing-card-item {
    transform: translate3d(0px, -30%, 0px);
    opacity: 0;
}

.--in.--start .pricing-card-item {
    transform: translate3d(0px, 0%, 0px);
    opacity: 1;
}

.container-md {
    max-width: 915px;
    margin: auto;
    padding: 0 50px;
}


.ui-accordion .accordion {
    position: relative;
    margin-bottom: 40px;
    cursor: pointer;
}

.ui-accordion .accordion .accordion--header {
    border-radius: 18px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.ui-accordion .accordion .accordion--header > .accordion--header_wrap {
    font-weight: 600;
    display: flex;
    font-size: 20px;
    color: black;
    align-items: center;
}

.ui-accordion .accordion .accordion--content_item {
    margin: 20px 0;
    background: #f5f5f5;
    border-radius: 18px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}

.ui-accordion .accordion .accordion--content_item > .accordion-body {
    padding: 23px 25px;
    width: calc(100% - 50px);
}

.accordion--content_wrap {
    position: absolute;
    transition: 0.3s;
    filter: opacity(0);
    transform: scale(0.96) translateY(-50px);
    -webkit-transition: 0.3s;
    -webkit-filter: opacity(0);
    -webkit-transform: scale(0.96) translateY(-50px);
    -moz-transition: 0.3s;
    -moz-filter: opacity(0);
    -moz-transform: scale(0.96) translateY(-50px);
    width: 100%;
}

.ui-accordion .accordion._open .accordion--header {
}

._open .accordion--content_wrap {
    filter: opacity(1);
    transform: scale(1) translateY(0px);
    -webkit-filter: opacity(1);
    -webkit-transform: scale(1) translateY(0px);
    -moz-filter: opacity(1);
    -moz-transform: scale(1) translateY(0px);
}

.ui-accordion {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    margin-top: 48px;
    overflow: hidden;
}
.ui-accordion .accordion .accordion--header > .accordion--header_wrap > .action {
    margin-left: auto;
    padding-left: 20px;
    position: relative;
    top: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 16px;
    background: #F4F4F4;
    padding: 11px 23px;
}
.ui-accordion .accordion .accordion--header > .accordion--header_wrap > .action .icon {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    height: 11px;
    background: url('../images/arrow-down-puprle.svg') no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.ui-accordion .accordion._open .accordion--header > .accordion--header_wrap > .action > .icon {
    transform: rotate(180deg);
    filter: grayscale(1) opacity(0.3);
    -webkit-transform: rotate(180deg);
    -webkit-filter: grayscale(1) opacity(0.3);
    -moz-transform: rotate(180deg);
    -moz-filter: grayscale(1) opacity(0.3);

}

.ui-accordion .accordion .accordion--content {
    height: 0px;
}

.ui-accordion .accordion._open .accordion--content {
}

.accordion--folders {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 50px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    filter: opacity(1);
    transition-delay: 0.1s;
    -webkit-filter: opacity(1);
    -webkit-transition-delay: 0.1s;
    -moz-filter: opacity(1);
    -moz-transition-delay: 0.1s;
}

.accordion--folders > .fold {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 97%;
    height: 100%;
    background: #d5dbe757;
    border-radius: 20px;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    margin: auto;
}

.accordion--folders > .fold.fold-1 {
    transform:translateY(8px);
    -webkit-transform:translateY(8px);
    width: 97%;
}

.accordion--folders > .fold.fold-2 {
    transform:translateY(16px);
    -webkit-transform:translateY(16px);
    width: 94%;
}

._open .accordion--folders {
    filter: opacity(0);
    transition-delay: 0s;
    -webkit-filter: opacity(0);
    -webkit-transition-delay: 0s;
    -moz-filter: opacity(0);
    -moztransition-delay: 0s;
}


._open .accordion--folders > .fold.fold-1 {
    transform:translateY(20px);
    -webkit-transform:translateY(20px);
}

._open .accordion--folders > .fold.fold-2 {
    transform:translateY(40px);
    -webkit-transform:translateY(40px);
}

.ui-accordion .accordion .accordion--content_item > .accordion-body img {
    max-width: 600px;
    border-radius: 16px;
    margin: auto;
    display: block;
    width: 100%;
}

.container-lg {
    max-width: 1500px;
    margin: auto;
    padding: 0 50px;
}

.section--banner .content {
    padding: 80px 0;
    max-width: 409px;
}

.section--banner > .wrap {
    padding: 0 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    flex-wrap: nowrap;
}

.section--banner {
    position: relative;
}

.section--banner > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
}

.section--banner > .bg > .shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section--banner > .bg > .shapes > .item {
    position: absolute;
    right: 0;
    top: 0;
    left: initial;
}

.section--banner > .bg > .shapes > .item.block-1 {
    left: 20px;
    top: 20px;
}

.section--banner > .bg > .shapes > .item.block-2 {
    left: unset;
    right: 20%;
    top: 30%;
}
.section--banner > .bg > .shapes > .item.block-3 {
    top: 50%;
    width: max-content;
    right: 15px;
}
.section--banner > .bg > .fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFD3BF;
}

footer {
    padding: 60px 0;
    margin-top: 80px;
}

footer > * > .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: nowrap;
}

footer > * > .wrap > .menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
}

footer > * > .wrap > .menu {
    width: 100%;
    max-width: 1015px;
}

footer > * > .wrap > .menu ul a {
    text-decoration: none;
    color: inherit;
}

footer > * > .wrap > .menu ul li {
    color: #110041;
    font-size: 20px;
    font-weight: 600;
}

.--home-btn-liquid {
    display: flex;
    width: max-content;
    text-decoration: none;
    font-weight: 600;
    color: #FFF;
}

.--home-btn-liquid > .wrap {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
}

.--home-btn-liquid > .wrap > .icon {
    width: 85px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/btn-primary-icon.svg");
    background-position: 100% 0;
    background-repeat: no-repeat;
    padding-left: 15px;
    transition: .3s;
    /* transition-delay: .1s; */
    transform: translate3d(-2px, 0px, 0px);
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.24);
}

.--home-btn-liquid > .wrap > .label {
    display: flex;
    border-radius: 100px;
}

.--home-btn-liquid > .wrap > .label > .text {
    background: #110041;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 20px;
    font-size: 16px;
    transition: .2s;
    width: 100%;
    position: relative;
}
.--home-btn-liquid > .wrap > .label > .text:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0px;
    height: 100%;
    width: 6px;
    background: #110041;
}

.--home-btn-liquid > .wrap > .label > .text:after {
    content: '';
    position: absolute;
    right: -4px;
    top: 0px;
    height: 100%;
    width: 6px;
    background: #110041;
}
.--home-btn-liquid.--green > .wrap > .label > .text:before, .--home-btn-liquid.--green > .wrap > .label > .text:after {
    background: #d8ff20;
}

.--home-btn-liquid.--white > .wrap > .label > .text:before, .--home-btn-liquid.--white > .wrap > .label > .text:after {
    background: #fff;
}

.--home-btn-liquid.--gray > .wrap > .label > .text:before, .--home-btn-liquid.--gray > .wrap > .label > .text:after {
    background: #f4f4f4;
}

.--home-btn-liquid > .wrap > .label:before {
    content: '';
    background: #110041;
    width: 30px;
    border-radius: 50px 0 0 50px;
    min-width: 30px;
}

.--home-btn-liquid > .wrap > .label:after {
    content: '';
    width: 45px;
    background-image: url("../images/btn-primary.svg");
    background-position: 89% 0;
    min-width: 45px;
}

.--home-btn-liquid:not(.w-100):hover > .wrap > .label > .text {
}

.--home-btn-liquid:hover > .wrap > .icon {
    transform: translate3d(-10px, 0px, 0px);
}

.--home-btn-liquid.--green > .wrap > .label:after {
    background-image: url("../images/btn-primary-green.svg");
    background-position: 89% 0;
}

.--home-btn-liquid.--green > .wrap > .icon {
    background-image: url("../images/btn-primary-green-icon.svg");
    background-position: 100% 0;
    background-repeat: no-repeat;
}

.--home-btn-liquid.--green > .wrap > .label > .text {
    color: #110041;
    background: #d8ff20;
}

.--home-btn-liquid.--green > .wrap > .label:before {
    background: #d8ff20;
}

.--home-btn-liquid.--green > .wrap > .icon img, .--home-btn-liquid.--white > .wrap > .icon img {
    filter: invert(1);
}


.--home-btn-liquid.--white > .wrap > .label:after {
    background-image: url("../images/btn-primary-white.svg");
    background-position: 89% 0;
}

.--home-btn-liquid.--white > .wrap > .icon {
    background-image: url("../images/btn-primary-white-icon.svg");
    background-position: 100% 0;
    background-repeat: no-repeat;
}


.--home-btn-liquid.--gray > .wrap > .label:after {
    background-image: url("../images/btn-primary-gray.svg");
    background-position: 89% 0;
}

.--home-btn-liquid.--gray > .wrap > .icon {
    background-image: url("../images/btn-primary-gray-icon.svg");
    background-position: 100% 0;
    background-repeat: no-repeat;
}

.--home-btn-liquid.--white > .wrap > .label > .text {
    color: #110041;
    background: #fff;
}

.--home-btn-liquid.--white > .wrap > .label:before {
    background: #fff;
}

.--home-btn-liquid.w-100 {
    width: 100%;
}

.--home-btn-liquid.w-100 > .wrap > .label {
    width: calc(100% - 85px);
}


.--home-btn-liquid.--gray > .wrap > .label > .text, .--home-btn-liquid.--gray > .wrap > .label:before {
    background: #F4F4F4;
}

.--home-btn-liquid.--gray {
    color: #522EB8;
}

.--home-btn-liquid.--md > .wrap > .label > .text {
    padding: 0 2px;
}


.tabs {
    position: relative;
}

.tabs .tab {
    position: absolute;
    width: 100%;
    top: 0;
    /* opacity: 0; */
    /* visibility: hidden; */
    pointer-events: none;
}

.tabs .tab.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

*::-webkit-scrollbar {
    display: none;
}

.home-start:not(.active) > *> .wrap > .row .block > .wrap > .col-left, .home-start:not(.active) > *> .wrap > .row .block > .wrap > .col-right {
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.03);
    transform: translate3d(0px, 50%, 0px);
    opacity: 0;
    transition-delay: .4s;
}

.home-start:not(.active) > *> .wrap > .row .block > .wrap > .col-right {
    transition-delay: .5s;
}

.home-start:not(.active) > * > .wrap > .row > .col-right .actions {
    transition: 1s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.03);
    transform: translate3d(0px, 50%, 0px);
    opacity: 0;
    transition-delay: 1s;
}

.--before-ready .liquid-blocks > .block-1 > .image {
    background-position: -50px 360px;
    opacity: 1;
    transform: scale(1);
}

.--before-ready .home-start > * > .wrap > .row .block > .bg {
    transform: scale(1);
}

.--before-ready .home-start > *> .wrap > .row .block > .wrap > .col-left, .--before-ready .home-start > *> .wrap > .row .block > .wrap > .col-right {
    transform: translate3d(0px, 0%, 0px);
    opacity: 1;
}

.--before-ready .home-start > *> .wrap > .row .block > .wrap  .shape {
    left: -16%;
    top: -10%;
}

.--before-ready .home-start > * > .wrap > .row > .col-right .actions {
    transform: translate3d(0px, 0%, 0px);
    opacity: 1;
}

.--before-ready .liquid-blocks > .block-2 > .image {
    transform: scale(1);
    opacity: 1;
    background-position: 0px 0px;
}

.--before-ready .block-3 > .layer-1 {
    transform: scale(1);
    opacity: 1;
}

.--before-ready .block-3 > .layer-2 > .hand {
    transform: translate3d(0px, 0%, 0px);
}

[data-typing] {
    display: inline-block;
    opacity: 0;
}

[data-typing].animated{
    opacity: 1;
}

[data-typing].animated > span {
    position: relative;
    transition: 0.1s;
    opacity: 0;
}

[data-typing].animated.ready > span {
    opacity: 1;
}
/*
.home-start:not(.active) .row > .col-left .title .--liquid-shapes > .--shapes > .--shape-wrap > .--shape {
    transform: matrix(0.2, 0, 0, 0.2, 0, 0);
    transition-delay: 2s;
}

.home-start:not(.active) .row > .col-left .title .--liquid-shapes > .--shapes > .--shape-wrap > .--shape:last-child {
    transition-delay: 2s;
}

.--before-ready .home-start .row > .col-left .title .--liquid-shapes > .--shapes > .--shape-wrap > .--shape {
    transform: matrix(1, 0, 0, 1, 0, 0);
}
*/
#pin:not([style]) {
    min-height: 100dvh;
    position: relative;
}

#pin > section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 0;
    min-height: calc(100dvh - 160px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

#pin:not([style]) > section:not(:first-child) {
    opacity:0;
}
#pin > section:first-child {
    z-index: 1;
}
#pin > section.active {
    z-index: 2;
}
html.--before-ready:not(.--ready) {
    overflow: hidden;
}

#pin > #websites {
    margin: 0;
}

.unpinned-area {
    background: white;
    position: relative;
    padding-top: 50px;
}

.title > .text > span {
    display: inline-block;
}

span.icon-svg {
    display: inline-block;
    margin-right: -13%;
}
.title .shape {
    position: absolute;
    z-index: -1;
    left: -2%;
    top: 3%;
}
.title {
    position: relative;
}
h1.title .shape {
    left: -1%;
    top: 8px;
    transition: .5s;
    transition-timing-function: cubic-bezier(0.42, 0, 0, 1.01);
    opacity: 0;
    transition-delay: .7s;
}
.--before-ready h1.title .shape {
    opacity: 1;
}

.block-3 > .layer-1 .liquids-el {
    position: absolute;
    z-index: 1;
    bottom: 3%;
    left: 10%;
}

#websites .title .shape {
    left: inherit;
    right: -4%;
    top: -5%;
}

#steps .title .shape {
    left: 0;
    right: 0;
}

#templates .title .shape {
    left: 19%;
    top: 8%;
}

#pricing .title .shape {
    left: -42%;
    top: -18%;
}

.pricing-card-item > .wrap > .list.marker-1 > li:before {
    content: '';
    min-width: 7px;
    background: #726c85;
    border-radius: 100px;
    min-height: 7px;
    top: 6px;
}

header .header>.wrap .actions {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

header .header>.wrap .actions .icon {
    line-height: 0;
}

header .header>.wrap .actions .icon img {
    width: 24px;
}
