:root {
    --brand-color: #f48c37;
    --brand-color-50: #fef7ee;
    --brand-color-100: #feedd6;
    --brand-color-200: #fbd7ad;
    --brand-color-300: #f8ba79;
    --brand-color-400: #f48c37;
    --brand-color-500: #f1741e;
    --brand-color-600: #e35a13;
    --brand-color-700: #bc4412;
    --brand-color-800: #953617;
    --brand-color-900: #782f16;
    --brand-color-950: #411509;
}

.ls-1 {
    letter-spacing: 1px;
}

.lm-2 {
    border-radius: 1.5rem;
}

@media (min-width: 576) {
    .lm-2 {
        border-radius: 0px;
    }
}

.popover-icon {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--white-color);
    border: 1.5px solid #000;
    cursor: pointer;
    font-size: 35px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
}

.popover-icon:hover {
    background-color: var(--brand-color);
    color: var(--white-color);
    transform: scale(1.1);
}

.popover {
    font-size: 1rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    font-family: "SunnySpells", sans-serif;
    font-weight: 500;
    z-index: 1050;
}

.popover.bs-popover-top {
    margin-top: 0;
}

.popover-btn {
    position: absolute;
    top: 30%;
    left: 40%;
}

.home-category-img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    position: relative;
    overflow: none;
    transition: scale 0.3s ease-in-out;
    border-radius: 1.5rem;
}

.home-category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
}

.category-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: black;
    padding: 1rem 2.3rem 1rem 2.3rem;
    transition: color 0.3s ease-in-out;
}

.category-items:hover .home-category-img {
    scale: 1.2;
}

.category-name {
    font-size: 1.25rem;
    font-weight: 500;
    position: relative;
}

.category-item {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
}

.category-item-1 {
    border-bottom: 1.5px solid rgba(14, 25, 34, 0.1);
}

.category-item-2 {
    border-bottom: 1.5px solid rgba(14, 25, 34, 0.1);
}

.category-item-3 {
    border-bottom: 1.5px solid rgba(14, 25, 34, 0.1);
}

.category-items .hover-bg {
    position: absolute;
    top: 3px;
    left: -100%;
    width: 100%;
    height: calc(100% - 6px);
    z-index: 0;
    transition: left 0.4s ease-in-out;
    background-color: var(--secondary-color-3);
    /* Pinkish hover effect */
    z-index: 0;
    transition: left 0.4s ease-in-out;
}

.categry-navigation-svg {
    transition: transform 0.4s ease-in-out;
}

.category-items:hover .categry-navigation-svg {
    transform: translateX(5px);
}

.category-items:hover .hover-bg {
    left: 0;
}

.highlighted-texts-desktop {
    max-width: 100px;
    display: flex;
    flex-wrap: wrap;
}

.highlighted-text {
    background: white;
    padding: 0rem 8px;
    margin: 0.62rem 0;
    display: inline-block;
    line-height: 40px;
}

.build-dish-container {
    background-color: var(--brand-color);
    padding: 2rem;
}

.build-dish-container-top {
    display: flex;
    justify-content: space-between;
}

.get-started-btn {
    display: inline-block;
    background: white;
    padding: 0.75rem 3.5rem;
    text-decoration: none;
    color: black;
    margin-top: 2rem;
    font-weight: bold;
    border-radius: 8px;
}

/* .build-dish-container-right {}

.category-sec-make-dish-img {
  width: 300px;
  object-fit: cover;

} */

.adventure-text {
    position: relative;
    margin-left: 6%;
    text-align: center;
    font-family: cursive;
    font-size: 1.125rem;

    display: flex;
}

.adventure-texts {
    max-width: 14rem;
    font-size: 1.25rem;
    line-height: 22px;
    transform: rotate(-3deg);
}

.arrow {
    position: absolute;
    top: 30px;
    left: 140px;
    z-index: 6;
}

/* influencer sec */
.influencer-sec {
    background-color: var(--brand-color-200);
}

.influencer-slider-container {
    max-height: 500px;
    overflow: hidden;
}

.influencer-slider img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

#data-influencer-description {
    font-size: 1rem;
}

.influencer-card-desc {
    font-size: 1rem;
}

.influencer-card img {
    height: 6.35rem;
    width: 6.25rem;
}

/* popularproducts section */
.carousel {
    /* Center the carousel */
    max-width: 100%;
    /* Full width container */
    overflow: hidden;
    /* display: flex; */
    gap: 0;
    position: relative;
    /* Ensure no overflow */
}

.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    /* Vertically center the button */
    transform: translateY(-50%);
    /* Offset the button to exactly center vertically */
    background-color: #854ce6;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    z-index: 10;
    /* Ensure the button is above the carousel */
}

/* Position the previous button on the left */
.custom-prev {
    left: 10px;
    /* Adjust this value for left positioning */
}

/* Position the next button on the right */
.custom-next {
    right: 10px;
    /* Adjust this value for right positioning */
}

/* Optional hover effect for buttons */
.custom-prev:hover,
.custom-next:hover {
    background-color: #5c3d99;
}

/* Carousel cells */
.product-card {
    width: 318px;
    /* color: white; */
    min-height: 365px;
}

/* .product-content{ */
/* width: 318px; */
/* padding: .5rem; */
/* } */
.product-card {
    background: linear-gradient(to bottom, var(--brand-color-300) 50%, var(--brand-color-400) 50%);
}

.round-badge {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 70px;
    height: 70px;
    border: 1.5px solid black;
    background-color: #ffffffb3;
    /* Highlight color */
    color: black;
    /* font-size: 16px; */
    /* font-weight: bold; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.round-badge-text {
    font-family: "SunnySpells", sans-serif;
    font-size: 1.15rem;
    line-height: 1.15rem;
    font-weight: 200;
    letter-spacing: 1px;
    text-align: center;
}

.product-card img {
    /* max-width: 200px; */
    display: block;
    width: 100%;
    object-fit: cover;
}

.card-header-content {
    padding-top: 10px;
    padding-inline: 16px;
}

.product-rating-reviews {
    display: flex;
    align-items: center;
    gap: 5px;
    color: black;
    /* min-height: 22.5px; */
}

.rating-stars {
    display: flex;
}

.product-rating-icon {
    font-size: 14px;
    padding-inline: 1.5px;
}

.wishlist-icon {
    font-size: 24px;
    position: absolute;
    top: 40px;
    color: black;
}

a {
    text-decoration: none;
}

.round-badge-text::before,
.round-badge-text::after {
    content: "";
    position: absolute;
    background-color: #000;
    /* Line color */
}

.round-badge-text::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 1.5px;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
}

.round-badge-text::after {
    width: 20px;
    height: 1.5px;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}

.card-footer-content {
    padding: 20px 20px 16px;
}

.product-card-img {
    margin: 24px 29.2px 0px;
    display: block;
    border: 1px solid;
    flex-grow: 1;
    /* width: 80%; */
}

.btn-add-to-cart {
    background-color: white;
    color: black;
    padding: 8px;
    font-weight: bold;
    font-size: 0.9rem;
    border: none;
    border-radius: 8px;
}

.review {
    font-size: 15px;
    font-family: "SunnySpells", sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
}

.h5 {
    font-size: 1.2rem;
    color: black;
    font-weight: 500;
}

.h6 {
    font-size: 0.985rem;
    color: black;
}

.product-subtitle {
    margin-bottom: 5px;
    letter-spacing: 2px;
    font-family: Roboto, serif;
    font-weight: 600;
}

.product_title {
    margin-bottom: 10px;
    font-family: "SunnySpells";
    letter-spacing: 2px;
}

.carousel-cell {
    padding: 10px;
}

.carousel-cell:first-child {
    padding-left: 3.125rem;
}

@media (max-width: 1023px) {
    .slider-container .hero-slider-content {
        left: 1.5rem;
        right: 1.5rem;
        bottom: 2rem;
    }

    .product-card {
        width: 220px;
        /* height: 25rem; */
        min-height: 293px;
    }

    .carousel-cell:first-child {
        padding-left: 1.5rem;
    }

    .review {
        font-size: 13px;
    }

    .round-badge-text::before,
    .round-badge-text::after {
        display: none;
    }

    .round-badge {
        position: absolute;
        top: 0.3125rem;
        right: 0.3125rem;
        width: 35px;
        height: 35px;
        border: 1.5px solid black;
        background-color: #ffffffb3;
        /* Highlight color */
        color: black;
    }

    .product-rating-icon {
        font-size: 12px;
        padding-inline: 1.5px;
    }

    .round-badge-text {
        font-size: 9px;
        line-height: 1;
    }

    .wishlist-icon {
        top: 30px;
    }

    .card-footer-content {
        flex-grow: 1;
        padding: 1.25rem 1.25rem 1rem;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-end;
        /* position: absolute; */
        /* bottom: 0; */
        width: 100%;
    }

    .card-header-content {
        padding-bottom: 10px;
    }
}

/*Adjust card height if needed for larger screens */

.hyplap-slider-btn {
    width: 3.125rem;
    height: 3.125rem;
    background-color: #fff !important;
    border: 1.5px solid black !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: black;
    border: none;
    cursor: pointer;
    z-index: 4;
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

/* customer review home page */
.customer-reviews .slide {
    height: 420px;
    width: 318px;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    border-radius: 8px;
    transition: opacity 0.3s ease;
    position: relative;
}

@media (max-width: 1023px) {
    .customer-reviews .slide {
        width: 261px;
    }
}

.rating {
    font-size: 24px;
    color: black;
    margin-bottom: 10px;
}

.text {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.customer-reviews-slides .text {
    max-height: 270px;
    overflow: auto;
}

.name {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: "SunnySpells", sans-serif;
    background-color: #fff;
    padding: 8px 12px;
    max-width: 90%;
    width: fit-content;
    position: absolute;
    bottom: 20px;
    left: 0;
    inset-inline: 1rem;
    /* add one line truncate */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* blogs slider */
.blogs-slider .slide-item:first-child {
    padding-left: 3.125rem;
}

.slide-item {
    padding: 0.5rem;
    padding: 10px;
    /* margin-bottom: 10px; */
}

.blogs-slider .blogs-slide {
    position: relative;
    width: 318px !important;
    /* display: block; */

    transition: 0.3s ease-in;
}

.blogs-slider .blogs-slide:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1); */
}

/* home-product-slider */
.home-page-product-slider .product-listing-card {
    width: 312px;
}

.home-page-product-slider .product-card-listing {
    background: linear-gradient(to bottom, var(--brand-color-300) 50%, var(--brand-color-400) 50%);
    border-radius: 0px;
    border: none;
}

.home-page-product-slider .product-listing-content {
    padding: 0.9375rem;
}

.home-page-product-slider .product-listing-product-subtitle {
    font-size: 1rem;
    /* line-height:  0.985rem; */
    color: black;
    font-family: "SuperBoys", sans-serif;
}

.home-page-product-slider .product-listing-product-title {
    font-size: 1.25rem;
    color: black;
    font-family: "SunnySpells", sans-serif;
    letter-spacing: 1px;
    min-height: 48px;
}

@media (max-width: 576px) {
    .home-page-product-slider .product-listing-product-title {
        line-height: 1;
    }

    .home-page-product-slider .product-btn-add-to-cart {
        padding: 6px !important;
    }
}

.home-page-product-slider .product-btn-add-to-cart {
    background-color: white;
    color: black;
    padding: 8px;
    font-weight: bold;
    font-size: 0.875rem;
    border: none;
    border-radius: 8px;
}

.home-page-product-slider .product-round-badge {
    position: absolute;
    right: 0.9375rem;
    top: 10px;
    width: 72px;
    height: 72px;
    border: 1.5px solid black;
    background-color: #ffffffb3;
    color: black;
    /* font-size: 16px; */
    /* font-weight: bold; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.home-page-product-slider .product-info-name {
    margin-bottom: 8px;
}

.home-page-product-slider .product-listing-card-img {
    /* margin: 24px 29.2px 0px; */
    display: block;
    flex-grow: 1;
}

.home-page-product-slider .product-card-prize {
    margin-left: 5px;
    font-family: "SunnySpells", sans-serif;
}

.home-page-product-slider .product-listing-card-header-content {
    padding: 0.9375rem;
    padding-bottom: 2rem;
}

.home-page-product-slider .product-listing-img-container {
    /* padding-top: 10px; */
    /* padding-inline: 16px; */
    width: 80%;
    margin: auto;
}

.home-page-product-slider .product-listing-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    /* height: 230px; */
}

.home-page-product-slider .product-listing-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-page-product-slider .product-round-badge-text {
    font-family: "SunnySpells", sans-serif;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 200;
    letter-spacing: 1px;
    text-align: center;
}

.home-page-product-slider .product-round-badge-text::before,
.home-page-product-slider .product-round-badge-text::after {
    content: "";
    position: absolute;
    background-color: #000;
    /* Line color */
}

.home-page-product-slider .product-round-badge-text::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 1.5px;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
}

.home-page-product-slider .product-round-badge-text::after {
    width: 20px;
    height: 1.5px;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1023px) {
    .blogs-slider .blogs-slide {
        width: 295px !important;
    }

    .blogs-slider .slide-item:first-child {
        padding-left: 1.5rem;
    }

    .home-page-product-slider .product-listing-card {
        width: 221px;
    }

    .home-page-product-slider .product-round-badge {
        width: 45px;
        height: 45px;
    }

    .home-page-product-slider .product-round-badge-text::after,
    .home-page-product-slider .product-round-badge-text::before {
        display: none;
    }

    .home-page-product-slider .product-round-badge-text {
        font-size: 9px;
        line-height: 1;
    }

    .home-page-product-slider
        .product-listing-customize-sec
        .build-dish-container {
        background-color: var(--brand-color);
        padding: 1.625rem 0.625rem 1.0625rem;
        overflow: hidden;
    }

    .home-page-product-slider .product-round-badge {
        right: 0.625rem;
    }

    .home-page-product-slider .product-listing-card-header-content {
        padding: 0.625rem;
    }

    .home-page-product-slider .product-listing-content {
        padding: 0.625rem;
    }
}

.blogs-slide {
    position: relative;
}

.slide-image {
    height: 330px;
    width: 100%;
    border-radius: 8px;
    background-color: var(--img-err-bg);
}

.slide-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    inset-inline: 10px;
    width: fit-content;
}

.slide-content {
    margin-top: 12px;
}

.slide-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
}

.reading-time {
    color: var(--text-gray);
}

.blog-category-filter-options {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 2.5625rem;
    justify-content: safe center;
}

.blog-category-option-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    background-color: var(--img-err-bg);
}

.blog-category-filter-option {
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.blog-category-filter-option.active .blog-category-img {
    border: 2.5px solid var(--brand-color-500);
}

.blog-category-filter-option.active .blog-category-option-name {
    font-weight: 600;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.blog-category-img {
    padding: 4px;
    height: 110px;
    width: 110px;
    border: 1.5px solid #f48c37;
    border-radius: 50%;
    margin: 8px auto;
}

.blog-category-option-name {
    max-width: 100px;
}

.hyplap-slider {
    position: relative;
}

.flickity-page-dots {
    position: static !important;
    margin-top: 20px !important;
    z-index: 10;
}

.flickity-page-dots .dot {
    width: 15px !important;
    height: 15px !important;
    margin: 0 3px !important;
    border: 1px solid #000;
    background: transparent !important;
    opacity: 1;
    transition: all 0.3s ease;
}

.flickity-page-dots .dot.is-selected {
    background: var(--brand-color) !important;
    /* Yellow color for active dot */
}

@media (max-width: 1023px) {
    .blog-category-filter-options {
        gap: 0.5rem;
    }

    .blog-category-img {
        height: 65px;
        width: 65px;
        border: 1.5px solid #f48c37;
        border-radius: 50%;
        margin: 8px auto;
    }

    .blog-category-option-name {
        max-width: 65px;
    }
}

@media (max-width: 991px) {
    .category-sec-make-dish {
        position: sticky !important;
        top: 80px;
    }

    .build-dish-container {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .review {
        display: none;
    }

    #data-influencer-description {
        font-size: 0.875rem;
    }

    .influencer-card-desc {
        font-size: 0.875rem;
    }

    .blog-category-option-name {
        font-size: 0.875rem;
        line-height: 18px;
    }
}

.color-orange {
    color: #f48c37;
}

@media (max-width: 767px) {
    .influencer-slider img {
        height: 400px;
    }
}

.influencer-review {
    font-size: 1.4rem !important;
    line-height: 20px;
}

.influencer-review-name {
    font-size: 1.25rem;
}

.home-influencers-heading {
    font-size: 2rem;
    color: #d62c1a;
    text-align: center;
    letter-spacing: 1px;
}

.sec-svgbordertop {
    position: relative;
}

.sec-svgborderbottom {
    position: relative;
}

.sec-svgbordertop::before {
    transform: translateY(-99%);
    content: "";
    position: absolute;
    top: 0.0625rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='390' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M389.993 2.689c-.09-.538-.21-.843-.358-.913a2.142 2.142 0 0 0-.796-.192c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061-.567.386-1.134.347-1.733.263-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16c-.194-.317-.397-.158-.609-.174-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15-1.237-.074-2.474-.155-3.711-.179-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048-.797.032-1.596-.093-2.394-.144a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237-.57-.068-1.134-.303-1.704-.366-.334-.036-.673.165-1.01.189-.133.009-1.227.962-1.887 1.28a2.7 2.7 0 0 0-.208-.022c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061C49.226.9 48.66.86 48.06.776c-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16C28.14.29 27.937.45 27.725.434c-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15C19.064.466 17.827.385 16.59.361c-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048C8.57.303 7.77.178 6.973.127a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237C3.078.435 2.514.2 1.944.137 1.611.101 1.271.302.934.326.77.336.457.29 0 .19V8h390l-.007-5.311Z' fill='#fbd7ad' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.sec-svgborderbottom::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='390' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M389.993 2.689c-.09-.538-.21-.843-.358-.913a2.142 2.142 0 0 0-.796-.192c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061-.567.386-1.134.347-1.733.263-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16c-.194-.317-.397-.158-.609-.174-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15-1.237-.074-2.474-.155-3.711-.179-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048-.797.032-1.596-.093-2.394-.144a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237-.57-.068-1.134-.303-1.704-.366-.334-.036-.673.165-1.01.189-.133.009-1.227.962-1.887 1.28a2.7 2.7 0 0 0-.208-.022c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061C49.226.9 48.66.86 48.06.776c-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16C28.14.29 27.937.45 27.725.434c-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15C19.064.466 17.827.385 16.59.361c-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048C8.57.303 7.77.178 6.973.127a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237C3.078.435 2.514.2 1.944.137 1.611.101 1.271.302.934.326.77.336.457.29 0 .19V8h390l-.007-5.311Z' fill='%23ffffff' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.sec-color-svgborderbottom {
    position: relative;
}

.sec-color-svgbordertop {
    position: relative;
}

.sec-color-svgbordertop::before {
    transform: translateY(-99%);
    content: "";
    position: absolute;
    top: 0.0625rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='390' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M389.993 2.689c-.09-.538-.21-.843-.358-.913a2.142 2.142 0 0 0-.796-.192c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061-.567.386-1.134.347-1.733.263-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16c-.194-.317-.397-.158-.609-.174-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15-1.237-.074-2.474-.155-3.711-.179-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048-.797.032-1.596-.093-2.394-.144a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237-.57-.068-1.134-.303-1.704-.366-.334-.036-.673.165-1.01.189-.133.009-1.227.962-1.887 1.28a2.7 2.7 0 0 0-.208-.022c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061C49.226.9 48.66.86 48.06.776c-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16C28.14.29 27.937.45 27.725.434c-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15C19.064.466 17.827.385 16.59.361c-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048C8.57.303 7.77.178 6.973.127a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237C3.078.435 2.514.2 1.944.137 1.611.101 1.271.302.934.326.77.336.457.29 0 .19V8h390l-.007-5.311Z' fill='%23fbd7ad' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.sec-color-svgborderbottom::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='390' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M389.993 2.689c-.09-.538-.21-.843-.358-.913a2.142 2.142 0 0 0-.796-.192c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061-.567.386-1.134.347-1.733.263-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16c-.194-.317-.397-.158-.609-.174-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15-1.237-.074-2.474-.155-3.711-.179-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048-.797.032-1.596-.093-2.394-.144a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237-.57-.068-1.134-.303-1.704-.366-.334-.036-.673.165-1.01.189-.133.009-1.227.962-1.887 1.28a2.7 2.7 0 0 0-.208-.022c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061C49.226.9 48.66.86 48.06.776c-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16C28.14.29 27.937.45 27.725.434c-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15C19.064.466 17.827.385 16.59.361c-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048C8.57.303 7.77.178 6.973.127a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237C3.078.435 2.514.2 1.944.137 1.611.101 1.271.302.934.326.77.336.457.29 0 .19V8h390l-.007-5.311Z' fill='%23fbd7ad' fill-rule='evenodd'/%3e%3c/svg%3e");
}

/*
.influencer-sec .sec-svgbordertop::before {
  transform: translateY(-99%);
  content: "";
  position: absolute;
  top: .0625rem;
  left: 0;
  width: 100%;
  height: .5rem;
  background-color: #000;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='390' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M389.993 2.689c-.09-.538-.21-.843-.358-.913a2.142 2.142 0 0 0-.796-.192c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061-.567.386-1.134.347-1.733.263-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16c-.194-.317-.397-.158-.609-.174-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15-1.237-.074-2.474-.155-3.711-.179-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048-.797.032-1.596-.093-2.394-.144a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237-.57-.068-1.134-.303-1.704-.366-.334-.036-.673.165-1.01.189-.133.009-1.227.962-1.887 1.28a2.7 2.7 0 0 0-.208-.022c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061C49.226.9 48.66.86 48.06.776c-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16C28.14.29 27.937.45 27.725.434c-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15C19.064.466 17.827.385 16.59.361c-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048C8.57.303 7.77.178 6.973.127a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237C3.078.435 2.514.2 1.944.137 1.611.101 1.271.302.934.326.77.336.457.29 0 .19V8h390l-.007-5.311Z' fill='%23ffffff' fill-rule='evenodd'/%3e%3c/svg%3e");
} */

.sec-svgborderbottom::after {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    height: 0.5rem;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='390' height='8' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M389.993 2.689c-.09-.538-.21-.843-.358-.913a2.142 2.142 0 0 0-.796-.192c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061-.567.386-1.134.347-1.733.263-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16c-.194-.317-.397-.158-.609-.174-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15-1.237-.074-2.474-.155-3.711-.179-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048-.797.032-1.596-.093-2.394-.144a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237-.57-.068-1.134-.303-1.704-.366-.334-.036-.673.165-1.01.189-.133.009-1.227.962-1.887 1.28a2.7 2.7 0 0 0-.208-.022c-.457-.027-.884-.212-1.282-.666-.093-.106-.23-.168-.332-.122-.558.252-1.08.157-1.637-.175-.539-.323-1.126-.37-1.703-.069-.248.13-.52.077-.781.112-.104.014-.216 0-.308.074-.267.216-.514.738-.818.114-.02-.043-.131.045-.19.108-.323.35-.644.707-.962 1.073-.2.23-.36.136-.54-.119-.313-.442-.645-.836-.973-1.236-.058-.07-.145-.132-.204-.1-.568.31-1.19-.147-1.738.462-.074.082-.177.14-.258.114-.7-.225-1.409.094-2.117-.177-.325-.124-.715.086-1.038.332-.316.24-.566.164-.875-.002-.39-.21-.81-.29-1.218-.288-.854.004-1.709.099-2.563.153-.144.01-.302-.067-.43.024-.55.39-1.1.025-1.65.053-.821.041-1.643.067-2.466.1-.09.004-.18.02-.27.021-.481.011-.966-.144-1.44.19-.126.088-.288.029-.428-.017-.54-.176-1.055.01-1.583.227-.295.122-.63-.043-.941-.147-.308-.103-.589-.552-.926-.238-.015.014-.037.008-.054-.002-.779-.454-1.56-.011-2.341-.033-.018 0-.04.015-.053-.001-.487-.59-1.04-.123-1.549-.362a.404.404 0 0 0-.213-.018c-.55.05-1.101.107-1.652.154-.07.006-.157.008-.21-.062-.28-.374-.501-.166-.717.216-.176.313-.349.806-.585.123-.007-.022-.037-.034-.05-.024-.503.414-.962-.35-1.457-.194-.688.218-1.383.158-2.067-.016-1.111-.284-2.21-.116-3.311.131-.26.059-.528.07-.789.031-.23-.033-.443-.144-.594.353-.02.068-.278.014-.314-.107-.15-.515-.385-.408-.615-.427-.23-.019-.458-.08-.687-.127-.071-.015-.142-.071-.212-.07-.856.029-1.725.251-2.564.04-.688-.174-1.34.193-2.018.05-.573-.12-1.165.098-1.749.13-.328.017-.636.022-.968.234-.266.17-.616-.204-.933-.252-.22-.034-.454.03-.67.132-.355.167-.725.153-1.068.521-.15.16-.447.205-.63-.285a.52.52 0 0 0-.421-.329c-.408-.029-.818.033-1.227.029-.409-.004-.818-.044-1.226-.068-.054-.004-.117-.047-.16-.008-.196.171-.38.485-.58.517-.188.03-.384-.286-.584-.34a5.78 5.78 0 0 0-1.117-.168c-.168-.013-.373-.036-.502.123-.553.677-1.12.769-1.747.471-.449-.213-.951-.11-1.37-.435-.532-.413-1.034-.551-1.587-.34-.167.065-.363-.02-.53-.127-.75-.486-1.498-.673-2.265-.154-.115.077-.263.137-.37.063-.303-.211-.556-.062-.814.24-.086.1-.225.218-.298.153-.554-.49-.923.277-1.321.728-.301.34-.383.38-.658-.016-.31-.444-.644-.827-.97-1.226-.042-.052-.11-.082-.156-.059-.57.294-1.187-.1-1.744.446-.121.118-.276.134-.417.145-.495.04-.991-.327-1.487.006-.63-.46-1.218-.084-1.808.33a.252.252 0 0 1-.316-.02c-.68-.663-1.398-.444-2.111-.398-.677.045-1.361-.054-2.03.109-1.308.318-2.608-.16-3.91-.019-.73.08-1.456.264-2.184.379-.214.033-.445.08-.644-.036-.404-.237-.8-.072-1.16.144-.538.324-1.016.105-1.514-.2-.158-.096-.334-.084-.502-.11-.053-.007-.112.057-.16.03-.798-.455-1.598.008-2.397-.036-.12-.007-.241-.096-.358-.17-.1-.062-.197-.23-.293-.223-.474.03-.948.153-1.422.146-.566-.007-1.136-.05-1.695-.201-.283-.077-.436.168-.614.445-.176.271-.343.716-.556.084-.008-.024-.034-.047-.047-.04-.45.288-.87-.264-1.298-.2-.928.135-1.843.119-2.765-.158-.417-.125-.855.008-1.284.03-.713.035-1.425.09-2.138.11a17.56 17.56 0 0 1-1.557-.026c-.283-.017-.565-.099-.847-.152-.053-.01-.107-.04-.16-.038-.856.03-1.729.277-2.564.034-.709-.206-1.374.226-2.072.053-.568-.142-1.163.156-1.745.137-.322-.01-.606.093-.914.233-.285.13-.62-.21-.936-.256-.22-.033-.446.108-.67.12-.612.032-1.206.464-1.842.032-.37-.25-.81-.178-1.217-.15-.498.036-.985.264-1.496.032-.266-.122-.57.025-.854.093-.492.117-.983.444-1.473-.018-.67.444-1.307-.395-2.003-.11-.722.297-1.49.223-2.236.22-.443-.002-.894-.097-1.276-.652-.067-.096-.202-.076-.295-.03-.557.268-1.084.123-1.634-.191-.55-.315-1.132-.3-1.708-.07-.239.095-.491.07-.737.092-.072.007-.151-.053-.214-.01-.202.136-.395.412-.598.432-.19.02-.386-.32-.58-.323-.73-.01-1.46.052-2.189.086-.035.002-.081.029-.105-.004-.446-.613-.951.001-1.416-.249-.062-.034-.143.016-.21.061C49.226.9 48.66.86 48.06.776c-.395-.055-.784.004-1.192-.17-.28-.12-.633.154-.92.398-.31.263-.578.265-.87-.014-.4-.38-.83-.39-1.264-.347-.375.037-.751.043-1.126.065-.16.01-.321.027-.482.034-.318.012-.635.02-.953.029-.072.002-.15-.037-.214.006-.904.599-1.806-.12-2.71 0-.55.073-1.102-.143-1.655.149-.25.131-.536.013-.806 0-.107-.006-.227-.108-.318-.044-.884.63-1.776-.107-2.665.073-.287.059-.592-.191-.888-.301-.018-.007-.035-.031-.052-.032-.603-.016-1.207-.062-1.81-.037-.5.02-1 .135-1.5.182a.329.329 0 0 1-.301-.16C28.14.29 27.937.45 27.725.434c-.938-.07-1.881.35-2.814-.114-.256-.127-.445.074-.618.433-.14.292-.294.72-.503.112-.024-.07-.11-.145-.138-.114-.458.49-.846-.33-1.283-.243-.423.085-.847.166-1.271.183-.265.01-.531-.134-.797-.15C19.064.466 17.827.385 16.59.361c-.782-.015-1.565.07-2.347.094-.103.003-.208-.083-.312-.134-.104-.05-.207-.158-.31-.155-.854.023-1.714.2-2.56.057-.576-.097-1.13.025-1.694.048C8.57.303 7.77.178 6.973.127a.43.43 0 0 0-.265.065c-.467.305-.925.155-1.378-.1-.269-.152-.48-.129-.752.174-.251.281-.618.274-.93.237C3.078.435 2.514.2 1.944.137 1.611.101 1.271.302.934.326.77.336.457.29 0 .19V8h390l-.007-5.311Z' fill='%23ffffff' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.build-dish-bg {
    background-color: var(--brand-color-200);

    .build-dish-bg {
        background-color: var(--brand-color-200);
    }

    .slider-container .slick-prev,
    .slider-container .slick-next {
        width: 2.5rem;
        height: 2.5rem;
        background-color: var(--white-color);
        color: black;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: 10;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 767px) {
    .slider-offer-text {
        font-size: 1rem !important;
        line-height: 1rem;
        letter-spacing: 1px;
    }

    .slider-card-text {
        font-size: 0.9rem;
    }

    .slider-card-btn {
        width: 100%;
        text-align: start;
        font-size: 1rem;
        padding: 18px 0px 18px 24px;
    }

    .popover-btn {
        display: none !important;
    }

    .slider-container .slick-next {
        /* top: 35%; */
        right: 0.3125rem;
        border: 1.5px solid black;
        background-color: var(--white-color) !important;
    }
}

@media (max-width: 1023px) {
    .highlighted-texts-desktop {
        max-width: 300px;
    }

    .category-item {
        padding-right: 0px;
    }

    .category-items {
        justify-content: space-between;
        padding: 1rem 2.3rem 1rem 2.3rem;
    }

    .category-sec-make-dish-img {
    }

    .highlighted-text {
        background: white;
        padding: 0rem 8px;
        margin: 0.6rem 0;
        /* font-size: 35px; */
        /* font-weight: bold; */
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .get-started-btn {
        text-align: start;
        font-size: 1rem;
        padding: 0.6rem 2rem;
    }
}

@media (max-width: 576px) {
    .highlighted-texts-desktop {
        max-width: 100px;
    }
}

.hero-sec {
    margin-top: 110px;
}

.slider-container {
    width: 100%;
    /* height: 100vh; */
    max-height: 450px;
}

.slider-container .slider {
    width: 100%;
    max-height: 450px;
}

.slider-container .slide {
    position: relative;
    /* height: 100vh; */
    max-height: 450px;
}

.slider-container .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-container {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    position: relative;
}

.cursor-grab {
    cursor: grab;
}

/* Hero slider styles */
/* .hero-slider {
            width: 100%;
            display: flex;
            transition: transform 0.5s ease;
        } */

.hero-slider .slide {
    flex: 0 0 100%;
    display: block;
    text-decoration: none;
}

.hero-slider .slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Responsive breakpoints */
/* Extra large screens (1920px+) */
@media (min-width: 1920px) {
    .slider-container {
        max-height: 450px;
    }

    .hero-slider .slide img {
        height: 450px;
    }
}

/* Large screens (1200px - 1919px) */
@media (min-width: 1200px) and (max-width: 1919px) {
    .slider-container {
        max-height: 400px;
    }

    .hero-slider .slide img {
        height: 400px;
    }
}

/* Medium screens (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .slider-container {
        max-height: 350px;
    }

    .hero-slider .slide img {
        height: 350px;
    }
}

/* Tablet screens (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .slider-container {
        max-height: 300px;
    }

    .hero-slider .slide img {
        height: 300px;
    }
}

/* Mobile landscape (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .slider-container {
        max-height: 250px;
    }

    .hero-slider .slide img {
        height: 250px;
    }
}

/* Mobile portrait (up to 575px) */
@media (max-width: 575px) {
    .slider-container {
        max-height: 200px;
    }

    .hero-slider .slide img {
        height: 200px;
    }
    .hero-slider .slick-dots {
        bottom: 5px;
        display: flex !important
;
        justify-content: center;
    }
}
@media (max-width: 475px) {
    .slider-container {
        max-height: 180px;
    }

    .hero-slider .slide img {
        height: 180px;
    }
}
@media (max-width: 432px) {
    .slider-container {
        max-height: 170px;
    }

    .hero-slider .slide img {
        height: 170px;
    }
}

@media (max-width: 400px) {
    .slider-container {
        max-height: 150px;
    }

    .hero-slider .slide img {
        height: 150px;
    }
}

/* Content overlay styles */
.slider-container .hero-slider-content {
    position: absolute;
    background-color: var(--white-color);
    left: 3.125rem;
    bottom: 3.125rem;
    background-color: var(--white-color);
    padding: 18px 20px 20px 20px;
    max-width: 24.375rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.influencer-review-name {
    position: relative;
    display: inline-block;
}

.influencer-review-name::after {
    content: "";
    position: absolute;
    top: 80%;
    /* Adjust spacing between text and underline */
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: black;
    /* Adjust underline color */
}

.product-listing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Smooth transition for both transform and shadow */
}

.product-listing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.offcanvas {
    width: 500px !important;
}

.home-about {
    position: relative;
}

.home-about-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-left {
    max-width: 32rem;
    position: relative;
}

.about-left-inner {
    background-color: #f48c37;
    padding: 3rem;
    height: auto;
    color: #fff;
    /* max-width: 32.5rem; */
}

@media (max-width: 1023px) {
    .about-left-inner {
        padding: 3rem 1.875rem;
    }

    .hero-sec {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .about-left-inner {
        padding: 1.875rem;
    }

    .about-left {
        width: 95%;
        position: relative;
    }

    .about-right {
        margin-top: -5px;
    }
}

.about-right {
    position: relative;
    max-width: 510px;
    max-height: 450px;
}

.about-right::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* Maintains 1:1 aspect ratio */
}

.about-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.875em;
    background-color: var(--img-err-bg);
}

.home-about-btn {
    /* font-size: 1.15rem; */
    padding: 0.75rem 1.5rem;
    background-color: #fff;
    color: black;
    font-weight: bold;
}

.video-btn {
    background-color: #fff;
}

#about-sec-video .pause-play {
    position: absolute !important;
    right: 20px !important;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.founder-intro-inner {
    display: flex;
    /* align-items: center; */
    gap: 20px;
}

.circle-img {
    width: 7.25rem;
    height: 7.25rem;
    padding: 0.22em;
    border: 1px solid black;
    border-radius: 50%;
}

.circle-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    background-color: var(--img-err-bg);
}

.founder-intro {
    position: absolute;
    top: -85px;
    left: 1%;
    color: black;
}

.founder-detail {
    font-size: 1.8rem;
    font-family: "SunnySpells", sans-serif;
    line-height: 1.5rem;
    position: relative;
}

.founder-detail:after {
    content: "";
    /* bottom: .8125rem; */
    right: 0.3125rem;
    /* bottom: -50px; */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46.785 49.396'%3E%3Cpath d='M36.034 38.86c-.608-2.021-1.223-4.04-1.823-6.065-.282-.954-.495-1.051-1.77-1.116-2.222-.113-4.452-.198-6.66-.46-4.352-.518-8.457-1.92-12.412-3.773-2.82-1.322-5.428-2.978-7.774-5.038C3.305 20.396 1.76 17.874.6 15.094c-.218-.52-.441-1.12.143-1.597.65-.53 1.418-.375 1.888.388.542.88 1.062 1.773 1.606 2.652 1.059 1.714 2.495 3.105 4.078 4.287 5.2 3.883 10.971 6.596 17.293 8.089 2.067.487 4.184.405 6.287.279.947-.057 1.053-.265.86-1.173l-1.488-7.013c-.017-.08-.048-.165-.04-.244.043-.4.096-.8.145-1.2.403.145.852.221 1.204.448 3.12 2.011 6.215 4.062 9.336 6.074 1.196.771 1.34 1.04.878 2.444-1.218 3.708-2.904 7.197-4.964 10.508-.043.07-.089.142-.147.199-.29.282-.586.56-.879.839-.206-.333-.414-.665-.616-1-.042-.07-.056-.156-.084-.234l-.066.02' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
    width: 2.75rem;
    height: 1.75rem;
    position: absolute;
    top: 60px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.home-about-after {
    position: relative;
    display: flex;
    justify-content: center;
}

.home-about-after-img1,
.home-about-after-img2 {
    height: 180px;
    width: 180px;
}

.home-about-after-img1 img,
.home-about-after-img2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 1024px) {
    .home-about-after {
        position: relative;
        top: -140px;
        /* justify-content: start; */
        gap: 5%;
        max-width: 50%;
    }
}

@media (max-width: 1024px) {
    .home-about-after {
        padding: 40px 0px 40px 0px;
    }
}

/* Updated Styles for Video Buttons */
.video-btn {
    position: absolute;
    width: 3.125rem;
    height: 3.125rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    font-size: 28px;
    align-items: center;
    justify-content: center;
    color: black;
    cursor: pointer;
    border: 2px solid black;
    /* Transition for smooth icon changes */
    transition: background-color 0.3s, color 0.3s;
}

.video-play-btn {
    bottom: 20px;
    right: 20px;
    display: flex;
    /* Show play button by default */
    z-index: 2;
    font-size: 28px;
}

.video-pause-btn {
    bottom: 20px;
    right: 20px;
    display: none;
    /* Initially hidden */
    z-index: 2;
    font-size: 28px;
}

.about-right .sound-button {
    top: 20px;
    right: 20px;
    z-index: 2;
    font-size: 24px;
    position: absolute;
    width: 2.8125rem;
    height: 2.8125rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    font-size: 28px;
    align-items: center;
    justify-content: center;
    color: black;
    cursor: pointer;
    border: 2px solid black;
    /* Transition for smooth icon changes */
    transition: background-color 0.3s, color 0.3s;
}

.sound-icon {
    font-size: 28px !important;
}

.br-8 {
    border-radius: 8px;
}

@media (max-width: 1023px) {
    .home-about {
        padding-top: 6rem !important;
    }
}

.influencer-sync-slider .main-slider {
    /* width: 66.666%; */
    position: sticky;
    /* top: 80px; */
    /* aspect-ratio: 16/9; */
    /* overflow: hidden; */
    border-radius: 8px;
    /* max-height: 600px; */
}

.influencer-sync-slider .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.influencer-sync-slider .slide.active {
    opacity: 1;
    pointer-events: auto;
}

.influencer-sync-slider .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.influencer-sync-slider .influencer-slide-content {
    position: absolute;
    color: black;
    width: 50%;
    padding: 1.25rem;
    left: 1.3125rem;
    bottom: 2.375rem;
}

.influencer-sync-slider .cards-container {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 1.875rem 1.5625rem 2.25rem;
    min-height: 533.2px;
}

.influencer-sync-slider .card {
    padding: 0.625rem 0.3125rem;
    cursor: pointer;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1.5px solid rgba(14, 25, 34, 0.07);
}

.influencer-sync-slider .card:hover {
    background: var(--brand-color-200);
}

.influencer-sync-slider .card.active .card-image {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50% !important;
}

.influencer-sync-slider .card.active .card-image img {
    border-radius: 50% !important;
}

.influencer-lg-name {
    margin-bottom: 0.25rem;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.influencer-sync-slider .card-content {
    display: flex;
    align-items: center;
}

.influencer-sync-slider .card-image {
    width: 5.5rem;
    height: 5.5rem;
    margin-right: 1rem;
    flex-shrink: 0;
    object-fit: cover;
}

.influencer-sync-slider .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.navigation-buttons {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 20px;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.nav-button {
    width: 3.125rem;
    height: 3.125rem;
    background-color: #fff;
    color: black;
    border: 1.5px solid black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.profile-description {
    font-size: 1rem;
    line-height: 1.2rem;
}

.influencer-sec-right-product-name {
    font-size: 1.75rem;
}

@media (max-width: 1024px) {
    .influencer-sync-slider {
        display: none;
    }
}

.custom-tooltip-influencer .tooltip-inner {
    background: #fff !important;
    color: black;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #000;
    max-width: 300px;
    /* Limit width */
}

/* Social icon styles inside the tooltip */

.social-icons-tooltip a:hover {
    /* color: #f0f0f0; */
}

/* Style for the Visit button */
.influenecer-visit-btn a {
    color: #f48c37 !important;
    border: 1px solid #f48c37;
    padding: 4px 8px;
    width: auto;
}

.tooltip-influencer-desc {
    font-size: 12px;
    color: black;
}

.social-icons-tooltip a {
    font-size: 16px;
    color: #f48c37;
    margin-right: 10px;
}

.influencer-sync-slider .social-icons a:hover {
    color: #f48c37;
}

.influencer-name-link {
    position: relative;
    display: inline-block;
    /* Ensure proper width adjustment */
}

.influencer-name-link::after {
    content: "";
    display: block;
    width: 100%;
    /* Adjust based on the desired width of the border */
    height: 0.8px;
    /* Thickness of the border */
    background-color: black;
    /* Adjust color as needed */
    position: absolute;
    bottom: 0;
    /* Distance from the bottom of the element */
    left: 0;
    /* Align with the left edge */
}

.add-to-cart-influencer-product-btn {
    background-color: var(--brand-color);
    color: white;
    padding: 8px 15px;
    margin-top: 10px;
    font-size: 0.875rem;
    border-radius: 8px;
    font-weight: bold;
}

.influencer-slider {
    display: none;
}

.inf-details {
    text-align: justify;
}

.inf-points {
    text-align: justify;
}

.color-white {
    color: #fff;
}

.influencer-prev-btn {
    /* rotate: 180deg; */
}

@media (max-width: 1024px) {
    .influencer-slider {
        width: 100%;
        position: relative;
        display: block;
    }

    .influencer-slide-item {
        position: relative;
        width: 100%;
        height: 500px;
    }

    .influencer-slider-img {
        height: 100%;
        width: 100%;
    }

    .influencer-slider-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .influencer-content-box {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);

        padding: 10px;
        background: rgba(0, 0, 0, 0.5);
        /* background-color: #fff; */
        /* background-color: rgba(244, 140, 55, 0.6); */
        color: black;
        color: #fff;
        border: 1px solid black;
        flex-shrink: 0;
        width: 100%;

        max-width: 500px;
        /* Ensure width remains consistent */
        box-sizing: border-box;
    }

    .content-left {
        width: 150px !important;
        /* Adjust based on the size of your image */
        height: 150px !important;
        object-fit: cover;
        border-radius: 8px;
        flex-shrink: 0;
    }

    .content-left img {
        width: 100%;
        /* Adjust based on the size of your image */
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .influencersec-tooltip {
        color: #fff;
        font-size: 18px;
    }

    .content-right {
        display: flex;
        flex-direction: column;
    }

    .influencer-sec-product-name {
        font-size: 1.8rem;
        line-height: 1.8rem;
        text-transform: uppercase;
    }

    .influencer-sec-influencer-name {
        font-size: 1.2rem;
    }

    .content-influencer {
        max-width: 500px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .social-icon-influencer {
        font-size: 18px;
    }

    .social-icon-influencer:hover {
        color: #f48c37;
    }

    .add-cart-btn-influencer {
        font-size: 0.8rem;
    }
}

@media (max-width: 767px) {
    .social-icons-influencer {
        display: none !important;
    }

    .influencer-slide-item {
        position: relative;
        width: 100%;
        height: 500px;
    }

    .influencer-slider-img {
        height: 100%;
        width: 100%;
    }

    .influencer-slider-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .content-left {
        width: 130px !important;
        /* Adjust based on the size of your image */
        height: 130px !important;
        object-fit: cover;
        border-radius: 8px;
        flex-shrink: 0;
    }

    .content-left img {
        width: 100%;
        /* Adjust based on the size of your image */
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .influencersec-tooltip {
        color: #fff;
        font-size: 18px;
    }

    .content-right {
        display: flex;
        flex-direction: column;
    }

    .influencer-sec-product-name {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }

    .influencer-sec-influencer-name {
        font-size: 1.2rem;
    }

    .content-influencer {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: auto;
    }
}

@media (max-width: 576px) {
    .content-left {
        width: 110px !important;
        /* Adjust based on the size of your image */
        height: 110px !important;
        object-fit: cover;
        border-radius: 8px;
        flex-shrink: 0;
    }

    .content-left img {
        width: 100%;
        /* Adjust based on the size of your image */
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
    }

    .content-right {
        display: flex;
        flex-direction: column;
    }

    .influencer-sec-product-name {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .influencer-sec-influencer-name {
        font-size: 14px;

        margin: 0px;
    }

    .influencer-slide-item {
        position: relative;
        width: 100%;
        height: 400px;
    }
}

/* home-product-slider */
.home-page-product-slider .product-listing-card {
    width: 312px;
}

.home-page-product-slider .product-card-listing {
    background: linear-gradient(to bottom, var(--brand-color-300) 50%, var(--brand-color-400) 50%);
    border-radius: 0px;
    border: none;
}

.home-page-product-slider .product-listing-content {
    padding: 0.9375rem;
}

.home-page-product-slider .product-listing-product-subtitle {
    font-size: 1rem;
    letter-spacing: 2px;
    /* line-height:  0.985rem; */
    color: black;
    font-family: "SuperBoys", sans-serif;
    min-height: 24px;
}

.home-page-product-slider .product-listing-product-title {
    font-size: 1.25rem;
    color: black;
    font-family: "SunnySpells", sans-serif;
    letter-spacing: 1px;
}

.home-page-product-slider .product-btn-add-to-cart {
    background-color: white;
    color: black;
    padding: 8px;
    font-weight: bold;
    font-size: 0.875rem;
    border: none;
}

.home-page-product-slider .product-round-badge {
    position: absolute;
    right: 0.9375rem;
    top: 10px;
    width: 70px;
    height: 70px;
    border: 1.5px solid black;
    background-color: #ffffffb3;
    color: black;
    /* font-size: 16px; */
    /* font-weight: bold; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.home-page-product-slider .product-info-name {
    margin-bottom: 8px;
}

.home-page-product-slider .product-listing-card-img {
    /* margin: 24px 29.2px 0px; */
    display: block;
    flex-grow: 1;
}

.home-page-product-slider .product-card-prize {
    margin-left: 5px;
    font-family: "SunnySpells", sans-serif;
}

.home-page-product-slider .product-listing-card-header-content {
    padding: 0.9375rem;
    padding-bottom: 2rem;
}

.home-page-product-slider .product-listing-img-container {
    /* padding-top: 10px; */
    /* padding-inline: 16px; */
    width: 80%;
    margin: auto;
}

.home-page-product-slider .product-listing-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    /* height: 230px; */
}

.home-page-product-slider .product-listing-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: var(--img-err-bg);
}

.home-page-product-slider .product-round-badge-text {
    font-family: "SunnySpells", sans-serif;
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 200;
    letter-spacing: 1px;
    text-align: center;
}

.home-page-product-slider .product-round-badge-text::before,
.home-page-product-slider .product-round-badge-text::after {
    content: "";
    position: absolute;
    background-color: #000;
    /* Line color */
}

.home-page-product-slider .product-round-badge-text::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 1.5px;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
}

.home-page-product-slider .product-round-badge-text::after {
    width: 20px;
    height: 1.5px;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1023px) {
    .home-page-product-slider .product-listing-card {
        width: 221px;
    }

    .home-page-product-slider .product-round-badge {
        width: 45px;
        height: 45px;
    }

    .home-page-product-slider .product-round-badge-text::after,
    .home-page-product-slider .product-round-badge-text::before {
        display: none;
    }

    .home-page-product-slider .product-round-badge-text {
        font-size: 1rem;
        line-height: 1rem;
    }

    .home-page-product-slider
        .product-listing-customize-sec
        .build-dish-container {
        background-color: var(--brand-color);
        padding: 1.625rem 0.625rem 1.0625rem;
        overflow: hidden;
    }

    .home-page-product-slider .product-round-badge {
        right: 0.625rem;
    }

    .home-page-product-slider .product-listing-card-header-content {
        padding: 0.625rem;
    }

    .home-page-product-slider .product-listing-content {
        padding: 0.625rem;
    }
}

.home-page-product-slider .product-listing-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-page-product-slider .product-card-listing {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-page-product-slider .product-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 404.1px !important;
}

.home-page-product-slider .product-listing-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-page-product-slider .product-listing-card-footer-content {
    margin-top: auto;
}

@media (max-width: 1022px) {
    .home-page-product-slider .product-content {
        min-height: 309.5px !important;
    }
}

.product-listing-content {
    text-transform: uppercase;
}

.previous-btn {
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 3;
}

.nextbtn-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 3;
}

.home-slides-top {
    padding-top: 10px;
}

.customize-sec-img1 {
    width: 80%;
    max-width: 250px;
    height: 320px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-56%, -50%) rotate(-5deg);
    z-index: 5;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.customize-sec-img2 {
    width: 80%;
    max-width: 260px;
    height: 350px;
    position: absolute;
    right: 0;
    top: 60%;
    transform: translate(30%, -67%) rotate(9deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.customize-sec-img1 img,
.customize-sec-img2 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: var(--img-err-bg);
}

@media screen and (max-width: 1200px) {
    .customize-sec-img1 {
        width: 70%;
        width: 70%;
        max-width: 190px;
        height: 230px;
        position: absolute;
        right: 0;
        top: 40%;
        transform: translate(-56%, -50%) rotate(-5deg);
        z-index: 5;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .customize-sec-img2 {
        width: 70%;
        max-width: 260px;
        height: 350px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(30%, -67%) rotate(9deg);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }
}

@media screen and (max-width: 991px) {
    /* .build-dish-container{
    position: relative;
  } */
    .build-dish-container-right {
        position: relative !important;
    }

    .customize-sec-img1 {
        width: 70%;
        max-width: 135px;
        height: 185px;
        position: absolute;
        right: 0;
        top: 30%;
        transform: translate(-56%, -50%) rotate(-5deg);
        z-index: 5;
    }

    .customize-sec-img2 {
        width: 70%;
        max-width: 140px;
        height: 190px;
        position: absolute;
        right: 0;
        top: 70%;
        transform: translate(50%, -35%) rotate(9deg);
    }
}

@media screen and (max-width: 576px) {
    .customize-sec-img1 {
        max-width: 130px;
        height: 165px;
        position: absolute;
        right: 0;
        top: 30%;
        transform: translate(-30%, -35%) rotate(-5deg);
        z-index: 5;
    }

    .customize-sec-img2 {
        width: 70%;
        max-width: 140px;
        height: 205px;
        position: absolute;
        right: 0;
        top: 60%;
        transform: translateY(-50%) rotate(9deg);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }
}

.delivery-opt-wrap {
    font-size: 14px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background-color: var(--brand-color-100);
    outline: 1px solid var(--brand-color-200);

    .body {
        padding: 0.875em;
    }

    .head {
        /* border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px; */
        overflow: hidden;
        padding: 0.875em;

        input[type="radio"] {
            height: 1rem;
            width: 1rem;
            cursor: pointer;
            border-color: #4b5768;
            color: var(--brand-color);
            border-radius: 100%;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -ms-border-radius: 100%;
            -o-border-radius: 100%;
        }

        label {
            font-family: "poppins", sans-serif;
            letter-spacing: normal;
            text-transform: capitalize;
            /* font-weight: bold; */
        }
    }
}

.influenecer-visit-btn {
    margin-top: 10px !important;
}

.rating-container {
    min-height: 22.5px;
}
