/*
================================
Botiga CSS
================================
 */
/* Modal download link */
.edd-free-downloads-direct-download-link {
    display: block;
    margin-top: 15px;
    font-size: 0.7rem;
}

/* Section Background */
.cs-section-lighten {
    background-color: #F9FAFC;
}

/* Hero section stars rating and downloads count */
.cs-theme-page-header__featured-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 150px));
    justify-content: flex-start;
    margin-bottom: 55px;
    margin-top: 30px;
    column-gap: 20px;
}
.cs-theme-page-header__featured-info > * {
    margin-top: 10px;
}
.cs-theme-page-header__rating-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #131a2b;
    margin-bottom: 4;
}
.cs-theme-page-header__users-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #131a2b;
    margin-bottom: 4;
}
.cs-theme-page-header__users {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #869ab8;
}
.cs-theme-page-header__users strong {
    color: #000;
    font-weight: 900;
}
.cs-theme-page-header__rating {
    display: flex;
    justify-content: flex-start;
    text-align: left !important;
    align-items: center;
    flex-wrap: wrap;
}
.cs-theme-page-header__rating strong {
    color: #131a2b;
    font-weight: 500;
}
@media (max-width: 576px) {
    .cs-theme-single .theme-page-header p.cs-theme-page-header__rating {
        text-align: center !important;
    }
}
.cs-stars {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 22px;
}
.cs-stars .cs-stars__item {
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m10.715 15-6.172 3.09 1.179-6.545L.729 6.91l6.9-.955L10.715 0 13.8 5.955l6.9.955-4.993 4.635 1.179 6.545L10.715 15Z' fill='%23FEC645'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-position: center;
}
.cs-stars .cs-stars__item:not(:last-child) {
    margin-right: 5px;
}

/* Pro badge */
.botiga-pro-badge {
    font-size: 0.75rem;
    background: #3FB28F;
    color: #FFF;
    padding: 6px 15px;
    border-radius: 35px;
}

/* Performance section */
.cs-section-lightweight {
    padding: 120px 0;
    overflow: hidden;
}
.cs-section-lightweight__items-grid {
    margin-top: 68px;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1fr);
}
@media screen and (min-width: 640px) {
    .cs-section-lightweight__items-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}
.cs-section-lightweight__item-title {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.45;
    color: #ffffff;
    margin-bottom: 8px;
}
.cs-lp-section__subtitle {
    color: #95aaca;
    margin-bottom: 10px;
    font-size: 0.75rem;
    letter-spacing: 2px;
}
.cs-lp-section__title {
    color: #FFF;
}
.cs-lp-section__title + p {
    margin-bottom: -40px;
    margin-top: -10px;
}
.cs-section-lightweight__item-desc {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #c2cff8;
}
.cs-section-lightweight__img-wrapper {
    display: flex;
}
.cs-section-lightweight__img-wrapper .cs-section-lightweight__img {
    max-width: 676px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
@media screen and (min-width: 1240px) {
    .cs-section-lightweight__img-wrapper .cs-section-lightweight__img {
        width: 676px;
        flex: 0 0 676px;
    }
}
.cs-section-lightweight__img-wrapper .cs-section-lightweight__img::before {
    content: "";
    display: block;
    padding-top: 81.36095%;
}
.cs-section-lightweight__img-wrapper .cs-section-lightweight__img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    object-position: cover;
}
.cs-section-lightweight__grid {
    display: grid;
    gap: 40px;
}
@media screen and (min-width: 1240px) {
    .cs-section-lightweight__grid {
        gap: 80px;
        grid-template-columns: minmax(0, 540px) minmax(0, 1fr);
    }
}
.cs-section-lightweight__item-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    height: 30px;
}
.cs-section-lightweight__item-img img {
    max-width: 100%;
    display: block;
    height: 27px;
    width: auto;
}

/* Single Review Section */
#single-review.cs-section-review-using {
    padding-bottom: 70px;
}

#single-review .cs-section-grid > div:nth-child(1) {
    padding-top: 50px;
    padding-left: 86px;
}

#single-review .cs-review-using {
    min-height: 0;
}

#single-review .cs-review-using p {
    color: #697B96;
}

#single-review .cs-media-name {
    font-weight: 600;
}

#single-review .cs-media-who {
    font-size: 0.7rem;
}

#single-review.cs-section-review-using .cs-section-bg > div:nth-child(3) {
    bottom: -20%;
    left: 47%;
}

#single-review.cs-section-review-using .cs-section-bg > div:nth-child(2) {
    top: 40%;
    right: -4%;
}

/* Demos section */
.cs-section-demos {
    padding: 120px 0 115px;
}

.cs-section-demos > .cs-container .cs-col-md-6 + .cs-col-md-6 {
    margin-top: 40px;
}

.cs-section-demos > .cs-container .cs-col-md-6:nth-child(2) {
    margin-top: 0;
}

.cs-demo-item {
    background-color: #FFF;
    text-align: center;
}
.cs-demo-item .cs-demo-item-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: ease box-shadow 300ms, ease transform 300ms;
    border: 1px solid #212121;
}
.cs-demo-item .cs-demo-item-image-wrapper img {
    border-radius: 10px;
    transition: ease opacity 300ms;
    transform: scale(1.01);
}
.cs-demo-item .cs-demo-item-image-wrapper > a {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    background: #4769D8;
    color: #FFF;
    padding: 17px 35px;
    border-radius: 7px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 0.82rem;
    line-height: 1;
    transform: translate3d(-50%, -40%, 0);
    transition: ease background-color 300ms, ease transform 300ms;
}
.cs-demo-item .cs-demo-item-image-wrapper > a:hover {
    background-color: #6580d7;
}
.cs-demo-item .cs-demo-item-image-wrapper .premium-badge {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #EAEFFF;
    color: #335EEA;
    border-radius: 35px;
    padding: 5px 12px;
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.cs-demo-item h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
}
.cs-demo-item:hover .cs-demo-item-image-wrapper {
    /* box-shadow: 0px 3px 60px -10px rgba(0, 0, 0, 0.4); */
    transform: translate3d(0, 0, 0);
}
.cs-demo-item:hover .cs-demo-item-image-wrapper img {
    opacity: 0.7;
}
.cs-demo-item:hover .cs-demo-item-image-wrapper > a {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-50%, -50%, 0);
}

@media screen and (max-width: 767px) {
    .cs-section-demos .cs-col-md-6 + .cs-col-md-6 {
        margin-top: 30px;
    }
}

/* Premium features section */
.cs-buttons-wrapper {
    display: flex;
}

.cs-buttons-wrapper > button {
    max-width: 90px;
    margin-bottom: 0;
}

.cs-buttons-wrapper > button + button {
    margin-left: 12px;
}

.cs-row-custom-spacing-between-columns > div + div {
    margin-top: 40px;
}

.cs-premium-feature-item {
    display: flex;
    background-color: #FFF;
    border-radius: 12px;
    padding: 45px;
}

.cs-premium-feature-item + .cs-premium-feature-item {
    margin-top: 60px;
}

.cs-premium-feature-item h3 {
    font-size: 40px;
    margin: 20px 0 30px;
}

.cs-premium-feature-item h3 .botiga-pro-badge {
    position: relative;
    top: -4px;
    margin-left: 5px;
}

.cs-premium-feature-item p {
    color: #697B96 !important;
    font-size: 0.85rem;
}

.cs-premium-feature-item .cs-premium-feature-item-info {
    text-align: left;
}

.cs-premium-feature-item.cs-premium-feature-item-content-stack .cs-premium-feature-item-info + .cs-premium-feature-item-image-wrapper {
    margin-top: 30px;
}

@media(max-width: 767px) {
    .cs-premium-feature-item .cs-premium-feature-item-info {
        text-align: center;
    }
}

.cs-premium-feature-item .cs-premium-feature-item-image-wrapper {
    max-width: 100%;
}

.cs-premium-feature-item .cs-premium-feature-item-image-wrapper:not(.no-margin-negative) .glide__slides {
    margin-top: -20px;
}

.cs-premium-feature-item-image-wrapper-subtitle {
    display: block;
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.cs-premium-feature-item.cs-premium-feature-item-content-stack {
    flex-direction: column;
}

.cs-premium-feature-item.cs-premium-feature-item-content-stack .cs-premium-feature-item-image-wrapper {
    width: 100%;
}

.cs-premium-feature-item.cs-premium-feature-item-content-stack h3 .botiga-pro-badge {
    position: relative;
    top: -3px;
}

.cs-premium-feature-item.cs-premium-feature-item-style-2 {
    background-color: #F9FAFC;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
    height: 100%;
}

#pro .cs-premium-feature-item.cs-premium-feature-item-style-2 {
    background-color: #FFF;
}

.cs-premium-feature-item.cs-premium-feature-item-style-2 h3 {
    font-size: 1.4rem;
}

.cs-premium-feature-item-blog-layouts .cs-premium-feature-item-info {
    padding-right: 0 !important;
}

@media(min-width: 990px) {
    .cs-premium-feature-item-blog-layouts .cs-premium-feature-item-image-wrapper {
        padding-left: 40px;
    }
}

.cs-premium-feature-item-checkout-styles {
    padding-bottom: 15px;
}

.cs-premium-feature-item-checkout-styles h3 {
    margin-top: -15px;
}

@media(min-width: 990px) {
    .cs-premium-feature-item-checkout-styles .cs-row-gutter-sm > div:nth-child(2) {
        margin-left: -15px;
    }
}

@media(max-width: 989px) {
    .cs-premium-feature-item-site-layouts .cs-premium-feature-item-image-wrapper {
        margin-top: 35px;
    }
}

@media screen and (min-width: 990px) {
    .cs-premium-feature-item:not(.cs-premium-feature-item-content-stack) .cs-premium-feature-item-info,
    .cs-premium-feature-item:not(.cs-premium-feature-item-content-stack) .cs-premium-feature-item-image-wrapper {
        width: 50%;
    }
    .cs-premium-feature-item:not(.cs-premium-feature-item-content-stack) .cs-premium-feature-item-info.info-left {
        padding: 0 90px 0 50px;
    }
    .cs-premium-feature-item:not(.cs-premium-feature-item-content-stack) .cs-premium-feature-item-info.info-right {
        padding: 0 40px 0 80px;
    }
}

@media screen and (max-width: 989px) {
    .cs-mobile-order-1 {
        order: 1;
    }
    .cs-mobile-order-2 {
        order: 2;
    }
    .cs-mobile-mb-1 {
        margin-bottom: 30px;
    }
    .cs-premium-feature-item {
        flex-wrap: wrap;
    }
    .cs-premium-feature-item-text-align-mobile-center .cs-premium-feature-item-info {
        text-align: center !important;
    }
    .cs-premium-feature-item-text-align-mobile-center .cs-row-gutter-sm {
        justify-content: center !important;
    }
}

.match-images-height img {
    width: 100%;
    max-height: 289px;
    object-fit: cover;
    object-position: top center;
}

.match-images-height-style-2 img {
    width: 100%;
    max-height: 324px;
    object-fit: cover;
    object-position: top center;
}

/* Reviews section */
.cs-section-reviews {
    padding-top: 120px;
    padding-bottom: 10px;
    background-color: #F9FAFC;
}

@media(min-width: 990px) {
    .cs-section-reviews {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.cs-section-reviews .cs-container-fluid {
    max-width: 1600px;
}

.cs-section-reviews .svg-stars path {
    fill: #FFBD2E;
}

.cs-section-reviews .wp-logo {
    font-weight: 500;
    color: #131a2b;
    margin-top: 35px;
}

.cs-section-reviews .wp-logo img {
    max-width: 143px;
    margin: 0px 10px 5px;
    image-rendering: -webkit-optimize-contrast;
    filter: brightness(6.5);
}

.cs-section-reviews h2 {
    margin-bottom: 55px;
}

.cs-section-reviews .cs-row > div {
    margin-bottom: 35px;
}

.cs-section-reviews .cs-custom-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
}

.cs-section-reviews .cs-custom-grid > div:nth-child(1) {
    grid-column: 1/7;
}
.cs-section-reviews .cs-custom-grid > div:nth-child(2) {
    grid-column: 7/13;
}
.cs-section-reviews .cs-custom-grid > div:nth-child(3) {
    grid-column: 1/5;
}
.cs-section-reviews .cs-custom-grid > div:nth-child(4) {
    grid-column: 5/9;
}
.cs-section-reviews .cs-custom-grid > div:nth-child(5) {
    grid-column: 9/13;
}

@media(max-width: 989px) {
    .cs-section-reviews .cs-custom-grid > div:nth-child(3) {
        grid-column: 1/7;
    }
    .cs-section-reviews .cs-custom-grid > div:nth-child(4) {
        grid-column: 7/13;
    }
    .cs-section-reviews .cs-custom-grid > div:nth-child(5) {
        grid-column: 4/10;
    }
}

@media(max-width: 767px) {
    .cs-section-reviews .cs-custom-grid > div {
        grid-column: 1/13 !important;
    }
}

.cs-testimonial {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #FFF;
    border-radius: 10px;
    padding: 35px 30px;
    border: 1px solid #efefef;
}

.cs-testimonial p {
    color: #2B354F !important;
    font-size: 0.8rem;
    margin-bottom: 25px;
}

.cs-testimonial p:last-child {
    color: #667791;
    font-size: 0.7rem;
    margin-bottom: 0;
}

.cs-testimonial strong {
    display: block;
    margin-top: auto;
    margin-bottom: 7px;
    font-size: 0.85rem;
    color: #131A2B;
}

.cs-testimonial-author-wrapper {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.cs-testimonial-author-image img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

/* Testimonial Carousel */
.cs-testimonial-carousel {
    margin-top: -20px;
}

.cs-testimonial-carousel .slider__frame {
    padding: 15px;
}

.cs-testimonial-carousel .slider__bullets {
    display: flex;
    justify-content: center;
    gap: 13px;
    margin-top: 35px;
}

.cs-testimonial-carousel .slider__bullet {
    display: flex;
    width: 10px;
    height: 10px;
    padding: 0;
    background: #E4EBF6;
    border-radius: 100%;
    border: none;
    transition: ease background-color 300ms;
    cursor: pointer;
}

.cs-testimonial-carousel .slider__bullet.glide__bullet--active,
.cs-testimonial-carousel .slider__bullet:hover {
    background-color: #4769d8;
}

.cs-testimonial-carousel .slider__track {
    cursor: grab;
}

.cs-testimonial-carousel .cs-testimonial {
    /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); */
}

/* Price */
.edd_price_options.edd_single_mode {
    display: none;
}
.cs-section-price {
    padding-top: 120px;
    padding-bottom: 120px;
}
.cs-section-price h2 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    font-weight: 400;
}
@media screen and (min-width: 1240px) {
    .cs-section-price h2 {
        font-size: 48px;
    }
}
.cs-section-price p {
    color: #7487a2;
}
.cs-section-price .btn-outline {
    background: transparent;
    color: #4769d8 !important;
}
.cs-section-price__wrapper {
    border-radius: 9px;
    display: grid;
    margin-top: 113px;
}
@media screen and (min-width: 1240px) {
    .cs-section-price__wrapper {
        grid-template-columns: 1fr 1fr 1fr;
        background: rgba(194, 207, 248, 0.1);
    }
}
.cs-section-price__item {
    position: relative;
    margin-bottom: 20px;
    background: rgba(194, 207, 248, 0.1);
}
@media screen and (min-width: 1240px) {
    .cs-section-price__item {
        margin-bottom: 0;
        background: transparent;
    }
}
.cs-section-price__item .edd_purchase_submit_wrapper {
    display: flex !important;
    justify-content: flex-start !important;
}
.cs-section-price__item .btn {
    margin-left: 32px;
    margin-right: 32px;
    background: transparent !important;
    color: #4769d8 !important;
    border-color: #4769d8 !important;
    width: auto !important;
}
.cs-section-price__item .btn .edd-add-to-cart-label {
    color: #4769d8 !important;
}
.cs-section-price__item .btn:hover {
    background: #4769d8 !important;
    color: #fff !important;
}
.cs-section-price__item .btn:hover .edd-add-to-cart-label {
    color: #fff !important;
}
@media screen and (min-width: 768px) {
    .cs-section-price__item .btn {
        margin-left: 52px;
        margin-right: 52px;
    }
}
@media screen and (min-width: 1240px) {
    .cs-section-price__item:not(:last-child) {
        border-right: 1px solid #c2cff8;
    }
}
.cs-section-price__item_best .btn {
    transition: background-color 0.15s ease-out, border-color 0.15s ease-out, color 0.15s ease-out !important;
    background: #4769d8 !important;
    border-color: #4769d8 !important;
    color: #fff !important;
    opacity: 1 !important;
}
.cs-section-price__item_best .btn .edd-add-to-cart-label {
    color: #fff !important;
}
.cs-section-price__item_best .btn:hover {
    background: #2e54d3 !important;
    border-color: #2e54d3 !important;
    color: #fff !important;
}
.cs-section-price__item_best .btn:hover .edd-add-to-cart-label {
    color: #fff !important;
}
.cs-section-price__item-header {
    padding: 32px;
    border-bottom: 1px solid #c2cff8;
}
@media screen and (min-width: 768px) {
    .cs-section-price__item-header {
        padding: 32px 52px;
    }
}
.cs-section-price__item-price {
    padding: 32px;
}
@media screen and (min-width: 768px) {
    .cs-section-price__item-price {
        padding: 32px 52px;
    }
}
.cs-section-price__item-features {
    padding: 25px 32px 30px;
    margin: 0;
    display: grid;
    gap: 25px;
}
@media screen and (min-width: 768px) {
    .cs-section-price__item-features {
        padding: 25px 52px 40px;
    }
}
.cs-section-price__item-features li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #131a2b;
    font-size: 16px;
    line-height: 1.6;
}
.cs-section-price__item-features li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.715 10.883 16.268 4l1.163 1.059L8.715 13 3.486 8.235l1.162-1.058 4.067 3.706Z' fill='%23294792'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.cs-section-price__item-title {
    font-size: 25px;
    line-height: 1.4;
    color: #294792;
}
.cs-section-price__item-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #869ab8;
    margin-top: 4px;
}
.cs-section-price__item-price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #294792;
}
.cs-section-price__item-price.no-padding-top-left {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 25px;
}
.cs-section-price__item-price.no-padding-top-left + p {
    margin-bottom: 25px;
}
.cs-section-price__item-price.al-items-end {
    align-items: flex-end;
}
.cs-section-price__item-currency {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
}
.cs-section-price__item-price-value {
    font-weight: bold;
    font-size: 60px;
    line-height: 50px;
    margin-left: 5px;
}
.cs-section-price__item-price-value-fs-2 {
    font-size: 38px;
}
.cs-section-price__item-price-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-left: 18px;
}
.cs-section-price__item-price-desc.no-margin-left {
    margin-left: 0;
}
.cs-section-price__item-best-title {
    background: #3fb28f;
    padding: 7px 16px;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
@media screen and (min-width: 1240px) {
    .cs-section-price__item-best-title {
        border-radius: 4px 4px 0px 0px;
        position: absolute;
        left: 0;
        bottom: 100%;
        right: 0;
    }
}
.cs-section-price__button-block {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 30px;
}
.cs-section-price__button-block .btn {
    max-width: 100%;
    white-space: unset;
}

/* Pricing style 2 */
.btn.cs-custom-btn-style-1 {
    text-align: center;
    background: #5578E7 !important;
    border-color: #5578E7 !important;
    color: #FFF !important;
    width: 100% !important;
    height: 60px !important;
}
.cs-section-price.new-price .btn.download-button {
    background: transparent !important;
    color: #5578E7 !important;
    border-color: #5578E7 !important;
    width: 100% !important;
    height: 60px !important;
    justify-content: center;
}
.cs-section-price.new-price .btn.download-button:hover {
    background: #5578E7 !important;
    color: #FFF !important;
}
.btn.cs-custom-btn-style-1.edd-add-to-cart.edd-has-js {
    display: flex !important;
}
.btn.cs-custom-btn-style-1 span {
    color: #FFF !important;
}
.btn.cs-custom-btn-style-1.btn-outline {
    background: transparent !important;
    color: #5578E7 !important;
}
.btn.cs-custom-btn-style-1.btn-outline span {
    color: #5578E7 !important;
}
.btn.cs-custom-btn-style-1.btn-outline:hover {
    background: #5578E7 !important;
    color: #FFF !important;
}
.btn.cs-custom-btn-style-1.btn-outline:hover span {
    color: #FFF !important;
}

.cs-section-price-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.cs-section-price-item {
    width: 100%;
    border: 1px solid #EAECF0;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .cs-section-price-wrapper {
        flex-wrap: wrap;
    }
    .cs-section-price-item {
        border-radius: 8px 8px 0 0;
    }
}

.cs-section-price-item:first-child {
    max-width: 345px;
}

.cs-section-price-item:last-child {
    max-width: 513px;
    border-radius: 8px;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.cs-section-price-item-header {
    text-align: center;
    padding: 50px 30px;
}
.cs-section-price-item-title {
    font-size: 30px;
    font-weight: 500;
}
.cs-section-price-item:first-child .cs-section-price-item-title {
    font-size: 24px;
}
.cs-section-price-item-price {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #294792;
    margin: 20px 0 30px;
}
.cs-section-price-item-currency {
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 7px;
    margin-right: 3px;
}
.cs-section-price-item-price-value {
    font-weight: bold;
    font-size: 60px;
    line-height: 50px;
    margin-left: 5px;
}
.cs-section-price-item-price-value-fs-2 {
    font-size: 38px;
}
.cs-section-price-item-price-desc {
    font-size: 20px;
    margin-left: 10px;
}
.cs-section-price-item-body {
    background-color: #F9FAFE;
    border-top: 1px solid #EAECF0;
    padding: 40px;
}
.cs-section-price-item-features {
    padding-left: 0;
    margin: 0;
}
.cs-section-price-item-features li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #131a2b;
    font-size: 16px;
    line-height: 1.6;
}
.cs-section-price-item-features li + li {
    margin-top: 18px;
}
.cs-section-price-item-features li:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.715 10.883 16.268 4l1.163 1.059L8.715 13 3.486 8.235l1.162-1.058 4.067 3.706Z' fill='%2310B981'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.cs-section-price-item-features.pro li:first-child::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8332 10.3232H4.1665' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.99984 16.1565L4.1665 10.3232L9.99984 4.48987' stroke='white' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.cs-section-price-item-pro .cs-section-price-item-header {
    color: #FFF;
    background-color: #242D43;
}

.cs-section-price-item-pro .cs-section-price-item-body {
    color: #FFF;
    background-color: #1F273D;
    border-top-color: #2e394f;
}

.cs-section-price-item-pro .cs-section-price-item-features li {
    color: #FFF;
}

/* All features table */
.accent-color {
    color: #294792 !important;
}

.plus-fs {
    font-size: 18px;
}

.all-features-wrapper {
    display: none;
    padding-top: 80px;
}

.all-features-wrapper.show {
    display: block;
}

.all-features-wrapper.show-content .all-features-header,
.all-features-wrapper.show-content .all-features-table {
    opacity: 1;
    transform: none;
}

.all-features-wrapper .btn {
    width: 100% !important;
}

.all-features-header,
.all-features-table {
    font-size: 14px;
    opacity: 0;
    transition: ease transform 300ms, ease opacity 300ms;
    transform: translate3d(0, 15px, 0);
}

.all-features-header strong,
.all-features-table strong {
    color: #131A2B;
}

.all-features-header {
    display: flex;
    margin-bottom: 45px;
}

.all-features-header hr {
    border: 0;
    border-top: 1px solid #E5E7EB;
    margin: 20px -15px 30px;
}

.all-features-header-item {
    width: 100%;
    padding: 0 15px;
}

.all-features-table {
    width: 100%;
}

.all-features-table tr.title td {
    background-color: #F9FAFB !important;
    padding: 15px 20px;
}

.all-features-table td {
    border-top: 1px solid #E5E7EB;
    padding: 15px 25px;
    width: 33.5333%;
}

@media(max-width: 989px) {
    .all-features-table td {
        word-break: break-all;
    }
}

.all-features-table td:not(:first-child) {
    padding: 15px;
}

.all-features-table tbody tr:nth-child(odd) > td, 
.all-features-table tbody tr:nth-child(odd) > th {
    background-color: transparent;
}

.all-features-table svg {
    margin-left: -4px;
}

.all-features-footer {
    display: flex;
    margin-top: 45px;
}

.all-features-footer-item {
    width: 100%;
    padding: 0 15px;   
}

@media(max-width: 989px) {
    .hidden-mobile {
        display: none;
    }
    .all-features-header-item:nth-child(1),
    .all-features-table td:first-child {
        min-width: 190px;
        max-width: none;
    }
    .all-features-table td,
    .all-features-table tr.title td {
        padding: 15px 10px !important;
    }
    .all-features-header-item:nth-child(3) {
        padding-left: 15px;
    }
}

@media(max-width: 767px) {
    .all-features-table td {
        width: auto;
    }
    .all-features-table td:first-child {
        min-width: 136px;
    }
    .all-features-header,
    .all-features-footer {
        flex-wrap: wrap;
    }
    .all-features-header-item + .all-features-header-item {
        margin-top: 40px;
    }
    .all-features-footer-item + .all-features-footer-item {
        margin-top: 20px;
    }
    .all-features-table td:not(:first-child) {
        max-width: 100px;
    }
}

@media(min-width: 990px) {
    .hidden-desktop {
        display: none;
    }
}

.see-all-features-button {
    display: block;
    color: #4769d8;
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    transition: ease opacity 300ms;
}
.see-all-features-button:hover {
    opacity: 0.8;
}

/* Section help */
.cs-section-help {
    background: #fafbfd;
    padding: 140px 0 112px;
    overflow: hidden;
}
.cs-section-help .cs-section-help__element-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    box-shadow: 0px 22px 40px rgba(105, 123, 150, 0.2);
    border-radius: 12px;
    z-index: 1;
}
.cs-section-help h2 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
    font-weight: 400;
}
@media screen and (min-width: 1240px) {
    .cs-section-help h2 {
        font-size: 40px;
    }
}
.cs-section-help__element {
    display: flex;
    flex-direction: column;
    max-width: 808px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
@media screen and (min-width: 768px) {
    .cs-section-help__element {
        padding: 60px;
    }
}
.cs-section-help__element > * {
    position: relative;
    z-index: 2;
}
.cs-section-help__element p {
    max-width: 408px;
    color: #697b96;
}
.cs-section-help__element .cs-section-help__title {
    max-width: 478px;
    margin-bottom: 1rem;
}
.cs-section-help__element::before {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 122 122' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.457 5.229A5.229 5.229 0 1 1 0 5.229a5.229 5.229 0 0 1 10.457 0Zm0 18.59a5.229 5.229 0 1 1-10.457 0 5.229 5.229 0 0 1 10.457 0ZM23.82 10.457a5.229 5.229 0 1 0 0-10.457 5.229 5.229 0 0 0 0 10.457Zm5.229 13.362a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0ZM42.41 10.457A5.229 5.229 0 1 0 42.41 0a5.229 5.229 0 0 0 0 10.457Zm5.228 13.362a5.229 5.229 0 1 1-10.457 0 5.229 5.229 0 0 1 10.457 0ZM61 10.457A5.229 5.229 0 1 0 61 0a5.229 5.229 0 0 0 0 10.457Zm5.229 13.362a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0ZM79.59 10.457A5.229 5.229 0 1 0 79.59 0a5.229 5.229 0 0 0 0 10.457Zm5.228 13.362a5.229 5.229 0 1 1-10.457 0 5.229 5.229 0 0 1 10.457 0Zm13.362-13.362A5.229 5.229 0 1 0 98.18 0a5.229 5.229 0 0 0 0 10.457Zm5.229 13.362a5.229 5.229 0 1 1-10.457 0 5.229 5.229 0 0 1 10.457 0Zm13.361-13.362a5.229 5.229 0 1 0 0-10.457 5.229 5.229 0 0 0 0 10.457ZM122 23.82a5.229 5.229 0 1 1-10.457 0 5.229 5.229 0 0 1 10.457 0ZM5.229 47.639a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457Zm23.819-5.23a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0Zm13.362 5.23a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457Zm23.819-5.23a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0Zm13.362 5.23a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457Zm23.819-5.23a5.229 5.229 0 1 1-10.457 0 5.229 5.229 0 0 1 10.457 0Zm13.361 5.23a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457ZM10.457 61A5.229 5.229 0 1 1 0 61a5.229 5.229 0 0 1 10.457 0Zm13.362 5.229a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.458ZM47.639 61a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.457 0ZM61 66.229a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.458ZM84.82 61a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.457 0Zm13.36 5.229a5.229 5.229 0 1 0 .002-10.458 5.229 5.229 0 0 0-.001 10.458ZM122 61a5.229 5.229 0 1 1-10.457 0A5.229 5.229 0 0 1 122 61ZM5.229 84.82a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457Zm23.819-5.23a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0Zm13.362 5.23a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457Zm23.819-5.23a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0Zm13.362 5.23a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457Zm23.819-5.23a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0Zm13.361 5.23a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.457ZM10.457 98.18A5.229 5.229 0 1 1 0 98.183a5.229 5.229 0 0 1 10.457-.001Zm13.362 5.23a5.229 5.229 0 1 0 0-10.457 5.229 5.229 0 0 0 0 10.457Zm23.82-5.23a5.229 5.229 0 1 1-10.458.002 5.229 5.229 0 0 1 10.457-.001ZM61 103.41a5.229 5.229 0 1 0 0-10.457 5.229 5.229 0 0 0 0 10.457Zm23.82-5.23a5.229 5.229 0 1 1-10.459.001 5.229 5.229 0 0 1 10.458 0Zm13.36 5.23a5.229 5.229 0 1 0 .001-10.458 5.229 5.229 0 0 0 0 10.458ZM122 98.18a5.229 5.229 0 1 1-10.458.001 5.229 5.229 0 0 1 10.458 0ZM5.229 122a5.229 5.229 0 1 0 0-10.457 5.229 5.229 0 0 0 0 10.457Zm23.819-5.229a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0ZM42.41 122a5.229 5.229 0 1 0 0-10.457 5.229 5.229 0 0 0 0 10.457Zm23.819-5.229a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0ZM79.59 122a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.458Zm23.819-5.229a5.229 5.229 0 1 1-10.458 0 5.229 5.229 0 0 1 10.458 0ZM116.771 122a5.229 5.229 0 1 0 0-10.458 5.229 5.229 0 0 0 0 10.458Z' fill='%23335EEA' opacity='.1'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 122px;
    height: 122px;
    position: absolute;
    left: -50px;
    top: -35px;
    content: "";
    display: block;
}
.cs-section-help__element::after {
    content: "";
    display: block;
    position: absolute;
    right: 70px;
    bottom: -97px;
    width: 210px;
    height: 210px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 210 210' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='.1'%3E%3Ccircle cx='104.501' cy='104.501' r='76.5' transform='rotate(30 104.501 104.501)' fill='%23D8D8D8' fill-opacity='.01'/%3E%3Cmask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='27' y='27' width='155' height='155'%3E%3Ccircle cx='104.501' cy='104.501' r='76.5' transform='rotate(30 104.501 104.501)' fill='%23fff'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cpath d='m62.417-13.58.433.25.25-.432-.433-.25-.25.433Zm-81.632 141.391-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm.25-.433.433.25-.433-.25ZM61.302-13.646l-.433-.25.433.25Zm.25-.433.25-.433-.433-.25-.25.433.433.25Zm10.987 6.92-.433-.25.433.25Zm.25-.432.433.25.25-.433-.433-.25-.25.433ZM-8.594 133.366l.433.25-.433-.25Zm-.25.433-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm.25-.433.433.25-.433-.25ZM71.672-7.658l-.433-.25.433.25Zm.25-.433.25-.433-.433-.25-.25.433.433.25ZM83.16-1.604l.433.25.25-.433-.433-.25-.25.433Zm-.25.433.433.25-.433-.25Zm-.616-.933.25-.433-.433-.25-.25.433.433.25Zm-.25.433-.433-.25.433.25ZM.911 138.854l.433.25-.433-.25Zm-.25.433-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25Zm.25-.433-.433-.25.433.25ZM93.28 4.817l-.433-.25.433.25Zm.25-.433.433.25.25-.433-.433-.25-.25.433ZM12.148 145.34l.433.25-.433-.25Zm-.25.433-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433ZM92.664 3.884l.25-.433-.433-.25-.25.433.433.25Zm11.237 6.487.433.25.25-.433-.433-.25-.25.433Zm-.25.434-.433-.25.433.25Zm-.616-.933.25-.434-.433-.25-.25.434.433.25Zm-81.632 141.39-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25Zm.25-.433.433.25-.433-.25Zm91.753-134.97.433.25.25-.433-.433-.25-.25.433ZM32.64 157.75l-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm.25-.433-.433-.25.433.25Zm81.132-140.525.433.25-.433-.25Zm.25-.433.25-.433-.433-.25-.25.433.433.25Zm11.237 6.488.433.25.25-.433-.433-.25-.25.433Zm-.25.433.433.25-.433-.25Zm-.616-.933.25-.433-.433-.25-.25.433.433.25Zm-.25.433-.433-.25.433.25ZM42.395 162.804l.433.25-.433-.25Zm-.25.433-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25Zm.25-.433-.433-.25.433.25Zm91.503-134.536-.433-.25.433.25Zm.25-.434.433.25.25-.433-.433-.25-.25.433ZM53.632 169.292l.433.25-.433-.25Zm-.25.433-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm.25-.433.433.25-.433-.25Zm81.132-140.524-.433-.25.433.25Zm.25-.434.25-.433-.433-.25-.25.433.433.25Zm11.237 6.488.433.25.25-.433-.433-.25-.25.433Zm-.25.433-.433-.25.433.25Zm-.616-.933.25-.433-.433-.25-.25.433.433.25ZM62.887 175.213l-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25Zm.25-.433.433.25-.433-.25Zm91.503-134.537.433.25-.433-.25Zm.25-.433.433.25.25-.433-.433-.25-.25.433ZM74.124 181.7l-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm.25-.433-.433-.25.433.25ZM154.64 40.243l.433.25-.433-.25Zm.25-.433.25-.433-.433-.25-.25.433.433.25Zm11.237 6.487.433.25.25-.433-.433-.25-.25.433Zm-.25.434-.434-.25.434.25Zm-.617-.934.25-.433-.433-.25-.25.433.433.25ZM83.629 187.188l-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25Zm.25-.433-.433-.25.433.25Zm91.502-134.537-.433-.25.433.25Zm.25-.433.433.25.25-.433-.433-.25-.25.433ZM95.116 193.243l-.433-.25.433.25Zm-.25.433-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm81.631-141.39.25-.434-.433-.25-.25.433.433.25Zm11.237 6.487.433.25.25-.433-.433-.25-.25.433Zm-.866-.5.25-.433-.433-.25-.25.433.433.25ZM104.621 198.73l.433.25-.433-.25Zm-.25.433-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25Zm91.752-134.97.433.25-.433-.25Zm.25-.433.433.25.25-.433-.433-.25-.25.433Zm-81.382 140.958-.433-.25.433.25Zm-.25.433-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm.25-.433.433.25-.433-.25Zm81.132-140.525-.433-.25.433.25Zm.25-.433.25-.433-.433-.25-.25.433.433.25Zm11.237 6.488.433.25.25-.433-.433-.25-.25.433Zm-.25.433-.433-.25.433.25Zm-.616-.933.25-.433-.433-.25-.25.433.433.25Zm-81.632 141.39-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25Zm.25-.433.433.25-.433-.25Zm91.753-134.97.433.25.25-.432-.433-.25-.25.433Zm-81.382 140.958.433.25-.433-.25Zm-.25.433-.25.433.433.25.25-.433-.433-.25Zm-.866-.5-.433-.25-.25.433.433.25.25-.433Zm.25-.433.433.25-.433-.25Zm81.132-140.524-.433-.25.433.25Zm.25-.433.25-.433-.433-.25-.25.433.433.25Zm11.237 6.487.433.25.25-.433-.433-.25-.25.433Zm-.866-.5.25-.433-.433-.25-.25.433.433.25Zm-81.632 141.391-.433-.25-.25.433.433.25.25-.433Zm.866.5-.25.433.433.25.25-.433-.433-.25ZM62.6-12.896l.25-.433-.866-.5-.25.433.866.5ZM-18.53 127.628 62.6-12.896l-.866-.5-81.132 140.524.866.5Zm-.25.433.25-.433-.867-.5-.25.433.866.5Zm-1.55-.317.866.5.5-.866-.866-.5-.5.866Zm.067-1.116-.25.433.866.5.25-.433-.866-.5ZM60.869-13.896l-81.132 140.524.866.5L61.735-13.396l-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.55.317-.867-.5-.5.866.866.5.5-.866ZM72.97-6.908l.25-.433-.866-.5-.25.433.866.5ZM-8.16 133.616 72.971-6.908l-.866-.5-81.132 140.524.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.549-.317.866.5.5-.866-.866-.5-.5.866Zm.067-1.116-.25.433.866.5.25-.433-.866-.5ZM71.24-7.908-9.893 132.616l.866.5L72.105-7.408l-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.55.317-.867-.5-.5.866.866.5.5-.866Zm9.687 6.17-.25.433.866.5.25-.433-.866-.5Zm-.683.183.866.5.5-.866-.866-.5-.5.866Zm.433.25.25-.433-.866-.5-.25.433.866.5ZM1.344 139.104 82.476-1.421l-.866-.5L.478 138.604l.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5ZM82.476-1.421 1.344 139.104l.866.5L83.342-.921l-.866-.5Zm11.237 6.488.25-.433-.866-.5-.25.433.866.5ZM12.581 145.59 93.713 5.067l-.866-.5L11.715 145.09l.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.549-.317.866.5.5-.866-.866-.5-.5.866Zm.067-1.116-.25.433.866.5.25-.433-.866-.5ZM91.981 4.067 10.849 144.59l.866.5L92.847 4.567l-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.55.317-.867-.5-.5.866.866.5.5-.866Zm9.687 6.17-.25.434.866.5.25-.434-.866-.5Zm-.683.184.866.5.5-.867-.866-.5-.5.867Zm.433.25.25-.434-.866-.5-.25.434.866.5ZM22.086 151.078l81.132-140.525-.866-.5L21.22 150.58l.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5Zm81.132-140.525L22.086 151.08l.866.5 81.132-140.525-.866-.5Zm11.237 6.488.25-.433-.866-.5-.25.433.866.5ZM33.323 157.567l81.132-140.525-.866-.5-81.132 140.525.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.549-.317.866.5.5-.866-.866-.5-.5.866Zm.067-1.116-.25.433.866.5.25-.433-.866-.5Zm81.132-140.525L31.591 156.567l.866.5L113.59 16.542l-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.549.317-.866-.5-.5.866.866.5.5-.866Zm9.688 6.17-.25.434.866.5.25-.433-.866-.5Zm-.683.184.866.5.5-.866-.866-.5-.5.866Zm.433.25.25-.433-.866-.5-.25.433.866.5ZM42.828 163.054 123.96 22.53l-.866-.5-81.132 140.524.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5ZM123.96 22.53 42.828 163.054l.866.5L124.826 23.03l-.866-.5Zm11.237 6.487.25-.433-.866-.5-.25.433.866.5ZM54.065 169.543l81.132-140.525-.866-.5-81.132 140.525.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.55-.317.867.5.5-.866-.866-.5-.5.866Zm.068-1.116-.25.433.866.5.25-.433-.866-.5Zm81.132-140.524L52.333 168.542l.866.5L134.33 28.518l-.866-.5Zm.25-.434-.25.433.866.5.25-.433-.866-.5Zm1.549.317-.866-.5-.5.866.866.5.5-.866Zm9.688 6.171-.25.433.866.5.25-.433-.866-.5Zm-.683.183.866.5.5-.866-.866-.5-.5.866Zm.433.25.25-.433-.866-.5-.25.433.866.5ZM63.57 175.03l81.132-140.525-.866-.5L62.704 174.53l.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5Zm81.132-140.525L63.57 175.03l.866.5 81.132-140.525-.866-.5Zm11.237 6.488.25-.433-.866-.5-.25.433.866.5ZM74.807 181.517l81.132-140.524-.866-.5-81.132 140.524.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.55-.317.867.5.5-.866-.866-.5-.5.866Zm.068-1.116-.25.433.866.5.25-.433-.866-.5Zm81.132-140.524L73.075 180.517l.866.5 81.132-140.524-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.549.317-.866-.5-.5.866.866.5.5-.866Zm9.687 6.17-.25.434.867.5.25-.434-.867-.5Zm-.683.184.867.5.5-.867-.867-.5-.5.867Zm.433.25.25-.434-.866-.5-.25.434.866.5ZM84.312 187.005l81.131-140.524-.866-.5-81.131 140.524.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5Zm81.131-140.524L84.312 187.005l.866.5L166.31 46.981l-.867-.5Zm11.237 6.487.25-.433-.866-.5-.25.433.866.5ZM95.549 193.493 176.68 52.968l-.866-.5-81.131 140.525.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.55-.317.867.5.5-.866-.866-.5-.5.866Zm.068-1.116-.25.433.866.5.25-.433-.866-.5Zm81.131-140.525L93.817 192.493l.866.5 81.131-140.525-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.549.317-.866-.5-.5.866.866.5.5-.866Zm9.688 6.17-.25.434.866.5.25-.433-.866-.5Zm-.683.184.866.5.5-.866-.866-.5-.5.866Zm.433.25.25-.433-.866-.5-.25.433.866.5ZM105.054 198.98l81.131-140.524-.866-.5-81.131 140.524.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5Zm81.131-140.524L105.054 198.98l.866.5 81.131-140.524-.866-.5Zm11.237 6.487.25-.433-.866-.5-.25.433.866.5ZM116.29 205.468l81.132-140.525-.866-.5-81.132 140.525.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.549-.317.866.5.5-.866-.866-.5-.5.866Zm.067-1.116-.25.433.866.5.25-.433-.866-.5ZM195.69 63.943l-81.132 140.525.866.5 81.132-140.525-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.549.317-.866-.5-.5.866.866.5.5-.866Zm9.688 6.171-.25.433.866.5.25-.433-.866-.5Zm-.683.183.866.5.5-.866-.866-.5-.5.866Zm.433.25.25-.433-.866-.5-.25.433.866.5Zm-81.132 140.524 81.132-140.524-.866-.5-81.132 140.524.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5Zm81.132-140.524-81.132 140.524.866.5 81.132-140.524-.866-.5Zm11.237 6.488.25-.433-.866-.5-.25.433.866.5Zm-81.132 140.524 81.132-140.524-.866-.5-81.132 140.524.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm-1.549-.317.866.5.5-.866-.866-.5-.5.866Zm.067-1.116-.25.433.866.5.25-.433-.866-.5Zm81.132-140.524L135.3 216.443l.866.5 81.132-140.524-.866-.5Zm.25-.433-.25.433.866.5.25-.433-.866-.5Zm1.549.317-.866-.5-.5.866.866.5.5-.866Zm9.688 6.17-.25.433.866.5.25-.433-.866-.5Zm-.683.183.866.5.5-.866-.866-.5-.5.866Zm.433.25.25-.433-.866-.5-.25.433.866.5Zm-81.132 140.525 81.132-140.525-.866-.5-81.132 140.525.866.5Zm-.25.433.25-.433-.866-.5-.25.433.866.5Zm.683-.183-.866-.5-.5.866.866.5.5-.866Zm-.433-.25-.25.433.866.5.25-.433-.866-.5Zm81.132-140.525-81.132 140.525.866.5 81.132-140.525-.866-.5Z' fill='%23335EEA'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

/* Create section */
.cs-section-create {
    padding: 0 0 120px;
    background: #fafbfd;
}
.cs-section-create_alt-paddings {
    padding-top: 120px;
    padding-bottom: 160px;
    background: #fff;
}
@media screen and (min-width: 1240px) {
    .cs-section-create {
        padding: 0 0 120px;
    }
    .cs-section-create_alt-paddings {
        padding-top: 120px;
        padding-bottom: 160px;
    }
}
.cs-section-create-item {
    border-radius: 1rem;
    background: url("data:image/svg+xml,%3Csvg width='144' height='81' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.366 6.686a6.683 6.683 0 0 1-6.68 6.685 6.683 6.683 0 0 1-6.68-6.685A6.683 6.683 0 0 1-5.314 0c3.69 0 6.68 2.993 6.68 6.686Zm0 23.771a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.07-17.086c3.69 0 6.68-2.993 6.68-6.685A6.683 6.683 0 0 0 18.437 0a6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.685Zm6.68 17.086a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.071-17.086c3.69 0 6.68-2.993 6.68-6.685A6.683 6.683 0 0 0 42.187 0a6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.685Zm6.68 17.086a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.07-17.086c3.69 0 6.68-2.993 6.68-6.685A6.683 6.683 0 0 0 65.938 0a6.683 6.683 0 0 0-6.679 6.686 6.683 6.683 0 0 0 6.68 6.685Zm6.68 17.086a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.679-6.686 6.683 6.683 0 0 1 6.68-6.686c3.689 0 6.68 2.994 6.68 6.686Zm17.071-17.086c3.69 0 6.68-2.993 6.68-6.685A6.683 6.683 0 0 0 89.688 0a6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.685Zm6.68 17.086a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.071-17.086a6.683 6.683 0 0 0 6.68-6.685A6.683 6.683 0 0 0 113.439 0a6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.685Zm6.68 17.086a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686 6.683 6.683 0 0 1 6.68 6.686Zm17.071-17.086a6.682 6.682 0 0 0 6.679-6.685A6.682 6.682 0 0 0 137.19 0a6.682 6.682 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685Zm6.679 17.086a6.682 6.682 0 0 1-6.679 6.686 6.682 6.682 0 0 1-6.68-6.686 6.682 6.682 0 0 1 6.68-6.686 6.682 6.682 0 0 1 6.679 6.686ZM-5.314 60.914c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.685Zm30.43-6.685a6.683 6.683 0 0 1-6.68 6.685 6.683 6.683 0 0 1-6.68-6.685 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.993 6.68 6.686Zm17.071 6.685c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.685Zm30.43-6.685a6.683 6.683 0 0 1-6.68 6.685 6.683 6.683 0 0 1-6.679-6.685 6.683 6.683 0 0 1 6.68-6.686c3.689 0 6.68 2.993 6.68 6.686Zm17.071 6.685c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.685Zm30.431-6.685a6.683 6.683 0 0 1-6.68 6.685 6.683 6.683 0 0 1-6.68-6.685 6.683 6.683 0 0 1 6.68-6.686 6.683 6.683 0 0 1 6.68 6.686Zm17.071 6.685a6.682 6.682 0 0 0 6.679-6.685 6.682 6.682 0 0 0-6.679-6.686 6.682 6.682 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685ZM1.366 78a6.683 6.683 0 0 1-6.68 6.686A6.683 6.683 0 0 1-11.994 78a6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.07 6.686c3.69 0 6.68-2.993 6.68-6.686a6.683 6.683 0 0 0-6.68-6.686A6.683 6.683 0 0 0 11.757 78a6.683 6.683 0 0 0 6.68 6.686ZM48.868 78a6.683 6.683 0 0 1-6.68 6.686A6.683 6.683 0 0 1 35.507 78a6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.07 6.686c3.69 0 6.68-2.993 6.68-6.686a6.683 6.683 0 0 0-6.68-6.686A6.683 6.683 0 0 0 59.259 78a6.683 6.683 0 0 0 6.68 6.686ZM96.369 78a6.683 6.683 0 0 1-6.68 6.686A6.683 6.683 0 0 1 83.008 78a6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.071 6.686a6.683 6.683 0 0 0 6.68-6.686 6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.686ZM143.869 78a6.682 6.682 0 0 1-6.679 6.686A6.682 6.682 0 0 1 130.51 78a6.682 6.682 0 0 1 6.68-6.686A6.682 6.682 0 0 1 143.869 78ZM-5.314 108.457c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685Zm30.43-6.685a6.682 6.682 0 0 1-6.68 6.685 6.682 6.682 0 0 1-6.68-6.685 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.993 6.68 6.686Zm17.071 6.685c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685Zm30.43-6.685a6.682 6.682 0 0 1-6.68 6.685 6.682 6.682 0 0 1-6.679-6.685 6.683 6.683 0 0 1 6.68-6.686c3.689 0 6.68 2.993 6.68 6.686Zm17.071 6.685c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685Zm30.431-6.685a6.683 6.683 0 0 1-6.68 6.685 6.683 6.683 0 0 1-6.68-6.685 6.683 6.683 0 0 1 6.68-6.686 6.683 6.683 0 0 1 6.68 6.686Zm17.071 6.685a6.682 6.682 0 0 0 6.679-6.685 6.682 6.682 0 0 0-6.679-6.686 6.682 6.682 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685ZM1.366 125.543a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.07 6.686c3.69 0 6.68-2.993 6.68-6.686a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.686Zm30.431-6.686a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.07 6.686c3.69 0 6.68-2.993 6.68-6.686a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.679 6.686 6.683 6.683 0 0 0 6.68 6.686Zm30.431-6.686a6.683 6.683 0 0 1-6.68 6.686 6.683 6.683 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.994 6.68 6.686Zm17.071 6.686a6.683 6.683 0 0 0 6.68-6.686 6.684 6.684 0 0 0-6.68-6.686 6.684 6.684 0 0 0-6.68 6.686 6.683 6.683 0 0 0 6.68 6.686Zm30.43-6.686a6.682 6.682 0 0 1-6.679 6.686 6.682 6.682 0 0 1-6.68-6.686 6.683 6.683 0 0 1 6.68-6.686 6.683 6.683 0 0 1 6.679 6.686ZM-5.314 156c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686A6.682 6.682 0 0 0-5.314 156Zm30.43-6.685a6.682 6.682 0 0 1-6.68 6.685 6.682 6.682 0 0 1-6.68-6.685 6.683 6.683 0 0 1 6.68-6.686c3.69 0 6.68 2.993 6.68 6.686ZM42.188 156c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685Zm30.43-6.685a6.682 6.682 0 0 1-6.68 6.685 6.682 6.682 0 0 1-6.679-6.685 6.683 6.683 0 0 1 6.68-6.686c3.689 0 6.68 2.993 6.68 6.686ZM89.689 156c3.69 0 6.68-2.993 6.68-6.685a6.683 6.683 0 0 0-6.68-6.686 6.683 6.683 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685Zm30.431-6.685a6.683 6.683 0 0 1-6.68 6.685 6.683 6.683 0 0 1-6.68-6.685 6.683 6.683 0 0 1 6.68-6.686 6.683 6.683 0 0 1 6.68 6.686ZM137.19 156a6.682 6.682 0 0 0 6.679-6.685 6.682 6.682 0 0 0-6.679-6.686 6.682 6.682 0 0 0-6.68 6.686 6.682 6.682 0 0 0 6.68 6.685Z' fill='%234769D8' opacity='.101'/%3E%3C/svg%3E")
            no-repeat left bottom,
        url("data:image/svg+xml,%0A%3Csvg width='194' height='154' viewBox='0 0 194 154' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.251885'%3E%3Cellipse rx='83.4451' ry='83.4817' transform='matrix(0.865836 0.500328 -0.499672 0.866215 113.962 39.063)' fill='%23D8D8D8' fill-opacity='0.01'/%3E%3Cmask id='mask0' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='30' y='-45' width='168' height='168'%3E%3Cellipse rx='83.4451' ry='83.4817' transform='matrix(0.865836 0.500328 -0.499672 0.866215 113.962 39.063)' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath d='M67.261 -90.2262L-21.2138 63.151' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M78.5843 -83.6823L-9.89072 69.6948' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M89.9075 -77.1393L1.4327 76.2379' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M101.231 -70.5963L12.7559 82.7808' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M112.554 -64.0534L24.0792 89.3238' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M123.877 -57.5104L35.4024 95.8668' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M135.2 -50.9674L46.7258 102.41' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M146.524 -44.4235L58.0489 108.954' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M157.847 -37.8805L69.3722 115.497' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M169.17 -31.3375L80.6949 122.04' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M180.493 -24.7936L92.0186 128.584' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M191.817 -18.2506L103.342 135.127' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M203.139 -11.7076L114.665 141.67' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M214.463 -5.16468L125.988 148.213' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M225.786 1.37829L137.312 154.756' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M237.109 7.92223L148.634 161.299' stroke='%234769D8' stroke-linecap='square'/%3E%3Cpath d='M248.432 14.4652L159.958 167.842' stroke='%234769D8' stroke-linecap='square'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
            no-repeat right top,
        #182038;
    padding: 40px 30px;
    gap: 1rem;
    display: grid;
    align-items: center;
}
@media screen and (min-width: 1024px) {
    .cs-section-create-item {
        grid-template-columns: 25.2rem 1fr;
        padding: 70px 80px;
    }
}
.cs-section-create-item__title {
    color: #fafbfd;
    margin-bottom: 0;
    text-align: center;
    font-size: 40px;
    line-height: 58px;
    font-weight: 400;
}
@media screen and (min-width: 1024px) {
    .cs-section-create-item__title {
        text-align: left;
    }
}
.cs-section-create-item-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cs-section-create-item-buttons > * {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
    .cs-section-create-item-buttons {
        justify-content: flex-end;
    }
    .cs-section-create-item-buttons > * {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        margin-right: 0;
        margin-left: 0;
    }
    .cs-section-create-item-buttons > *:not(:first-child) {
        margin-left: 1.25rem;
    }
}

/* Section create */
.cs-section-create-item-buttons .btn-success {
    background: #4769D8;
    border-color: #4769D8
}

.cs-section-create-item-buttons .btn-success:hover {
    background: #2e54d3;
    border-color: #2e54d3
}

/* Carousel */
.carousel-show-nav .cs-custom-glide-prev,
.carousel-show-nav .cs-custom-glide-next {
    opacity: 1;
    visibility: visible;
}

/* Botiga carousel dots */
.cs-botiga-carousel-single-dots-wrapper {
	display: none;
	justify-content: center;
}

.cs-botiga-carousel-single-dots-wrapper.top {
    margin-top: 35px;
}

.cs-botiga-carousel-single-dots-wrapper.bottom {
    margin-bottom: 35px;
}

.cs-botiga-carousel-single-dots-wrapper > .dot {
    padding: 6px 4px;
    cursor: pointer;
}

.cs-botiga-carousel-single-dots-wrapper > .dot span {
    display: block;
    background-color: #CCC;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.cs-botiga-carousel-single-dots-wrapper > .dot.active span,
.cs-botiga-carousel-single-dots-wrapper > .dot:hover span {
    background-color: #4769d8;
}

.cs-botiga-carousel-dots-pos-2 .cs-botiga-carousel-single-dots-wrapper {
    margin-top: -37px;
    z-index: 1;
    position: relative;
}

.cs-botiga-carousel-dots-pos-2.style-2 .cs-botiga-carousel-single-dots-wrapper {
    margin-bottom: 14px;
    margin-top: -17px;
}

.cs-botiga-carousel-dots-pos-2.style-3 .cs-botiga-carousel-single-dots-wrapper {
    margin-top: -50px;
}

@media(max-width: 989px) {
    .cs-botiga-carousel-dots-pos-2.style-2 .cs-botiga-carousel-single-dots-wrapper {
        margin-bottom: 44px;
    }
    .cs-botiga-carousel-dots-pos-2.style-3 .cs-botiga-carousel-single-dots-wrapper {
        margin-bottom: 55px;
    }
}

.cs-botiga-carousel-dots-pos-3 .cs-botiga-carousel-single-dots-wrapper {
    position: relative;
    margin-bottom: -25px;
    z-index: 1;
}

.cs-custom-mb-17px {
    margin-bottom: 17px;
}

/* Demos */
@media(min-width: 990px) {
	.cs-custom-large-container {
		max-width: 1600px !important;
	}
	.cs-custom-large-container .cs-col-md-4 {
		max-width: 16%;
	}
}

@media(min-width: 768px) and (max-width: 989px) {
	.cs-custom-large-container .cs-col-md-4:nth-child(3) {
		margin-bottom: 50px;	
	}
}

@media(max-width: 767px) {
	.cs-custom-large-container .cs-col-md-4 + .cs-col-md-4 {
		margin-top: 40px;
	}
}

/* Page Builders Section */
.cs-page-builder-logos {
    display: flex;
    justify-content: center;
    margin-top: 145px;
    margin-bottom: 100px;
}

.cs-page-builder-logos .cs-page-builder-logo-item {
    position: relative;
    max-width: 230px;
    box-sizing: content-box;
}

.cs-page-builder-logos .cs-page-builder-logo-item img {
    box-shadow: 0px 0px 60px -30px rgb(0, 0, 0, 0.1);
}

.cs-page-builder-logos .cs-page-builder-logo-item .cs-page-builder-logo-item-attach {
    display: none;
    box-shadow: none;
}

@media(min-width: 992px) {
    .cs-page-builder-logos .cs-page-builder-logo-item .cs-page-builder-logo-item-attach {
        display: block;
        position: absolute;
        top: 64%;
        left: 0;
        transform: translate3d(-100%, -50%, 0);
        width: 166%;
        max-width: none;
    }

    .cs-page-builder-logos .cs-page-builder-logo-item:nth-child(2) .cs-page-builder-logo-item-attach {
        top: 66%;
        right: 0;
        transform: translate3d(62%, -50%, 0);
        width: 158%;
    }
}

.cs-page-builder-logos .cs-page-builder-logo-item:nth-child(1) {
    padding-right: 110px;
}

.cs-page-builder-logos .cs-page-builder-logo-item:nth-child(2) {
    padding-left: 110px;
    border-left: 1px solid #dfdfdf;
}

@media(max-width: 767px) {
    .cs-page-builder-logos .cs-page-builder-logo-item:nth-child(1) {
        padding-right: 40px;
    }
    
    .cs-page-builder-logos .cs-page-builder-logo-item:nth-child(2) {
        padding-left: 40px;
    }
}

/* Mini Card Feature */
@media(min-width: 768px) {
    .btn-more-premium-features {
        min-width: 475px;
        justify-content: center;
    }
}

.btn-more-premium-features svg {
    margin-left: 7px;
}

.cs-more-premium-features-wrapper {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.cs-more-premium-features-wrapper.show {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: ease-in opacity 300ms;
}

.cs-mini-card-feature {
    position: relative;
    background-color: #f4f5f9;
    border-radius: 8px;
    padding: 30px 20px;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
    transition: ease all 300ms;
}

.cs-mini-card-feature .botiga-pro-badge {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 0.6rem;
}

.cs-mini-card-feature svg {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate3d( -50%, 0, 0 );
}

.cs-mini-card-feature h4 {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5;
    margin-top: 105px;
    text-align: center;
}

.cs-mini-card-feature .botiga-pro-badge + h4 {
    margin-top: 16px;
}

.cs-mini-card-feature:hover {
    background-color: #4769d8;
    filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
}

.cs-mini-card-feature:hover .botiga-pro-badge {
    background-color: #FFF;
    color: #4769d8;
}

.cs-mini-card-feature:hover h4 {
    color: #FFF;
}

#testimonial-carousel .glide__slide {
    height: auto;
}

/* Cost Table Comparison */
.cs-cost-table {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
}

.cs-cost-table .cs-cost-table-item {
    background-color: #FFF;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
}

.cs-cost-table .cs-cost-table-item:nth-child(2) {
    background-color: #182038;
    border: none;
    border-radius: 10px;
    margin-top: 40px;
}

.cs-cost-table .cs-cost-table-item .cs-cost-table-item-header {
    position: sticky;
    top: 0;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px 10px 0 0;
    z-index: 3;
}

.cs-cost-table .cs-cost-table-item:nth-child(2) .cs-cost-table-item-header {
    background-color: #182038;
}

.cs-cost-table .cs-cost-table-item:nth-child(1) .cs-cost-table-item-header {
    background-color: #E9EEF8;
}

.cs-cost-table .cs-cost-table-item .cs-cost-table-item-header h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #131A2B;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.cs-cost-table .cs-cost-table-item .cs-cost-table-pricing {
    display: inline-flex;
    align-items: flex-end;
    font-weight: 500;
    font-size: 32px;
    line-height: 0.5;
    color: #131A2B;
    margin-top: 15px;
}

.cs-cost-table .cs-cost-table-pricing .cs-cost-table-pricing-symbol,
.cs-cost-table .cs-cost-table-pricing .cs-cost-table-pricing-year {
    font-size: 0.6em;
}

.cs-cost-table .cs-cost-table-item:nth-child(2) .cs-cost-table-item-header h3,
.cs-cost-table .cs-cost-table-item:nth-child(2) .cs-cost-table-pricing {
    color: #FFF;
}
.cs-cost-table .cs-cost-table-item .cs-cost-table-pricing.cs-cost-table-pricing-old-price {
	position: relative;
    opacity: 0.7;
	margin-right: 8px;
	font-size: 1.6em;
}
.cs-cost-table .cs-cost-table-item .cs-cost-table-pricing.cs-cost-table-pricing-old-price:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc( 100% + 10px );
	border-bottom: 2px solid #FFF;
}
.cs-cost-table .cs-cost-table-item .cs-cost-table-item-body {
    padding: 20px;
}

.cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item {
    display: flex;
    color: #7487A2;
    font-size: 16px;
    line-height: 26px;
}

.cs-cost-table .cs-cost-table-item:nth-child(1) .cs-cost-table-item-features-list-item {
    flex-direction: column;
}

.cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item + .cs-cost-table-item-features-list-item {
    margin-top: 20px;
}

.cs-cost-table .cs-cost-table-item:nth-child(2) .cs-cost-table-item-features-list-item {
    color: #FFF;
}

.cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item img {
    display: none;
    width: 20px;
    height: auto;
    margin-top: -2px;
}

.cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item svg {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.cs-cost-table .cs-cost-table-item .cs-cost-table-item-body .btn {
    margin-top: 40px;
    height: 59px;
}

@media (min-width: 400px) {
    .cs-cost-table .cs-cost-table-item:nth-child(1) .cs-cost-table-item-features-list-item {
        flex-direction: row;
    }

    .cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item .price {
        width: 84px;
    }
}

@media (min-width: 768px) {
    .cs-cost-table {
        grid-template-columns: 1fr 1fr;
    }

    .cs-cost-table .cs-cost-table-item:nth-child(1) {
        border-right: 0;
        border-radius: 10px 0 0 10px;
    }

    .cs-cost-table .cs-cost-table-item:nth-child(2) {
        border-radius: 0 10px 10px 10px;
        margin-top: 0;
    }

    .cs-cost-table .cs-cost-table-item .cs-cost-table-item-header {
        position: relative;
    }

    .cs-cost-table .cs-cost-table-item:nth-child(1) .cs-cost-table-item-features-list-item {
        flex-direction: row;
    }

    .cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item .price {
        width: 80px;
    }
}

@media (min-width: 990px) {
    .cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item img {
        display: inline-block;
    }

    .cs-cost-table .cs-cost-table-item .cs-cost-table-item-header,
    .cs-cost-table .cs-cost-table-item .cs-cost-table-item-body {
        padding: 40px;
    }

    .cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item .price {
        width: 96px;
    }
}

@media (min-width: 1240px) {
    .cs-cost-table .cs-cost-table-item .cs-cost-table-item-features-list-item .price {
        width: 126px;
    }
}

.cs-sticky-content {
    position: sticky;
    top: 130px;
    transition: ease top 300ms;
}

.navbar-show .cs-sticky-content {
    top: 190px;
}

.cs-card {
    background-color: #FFF;
    border-radius: 7px;
    padding: 30px;
    border: 1px solid #ededed;
}

.cs-card h5 {
    margin-bottom: 20px;
}

.cs-card p {
    margin-bottom: 25px;
}

.cs-card + .cs-card {
    margin-top: 40px;
}

.freevspro-table.freevspro-table-style-columns-narrow .freevspro-table__body .freevspro-table__column:nth-child(2) strong,
.freevspro-table.freevspro-table-style-columns-narrow .freevspro-table__body .freevspro-table__column:nth-child(3) strong {
    margin: 0 !important;
    text-align: center !important;
}