<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    color: var(--e-global-color-70a387b);
    background-color: #0E0E0E ;
    min-height: 100vh;
    font-family: Inter;
    overflow-x: hidden;
    max-width: 100vw;
    padding: 0px !important;
}

#header {
    padding-left: 20px;
    padding-right: 20px;
}

.x-gap-16 {
    gap: 16px;
}

html[data-theme="light"] body {
    color: rgb(24, 24, 24);
    background-color: white;
}

main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100vw;
}

main section {
    width: 100%;
    max-width: 1200px;
    padding-left: 24px;
    padding-right: 24px;
}

@media (min-width: 1280px) {
    .hero-sec::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        height: 100vh;
        background-color: #0e0e0e;
        z-index: -100;
    }

    html[data-theme="light"] .hero-sec::before {
        background-color: #FEFEFE;
    }
}

.hero-sec {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 52px;
    padding-bottom: 52px;
    width: 100%;
    min-height: calc(100vh - 64px);
}

.hero-sec&gt;.title-slider {
    width: 50%;
}

.hero-sec&gt;img {
    max-height: 400px;
}

@media (max-width: 1024px) {
    .hero-sec {
        flex-direction: column;
    }

    .hero-sec&gt;.title-slider {
        width: 100%;
    }

    .hero-sec&gt;.title-slider * {
        text-align: center !important;
    }
}

.title-slider-item h2.title-text {
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 62.4px;
    text-align: left;
}

.title-slider-item p.sub-title-text {
    font-family: Inter;
    font-size: 14px;
    line-height: 22.4px;
    text-align: left;
    opacity: .8;
}

button.consultation-btn {
    background: linear-gradient(90deg, #DEA900 0%, #AC7D19 99.77%);
    outline: none;
    border: none;
    color: #181818;
    padding: 16px 18px;
    gap: 8px;
    border-radius: 4px;
    font-family: Inter;
    font-size: 16px;
    line-height: 20.8px;
    transition: all .2s
}

button.consultation-btn:hover {
    opacity: .8;
}

.title-slider-item button.consultation-btn {
    margin-top: 54px;
}

.title-slider .owl-dots {
    margin-top: 50px !important;
    margin-bottom: 32px !important;
}

.title-slider .owl-dots button span {
    width: 48px !important;
    height: 8px !important;
    border-radius: 12px !important;
    background-color: #262626 !important;
}

html[data-theme="light"] .title-slider .owl-dots button span {
    background-color: #F6F6F6 !important;
}

.title-slider .owl-dots button.active span {
    background-color: var(--e-global-color-70a387b) !important;
}

html[data-theme="light"] .title-slider .owl-dots button.active span {
    background-color: #262626 !important;
}

.product-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 52px;
    padding-bottom: 52px;
}

.product-sec&gt;* {
    width: 100%;
    text-align: center;
}

.product-sec-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}

.product-sec-content&gt;.package-details {
    width: 68%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#packageCarousel,
#packageCarousel img {
    height: 473px;
    width: 92%;
    object-fit: cover;
    position: relative;
}

@media (max-width: 1024px) {
    .product-sec-content {
        flex-direction: column;
    }

    .product-sec-content&gt;.package-details {
        width: 98%;
        margin: 0 auto;
    }

    #packageCarousel,
    #packageCarousel img {
        width: 100%;
    }
}

@media (max-width: 600px) {
    #packageCarousel,
    #packageCarousel img {
        height: 250px;
    }
}

@media (min-width: 1024) {
    .product-sec-title {
        margin-bottom: 64px;
    }
}


.product-sec-title h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.57px;
    text-align: center;
}

.product-sec-title .caption {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    opacity: .8;
}

@media (max-width: 600px) {
    .product-sec-title h3 {
        font-size: 32px;
    }

    .product-sec-title .caption {
        font-size: 16px;
    }

    .title-slider-item h2.title-text {
        font-size: 36px;
        line-height: 110%;
    }

    .title-slider-item p.sub-title-text {
        font-size: 14px;
        line-height: 140%;
    }

    .title-slider .owl-dots {
        margin-top: 32px !important;
        margin-bottom: 24px !important;
    }

    .hero-sec&gt;img {
        max-width: 100%;
    }
}

span.with-gold-overlay {
    position: relative;
}

span.with-gold-overlay::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(90deg, #DEA900 0%, #AC7D19 99.77%);
    z-index: -1;
    opacity: .7;
}

.package-details&gt;h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 26.63px;
    margin-bottom: 16px;
    margin-top: 50px;
}

.p-tier-con {
    width: 100%;
    margin-bottom: 54px;
}

@media (min-width: 1024px) {
    .p-tier-con {
        position: absolute;
        right: 0;
        top: 0;
        width: 340px;
        height: 100%;
    }
}

.package-with-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.package-tiers {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background-color: #0E0E0E;
    border-radius: 10px;
    position: sticky;
    top: 100px;
}

@media (max-width: 550px) {
    .package-tiers {
        width: 100%;
    }
}

html[data-theme="light"] .package-tiers {
    background-color: white;
}

.package-tiers .p-tabs {
    background: #262626;
    padding: 0px 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 1px solid #FFFFFF33;
    position: relative;
    border-radius: 12px 12px 0 0;
}

html[data-theme="light"] .package-tiers .p-tabs {
    background: #F8F8F8;
    border-bottom: 1px solid #F8F8F8;
}

.package-tiers .p-tabs p {
    cursor: pointer;
    margin-bottom: 0px;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    text-align: left;
    padding: 20px 0px;
    position: relative;
}

.package-tiers .p-tabs p.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #DEA900 0%, #AC7D19 99.77%);
}

.package-tiers .p-detail ul {
    list-style-image: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 10 8" fill="none"&gt;&lt;path d="M2 3.72222L4.14286 6.5L8 1.5" stroke="url(%23paint0_linear_309_1685)" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;defs&gt;&lt;linearGradient id="paint0_linear_309_1685" x1="2" y1="4.00303" x2="7.98608" y2="4.00303" gradientUnits="userSpaceOnUse"&gt;&lt;stop stop-color="%23DEA900"/&gt;&lt;stop offset="1" stop-color="%23AC7D19"/&gt;&lt;/linearGradient&gt;&lt;/defs&gt;&lt;/svg&gt;');
    display: none;
}

.package-tiers .p-detail ul li {
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: left;
}

.package-tiers .p-detail ul.active {
    display: block;
}

.package-tiers .p-divider {
    opacity: .1;
    border-width: 2px;
}

.package-tiers .share-btn {
    border: none;
    outline: none;
    color: var(--e-global-color-70a387b);
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #262626;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    border-radius: 0 0 12px 12px;
}

html[data-theme="light"] .package-tiers .share-btn {
    background: #F8F8F8;
}

#packageCarousel .c-next-btn,
#packageCarousel .c-prev-btn {
    outline: none;
    border: none;
    width: 48px;
    height: 48px;
    padding: 12.25px;
    border-radius: 100%;
    background-color: white;
    box-shadow: 0px 2.45px 2.45px 0px #00000033;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


#packageCarousel .c-next-btn {
    right: -24px;
}

#packageCarousel .c-prev-btn {
    left: -24px;
}

@media (max-width: 600px) {

    #packageCarousel .c-next-btn,
    #packageCarousel .c-prev-btn {
        width: 32px;
        height: 32px;
        padding: 8px;
    }

    #packageCarousel .c-next-btn {
        right: -16px;
    }

    #packageCarousel .c-prev-btn {
        left: -16px;
    }
}

.package-indicators {
    position: relative !important;
    margin: 16px 0px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.package-indicators img {
    position: relative !important;
    height: 71px !important;
    width: 107px !important;
    object-fit: cover;
    opacity: .7;
    transition: opacity .2s;
}

.package-indicators img.active {
    opacity: 1;
}


.product-steps {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 100px;
    margin-top: 32px;
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
}

.product-steps::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.product-steps::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.product-steps::-webkit-scrollbar-track {
    background: transparent;
}

html[data-theme="light"] .product-steps::-webkit-scrollbar-thumb {
    background: rgba(24, 24, 24, 0.2);
}

html[data-theme="light"] .product-steps::-webkit-scrollbar-thumb {
    background: rgba(24, 24, 24, 0.2);
}

.product-steps .step-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-steps .step-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(222, 169, 0, 0.05) 0%, rgba(172, 125, 25, 0.05) 99.77%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    position: relative;
}

html[data-theme="light"] .product-steps .step-icon {
    background: linear-gradient(90deg, rgba(24, 24, 24, 0.05) 0%, rgba(17, 17, 17, 0.05) 99.77%);
}

.product-steps .step-item::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 100%;
    width: 100px;
    height: 1px;
    background: repeating-linear-gradient(90deg, white, white 6px, transparent 6px, transparent 12px);
}

.product-steps .step-item:last-child::before {
    display: none;
}

html[data-theme="light"] .product-steps .step-item::before {
    background: repeating-linear-gradient(90deg, rgba(24, 24, 24, 1), rgba(24, 24, 24, 1) 6px, transparent 6px, transparent 12px);
}

.product-steps .step-item p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 102px;
}

.service-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 54px;
    margin-bottom: 24px;
}

.product-details {
    text-align: left;
}

.product-details p {
    font-size: 14px;
    font-weight: 400;
    opacity: .9;
}

.product-details ul {
    font-size: 12.5px;
    font-weight: 400;
    opacity: .9;
}

.product-details h2 {
    font-weight: 700;
}

.product-details h3 {
    font-size: 20px;
    font-weight: 500;
}

.product-details h4 {
    font-size: 16px;
    font-weight: 500;
}

.product-details q {
    background-color: rgba(255, 255, 255, .15);
    border-left: 4px solid rgba(255, 255, 255, .5);
    padding: 8px;
    padding-left: 16px;
    display: block;
    margin-bottom: 1rem;
}

html[data-theme="light"] .product-details q {
    background-color: rgba(24, 24, 24, 0.14);
    border-left: 4px solid rgba(24, 24, 24, 0.5);
}

.product-details q p {
    margin-bottom: 0;
}

.product-details q::before {
    content: none;
}

.product-details q::after {
    content: none;
}

.deliverable-title {
    font-size: 20px;
    font-weight: 500;
    margin-top: 32px;
}

.product-files {
    width: 100%;
    display: grid;
    justify-content: flex-start;
    align-items: center;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.product-files .file-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.product-files .file-item&gt;div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.product-files .file-item&gt;div h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0px
}

.product-files .file-item&gt;div h4 b {
    font-weight: 600;
    font-size: 13px;
    padding: 1px;
    background: rgba(76, 76, 76, 0.32);
    color: white;
}

.product-files .file-item&gt;div p {
    font-size: 13px;
    font-weight: 500;
    opacity: .6;
    margin: 0px;
    text-align: left;
    width: 89%;
}

.product-files .file-item&gt;span {
    background: rgba(38, 38, 38, 1);
    border-radius: 6px;
    padding: 12px;
}

html[data-theme="light"] .product-files .file-item&gt;span {
    background: rgba(249, 249, 249, 1);
}

.tiers-comparison-table {
    background-color: #0E0E0E;
    border: 1px solid #333333;
    box-shadow: 0px 3.5px 4.2px 0px #00000005;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 32px;
}

html[data-theme="light"] .tiers-comparison-table {
    background-color: white;
    border: 1px solid #1818186c;
    box-shadow: 0px 3.5px 4.2px 0px #00000005;
}

.tiers-comparison-table tr td {
    height: 36px !important;
}

.tiers-comparison-table td {
    font-size: 12px;
    font-weight: 500;
    line-height: 12.1px;
    text-align: left;
}

.tiers-comparison-table td,
.tiers-comparison-table th {
    text-align: center;
    vertical-align: middle;
}

.tiers-comparison-table th div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 32px;
    margin-bottom: 32px;
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
}

span.mc-tag {
    font-size: 10px;
    font-weight: 700;
    line-height: 12.1px;
    text-align: center;
    background: linear-gradient(90deg, #DEA900 0%, #AC7D19 99.77%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tiers-comparison-table th span.mc-tag {
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
}

.tiers-comparison-table th h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.94px;
    text-align: center;
}

@media (max-width: 500px) {
    .tiers-comparison-table th div {
        gap: 4px;
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 24px;
    }

    .tiers-comparison-table th h3 {
        font-size: 12px;
    }

    .tiers-comparison-table th span.mc-tag {
        top: -32px;
    }
}

.tiers-comparison-table th p {
    font-size: 11px;
    font-weight: 400;
    line-height: 12px;
}

table.tiers-comparison-table {
    width: 100%;
    border-collapse: collapse;
}

@media (max-width: 550px) {
    table.tiers-comparison-table {
        width: 100%;
        display: block;
    }

    .tiers-comparison-table thead th:nth-child(1) {
        display: none;
    }

    .tiers-comparison-table tbody {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .tiers-comparison-table tbody tr {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .tiers-comparison-table td:nth-child(1) {
        flex: 1 1 100%;
        background-color: #212121;
        font-weight: bold;
        text-align: left;
        padding: 10px;
    }

    html[data-theme="light"] .tiers-comparison-table td:nth-child(1) {
        background-color: #F9F9F9;
    }

    .tiers-comparison-table td:nth-child(2),
    .tiers-comparison-table td:nth-child(3),
    .tiers-comparison-table td:nth-child(4) {
        flex: 1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tiers-comparison-table td:nth-child(3) {
        border-left: 1px solid #333333;
        border-right: 1px solid #333333;
    }

    .tiers-comparison-table tr th:nth-child(3) {
        background: #F6F6F6;
        color: #181818;
        border-radius: 12px 12px 0px 0px;
    }

    html[data-theme="light"] .tiers-comparison-table tr th:nth-child(3) {
        background: #181818;
        color: white;
    }
}

@media (min-width: 551px) {
    .tiers-comparison-table tr td:nth-child(3) {
        background: #F6F6F6;
        color: #181818;
    }

    html[data-theme="light"] .tiers-comparison-table tr td:nth-child(3) {
        background: #181818;
        color: white;
    }

    .tiers-comparison-table tr:nth-child(even) td:nth-child(3) {
        background: white;
    }

    html[data-theme="light"] .tiers-comparison-table tr:nth-child(even) td:nth-child(3) {
        background-color: #212121;
    }

    .tiers-comparison-table tr th:nth-child(3) {
        background: #F6F6F6;
        color: #181818;
    }

    html[data-theme="light"] .tiers-comparison-table tr th:nth-child(3) {
        background: #181818;
        color: white;
    }

    .tiers-comparison-table tr:first-child th:nth-child(3) {
        border-radius: 12px 12px 0px 0px;
    }

    .tiers-comparison-table tr:last-child td:nth-child(3) {
        border-radius: 0px 0px 12px 12px;
    }

    .tiers-comparison-table tr:nth-child(even) th:nth-child(3) {
        background: white;
    }

    html[data-theme="light"] .tiers-comparison-table tr:nth-child(even) th:nth-child(3) {
        background: #212121;
    }

    .tiers-comparison-table tr:nth-child(even) {
        background-color: #212121;
    }

    html[data-theme="light"] .tiers-comparison-table tr:nth-child(even) {
        background-color: #F9F9F9;
    }
}

@media (max-width: 670px) {
    .offer-showcase-sec&gt;.offer-showcase {
        margin-top: 0px;
    }

    .why-webfume-sec {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .faq-sec {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

.offer-showcase-sec,
.impression-sec {
    width: 100%;
}

.offer-showcase-sec&gt;.offer-showcase {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    margin-top: 100px;
    margin-bottom: 32px;
}

.showcase-slider-item img {
    max-height: 650px;
    overflow: hidden;
    object-fit: cover;
    display: flex;
    align-items: center;
}

.offer-showcase h2 {
    font-weight: 700;
    line-height: 41.6px;
    text-align: left;
}

.showcase-caption {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.showcase-caption p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    margin: 0;
}

.showcase-caption div {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.showcase-caption button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.showcase-caption button.showcase-forward {
    background: rgba(38, 38, 38, 1);
}

html[data-theme="light"] .showcase-caption button.showcase-forward {
    background: rgba(246, 246, 246, 1);
}

.showcase-caption button svg *[fill] {
    fill: white;
}

html[data-theme="light"] .showcase-caption button svg *[fill] {
    fill: rgba(24, 24, 24, 1);
}

.showcase-caption button svg *[stroke] {
    stroke: white;
}

html[data-theme="light"] .showcase-caption button svg *[stroke] {
    stroke: rgba(24, 24, 24, 1);
}

.s-s-item-tech {
    background: rgba(26, 26, 26, 1);
    border: 1px solid rgba(38, 38, 38, 1);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-radius: 4px;
    flex-wrap: wrap;
    gap: 16px;
}

html[data-theme="light"] .s-s-item-tech {
    background: rgba(249, 249, 249, 1);
    border: none;
}


.s-s-item-tech .cat {
    padding: 6px 14px 6px 14px;
    gap: 8px;
    border-radius: 32px;
    background: rgba(248, 236, 119, 1);
    font-size: 12px;
    line-height: 19.2px;
    color: rgba(17, 17, 17, 1);
}

.s-s-item-tech&gt;div {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.s-s-item-tech&gt;div&gt;img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}

.s-s-item-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}

.s-s-item-info h3 {
    width: 25%;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}

.s-s-item-info p {
    font-size: 12px;
    opacity: .8;
}

@media (max-width: 768px) {
    .showcase-caption div {
        width: 30%;
    }

    .s-s-item-tech span.empty {
        display: none;
    }

    .s-s-item-info {
        gap: 4px;
        flex-direction: column;
    }

    .s-s-item-info h3 {
        width: 100%;
    }
}


.why-webfume-sec {
    margin-top: 150px;
    margin-bottom: 150px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 52px;
}

.why-webfume-sec .why-webfume-first {
    width: 42%;
    position: sticky;
    top: 140px;
}

.why-webfume-sec .why-webfume-second {
    width: 58%;
}

.why-webfume-first h2 {
    font-weight: 700;
}

.why-webfume-first h5 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    opacity: .8;
}

.why-webfume-first p {
    font-size: 14px;
    font-weight: 400;
    opacity: .8;
}

.why-webfume-second {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.why-webfume-second .why-webfume-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
}

.why-webfume-item .why-item-icon {
    width: 20%;
    display: flex;
    justify-content: center;
}

.why-webfume-item .why-item-text {
    width: 80%;
}

.why-webfume-item .why-item-icon div {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    opacity: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(38, 38, 38, 1);
}

html[data-theme="light"] .why-webfume-item .why-item-icon div {
    background: rgba(249, 249, 249, 1);
}

html[data-theme="light"] .why-webfume-item .why-item-icon *[fill=white] {
    fill: rgba(24, 24, 24, 1);
}

html[data-theme="light"] .why-webfume-item .why-item-icon *[stroke=white] {
    stroke: rgba(24, 24, 24, 1);
}

@media (max-width: 768px) {
    .why-webfume-sec {
        flex-direction: column;
        gap: 32px;
    }

    .why-webfume-sec .why-webfume-first {
        width: 100%;
        position: relative;
        margin-bottom: 32px;
        top: 0;
        text-align: center;
    }

    .why-webfume-sec .why-webfume-second {
        width: 100%;
    }

    .why-webfume-first p {
        display: none;
    }

    .why-item-text h3 {
        font-size: 16px;
    }

    .why-item-text p {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
    }
}


.offer-impression h2 {
    font-weight: 700;
    line-height: 41.6px;
    text-align: left;
}

.impression-caption {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.impression-caption p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    margin: 0;
}

.impression-caption div {
    width: 20%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.impression-caption button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: transparent;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.impression-caption button.impression-forward {
    background: rgba(38, 38, 38, 1);
}

html[data-theme="light"] .impression-caption button.impression-forward {
    background: rgba(246, 246, 246, 1);
}

.impression-caption button svg *[fill=white] {
    fill: white;
}

html[data-theme="light"] .impression-caption button svg *[fill=white] {
    fill: rgba(24, 24, 24, 1);
}

.impression-caption button svg *[stroke=white] {
    stroke: white;
}

html[data-theme="light"] .impression-caption button svg *[stroke=white] {
    stroke: rgba(24, 24, 24, 1);
}

@media (max-width: 768px) {
    .impression-caption div {
        width: 30%;
    }
}

.impression-slider {
    margin-top: 52px;
    margin-bottom: 52px;
    z-index: 0 !important;
}

.impression-slider .impression-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
    padding: 32px 64px;
    border-radius: 8px;
    max-width: 600px;
    width: 100%;
    border: 0.75px solid rgba(38, 38, 38, 1);
    background-color: #131313;
    transition: all 0.3s ease;
    opacity: .9;
}

html[data-theme="light"] .impression-slider .impression-item {
    background: white;
    border: 1px solid rgba(24, 24, 24, 0.14);
}

.impression-slider .impression-item img {
    width: 52px !important;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.impression-slider .owl-item.center .impression-item {
    background: rgba(26, 26, 26, 1);
}

html[data-theme="light"] .impression-slider .owl-item.center .impression-item {
    background: rgba(249, 249, 249, 1);
}

.impression-slider .owl-item.center .impression-item {
    scale: 1.1;
    opacity: 1;
}

.impression-sec {
    overflow: hidden !important;
}

.impression-slider .owl-stage-outer {
    overflow: visible !important;
}

.impression-item p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 36px;
}

.impression-item p i svg {
    width: 12px;
    height: 12px;
    position: absolute;
}

.impression-item h4 {
    font-size: 16px;
    font-weight: 500;
}

.impression-item h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    opacity: .4;
}

@media (max-width: 768px) {
    .impression-slider .impression-item {
        padding: 32px;
        max-width: 70vw;
        width: 100%;
    }

    .impression-slider .owl-item.center .impression-item {
        scale: 1;
    }

    .card .card-header h5 {
        font-size: 0.95rem !important;
    }

    .faq-text h2,
    .faq-text p {
        text-align: center;
    }
}

.faq-sec {
    margin-top: 64px;
    margin-bottom: 64px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 46px;
}

.faq-sec .faq-text {
    width: 45%;
    display: flex;
    flex-direction: column;
}

.faq-sec .faq-text h2 {
    font-size: 1.25rem;
}

.faq-sec .faq-text&gt;p {
    opacity: .8;
    font-size: 0.9rem;
}

.faq-sec .faq-data {
    width: 55%;
    display: flex;
    flex-direction: column;
}

.faq-data {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 14px;
}

.faq-img {
    border: none;
    max-height: 300px;
    object-fit: scale-down;
    margin-top: 32px;
}

.faq-img.faq-img-light {
    display: none;
}

html[data-theme="light"] .faq-img.faq-img-light {
    display: block;
}

html[data-theme="light"] .faq-img.faq-img-dark {
    display: none;
}

.card {
    border: 1px solid rgba(38, 38, 38, 1);
    background: rgba(26, 26, 26, 1);
    color: white;
    transition: all 0.3s ease;
}

.card-header {
    transition: background-color .3s ease;
}

html[data-theme="light"] .card {
    background: white;
    color: rgba(24, 24, 24, 1);
    border: 1px solid rgba(24, 24, 24, 0.14);
}

.card.active {
    background-color: rgba(38, 38, 38, 1) !important;
}

.card.active .card-header {
    background-color: rgba(38, 38, 38, 1) !important;
}

html[data-theme="light"] .card.active {
    background-color: rgba(246, 246, 246, 1) !important;
}

html[data-theme="light"] .card.active .card-header {
    background-color: rgba(246, 246, 246, 1) !important;
}

.card .card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border: none;
}

.card.active .card-header {
    border-bottom: 1px solid rgba(38, 38, 38, .14);
}

.card .card-header h5 {
    font-size: 18px;
    font-weight: 500;
}

.card .card-header button {
    width: 42px;
    height: 42px;
    background: rgba(38, 38, 38, 1);
    border-radius: 6px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

html[data-theme="light"] .card .card-header button {
    background: rgba(240, 240, 240, 1);
}

.card .card-header button svg {
    transition: all 0.3s ease;
}

html[data-theme="light"] .card .card-header button svg *[fill=white] {
    fill: rgba(24, 24, 24, 1);
}

html[data-theme="light"] .card .card-header button svg *[stroke=white] {
    stroke: rgba(24, 24, 24, 1);
}

.card .card-header button[aria-expanded="true"] svg {
    transform: rotate(45deg);
}

.card .card-body {
    opacity: .8;
}

@media (max-width: 768px) {
    .faq-sec {
        flex-direction: column;
        gap: 32px;
    }

    .faq-img {
        display: none;
    }

    .faq-sec .faq-text {
        width: 100%;
    }

    .faq-sec .faq-data {
        width: 100%;
    }
}

.ceo-thought-sec {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 52px;
}

.ceo-thought-sec .thought-text {
    max-width: 60%
}

.ceo-thought-sec img {
    max-width: 40%;
    max-height: 500px;
}

.thought-text h3 {
    font-size: 20px;
    font-weight: 500;
    color: #AC7D19;
    background: linear-gradient(90deg, #DEA900 0%, #AC7D19 99.77%);
    background: -webkit-linear-gradient(90deg, #DEA900 0%, #AC7D19 99.77%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.thought-text p {
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.thought-text p .flash-lines {
    position: absolute;
    top: -28px;
    left: -32px;
}

@media (max-width: 768px) {
    .faq-sec {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .ceo-thought-sec {
        flex-direction: column-reverse;
        gap: 0px;
    }

    .ceo-thought-sec img {
        max-width: 100%;
    }

    .ceo-thought-sec .thought-text {
        margin-top: 24px;
        margin-bottom: 24px;
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.schedule_meeting-modal .modal-content,
.contact_form-modal .modal-content {
    background: rgba(14, 14, 14, 1);
    padding: 8px 16px;
}

html[data-theme="light"] .contact_form-modal .modal-content,
html[data-theme="light"] .schedule_meeting-modal .modal-content {
    background: white;
}


.schedule_meeting-modal .modal-content::-webkit-scrollbar,
.contact_form-modal .modal-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.schedule_meeting-modal .modal-content::-webkit-scrollbar-thumb,
.contact_form-modal .modal-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
}

.schedule_meeting-modal .modal-content::-webkit-scrollbar-track,
.contact_form-modal .modal-content::-webkit-scrollbar-track {
    background: transparent;
}

html[data-theme="light"] .schedule_meeting-modal .modal-content::-webkit-scrollbar-thumb,
html[data-theme="light"] .contact_form-modal .modal-content::-webkit-scrollbar-thumb {
    background: transparent;
}

html[data-theme="light"] .contact_form-modal .modal-content::-webkit-scrollbar-thumb,
html[data-theme="light"] .schedule_meeting-modal .modal-content::-webkit-scrollbar-thumb {
    background: rgba(24, 24, 24, 0.2);
}

html[data-theme="dark"] .should-invert .btn-close {
    filter: invert(1) !important;
}

.share-btn {
    position: relative;
    cursor: pointer;
}

.product-social-share {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
    z-index: -1;
    user-select: none;
    pointer-events: none;
}

.product-social-share .social-icons-con {
    margin-top: 24px;
    padding: 20px 24px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #131313;
    border-radius: 8px;
    position: relative;
}

.product-social-share .social-icons-con a svg {
    width: 30px;
    height: 30px;
}

.product-social-share .social-icons-con a[data-clipboard] svg {
    width: 24px;
    height: 24px;
}

.product-social-share .social-icons-con::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #131313;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

html[data-theme="light"] .product-social-share .social-icons-con,
html[data-theme="light"] .product-social-share .social-icons-con::before {
    background: #F8F8F8;
}

.share-btn:hover+.product-social-share,
.product-social-share:hover {
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
    user-select: auto;
    pointer-events: auto;
}</pre></body></html>