:root {
    --max-width: 1366px;
    --border-radius: 12px;
    --primary: #d13636;
    --primary-dark: #e84747;
    --primary-light: #ff6b6b;
    --section-bg: #f7f3ea;
    --section-bg-2: #f6f6f3;
    --border-bg: #ede4cf;
    --border-bg-2: #ebebe5;
    --text: #1a1a1a;
    --text-2: #2b2e32;
    --dark: #1e1e1e
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    color: var(--text)
}

body,
html {
    scroll-behavior: smooth
}

body {
    color: var(--text)
}

a,
a:hover {
    color: inherit;
    text-decoration: none;
    transition: all .3s
}

.container {
    width: 1600px;
    max-width: 90vw;
    margin: 0 auto;
    padding: 0 16px
}

h1 {
    color: #091135;
    font-size: 66px;
    font-weight: 700;
    line-height: normal;
    max-width: 900px
}

.home h1 {
    font-size: 37px;
    line-height: 54px;
    margin-bottom: 16px
}

h1.small {
    color: var(--text);
    font-size: 46px;
    font-weight: 600;
    line-height: 58px;
    max-width: 100%
}

.home .search-bar.book-demo {
    width: 100%;
    max-width: 400px
}

.h6 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    margin-bottom: 10px
}

.h6,
h2 {
    font-weight: 600
}

h2 {
    font-size: 40px;
    line-height: 58px;
    margin-bottom: 50px
}

h1 span,
h2 span,
h3 span {
    color: var(--primary)
}

h3 {
    font-size: 26px;
    margin-bottom: 16px
}

h3,
h4 {
    color: var(--text-2);
    font-weight: 600;
    line-height: normal
}

h4 {
    font-size: 20px;
    margin-bottom: 8px
}

h5 {
    color: var(--text);
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .075px
}

p {
    color: var(--text-2);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.mt-auto {
    margin-top: auto
}

.text-center {
    text-align: center
}

a.ant-btn,
button.ant-btn {
    display: flex;
    height: 44px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: var(--primary-light);
    box-shadow: none;
    transition: all .3s
}

a.ant-btn.shopify {
    background-color: #377e62;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap
}

a.ant-btn.shopify:hover {
    background-color: #235944 !important
}

button.ant-btn.ant-btn-default {
    background-color: transparent
}

header button.ant-btn.ant-btn-default span {
    color: #000
}

.contact-div button.ant-btn.ant-btn-default span {
    color: var(--low, #2b2e32)
}

.contact-div button.ant-btn.ant-btn-default,
.contact-div button.ant-btn.ant-btn-default:hover {
    border-radius: 8px;
    background: var(--background-4, hsla(0, 0%, 71%, .4)) !important;
    border: none !important
}

a.ant-btn.btn-main,
button.ant-btn.btn-main {
    background: var(--primary)
}

button.ant-btn.ant-btn-text {
    background-color: transparent
}

button.ant-btn.ant-btn-text:hover {
    background-color: #f7e9e4 !important
}

button.ant-btn.ant-btn-text span {
    color: var(--text)
}

button.ant-btn img {
    width: 47px;
    height: auto;
    mix-blend-mode: luminosity
}

a.ant-btn:hover,
button.ant-btn:hover {
    background: var(--primary) !important;
    transition: all .3s
}

a.ant-btn.btn-main:hover,
button.ant-btn.btn-main:hover {
    background: var(--primary-dark) !important
}

a.ant-btn span,
button.ant-btn span {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .25px
}

.link-color {
    color: #e84747
}

.link-color:hover {
    text-decoration: underline
}

button.ant-btn.ant-btn-link {
    background-color: transparent
}

button.ant-btn.ant-btn-link:hover {
    background-color: transparent !important
}

button.ant-btn.ant-btn-link span {
    color: var(--text);
    transition: all .3s
}

a.ant-btn.ant-btn-link:hover span,
button.ant-btn.ant-btn-link:hover span {
    color: var(--primary);
    transition: all .3s
}

section {
    margin: 0 16px 16px;
    border-radius: 12px
}

.common-section {
    padding: 100px 0
}

.banner-section {
    padding: 120px 0;
    text-align: center
}

.banner-section.common-section {
    padding: 100px 0
}

.banner-section h1 {
    max-width: 967px;
    margin: 0 auto 20px
}

.banner-section p {
    margin-left: auto;
    margin-right: auto;
    opacity: .8
}

.position-relative {
    position: relative
}

.section-yellow {
    background-color: var(--section-bg);
    border: 1px solid var(--border-bg);
    border-radius: 12px
}

.section-grey {
    background-color: var(--section-bg-2);
    border: 1px solid var(--border-bg-2);
    border-radius: 12px
}

.normal-section {
    border-radius: 0;
    margin: 0;
    border: 0
}

.arrow-link {
    gap: 5px;
    align-items: center;
    display: flex
}

.arrow-link:hover {
    gap: 10px
}

.features-btn {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto
}

.pricing-steps--content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    display: flex
}

.pricing-step {
    width: 40px;
    height: 5px;
    opacity: .5;
    border-radius: 5px;
    background-color: var(--primary)
}

.pricing-step.active {
    opacity: 1
}

.pricing-steps {
    margin-bottom: 20px
}

.pricing-section {
    overflow: hidden;
    margin-top: -10px
}

.pricing-section .container {
    display: flex;
    align-items: stretch
}

.pricing--content {
    min-width: 56%;
    padding: 60px 110px 60px 0
}

.pricing-section h1.small {
    font-size: 26px;
    font-weight: 700;
    line-height: 37px
}

.pricing--image {
    position: relative
}

.pricing--image img {
    margin-bottom: -4px
}

.pricing--image:after {
    background: linear-gradient(135deg, #ffdbd4 3%, #fff2d5 50%);
    position: absolute;
    content: "";
    height: 100%;
    width: calc(100vw);
    z-index: -1;
    left: 0
}

.pricing-steps--content>p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}

.banner-info-section {
    max-width: 500px
}

.sticky-conainer {
    position: relative;
    z-index: 2;
    border-top-left-radius: 0;
    margin-bottom: 10px;
    padding-bottom: 100px
}

.sticky-conainer:after {
    position: absolute;
    content: "";
    top: -27.5px;
    left: 373px;
    width: 16px;
    height: 16px;
    background-color: var(--section-bg);
    border-bottom-left-radius: 12px;
    z-index: 3;
    border: 1px solid var(--border-bg);
    border-top: 0;
    border-right: 0
}

.sticky-conainer.section-yellow:after {
    background-color: var(--section-bg-2);
    border: 1px solid var(--border-bg-2);
    border-top: 0;
    border-right: 0
}

.sticky.sticky-conainer .sticky-div--inner svg {
    opacity: 0
}

.sticky-conainer:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 20px;
    background-color: var(--section-bg);
    border-radius: 50%;
    left: 0;
    top: -112px;
    z-index: 1;
    box-shadow: -10px 10px 0 #fff
}

.sticky-div {
    width: 374.363px;
    top: -93px;
    position: absolute;
    left: -1px
}

.max-235 {
    max-width: 235px
}

.sticky-conainer.one .sticky-div {
    border: none
}

.sticky-conainer.one:after,
.sticky-conainer.one:before {
    display: none
}

.section-grey .sticky-div {
    border-radius: 0 12px 0 0;
    border: 1px solid var(--border-bg);
    border-bottom: 0;
    border-left: 0;
    padding: 9px 9px 0 0;
    background-color: #fff
}

.section-yellow .sticky-div {
    border-radius: 0 12px 0 0;
    border: 1px solid var(--border-bg-2);
    border-bottom: 0;
    border-left: 0;
    padding: 9px 9px 0 0;
    background-color: #fff
}

.section-grey .sticky-div:after {
    box-shadow: -10px 10px 0 var(--section-bg-2)
}

.section-grey .sticky-div:after,
.section-yellow .sticky-div:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    right: -12px;
    bottom: 1px
}

.section-yellow .sticky-div:after {
    box-shadow: -10px 10px 0 var(--section-bg)
}

.sticky-div--inner {
    padding: 32px 26px;
    background-color: var(--section-bg-2);
    border-radius: 12px 12px 0 0;
    border: 1px solid var(--border-bg-2);
    border-bottom: 0;
    text-align: left
}

.section-yellow .sticky-div--inner {
    background-color: var(--section-bg);
    border: 1px solid var(--border-bg);
    border-bottom: 0
}

.home-banner {
    padding-top: 120px
}

.gradient-section {
    background: linear-gradient(135deg, #ffd4d4 10%, #fff2d5 80%)
}

.home-banner .container {
    max-width: 100%;
    padding: 0
}

.home-banner--container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center
}

.home-banner--container button.ant-btn:hover {
    scale: .96;
    background: var(--primary-light) !important;
    transition: all .3s
}

.title-desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    max-width: 615px;
    color: var(--text)
}

.home .title-desc {
    font-size: 18px;
    line-height: 1.7
}

.home-banner--container button {
    margin-top: 32px
}

.brands-container {
    padding: 100px 0 180px;
    text-align: center
}

.brands-list {
    display: flex;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto 120px;
    position: relative;
    flex-wrap: wrap
}

.brands-list:last-child {
    margin-bottom: 0
}

.swiper--contaier .swiperslide--slide.full {
    width: 100%;
    flex-direction: row
}

.swiper--contaier .swiperslide--slide.section-yellow {
    background: var(--Other-light-beige, #f7f3ea);
    border: none;
    box-shadow: none
}

h2.purpose-h2 {
    margin-bottom: 16px
}

h2.purpose-h2+p {
    margin-bottom: 40px
}

.solutions-cta {
    gap: 60px
}

.solutions-cta .ant-btn {
    margin: 0 auto
}

.integration--d2c {
    margin: 0 auto 50px;
    width: 100%;
    max-width: 723px
}

.swiper--contaier .swiperslide--slide.full>* {
    width: 50%
}

.brands-list.normal {
    position: unset;
    max-width: 100%;
    justify-content: space-between;
    margin: 0;
    width: 100%
}

.brands-list.normal:after,
.brands-list.normal:before {
    display: none
}

.brands-list:before {
    background: linear-gradient(90deg, #f7f3ea 23.09%, hsla(42, 45%, 94%, 0) 95.35%);
    width: 191.949px;
    height: 231.469px;
    position: absolute;
    left: -53.547px;
    top: -53.734px;
    content: "";
    z-index: 1
}

.brands-list.white {
    display: block
}

.brands-list.white:before {
    background: linear-gradient(90deg, #fff 23.09%, hsla(42, 45%, 94%, 0) 95.35%)
}

.brands-list.white:after {
    background: linear-gradient(270deg, #fff 23.09%, hsla(42, 45%, 94%, 0) 95.35%)
}

.brands-list:after {
    background: linear-gradient(270deg, #f7f3ea 23.09%, hsla(42, 45%, 94%, 0) 95.35%);
    width: 166.049px;
    height: 231.469px;
    position: absolute;
    right: -51.645px;
    top: -53.734px;
    content: ""
}

.brands-list--item {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    height: 124px;
    width: 124px;
    flex: auto;
    background-color: #fff;
    border: 1px solid rgba(13, 34, 71, .08);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .1)) drop-shadow(0 12px 12px rgba(0, 0, 0, .09)) drop-shadow(0 26px 16px rgba(0, 0, 0, .05)) drop-shadow(0 46px 18px rgba(0, 0, 0, .01)) drop-shadow(0 72px 20px rgba(0, 0, 0, 0))
}

.brands-list--item.big {
    width: 250px;
    height: 150px
}

.brands {
    margin-bottom: 10px
}

.banner-img {
    max-width: 100%;
    height: auto
}

.testimonial-part {
    padding: 50px 0 180px
}

.section-grey.not-first {
    padding: 50px 0 100px
}

.image-tabs {
    display: flex;
    align-items: stretch
}

.image-tabs--nav {
    gap: 4px;
    padding: 25px 0;
    width: 50%
}

.image-tabs--nav,
.image-tabs--tab {
    display: flex;
    flex-direction: column
}

.image-tabs--tab {
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    cursor: pointer;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    padding: 35px 80px 35px 30px
}

.image-tabs--tab.active {
    background-color: #fff;
    position: relative
}

.image-tabs--tab.active:after {
    top: -26px;
    box-shadow: 14px 14px 0 #fff
}

.image-tabs--tab.active:after,
.image-tabs--tab.active:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    right: 0
}

.image-tabs--tab.active:before {
    bottom: -26px;
    box-shadow: 14px -14px 0 #fff
}

.image-tabs--nav--title {
    color: var(--text-2);
    font-size: 24px;
    font-weight: 600;
    line-height: 28px
}

.image-tabs--nav--text {
    color: var(--text-2);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px
}

.image-tabs--content {
    width: 50%;
    border-radius: 16px;
    background-color: #fff;
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px
}

.image-tabs--content img {
    max-width: 100%;
    height: auto
}

.faq {
    text-align: center
}

.faq .ant-collapse {
    max-width: 896px;
    margin: 0 auto;
    border: none;
    background-color: transparent
}

.faq .ant-collapse-item {
    text-align: left;
    border-radius: 8px !important;
    background: #fff;
    margin-bottom: 16px;
    box-shadow: none;
    border-bottom: none !important
}

.faq.faq-bodered .ant-collapse-item {
    border: 1px solid var(--Other-stroke, #ebebe5);
    border-bottom: 1px solid var(--Other-stroke, #ebebe5) !important
}

.faq .ant-collapse-item .ant-collapse-header {
    padding: 20px !important;
    flex-direction: row-reverse
}

.ant-collapse-header-text {
    color: var(--High, #1a1a1a);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.faq .ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-expand-icon {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    display: flex;
    padding: 7px 17px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: hsla(0, 0%, 95%, .7);
    height: 26px
}

.faq .ant-collapse-content {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top: 1px solid #f2f2f2 !important
}

.faq .ant-collapse>.ant-collapse-item .ant-collapse-content-box {
    padding: 16px 46px 16px 20px
}

.faq .ant-collapse>.ant-collapse-item .ant-collapse-content-box p {
    color: var(--text-2);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px
}

.mb-10 {
    margin-bottom: 10px
}

.gradient-section.solution .container.side {
    gap: 50px;
    align-items: center
}

.solution .container.side {
    display: flex;
    gap: 170px
}

.solution .container.side.start {
    align-items: flex-start
}

.solution.normal-section .container.side.start {
    justify-content: space-between;
    align-items: center
}

.home-banner-award {
    width: 350px;
    max-width: 100%
}

.solution.normal-section .container.side.start .sub-img-section {
    margin-right: 5vw
}

.banner-info-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    max-width: 610px;
    width: 100%
}

.home .banner-info-section {
    max-width: 490px
}

.home .banner-img-section {
    margin-bottom: -40px
}

.home .banner-img-section .banner-img {
    max-width: 90%;
    margin-left: auto;
    display: block;
    margin-top: 46px
}

.gradient-section.solution.home .container.side {
    justify-content: space-between
}

.platform-footer.home h2 {
    margin-bottom: 8px
}

.over-section .banner-info-section {
    max-width: 665px
}

.over-section .banner-info-section p {
    max-width: 601px
}

.banner-info-section.small {
    max-width: 490px
}

.banner-info-section.full {
    max-width: 100%
}

.banner-info-section.full.center {
    align-items: center
}

.banner-info-section.full.center .title-desc {
    max-width: 100%;
    text-align: center
}

.banner-info-section h2 {
    margin-bottom: 20px;
    font-weight: 600
}

.gradient-section .banner-info-section h2 {
    font-weight: 700
}

.banner-info-section--title {
    color: var(--text);
    letter-spacing: .2px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px
}

.solution .title-desc {
    color: #2b2e32cc
}

.solution .h6 {
    margin-bottom: 10px
}

.stat-card-container {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    flex-wrap: wrap;
    text-align: left;
    gap: 40px;
    align-items: flex-start
}

.stat-card-container.card-container--cards {
    gap: 20px;
    align-items: stretch
}

.stat-card-container.card-container--cards .stat-card-item p:first-of-type {
    font-size: 26px;
    line-height: 37px
}

.about .stat-card-container {
    margin-top: 50px
}

.stat-card-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc((100%/4) - (120px/4))
}

.stat-card-item.card {
    width: calc((100%/3) - (40px/3));
    border-radius: 8px;
    background: #f7f3ea;
    padding: 30px
}

.stat-card-item.card:nth-child(2n) {
    background: #f6f6f3
}

.stat-card-item.card:last-of-type {
    align-self: auto
}

.stat-card-item p:first-of-type {
    font-size: 42px;
    font-weight: 800;
    line-height: 58px;
    letter-spacing: 0;
    color: #1a1a1a
}

.stat-card-item.card p:first-of-type {
    font-weight: 700
}

.card-container--cards {
    margin-top: 30px
}

.stat-card-item p:last-of-type {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
    color: #222
}

.sub-img-section {
    min-width: 323px;
    width: 323px
}

.feature-img {
    min-width: 529px;
    width: 529px;
    overflow: hidden
}

.feature-img img {
    max-width: 100%;
    width: 100%;
    object-fit: cover
}

.workflow-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px
}

.workflow-item {
    max-width: calc(50% - 10px);
    width: 100%;
    border-radius: 12px;
    padding: 40px;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 20px
}

.colorful .workflow-item {
    background-color: var(--section-bg)
}

.colorful .workflow-item:nth-child(2),
.colorful .workflow-item:nth-child(3) {
    background-color: var(--section-bg-2)
}

.workflow-info {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.workflow-item p {
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0;
    text-align: left;
    color: #2b2e32
}

.workflow-item .workflow-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    text-align: left;
    color: #2b2e32cc
}

.benefit-container {
    display: flex;
    gap: 84px
}

.home-highlight {
    color: var(--text);
    font-size: 16px;
    font-weight: 700;
    line-height: normal
}

.home-highlight span {
    color: var(--primary)
}

.home--info svg:last-child {
    transform: scaleX(-1)
}

.home--info {
    margin-bottom: 14px
}

.challenges {
    gap: 24px
}

.challenges p strong {
    font-weight: 600
}

.challenges>div {
    gap: 16px
}

.challenges>div svg {
    min-width: 24px
}

.challenges-container {
    gap: 40px
}

.challenges-container p {
    font-size: 20px
}

.challenges-container h2+p {
    margin-bottom: 40px;
    margin-top: -26px
}

.challenges-container>div {
    width: 50%
}

.challenges-container.left>div:first-child {
    width: 53%
}

.challenges-container h2 {
    margin-bottom: 40px
}

.question-icon {
    width: 160px;
    margin-right: 120px
}

.question-icon--container {
    text-align: right
}

.d2c-insider {
    gap: 60px;
    width: 55%
}

.d2c-insider .ant-btn {
    width: 240px
}

.d2c-insider h2 {
    margin-bottom: 40px
}

.d2c-insider--list p {
    color: var(--text);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    opacity: .8
}

.quick-commerce-card.full {
    width: 100%;
    flex: 1 1
}

.d2c-stats {
    gap: 40px
}

.d2c-stats div p {
    color: var(--text);
    font-size: 41.6px;
    font-weight: 800;
    line-height: 58px
}

.d2c-stats div p:last-child {
    color: var(--medium, #222);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px
}

.d2c-stats--section {
    position: relative;
    z-index: 1
}

.d2c-stats--section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(/images/semi-circle.webp);
    z-index: -1
}

.end-to-end h2 {
    margin-bottom: 40px
}

.end-to-end--list {
    gap: 24px
}

.ant-radio-wrapper span.ant-radio+* {
    color: var(--medium, #222);
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: .075px
}

.ant-radio-wrapper.ant-radio-wrapper-checked span.ant-radio+* {
    color: var(--text);
    font-weight: 500
}

.custom-radio--btns .ant-radio .ant-radio-inner {
    border-color: #2b2e32
}

.custom-radio--btns .ant-radio-wrapper:hover .ant-radio-inner,
.custom-radio--btns .ant-radio-wrapper:hover .ant-radio-wrapper {
    border-color: #e84747
}

.custom-radio--btns .ant-radio.ant-radio-checked .ant-radio-inner,
.custom-radio--btns .ant-radio.ant-radio-checked:hover .ant-radio-inner {
    border-color: #e84747 !important;
    background: #fff
}

.custom-radio--btns .ant-radio-wrapper .ant-radio-checked:after {
    border-color: #e84747 !important
}

.custom-radio--btns .ant-radio.ant-radio-checked .ant-radio-inner:after {
    background: #e84747;
    scale: 1.4
}

.end-to-end--list p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

.end-to-end--list p strong {
    font-weight: 600
}

.end-to-end--container>div:first-child {
    width: 50%
}

.purpose>div:last-child img.end-2-end--image {
    margin: 0;
    max-width: 80%
}

.purpose>div:last-child.end-2-end-div {
    display: flex;
    justify-content: flex-end
}

.dtc-home .container {
    z-index: 1
}

.fullslider {
    width: 92% !important;
    position: relative;
    max-width: 100%
}

.swiper--contaier .swiperslide--slide.full.image>div:first-child {
    position: absolute
}

.platform-banner.tracking-banner {
    padding: 72px 0;
    text-align: left
}

.dtc-brands {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 1300px;
    z-index: -1
}

.announce-div {
    border-radius: 100px;
    border: 1px solid var(--Primary-200, #f6b5b5);
    background: hsla(0, 0%, 100%, .4);
    display: flex;
    padding: 12px 24px;
    align-items: center;
    gap: 12px;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 27px
}

.announce-div img {
    width: 28px
}

.tracking-card {
    border-radius: 12px;
    background: #fff;
    padding: 50px 60px
}

.tracking-card--image {
    width: 34%;
    margin-left: auto;
    margin-right: 3%
}

.tracking-card--content {
    gap: 40px;
    width: 50%;
    max-width: 680px
}

.tracking-card--content p {
    color: var(--text-2);
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: .07px
}

.tracking-card--content p.tracking-card-des {
    font-size: 16px
}

.tracking-card--content h5+p {
    line-height: 150%
}

.order-racking-process {
    gap: 46px
}

.order-racking-process--para {
    width: 723px;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px
}

.tracklist--item {
    width: calc(20% - (80px/4));
    position: relative
}

.tracklist--item h4 {
    margin-bottom: 6px
}

.tracklist--item--text {
    color: var(--medium, #222);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.tracklist--item:after {
    position: absolute;
    content: "";
    top: 30px;
    left: 16px;
    width: 100%;
    height: 1px;
    background-image: url(/images/lines.svg);
    z-index: -1
}

.tracklist--item:last-child:after {
    display: none
}

.half-width {
    width: 810px;
    max-width: 100%
}

.announce-div p {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

.dtc-home h1 {
    color: var(--text);
    font-size: 54px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: .27px;
    width: 100%;
    margin-bottom: 27px;
    max-width: 1000px
}

.bread-list {
    color: #222;
    font-weight: 400
}

.container.text-left {
    text-align: left
}

p.bread-list {
    color: var(--text-2);
    font-weight: 600
}

.shipdelight-in {
    margin-bottom: 42px
}

.dtc-home .ant-btn {
    width: 240px
}

.wind-left {
    width: 112px;
    bottom: 10px;
    left: 32%
}

.wind-left,
.wind-right {
    position: absolute;
    transform: translateX(-50%)
}

.wind-right {
    width: 112.339px;
    bottom: 20px;
    left: 68%
}

.testimonial--slide img.quotes--image {
    width: 48px;
    margin-bottom: 24px
}

.version .testimonial--content--upper>p {
    min-height: 252px
}

.version .testimonial--content--upper {
    height: 540px
}

.version .testimonial--content--details {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, .12);
    border-radius: 0
}

.version-testimonial .swiper-wrapper {
    padding-bottom: 100px
}

.version-testimonial .swiper-pagination-bullets {
    top: 80%
}

.testimonial-section.version-section {
    padding-bottom: 100px
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #e84747 !important
}

header.landing-page {
    background-color: transparent;
    position: absolute;
    z-index: 1;
    top: 30px;
    width: 100%;
    border: 0;
    box-shadow: none
}

header.landing-page button.ant-btn {
    margin-top: 0
}

.gradient-2.solution.dtc-home {
    padding-top: 160px
}

.desktop-hide {
    display: none
}

.platform-banner {
    padding: 116px 0 0;
    text-align: center
}

.gradient-2.solution,
.platform-banner {
    background: linear-gradient(115deg, #dad7ff 6.09%, #ffdbdb 96.91%)
}

.gradient-2.solution {
    overflow: hidden;
    padding: 100px 0
}

.platform-banner.u-logix {
    padding: 120px 0;
    margin-top: 16px
}

.u-logix--cta {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px
}

.u-logix--cta+.search-bar.book-demo {
    width: 492px
}

.u-logix--cta span {
    color: var(--primary)
}

.u-logix--footer-head {
    margin-bottom: 50px
}

.platform-banner .container {
    position: relative;
    z-index: 1;
    max-width: 80vw
}

.white-guide {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 100%
}

.platform-banner.u-logix {
    overflow: hidden
}

.u-logix .white-guide {
    top: 93%
}

.platform-banner h1 {
    margin: 21px auto 40px;
    max-width: 100%;
    width: 1064px
}

.u-logix--head {
    margin-top: 20px;
    font-size: 20px
}

.platform-banner.u-logix h1 {
    margin-top: 8px
}

.platform-banner .ant-btn {
    margin: 0 auto
}

img {
    max-width: 100%;
    height: auto
}

.platform-banner--image {
    margin: 80px 0 0;
    position: relative
}

.platform-banner--image img {
    margin: 0 auto -4px;
    max-width: 100%
}

.platform-banner--image img:last-child:not(:only-child) {
    display: none
}

.platform-banner--image:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 111px;
    content: "";
    opacity: .2;
    background: linear-gradient(0deg, #000, hsla(0, 0%, 85%, 0))
}

.product-brand {
    padding: 120px 0
}

.info-product {
    padding: 110px 0
}

.info-product--container {
    display: flex;
    gap: 10px
}

.info-product--detail {
    max-width: 592px;
    min-width: 592px;
    position: relative;
    z-index: 1
}

.info-product--detail .h6 {
    margin-bottom: 10px
}

.info-product--detail h2 {
    margin-bottom: 38px
}

.info-product--detail p {
    color: var(--text-2);
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 38px
}

.info-product--detail-list {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.info-product--detail-list--item {
    display: flex;
    gap: 10px
}

.info-product--detail-list--item svg {
    min-width: 15px;
    margin-top: 8px
}

.info-product--detail .info-product--detail-list--item p {
    font-style: normal;
    margin-bottom: 0
}

.info-product {
    position: relative;
    overflow: hidden
}

.info-product--image {
    position: relative;
    flex: auto
}

.info-product--image img {
    position: absolute;
    height: auto
}

.info-product--image img.plt-2 {
    max-width: 100%
}

.info-product--image img.platform {
    max-width: 100%;
    right: -2vw;
    z-index: 1;
    top: 60%;
    transform: translateY(-50%)
}

.info-product--image img.platform.new {
    right: calc(-6vw)
}

.info-product--container.small {
    justify-content: space-between
}

.info-product--container.small>div:last-child {
    max-width: 45%
}

.info-product--image img:not(.platform) {
    max-width: 1055px;
    left: -100px;
    top: -73px
}

.info-product--image img:not(.platform):last-child {
    left: -30px;
    top: -36px
}

.small-cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap
}

.small-card--item {
    width: calc((100%/3) - (60px/3));
    border-radius: 8px;
    background: #f6f6f3;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    padding: 30px 30px 0
}

.small-card--item.no-image {
    padding: 40px
}

.small-card--item:nth-child(2n) {
    background: #f7f3ea
}

.small-card--item:not(.no-image) p {
    color: rgba(43, 46, 50, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

.small-card--item.no-image p {
    color: #222
}

.small-card--item--img {
    position: relative;
    margin-left: -30px;
    width: calc(100% + 60px)
}

.your-terms h2.purpose-h2+p {
    max-width: 700px
}

.common--content-list {
    display: flex;
    flex-direction: column;
    gap: 66px
}

.common--content--item {
    display: flex;
    justify-content: space-between;
    gap: 70px;
    align-items: center
}

.common--content--item:nth-child(2n) {
    flex-direction: row-reverse
}

.common--content--item-details {
    width: 70%;
    min-width: 530px
}

.integration {
    padding: 110px 0;
    text-align: center
}

.integration .container {
    width: 1176px;
    max-width: 100%
}

.integration--title {
    gap: 16px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 32px;
    display: flex;
    align-items: center;
    padding: 7px 16.786px;
    border-radius: 6.714px;
    border: 1.679px solid var(--Other-stroke, #ebebe5);
    background: #fff;
    box-shadow: 0 1.679px 3.357px 0 rgba(0, 0, 0, .1), -3.357px 5.036px 6.714px 0 rgba(0, 0, 0, .09), -6.714px 11.75px 8.393px 0 rgba(0, 0, 0, .05), -13.429px 21.822px 10.072px 0 rgba(0, 0, 0, .01), -20.143px 33.572px 10.072px 0 transparent
}

.ulogix .integration--title {
    padding: 16px 45px
}

.ulogix .integration--title.second {
    max-width: 305px
}

.ulogix .integration--title.second p {
    color: var(--medium, #222);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.integration--title:not(.second) p {
    color: var(--text);
    font-size: 20.143px;
    font-weight: 600;
    line-height: 24px
}

.integration--cards {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content
}

.integration--cards--card {
    border-radius: 6px;
    border: 1px solid var(--Other-stroke, #ebebe5);
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .02), 0 3px 3px 0 rgba(0, 0, 0, .02), 0 6px 3px 0 rgba(0, 0, 0, .01), 0 10px 4px 0 transparent, 0 16px 4px 0 transparent;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    align-items: center;
    min-width: 150px
}

.integration--cards--card p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.integration--main-icon {
    margin-bottom: 93px;
    margin-right: 13px
}

.ulogix .integration--main-icon {
    margin-bottom: 40px;
    margin-right: 18px;
    margin-top: 80px
}

.ulogix .svg.center {
    top: 32px
}

.ulogix .svg {
    top: 25px;
    left: 112px
}

.ulogix .svg.reverse {
    transform: none;
    top: -25px;
    right: 44px
}

.integration--icons {
    display: flex;
    align-items: center;
    gap: 32px;
    height: 383px;
    position: absolute;
    left: 0;
    top: 9px
}

.integration--icons.reverse {
    flex-direction: row-reverse;
    left: unset;
    right: 0
}

.integration--icons--list {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.integration--icons--list:first-child {
    justify-content: space-between
}

.integration--icons--list:nth-child(2) {
    gap: 102px
}

.integration .position-relative {
    z-index: 1
}

.integration--icon {
    border-radius: 60px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1), 0 4px 4px 0 rgba(0, 0, 0, .09), 0 9px 6px 0 rgba(0, 0, 0, .05), 0 17px 7px 0 rgba(0, 0, 0, .01), 0 26px 7px 0 transparent;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.svg {
    position: absolute;
    left: 33px;
    top: 40px;
    z-index: -1
}

.svg.reverse {
    right: 33px;
    left: unset;
    transform: scaleX(-1)
}

.svg.center {
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    z-index: -1
}

.svg.center.bottom {
    top: 114px
}

.announce-person {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 264px;
    z-index: -1
}

.platform-footer {
    overflow: hidden
}

.platform-footer h2 {
    margin-bottom: 30px
}

.platform-footer p {
    color: var(--text);
    margin-bottom: 50px
}

.platform-footer .platform-banner--image {
    max-width: 97%;
    margin: 0 auto
}

.home a.ant-btn.shopify,
.platform-banner.platform-footer .search-bar.book-demo {
    margin-bottom: 60px
}

.simplified-worklist--item {
    border-radius: 4px;
    border: 1px dashed rgba(0, 0, 0, .2);
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .02), 0 5px 5px 0 rgba(0, 0, 0, .02), 0 11px 6px 0 rgba(0, 0, 0, .01), 0 19px 8px 0 transparent, 0 30px 8px 0 transparent;
    width: 527px;
    padding: 30px;
    display: flex;
    gap: 22px;
    align-items: center;
    opacity: 1;
    transition: all .3s;
    z-index: 1
}

.simplified-worklist--item.first:not(:first-child),
.simplified-worklist--item.last:not(:last-child),
.simplified-worklist--item.second:not(:nth-child(2)) {
    opacity: .2;
    transition: all .3s;
    z-index: -1
}

.simplified-worklist--number {
    min-width: 78px;
    height: 78px;
    padding: 10px;
    border-radius: 2px;
    background: #ffebeb;
    display: flex;
    align-items: center;
    justify-content: center
}

.simplified-worklist--item p {
    color: var(--text-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.simplified-worklist--item .simplified-worklist--number p {
    color: #f25454;
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px
}

.simplified-worklist--item p.simplified-worklist--title {
    color: var(--Header, #161d24);
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px
}

.simplified-worklist--item:nth-child(2) {
    margin: -20px auto 0
}

.simplified-worklist--item:last-child {
    margin: -20px 0 0 auto
}

.common-section--arrow {
    position: absolute;
    left: calc(50% - 386px);
    transform: translateX(-50%);
    top: 408px;
    background-color: #fff
}

.common-section--arrow.second {
    position: absolute;
    left: calc(50% - 37px);
    top: 557px
}

.common-section--arrow--bg {
    position: absolute;
    height: 100%;
    top: 0;
    left: 1px;
    background-color: #391a1a;
    mix-blend-mode: color-burn;
    width: 0
}

.inte--mobile {
    display: none
}

.common-section--arrow.add.first .common-section--arrow--bg {
    width: calc(100% - 2px)
}

.common-section--arrow.animation.first .common-section--arrow--bg {
    animation: identifier 3.5s ease-in
}

.common-section--arrow.second.add .common-section--arrow--bg {
    width: calc(100% - 2px)
}

.common-section--arrow.animation.second .common-section--arrow--bg {
    animation: identifier 3.5s ease-in
}

.common-section--arrow.second .common-section--arrow--bg {
    animation-delay: 0s
}

@keyframes identifier {
    0% {
        width: 0
    }
    to {
        width: calc(100% - 2px)
    }
}

.privacy h1 {
    text-align: center;
    max-width: 100%
}

.privacy h2 {
    margin-top: 50px
}

.privacy h2,
.privacy p {
    margin-bottom: 20px
}

.privacy a {
    color: var(--primary-light)
}

.privacy a:hover {
    color: var(--primary-dark)
}

.pricing-cards {
    display: flex;
    gap: 30px
}

.pricing-card {
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: 100%;
    width: calc((100%/3) - 20px);
    background: var(--section-bg-2);
    overflow: hidden;
    position: relative
}

.pricing-card button {
    width: 100%
}

.pricing-card:nth-child(2n) {
    background: var(--section-bg)
}

.pricing-card--intro {
    text-align: center
}

.pricing-card p {
    line-height: 150%;
    color: var(--text-2)
}

.pricing-card--name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px
}

.pricing-card--price {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 8px
}

.pricing-card--price small {
    font-size: 20px;
    font-weight: 600
}

.pricing-card--year {
    font-size: 14px;
    margin-bottom: 24px
}

.pricing-card--time {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%
}

.pricing-card--list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left
}

.pricing-card--list p {
    opacity: .8;
    font-size: 14px;
    font-weight: 500
}

.pricing-card--list--item {
    display: flex;
    align-items: center;
    gap: 8px
}

.pricing-card .popular {
    padding: 2px 12px;
    border-radius: 8px;
    background: linear-gradient(275deg, #877ef3 -23.34%, #ff6363 157.28%);
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: -8px;
    top: 10px
}

.pricing-card .popular p {
    color: var(--Primary-50, #f9f6fd);
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    font-family: Public-Sans, sans-serif
}

.pricing-tab {
    margin: 0 auto 50px;
    display: flex;
    justify-content: center
}

.pricing-tab .ant-segmented .ant-segmented-item-label {
    padding: 8px 24px;
    color: var(--High, #1a1a1a);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .25px
}

.pricing-tab .ant-segmented .ant-segmented-group {
    gap: 12px
}

.pricing-tab .ant-segmented {
    border-radius: 8px;
    padding: 4px
}

.pricing-tab .ant-segmented-thumb {
    background-color: var(--Primary-Primary, #e84747) !important;
    border-radius: 8px !important
}

.pricing-tab .ant-segmented .ant-segmented-item {
    border-radius: 8px;
    min-width: 142px
}

.pricing-tab .ant-segmented .ant-segmented-item.ant-segmented-item-selected {
    background-color: var(--Primary-Primary, #e84747)
}

.pricing-tab .ant-segmented .ant-segmented-item.ant-segmented-item-selected .ant-segmented-item-label {
    color: #fff;
    font-family: Public-Sans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .25px
}

.indutry-banner {
    position: absolute;
    right: calc(50vw - 600px);
    bottom: -37.338px;
    max-width: 500px;
    z-index: 1
}

.industry.about.common-section {
    overflow: hidden
}

.industry-guide {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: -1
}

.roles-card {
    display: flex;
    margin-top: 30px
}

.roles-card--item {
    display: flex;
    padding: 40px 60px;
    flex-direction: column;
    gap: 24px;
    border-right: 1px solid #e8ddc4;
    width: 31%
}

.roles-card--item:nth-child(2n) {
    width: 38%
}

.roles-card--item.simple {
    border-right: 0;
    padding: 0 40px;
    width: 31.5%
}

.roles-card--item:first-child {
    padding-left: 0
}

.roles-card--item:last-child {
    padding-right: 0;
    border-right: 0
}

.roles-card--item h3 {
    font-size: 24px;
    line-height: 145%;
    margin-bottom: 16px
}

.roles-card--item .value-txt {
    line-height: 150%;
    opacity: .8
}

.image-content-section {
    padding: 150px 0;
    background-color: var(--section-bg);
    overflow: hidden
}

.image-content-section h2 {
    margin-bottom: 16px
}

.image-content-section p {
    color: rgba(43, 46, 50, .8);
    margin-bottom: 40px
}

.image-content-section .container {
    display: flex
}

.image-content-section .container>div:first-child {
    width: 50%
}

.image-content-section .container>div:last-child {
    width: calc(50% - 50px)
}

.image-content-section--image {
    margin-top: -150px;
    margin-bottom: -150px
}

.image-content-section--image img {
    height: 100%;
    max-width: calc(50vw - 10px);
    object-fit: cover
}

.banner-cards--item {
    border-radius: 8px;
    background: #f6f6f3;
    padding: 30px;
    width: calc((100%/3) - 20px);
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 32px
}

.normal-section.contact {
    padding: 50px 0
}

.banner-cards--item p {
    color: var(--text-2);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.banner-cards--item p.banner-cards--title {
    color: var(--text-2);
    font-size: 22px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 8px
}

.banner-cards {
    display: flex;
    gap: 30px
}

.banner-cards a,
a.link-text-underline {
    color: var(--Primary-Primary, #e84747);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .25px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.banner-cards a:hover,
a.link-text-underline:hover {
    text-decoration: none
}

.contact-div {
    display: flex;
    padding: 50px;
    align-items: flex-start;
    gap: 60px;
    border: none
}

.contact-div.p-0 {
    padding: 0 !important;
    align-items: stretch
}

.contact-div>div {
    width: calc(50% - 30px)
}

.contact-div h2 {
    margin-bottom: 16px
}

.contact-div>div:first-child p {
    color: var(--text-2);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .14px
}

.contact-div p.contact-div--title {
    color: var(--tryclub-com-cod-gray, #0a0a0a);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px
}

.contact-div .ant-form-item .ant-input-affix-wrapper,
.contact-div .ant-form-item .ant-input-affix-wrapper:hover,
.contact-div .ant-form-item .ant-select .ant-select-selector,
.contact-div .ant-form-item .ant-select:hover .ant-select-selector,
.contact-div .ant-form-item textarea.ant-input,
.contact-div .ant-input-affix-wrapper.ant-input-outlined.ant-input-affix-wrapper-focused {
    border-radius: 8px;
    border: 1px solid #e0e0e0 !important;
    background: #f7f7f7 !important;
    background-color: #f7f7f7 !important;
    padding: 12px 20px;
    min-height: 43px
}

.contact-div .ant-form-item .ant-select {
    min-height: 50px;
    box-shadow: none
}

.contact-div .ant-form-item .ant-select.ant-select-focused .ant-select-selector {
    box-shadow: none !important
}

.contact-div .ant-form-item .ant-input-affix-wrapper-focused,
.contact-div .ant-form-item .ant-select.ant-select-focused .ant-select-selector,
.contact-div .ant-form-item textarea.ant-input:focus,
.contact-div .ant-input-affix-wrapper.ant-input-outlined.ant-input-affix-wrapper-focused {
    border: 1px solid var(--dark) !important;
    box-shadow: none
}

.contact-div .ant-form-item .ant-input-affix-wrapper input.ant-input {
    background-color: #f7f7f7 !important;
    color: var(--High, #1a1a1a);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .14px
}

.contact-div--head p {
    margin-bottom: 40px
}

.contact-div .ant-form-item .ant-input-affix-wrapper input.ant-input::placeholder,
textarea.ant-input::placeholder {
    color: #828282;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .14px
}

.contact-div button {
    width: 100%
}

.contact-div>div:last-child {
    border-radius: 8px;
    background: var(--www-tryme-co-nero, #fff)
}

.contact-div .ant-form-item {
    margin-bottom: 20px
}

.contact-div .ant-form-item:last-child {
    margin-bottom: 0
}

.contact-div .ant-select .ant-select-arrow {
    -webkit-margin-end: 20px;
    margin-inline-end: 20px
}

.contact-div .ant-select .ant-select-selection-placeholder,
.contact-div .ant-select .ant-select-selector .ant-select-selection-item {
    color: var(--text);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .14px
}

.maps-div {
    display: flex;
    align-items: stretch
}

.maps-div>div {
    width: 50%
}

.maps-div>div:first-child {
    padding: 123px 60px 123px 0
}

.maps-div>div:first-child h2 {
    margin-bottom: 20px
}

.maps-div-des {
    color: var(--text-2);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .14px;
    margin-bottom: 40px
}

.maps-div .social-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
}

.maps-div .social-list a {
    color: rgba(43, 46, 50, .8);
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: .18px;
    display: flex;
    align-items: flex-start;
    gap: 15px
}

.maps-div .social-list a svg {
    min-width: 28px;
    margin-top: 3px
}

.maps-div--map {
    padding: 0;
    height: 444px
}

.maps-div--map iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border-bottom: 1px solid #ebebe5
}

.career.common-section {
    padding: 0
}

.career.common-section .container {
    display: flex;
    gap: 163px;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
    align-items: center
}

.career--banner-img {
    width: 100%;
    position: relative
}

.career--banner-img img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.contact-div--map {
    gap: 24px
}

.contact-div--social-links {
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.contact-div--social-link {
    gap: 15px
}

.contact-div--social-link:not(.last) p {
    color: var(--text);
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .26px
}

.contact-div--social-link svg {
    min-width: 24px
}

.contact-div--social-link a {
    color: var(--Primary-600, #bd3a3a);
    font-size: 15px;
    font-weight: 500;
    line-height: 24px
}

.contact-div--map>div>p {
    color: var(--medium, #222);
    opacity: .8
}

.contact-div.no-flex {
    display: block;
    padding: 0
}

.contact-div.no-flex p {
    margin-bottom: 16px
}

.opening-collapse {
    padding-bottom: 30px;
    margin-bottom: 30px
}

.opening-collapse.ant-collapse {
    border: none;
    background-color: #fff;
    border-radius: 0
}

.quick-commerce-banner {
    gap: 73px;
    justify-content: space-between
}

.quick-commerce-banner>div:first-child {
    width: 54%
}

.quick-commerce-banner>div:last-child {
    width: 35%
}

.quick-commerce-banner>div:last-child button.ant-btn.btn-main {
    width: 100%
}

.opening-collapse.ant-collapse>.ant-collapse-item {
    border: none;
    border-bottom: 1px solid rgba(43, 46, 50, .2);
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-color: #fff;
    border-radius: 0 !important
}

.opening-collapse.ant-collapse>.ant-collapse-item:last-child {
    margin-bottom: 0
}

.opening-collapse.ant-collapse .ant-collapse-item>.ant-collapse-header {
    background-color: #fff;
    border-bottom: none !important;
    padding: 0
}

.opening-collapse--head {
    display: flex;
    justify-content: space-between
}

.opening-collapse.ant-collapse .ant-collapse-content {
    border-top: none
}

.opening-collapse.ant-collapse .ant-collapse-content>.ant-collapse-content-box {
    padding: 0
}

.opening-collapse--body {
    padding-top: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column
}

.opening-collapse--body p {
    color: rgba(43, 46, 50, .8);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px
}

.opening-collapse--body p:first-child {
    color: #2b2e32;
    font-weight: 500;
    white-space: nowrap
}

.opening-collapse--head p {
    color: #2b2e32;
    font-size: 18px;
    line-height: normal
}

.opening-collapse--head a:last-child,
.opening-collapse--head p {
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.opening-collapse--head a:last-child {
    color: var(--Primary-Primary, #e84747);
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .25px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    white-space: nowrap
}

.shipdelight-in {
    width: 200px
}

.banner-img--d2c {
    max-width: 50%;
    position: absolute;
    right: 0;
    bottom: 0
}

.marquee {
    --gap: 1rem;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.marquee,
.marquee__content {
    display: flex;
    gap: 20px;
    width: 100%
}

.marquee__content {
    animation: scroll 10s linear infinite;
    flex-shrink: 0;
    flex-wrap: nowrap;
    padding: 0 0 50px
}

.marquee.big .marquee__content {
    width: 120%
}

.marquee__content .brands-list--item {
    box-shadow: 0 72px 20px 0 transparent, 0 46px 18px 0 rgba(0, 0, 0, .01), 0 20px 16px 0 rgba(0, 0, 0, .05), 0 12px 12px 0 rgba(0, 0, 0, .09);
    filter: none
}

.opening-container {
    display: flex;
    gap: 80px
}

.opening-container--tabs {
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: 300px
}

.opening-container--tabs p {
    color: var(--text);
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.opening-container--tabs p.active {
    font-weight: 600
}

.benefits-list {
    gap: 80px;
    display: flex;
    flex-wrap: wrap
}

.benefits-list--item {
    padding: 40px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    display: flex;
    width: calc((100%/3) - (160px/3))
}

.benefits-list--item-img {
    min-height: 60px;
    align-items: center;
    display: flex
}

.benefits-list---text {
    color: rgba(43, 46, 50, .8)
}

.opening-list {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.opening-list--header {
    padding: 8px 0 20px;
    border-bottom: 1px solid rgba(43, 46, 50, .2);
    margin-bottom: 10px
}

.opening-list--header h3 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0
}

.opening-list--item {
    padding: 20px 0;
    width: calc((100%/3) - (80px/3))
}

.opening-list--item>div {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px
}

.opening-list--item p {
    color: var(--text-2);
    font-size: 14px;
    font-weight: 400;
    line-height: normal
}

.opening-list--item p.opening-list--title {
    font-size: 18px;
    font-weight: 600
}

.opening-list--item p.opening-list--location {
    color: rgba(43, 46, 50, .8);
    font-size: 16.25px
}

.opening-list--card .banner-cards {
    gap: 40px;
    width: 100%
}

.benefit-image {
    width: 80%
}

.search-bar {
    width: 100%;
    width: 690px;
    margin: 50px auto 0
}

.search-bar.email {
    width: 470px
}

.search-bar .ant-space-compact {
    height: 50px
}

.search-bar .ant-input-affix-wrapper.ant-input-outlined,
.search-bar button {
    border-radius: 8px
}

.search-bar button {
    padding-left: 41px;
    padding-right: 41px
}

.search-bar.email button {
    padding-left: 24px;
    padding-right: 24px
}

.search-bar .ant-input-affix-wrapper.ant-input-outlined,
.search-bar .ant-input-affix-wrapper.ant-input-outlined.ant-input-affix-wrapper-focused,
.search-bar .ant-input-affix-wrapper.ant-input-outlined:hover {
    border: 1px solid #e0e0e0;
    background-color: #fff !important;
    gap: 10px
}

.search-bar .ant-input-outlined,
.search-bar .ant-input-outlined:focus,
.search-bar .ant-input-outlined:hover {
    border: 1px solid #e0e0e0;
    background-color: #fff !important;
    gap: 10px;
    padding: 10px 10px 10px 12px;
    color: var(--text);
    font-weight: 500;
    height: 44px
}

.search-bar .ant-form-item {
    width: 100%
}

.platform-banner .search-bar.book-demo {
    margin: 0 auto
}

.platform-banner .search-bar.book-demo.track-order {
    width: 100%
}

.search-bar.book-demo .ant-space-compact {
    height: 44px
}

.search-bar.book-demo .ant-space-compact .ant-btn {
    padding-left: 24px;
    padding-right: 24px
}

.search-bar .ant-input-outlined::placeholder {
    color: rgba(43, 46, 50, .402);
    font-size: 14px;
    font-weight: 500
}

.search-bar.book-demo {
    width: 380px;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0
}

.search-bar .ant-input-affix-wrapper.ant-input-outlined input {
    background: #fff !important;
    color: var(--text);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .14px
}

.search-bar .ant-input-affix-wrapper.ant-input-outlined input::placeholder {
    color: #828282;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .14px
}

.search-bar .ant-space-compact>* {
    height: 100% !important
}

.blog-cards {
    display: flex;
    gap: 60px;
    flex-wrap: wrap
}

.blog-cards.bodered {
    gap: 30px
}

.blog-cards.bodered .blog-card {
    width: calc((100%/3) - 20px);
    border-radius: 12px;
    border: 1px solid var(--Other-stroke, #ebebe5);
    overflow: hidden;
    gap: 0
}

.blog-cards.bodered .blog-card.news {
    background-color: #fff
}

.blog-card--category {
    color: var(--text);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .14px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    background: #f7f7f7;
    padding: 3px 9px;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 12px
}

.blog-card {
    width: calc((100%/3) - 40px);
    display: flex;
    gap: 24px;
    flex-direction: column
}

.blog-card.two {
    width: calc(50% - 30px)
}

.blog-cards.bodered .blog-card.two {
    width: calc(50% - 15px)
}

.blog-card-text {
    color: rgba(43, 46, 50, .8);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px
}

.blog-cards.bodered .blog-card--title {
    color: #2b2e32;
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 25px
}

.blog-cards.bodered .blog-card--title.mb-0 {
    font-size: 20px;
    line-height: 28px
}

.blog-cards.bodered .time {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: auto
}

.blog-cards.bodered .time>div {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: .9
}

.blog-cards.bodered .time p {
    color: rgba(43, 46, 50, .8);
    font-size: 14px;
    font-weight: 400;
    line-height: normal
}

.blog-cards.bodered .time.first {
    display: flex;
    justify-content: flex-start;
    gap: 30px
}

.blog-cards.bodered .time.first p {
    margin-bottom: 12px;
    color: var(--text)
}

.blog-cards.bodered .time.first p:not(:last-child) {
    position: relative
}

.blog-cards.bodered .time.first p:not(:last-child):after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ebebe5;
    top: 7px;
    right: -17px
}

.blog-card--title {
    color: var(--text);
    font-size: 26px;
    font-weight: 600
}

.blog-card--image {
    height: 268px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden
}

.blog-cards.bodered .blog-card--image {
    border-radius: 0;
    height: 220px
}

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

.blog-card--inner {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.container.blog {
    width: 786px
}

.container.blog .blog--title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid #2b2e3228;
    padding-bottom: 60px;
    margin-bottom: 60px
}

.container.blog .blog--title .bread-crumb {
    display: flex;
    align-items: center;
    gap: 10px
}

.container.blog .blog--title .bread-crumb a,
.container.blog .blog--title .bread-crumb a:hover,
.container.blog .blog--title .bread-crumb p {
    color: #2b2e32;
    font-size: 16px;
    font-weight: 400;
    line-height: normal
}

.container.blog .blog--title .bread-crumb .a,
.container.blog .blog--title .bread-crumb a {
    color: rgba(43, 46, 50, .6)
}

.container.blog .blog--title .title-desc {
    max-width: 100%;
    opacity: .8
}

.blog h3 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 50px 0
}

.blog h3+img {
    margin-bottom: 28px
}

.blog-image {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 50px
}

.blog-details {
    gap: 90px;
    border-bottom: 1px solid #2b2e3228;
    padding-bottom: 80px;
    margin-bottom: 80px
}

.blog-details,
.blog-details-inner {
    display: flex;
    flex-direction: column;
    align-items: center
}

.blog-details-inner {
    gap: 50px
}

.blog-details-inner>div {
    width: 100%
}

.blog-details-inner h4 {
    line-height: 150%;
    margin-bottom: 20px
}

.blog-details-inner p {
    color: var(--medium, #222);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    opacity: .8
}

.blog-details-inner p:has(img) {
    opacity: 1
}

.blog-details-inner p:not(:last-child) {
    margin-bottom: 25px
}

.blog-details--qoute {
    border-radius: 4px;
    background: linear-gradient(0deg, #f7f3ea, #f7f3ea);
    display: flex;
    padding: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px
}

.blog-details-inner .blog-details--qoute p {
    color: var(--text);
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
    opacity: .8
}

.blog h3 span {
    color: var(--Primary-Primary, #e84747)
}

.blog .blog-details+h3 {
    font-weight: 600;
    text-transform: none;
    margin-bottom: 30px
}

.blog-tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center
}

.blog-tabs h2 {
    margin-bottom: 0
}

.blog-tabs .search-bar {
    margin-top: 0;
    margin-right: 0
}

.blog-tabs--list {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-bottom: 30px
}

.blog-tabs--list button {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background: #f7f7f7;
    color: var(--text);
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .14px;
    padding: 10px 14px;
    cursor: pointer;
    min-width: 90px;
    transition: all .3s;
    height: 44px
}

.section-yellow .blog-tabs--list button {
    background-color: #fff
}

.blog-tabs--list button:hover {
    background: #e8e8e8;
    background-color: #f7f7f7
}

.blog-tabs--list button.active {
    border-color: #e04545;
    color: var(--Primary-Primary, #e84747);
    font-weight: 600
}

.blogs-main-container {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.blogs-main-container button.ant-btn-link {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.blogs-main-container.large {
    gap: 50px
}

.event-content--list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.event-content--list h2 {
    margin-bottom: 0
}

.event-content {
    display: flex;
    gap: 30px
}

.event-content>div {
    width: calc(50% - 15px)
}

.event-content>div .reports-image {
    padding: 57px 58px 54px 122px
}

.events-list,
.events-list--item,
.events-list--item--details,
.events-list--item--details--item {
    display: flex;
    gap: 8px;
    align-items: center
}

.events-list {
    gap: 50px;
    flex-direction: column;
    align-items: flex-start
}

.events-list--item,
.events-list.small {
    gap: 30px
}

.events-list--item.small {
    gap: 20px
}

.events-list--item--details {
    gap: 24px;
    margin-bottom: 12px
}

.events-list--item--img {
    width: 279.02px;
    height: 209px;
    border-radius: 12px;
    object-fit: cover;
    overflow: hidden
}

.events-list--item--img.small {
    min-width: 191px;
    height: 143px
}

.events-list--item--content {
    max-width: 600px
}

.small .events-list--item--content {
    max-width: 100%
}

.events-list--item--content p {
    color: var(--text-2);
    font-size: 14px;
    line-height: normal;
    margin-bottom: 10px
}

.events-list--item--content p.events-list--item--title {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 12px
}

.small .events-list--item--content p.events-list--item--title {
    font-size: 18px
}

.small .events-list--item--content a.link-text-underline {
    font-size: 14px
}

.events-list--item--content .events-list--item--details--item p {
    font-size: 16px;
    margin-bottom: 0
}

.events-list--item--content p.events-list--item--des {
    font-size: 18px;
    opacity: .8;
    margin-bottom: 16px;
    line-height: 28px
}

.events-list--item--content a.link-text-underline {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: .25px
}

.mb-0 {
    margin-bottom: 0 !important
}

.news-container {
    display: flex;
    gap: 30px
}

.news-container .news-main {
    min-width: 656px;
    height: 490px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(/images/events-image-bg.webp)
}

.news-main--content {
    padding: 30px;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between
}

.news-main--content>a {
    min-width: -moz-fit-content;
    min-width: fit-content
}

.news-main--content p:first-child {
    color: hsla(0, 0%, 100%, .8);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 6px
}

.news-main--content p:last-child {
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.reports-select {
    display: flex;
    gap: 10px
}

.reports-select .ant-select {
    height: 44px !important;
    width: 80px !important
}

.reports-select .ant-select .ant-select-selector {
    padding: 10px 14px !important
}

.reports-section {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.reports-section img {
    width: 413px
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
    background-color: rgba(0, 0, 0, .7) !important;
    z-index: 9999
}

.ReactModal__Content {
    border-radius: 12px !important;
    background: #f6f6f3 !important;
    padding: 50px !important;
    max-width: 90vw !important
}

.ReactModal__Content p {
    font-size: 14px;
    line-height: 24px
}

.ReactModal__Content .contact-div {
    padding: 0;
    max-width: 1066px
}

.ReactModal__Body--open header {
    display: none
}

.close-modal svg path {
    fill: #2b2e32
}

.close-modal {
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px
}

.contact-div>div.fly-contact {
    position: absolute;
    left: 50px;
    bottom: 0;
    width: 285px
}

.banner-info-section.full.center .search-bar.book-demo {
    margin: 0 auto
}

.solution-footer-img {
    overflow: hidden
}

.solution-footer-img img {
    margin-bottom: -4px
}

.solution.gradient-section {
    padding: 40px 0
}

.solution.gradient-section.common-section {
    padding: 92px 0
}

.sticky-conainer .container.side {
    gap: 66px
}

.sticky-conainer .container.side .banner-info-section {
    width: 45%;
    padding: 82px 0
}

.sticky-conainer .container.side .feature-img {
    width: 55%
}

.benefit-logo {
    padding: 50px 0 50px 50px;
    position: relative;
    max-width: 370px;
    min-width: 370px;
    width: 100%
}

.benefit-img {
    position: absolute;
    height: 389px;
    width: 389px;
    left: -16px;
    bottom: -53px
}

.benefit-icon {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.benefit-info {
    gap: 30px;
    position: relative;
    padding: 50px
}

.benefit-info,
.benefit-info-item {
    display: flex;
    flex-direction: column
}

.benefit-logo:before {
    content: "";
    background-color: #f6f6f3;
    position: absolute;
    right: -73px;
    top: 1px;
    width: 80px;
    height: calc(100% - 330px);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.benefit-logo:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    right: -21px;
    bottom: 309px;
    box-shadow: -10px -10px 0 var(--section-bg-2)
}

.benefit-info.section-grey,
.benefit-logo.section-grey {
    border: none
}

.benefit-info.section-grey:before {
    content: "";
    background-color: #f6f6f3;
    position: absolute;
    left: -73px;
    bottom: 1px;
    width: 80px;
    height: 313px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.benefit-info.section-grey:after {
    content: "";
    position: absolute;
    width: 21px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    left: -21px;
    bottom: 314px;
    box-shadow: 10px 10px 0 var(--section-bg-2)
}

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

.industry-item {
    padding: 40px;
    gap: 24px;
    max-width: 370px;
    width: 100%;
    margin-top: 30px
}

.ind-info,
.industry-item {
    display: flex;
    flex-direction: column
}

.ind-info {
    gap: 16px
}

.ind-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 31px;
    color: #2b2e32
}

.ind-title,
.ind-txt {
    letter-spacing: 0;
    text-align: left
}

.ind-txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #2b2e32cc
}

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

.all-center button {
    margin-top: 50px
}

.solution.common-section.b-0 {
    padding-bottom: 0 !important
}

.about {
    position: relative
}

.about-banner {
    position: absolute;
    max-width: 444px;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0
}

.about-us {
    width: 100%;
    height: 100%;
    object-fit: fill
}

.card-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px
}

.card-item {
    padding: 30px;
    width: calc((100%/3) - 20px);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between
}

.card-grey {
    background-color: var(--section-bg-2)
}

.card-yellow {
    background-color: var(--section-bg)
}

.value-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #2b2e32;
    margin-bottom: 8px
}

.value-title,
.value-txt {
    letter-spacing: 0;
    text-align: left
}

.value-txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #222
}

.about .brands-list {
    margin-top: 30px;
    margin-bottom: 0
}

.about.common-section {
    padding: 120px 0
}

section.bg-section:first-of-type .title-desc {
    opacity: .8
}

.bg-section.about-main {
    background-image: url(/images/ship-delight-about.webp)
}

.about .brands-list:after,
.about .brands-list:before {
    display: none
}

.team-memeber-container {
    margin-top: 30px
}

.team-item {
    max-width: 277px;
    width: 100%;
    border-radius: 8px;
    padding: 16px;
    background-color: #f6f6f3;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.img-container {
    max-width: 245px;
    width: 100%;
    height: 245px;
    border: 6px;
    overflow: hidden
}

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

.member-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #2b2e32;
    margin-bottom: 6px
}

.member-name,
.member-title {
    letter-spacing: 0;
    text-align: left;
    text-transform: capitalize
}

.member-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #222
}

.team-memeber-container.testimonials .swiper:after,
.team-memeber-container.testimonials .swiper:before {
    display: none
}

.team-memeber-container .swiper-wrapper {
    height: 445px
}

.team-memeber-container.testimonials .swiper-button-prev {
    left: 83.5%
}

.about .title-desc~button {
    margin-top: 40px
}

.gallery-item {
    max-width: 530px;
    width: 100%;
    border-radius: 8px;
    overflow: hidden
}

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

.over-section {
    padding-bottom: 200px
}

.left-brands {
    display: flex;
    gap: 65px;
    flex-direction: column;
    left: -18px;
    top: -5px;
    position: absolute
}

.left-brand {
    display: flex;
    width: 214px;
    padding: 0 16px;
    flex-direction: column;
    gap: 10px;
    border-radius: 8px;
    box-shadow: 0 72px 20px 0 transparent, 0 46px 18px 0 rgba(0, 0, 0, .01), 0 26px 16px 0 rgba(0, 0, 0, .05), 0 12px 12px 0 rgba(0, 0, 0, .09), 0 3px 6px 0 rgba(0, 0, 0, .1)
}

.left-brand,
.white-cirle {
    height: 60px;
    justify-content: center;
    align-items: center;
    background: #fff
}

.white-cirle {
    border-radius: 50%;
    box-shadow: 0 26px 7px 0 transparent, 0 17px 7px 0 rgba(0, 0, 0, .01), 0 9px 6px 0 rgba(0, 0, 0, .05), 0 4px 4px 0 rgba(0, 0, 0, .09), 0 1px 2px 0 rgba(0, 0, 0, .1);
    display: inline-flex;
    padding: 5px;
    width: 60px;
    position: absolute
}

.white-cirle:first-child {
    right: 272px;
    top: 13px
}

.white-cirle:nth-child(2) {
    right: 272px;
    top: 228px
}

.white-cirle:nth-child(3) {
    right: 50px;
    top: -54px
}

.white-cirle:nth-child(4) {
    right: 40px;
    top: 81px
}

.white-cirle:nth-child(5) {
    right: 20px;
    top: 169px
}

.white-cirle:nth-child(6) {
    right: 20px;
    top: 283px
}

.white-cirle:last-child {
    right: 315px;
    top: 121px
}

.white-cirle:last-child svg {
    margin-top: -5px
}

.white-cirle p {
    color: var(--medium, #222);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.white-cirle.small p {
    font-size: 12px;
    line-height: 15px
}

.white-cirle.big {
    width: 90px;
    height: 90px
}

.integrate-mobile {
    display: none
}

.contentDiv {
    width: 300px;
    height: 1000px;
    background-color: red
}

button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    height: 0;
    width: 0;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0;
    z-index: 99;
    transition: all .3s ease-in-out
}

button.back-to-top,
button.back-to-top:active,
button.back-to-top:focus,
button.back-to-top:hover {
    outline: 0 !important
}

button.back-to-top:after,
button.back-to-top:before {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: 10px solid var(--primary);
    border-left: 10px solid transparent;
    line-height: 0;
    border-right: 10px solid transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 20px;
    visibility: hidden
}

button.back-to-top.show:after,
button.back-to-top.show:before {
    visibility: visible
}

button.back-to-top:after {
    border-bottom-color: #fff;
    position: relative;
    top: -24px
}

button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .25)
}

button.back-to-top.show:active {
    box-shadow: 0 4px 8px 2px rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 4px 8px 2px rgba(0, 0, 0, .25)
}

.info-product--info {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center
}

.info-product--info .info-product--detail-list {
    max-width: 569px;
    gap: 40px
}

.info-product--info .info-product--detail-list h4 {
    color: #2b2e32;
    font-size: 24px;
    line-height: 145%;
    margin-bottom: 0
}

.info-product--info>div:last-child {
    max-width: 50%
}

.bg-section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/images/industry-bg-1.webp);
    position: relative;
    z-index: 1
}

.bg-section.bg-section-2 {
    background-image: url(/images/industry-bg-2.webp)
}

.bg-section.bg-section-3 {
    background-image: url(/images/industry-bg-3.webp)
}

.bg-section.bg-section-4 {
    background-image: url(/images/industry-bg-4.webp)
}

.bg-section.bg-section-5 {
    background-image: url(/images/industry-bg-5.webp)
}

.bg-section.bg-section-6 {
    background-image: url(/images/industry-bg-6.webp)
}

.bg-section h2,
.bg-section p {
    color: #fff
}

.pricing-btns {
    display: flex;
    gap: 13px;
    flex-wrap: wrap
}

.pricing-btns button {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background: #f7f7f7;
    padding: 12px 16px;
    outline: none;
    cursor: pointer;
    color: var(--text);
    font-size: 15px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: .15px;
    white-space: nowrap
}

.pricing-btns button.active {
    border-radius: 8px;
    border: 1px solid var(--Primary-400, #ed6c6c);
    background: #fef6f6
}

.contact-div.full {
    width: 100%;
    display: block;
    padding: 0
}

.contact-div.full button {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 106px
}

.vlause-carrer--text {
    margin-bottom: 50px;
    margin-top: -40px
}

.journey-part {
    gap: 50px
}

.journey-part>div:first-child {
    min-width: 50%
}

.journey-part h2 {
    margin-bottom: 20px
}

.journey-part p {
    margin-bottom: 40px
}

.ambition {
    gap: 40px
}

.ambition>div:last-child {
    min-width: 48%;
    width: 48%
}

.ambition>div:last-child p:first-child {
    margin-bottom: 30px
}

.ambition--image {
    width: 361px;
    margin-bottom: -125px
}

.overflow-hidden {
    overflow: hidden
}

.award {
    gap: 50px;
    justify-content: space-between
}

.award>div:first-child {
    width: 50%
}

.award>div img {
    min-width: 380px;
    width: 25vw;
    margin-top: -100px;
    margin-bottom: -50px
}

.stats-two {
    gap: 50px
}

.stats-two>div:first-child {
    width: 50%
}

.stats-two .stat-card-container {
    gap: 60px 20px;
    margin-top: 40px
}

.stats-two .stat-card-item {
    width: calc((100%/2) - 10px)
}

.stats-two .stat-card-item p:first-of-type {
    color: #e84747
}

.purpose>div:first-child {
    width: 50%;
    min-width: 50%;
    padding-right: 50px
}

.purpose>div:last-child {
    margin-right: calc(-5vw - 5px)
}

.purpose>div:last-child img {
    margin-top: -100px;
    margin-bottom: -103px
}

.ant-form-item .ant-select-multiple .ant-select-selection-placeholder {
    inset-inline-start: 20px
}

header.d-none {
    display: none
}

.what-get {
    position: absolute;
    right: 30px;
    top: -18px
}

.solutions-cta>div:first-child {
    width: 100%;
    max-width: 700px
}

.error-message .ant-message-notice-content {
    background-color: red !important
}

.error-message .ant-message-notice-content .ant-message-custom-content.ant-message-error span {
    color: #fff
}

.error-message .ant-message-notice-content .ant-message-custom-content.ant-message-error span svg path {
    fill: #fff
}

.font-700 {
    font-weight: 700
}

.about-simple {
    gap: 40px;
    justify-content: space-between
}

.about-simple h2 {
    margin-bottom: 16px
}

.about-simple>div:first-child {
    width: 58%
}

.about-simple>div:last-child {
    padding-top: 70px
}

.about-design {
    padding: 16px 60px;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1
}

.about-design:after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: skewX(-15deg)
}

.about-design:last-child {
    margin-left: 100px
}

.about-design:last-child:after {
    background-color: #e04545
}

.about-design p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    white-space: nowrap
}

.about-design:last-child p {
    color: #fff
}

.quick-commerce-row {
    gap: 34px;
    position: relative
}

.quick-commerce-row>div {
    width: 50%
}

.quick-commerce-row>div:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    height: -moz-fit-content;
    height: fit-content
}

.ant-form-item.mb-0 {
    margin-bottom: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.quick-commerce-card {
    border-radius: 10px;
    border: 1px solid #e7eaf0;
    background: #f7f3ea;
    padding: 40px;
    opacity: 1
}

.quick-commerce-card.hide {
    opacity: 0;
    height: 0;
    pointer-events: none;
    visibility: none;
    padding: 0
}

.quick-commerce-card--items {
    gap: 20px
}

.quick-commerce-card--items img {
    margin-top: 10px
}

.full .quick-commerce-card--items img {
    margin-top: 0
}

.quick-commerce-card--items p {
    color: var(--text)
}

.quick-commerce-card--items svg {
    margin-top: 3px
}

.quick-commerce-card--items p strong {
    font-weight: 600
}

.quick-commerce-cards {
    gap: 110px
}

.quick-commerce-card--inner {
    width: 48%
}

.quick-commerce-card--inner+img {
    width: 42%
}

.your-terms--tabs {
    gap: 24px;
    margin-bottom: 30px
}

.your-terms--tab {
    width: calc(25% - (72px/4));
    padding: 22px 0;
    position: relative;
    cursor: pointer
}

.your-terms--tab p {
    font-weight: 500;
    color: #2b2e32
}

.your-terms--tab:before {
    width: 100%;
    background-color: #dedede
}

.your-terms--tab:after,
.your-terms--tab:before {
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0;
    left: 0
}

.your-terms--tab:after {
    width: 0;
    background-color: #d32d2f
}

.your-terms--tab.active:not(.activated):after {
    width: 100%;
    animation: activeScroll 8s ease-out
}

.your-terms--tab.activated:after {
    width: 100%
}

@keyframes activeScroll {
    0% {
        width: 0
    }
    to {
        width: calc(100%)
    }
}

.other-landing {
    margin-top: -11px
}

.other-landing h1 {
    margin-bottom: 20px
}

.other-landing .shopify {
    margin-top: 40px
}

@media screen and (min-width:1600px) {
    .info-product--image img.platform {
        max-width: 100%
    }
    .purpose>div:last-child {
        margin-right: calc(800px - 50vw)
    }
}

@media screen and (min-width:1024px) {
    .benefits-list.small {
        gap: 30px
    }
    .benefits-list.small .benefits-list--item {
        width: calc((100%/3) - (60px/3))
    }
}

@media screen and (max-width:1300px) {
    .brands-list--item {
        flex: none
    }
    .brands-list.normal {
        justify-content: flex-start
    }
    .marquee.big .marquee__content {
        width: -moz-fit-content;
        width: fit-content
    }
}

@media screen and (max-width:1200px) {
    .opening-container {
        gap: 30px
    }
    .sticky-div {
        width: 265.363px;
        top: -65px
    }
    .sticky-div--inner {
        padding: 20px 16px
    }
    .sticky-conainer:after {
        top: -27.5px;
        left: 263px
    }
    .sticky-conainer:before {
        top: -85px
    }
    .section-grey .sticky-div:after,
    .section-yellow .sticky-div:after {
        width: 21px;
        height: 22px;
        right: -12px;
        bottom: 5px
    }
    .info-product--detail {
        max-width: 45%;
        min-width: 45%
    }
    .info-product--image img.platform {
        max-width: 100%
    }
    .common-section--arrow {
        display: none
    }
    .simplified-worklist--item {
        margin: 10px auto !important;
        opacity: 1 !important
    }
    .section-yellow .blog-tabs--list button {
        text-wrap: nowrap;
        width: -moz-fit-content;
        width: fit-content;
        min-width: max-content
    }
    .brands-list:after,
    .brands-list:before {
        display: none
    }
    .solution .container.side {
        gap: 50px
    }
}

@media screen and (max-width:1100px) {
    .white-cirle:last-child {
        right: 265px
    }
    .marquee__content {
        width: 130%
    }
}

.swiper--contaier .swiperslide--slide.full.image {
    margin-top: -30px
}

@media screen and (max-width:1023px) {
    .question-icon {
        margin-right: 0
    }
    .other-landing .shopify {
        margin: 20px auto 0
    }
    .other-landing {
        margin-top: -17px
    }
    .desktop-hide {
        display: block
    }
    .mobile-hide {
        display: none
    }
    .swiper--contaier .swiperslide--slide.full.image>div:first-child {
        position: unset;
        width: 100% !important
    }
    .swiper--contaier .swiperslide--slide.full.image {
        flex-direction: column
    }
    header.landing-page {
        top: 0;
        position: fixed;
        z-index: 99999;
        background-color: #fff;
        box-shadow: inset 0 0 8px 1px hsla(0, 0%, 100%, .2);
        border: 1px solid var(--Other-stroke, #ebebe5);
        height: 86px
    }
    header.landing-page .header--container {
        padding: 26px 16px
    }
    .stat-card-container.card-container--cards .stat-card-item.card {
        width: calc(50% - 10px)
    }
    .dtc-brands {
        display: none
    }
    .dtc-home h1 {
        font-size: 44px
    }
    .contact-div>div {
        width: 100%
    }
    .wind-right {
        left: 73%
    }
    .wind-left {
        left: 26%
    }
    .marquee__content {
        width: -moz-fit-content;
        width: fit-content
    }
    .d2c-stats--section:after {
        display: none
    }
    .d2c-insider {
        width: 100%
    }
    .version .testimonial--content--upper>p {
        min-height: 200px
    }
    .version .testimonial--content--upper {
        height: 476px
    }
    .version-testimonial .swiper-wrapper {
        padding-bottom: 0
    }
    .contact-div {
        flex-direction: column;
        gap: 40px
    }
    .u-logix--head {
        margin-top: 10px
    }
    .platform-banner.u-logix {
        padding: 80px 0
    }
    .home .banner-info-section {
        max-width: 100%
    }
    .features-btn {
        margin-top: 30px
    }
    .vlause-carrer--text {
        margin-top: -25px;
        margin-bottom: 30px
    }
    .home a.ant-btn.shopify {
        margin-bottom: 40px
    }
    .ulogix .integration--main-icon {
        margin-bottom: 160px;
        margin-right: 18px;
        margin-top: 170px
    }
    .ulogix .svg {
        top: -94px;
        left: 109px
    }
    .ulogix .svg.reverse {
        transform: none;
        top: -145px;
        right: -253px
    }
    .left-brands {
        display: flex;
        gap: 65px;
        flex-direction: column;
        left: 0;
        top: -123px;
        position: absolute
    }
    .white-cirle:first-child {
        right: 232px;
        top: -113px
    }
    .white-cirle:nth-child(2) {
        right: 232px;
        top: 110px
    }
    .white-cirle:nth-child(3) {
        right: 0;
        top: -174px
    }
    .white-cirle:nth-child(4) {
        right: 0;
        top: -40px
    }
    .white-cirle:nth-child(5) {
        right: 0;
        top: 50px
    }
    .white-cirle:nth-child(6) {
        right: -10px;
        top: 163px
    }
    .white-cirle:last-child {
        right: 270px;
        top: 4px
    }
    .white-cirle:last-child svg {
        margin-top: -5px
    }
    .home h1 {
        font-size: 30px;
        line-height: 1.4
    }
    .integration .container {
        max-width: 100%
    }
    .info-product--image img.platform {
        transform: none
    }
    .platform-banner .container {
        max-width: 100%
    }
    .common--content--item-details {
        width: 100%
    }
    .platform-footer h2 {
        margin-bottom: 20px
    }
    .product-brand {
        padding: 80px 0
    }
    .sticky-conainer .container.side,
    .sticky-conainer.solution .container.side {
        gap: 0
    }
    .sticky-conainer {
        padding-bottom: 30px
    }
    .sticky-conainer .container.side .banner-info-section,
    .sticky-conainer .container.side .feature-img {
        width: 100%;
        padding: 0
    }
    .solution.gradient-section {
        padding-top: 60px
    }
    .solution.gradient-section .container.side {
        gap: 10px
    }
    .gradient-section .container.side {
        padding: 0 24px
    }
    .about .brands-list,
    .brands-list.normal {
        flex-wrap: wrap;
        justify-content: flex-start
    }
    h1 {
        font-size: 48px
    }
    h1.small {
        font-size: 40px;
        line-height: 1.3
    }
    h2 {
        font-size: 34px;
        line-height: 48px;
        margin-bottom: 30px
    }
    h3 {
        font-size: 24px;
        margin-bottom: 12px
    }
    p {
        font-size: 16px;
        line-height: 1.4
    }
    .info-product--detail h2 {
        margin-bottom: 20px
    }
    .common-section,
    section {
        padding: 70px 0
    }
    .normal-section {
        padding: 60px 0
    }
    .title-desc {
        font-size: 18px;
        line-height: 1.4
    }
    .platform-banner {
        padding-top: 80px
    }
    .platform-banner h1 {
        margin: 10px auto 30px
    }
    .platform-banner--image {
        margin-top: 60px
    }
    .info-product--container {
        flex-direction: column;
        gap: 50px
    }
    .info-product--image img.platform {
        position: unset;
        max-width: 100%
    }
    .info-product {
        padding: 60px 0 40px
    }
    .info-product--image img:not(.platform) {
        display: none
    }
    .info-product--detail p {
        line-height: 1.4;
        font-size: 16px;
        margin-bottom: 30px
    }
    .info-product--detail {
        max-width: 100%;
        min-width: 100%
    }
    .small-cards {
        gap: 20px
    }
    .small-card--item {
        width: calc(50% - 10px)
    }
    .common--content--item,
    .common--content--item:nth-child(2n) {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
        padding: 0
    }
    .common--content--item-image {
        max-width: 80%
    }
    .faq {
        padding: 60px 0 120px
    }
    .announce-person {
        width: 140px
    }
    .svg {
        left: 12%;
        top: -126px;
        z-index: -1
    }
    .svg.reverse {
        right: 12%;
        top: -126px
    }
    .integration--icons {
        top: -156px;
        left: 5%
    }
    .integration--icons.reverse {
        right: 5%
    }
    .integration--main-icon {
        margin: 200px auto
    }
    .svg.center {
        display: none
    }
    .banner-info-section {
        gap: 40px;
        max-width: 100%
    }
    .banner-info-section h2 {
        margin-bottom: 10px
    }
    .roles-card {
        flex-direction: column
    }
    .roles-card--item,
    .roles-card--item:nth-child(2n) {
        width: 100%;
        padding: 0 0 30px;
        border-bottom: 1px solid #e8ddc4;
        border-right: 0;
        margin-bottom: 30px
    }
    .roles-card--item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0
    }
    .roles-card--item h3 {
        margin-bottom: 8px
    }
    .pricing-cards {
        gap: 20px;
        flex-wrap: wrap
    }
    .pricing-card {
        width: calc(50% - 10px)
    }
    .banner-section {
        padding: 100px 0
    }
    .maps-div {
        flex-direction: column
    }
    .maps-div>div:first-child {
        padding: 0;
        width: 100%
    }
    .maps-div>div.maps-div--map {
        margin-right: 0;
        width: 100%;
        height: 400px;
        margin-top: 40px
    }
    .roles-card--item,
    .roles-card--item:nth-child(2n) {
        border-bottom: 0
    }
    .roles-card--item.simple {
        width: 100%;
        padding: 0
    }
    .search-bar {
        width: 100%;
        max-width: 100%
    }
    .blog-cards {
        gap: 20px
    }
    .blog-card {
        width: calc((100%/3) - (40px/3))
    }
    .container.blog .blog--title {
        padding-bottom: 40px;
        margin-bottom: 40px
    }
    .blog-details-inner p {
        font-size: 16px
    }
    .blog-details-inner {
        gap: 30px
    }
    .blog-details-inner p:not(:last-child) {
        margin-bottom: 15px
    }
    h4 {
        font-size: 18px
    }
    .blog-details-inner h4 {
        margin-bottom: 5px;
        line-height: 1.4
    }
    .blog-details {
        gap: 60px;
        padding-bottom: 60px;
        margin-bottom: 60px
    }
    .blog-details--qoute {
        padding: 30px
    }
    .blog-details-inner .blog-details--qoute p {
        font-size: 22px;
        line-height: 1.4
    }
    .container.blog .blog--title {
        gap: 16px
    }
    .blog-tabs {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 30px
    }
    .search-bar.email button {
        padding-left: 10px;
        padding-right: 10px
    }
    .blog-tabs--list {
        overflow-x: scroll
    }
    .events-list--item--details {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }
    .events-list--item--content svg {
        width: 20px
    }
    .events-list--item {
        gap: 20px
    }
    .events-list {
        gap: 30px
    }
    .blog-cards.bodered .blog-card {
        width: calc(50% - 15px)
    }
    .news-container {
        flex-direction: column
    }
    .blog-tabs--list {
        gap: 10px
    }
    .brands-container {
        padding: 80px 0
    }
    .faq.sticky-conainer {
        padding-bottom: 60px
    }
    .testimonial-section .testimonials .testimonial--slide {
        gap: 20px
    }
    .common-section.testimonial-section {
        padding: 60px 0 80px
    }
    .testimonial--content--upper:after,
    .testimonials .swiper:after,
    .testimonials .swiper:before {
        display: none
    }
    .testimonial-section .testimonial--image {
        max-width: 180px;
        min-width: 180px;
        height: 180px
    }
    .testimonial-section .testimonial--content--upper {
        padding: 20px;
        min-height: -moz-fit-content;
        min-height: fit-content
    }
    .testimonial-section .testimonial--content--upper p {
        font-size: 18px;
        line-height: 1.4
    }
    .testimonial-section .testimonials .testimonial--slide {
        margin-bottom: 100px
    }
    .testimonial-section .testimonials .swiper-button-prev {
        left: 71.5%
    }
    .section-grey.not-first {
        padding: 50px 0 60px
    }
    .testimonial-part {
        padding: 50px 0 100px
    }
    .brands:not(.common-section) {
        padding: 0
    }
    .home-banner {
        padding-top: 80px
    }
    .solution .container.side {
        gap: 50px;
        flex-direction: column
    }
    .workflow-item {
        max-width: 100%
    }
    .stat-card-container {
        margin-top: 60px;
        gap: 20px
    }
    .stat-card-item {
        width: calc(40% - 20px);
        gap: 2px
    }
    .stat-card-item p:first-of-type {
        font-size: 30px;
        line-height: 1.4
    }
    .stat-card-item p:last-of-type {
        font-size: 16px
    }
    .benefit-container {
        flex-direction: column;
        border-radius: 12px;
        border: 1px solid var(--border-bg-2);
        background-color: var(--section-bg-2);
        gap: 40px;
        padding: 60px 16px
    }
    .benefit-img {
        position: unset
    }
    .benefit-logo {
        padding: 0;
        max-width: 100%;
        min-width: 0
    }
    .benefit-container .section-grey {
        padding: 0;
        border: none;
        border-radius: 0
    }
    .benefit-info:before,
    .benefit-logo:after {
        display: none
    }
    .benefit-section-not-common {
        padding: 0
    }
    .benefit-section-not-common .container {
        padding: 0 !important
    }
    .benefit-img {
        max-width: 100%;
        height: auto
    }
    .industry-items {
        gap: 30px
    }
    .industry-item {
        padding: 10px;
        max-width: calc(50% - 15px)
    }
    .feature-img {
        max-width: 100%
    }
    .banner-img-section {
        width: 90%
    }
    .workflow-item .workflow-text {
        font-size: 16px;
        line-height: 1.4
    }
    .banner-info-section.full.center .title-desc {
        text-align: left
    }
    .indutry-banner {
        position: unset
    }
    .card-item {
        max-width: calc(50% - 15px)
    }
    .about.common-section {
        padding: 80px 0
    }
    .about-banner {
        max-width: 300px;
        bottom: 0;
        height: auto
    }
    .solution .container.side {
        position: relative;
        z-index: 1
    }
    .team-memeber-container.testimonials .swiper-button-prev {
        left: 71%
    }
    .team-memeber-container .swiper-wrapper {
        height: 445px
    }
    .team-memeber-container {
        margin-top: 0
    }
    .about .title-desc~button {
        margin-top: 30px
    }
    .value-txt {
        font-size: 16px
    }
    .over-section {
        padding-bottom: 120px
    }
    .solution.gradient-section.common-section {
        padding: 60px 0
    }
    .over-section .banner-info-section,
    .over-section .banner-info-section p {
        max-width: 100%
    }
    .solution.normal-section .container.side.start .sub-img-section {
        margin-right: 0;
        margin-left: 0
    }
    .benefit-info.section-grey:after,
    .benefit-info.section-grey:before,
    .benefit-logo:after,
    .benefit-logo:before {
        display: none
    }
    .container,
    .home .banner-img-section .banner-img {
        max-width: 100%
    }
    .u-logix--cta {
        margin-bottom: 10px
    }
    .u-logix--footer-head {
        margin-bottom: 35px
    }
    .platform-banner.platform-footer .search-bar.book-demo {
        margin-bottom: 40px
    }
    .indutry-banner {
        margin-top: 40px
    }
    .info-product--info {
        align-items: flex-start;
        flex-direction: column;
        gap: 40px
    }
    .info-product--info .info-product--detail-list {
        gap: 30px
    }
    .info-product--info .info-product--detail-list h4 {
        font-size: 20px;
        line-height: 145%
    }
    .stat-card-container.card-container--cards .stat-card-item p:first-of-type {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 16px;
        font-weight: 700
    }
    .info-product--info>div:last-child {
        max-width: 70%
    }
    .pricing-section {
        padding: 0
    }
    .pricing-section .container {
        flex-direction: column
    }
    .pricing--image:after {
        left: -16px
    }
    .career.common-section .container {
        gap: 40px;
        flex-direction: column;
        align-items: flex-start
    }
    .career.common-section .container>div:last-child img {
        width: 600px
    }
    .opening-container {
        flex-direction: column;
        gap: 50px
    }
    .opening-container--tabs {
        flex-direction: row
    }
    .stats-two {
        flex-direction: column;
        gap: 0
    }
    .award>div:first-child,
    .stats-two>div:first-child {
        width: 100%
    }
    .purpose {
        flex-direction: column;
        gap: 30px
    }
    .purpose>div:first-child {
        width: 100%;
        padding: 0
    }
    .purpose>div:last-child img {
        max-width: 90%
    }
    .purpose>div:last-child,
    .purpose>div:last-child img {
        margin: 0
    }
    .benefits-list.small {
        gap: 30px
    }
    .benefits-list--item {
        width: calc((100%/3) - 20px)
    }
    .award {
        flex-direction: column
    }
    .award>div img {
        max-width: 70%;
        width: 100%;
        margin: 0
    }
    .ambition {
        flex-direction: column
    }
    .ambition--image {
        margin-bottom: 0;
        width: 60%
    }
    .ambition>div:last-child {
        width: 100%
    }
    .journey-part {
        flex-direction: column;
        gap: 30px
    }
    .journey-part img {
        max-width: 70%;
        width: 100%
    }
    main {
        margin-top: 86px !important
    }
    .info-product--container.small>div:last-child {
        max-width: 100%
    }
    .tracking-card>.ant-flex {
        flex-direction: column
    }
    .tracking-card--content {
        width: 100%
    }
    .tracking-card--image {
        width: 100%;
        margin: 0
    }
    .order-racking-process>.ant-flex {
        flex-wrap: wrap
    }
    .tracklist--item {
        width: 31%
    }
    .tracking-card {
        padding: 40px
    }
    .question-icon--container {
        text-align: center
    }
    .gradient-2.solution.dtc-home {
        padding-top: 100px
    }
    .quick-commerce-banner {
        flex-direction: column;
        align-items: center;
        gap: 50px
    }
    .quick-commerce-banner>div:first-child,
    .quick-commerce-banner>div:last-child {
        width: 100%;
        text-align: center;
        align-items: center
    }
    .quick-commerce-banner>div:last-child {
        max-width: 500px
    }
    .challenges-container p {
        font-size: 18px
    }
    .quick-commerce-row {
        flex-direction: column
    }
    .quick-commerce-row>div {
        width: 100%
    }
    .quick-commerce-row>div:first-child {
        position: unset
    }
    h2.purpose-h2+p {
        margin-bottom: 30px
    }
    .quick-commerce-card {
        max-width: 600px
    }
    .quick-commerce-row>div {
        gap: 50px
    }
    .about-simple {
        flex-direction: column
    }
    .about-simple>div:first-child,
    .about-simple>div:last-child {
        width: 100%
    }
    .about-simple>div:last-child {
        padding-top: 10px
    }
    .quick-commerce-card.full {
        max-width: 100%
    }
    h2 br {
        display: none
    }
}

@media screen and (max-width:767px) {
    .product-brand {
        padding: 40px 0 30px
    }
    .home a.ant-btn.shopify,
    .platform-banner.platform-footer .search-bar.book-demo {
        margin-bottom: 25px
    }
    .platform-banner.u-logix {
        padding: 60px 0
    }
    .platform-banner h1 {
        margin: 5px auto 20px
    }
    .platform-banner {
        padding-top: 60px
    }
    .u-logix--footer-head {
        margin-bottom: 25px
    }
    .platform-banner--image {
        margin-top: 40px
    }
    .platform-banner--image img:first-child:not(:only-child) {
        display: none
    }
    .platform-banner--image img:last-child:not(:only-child) {
        display: inline-block;
        margin-bottom: -75px
    }
    .gradient-section.platform-banner {
        overflow: hidden
    }
    .h6 {
        line-height: 16px;
        font-size: 13px
    }
    p {
        font-size: 14px
    }
    h1 {
        font-size: 34px
    }
    h1.small {
        font-size: 28px
    }
    h2 {
        font-size: 24px;
        line-height: 1.35;
        margin-bottom: 22px
    }
    h3 {
        font-size: 18px;
        margin-bottom: 6px
    }
    h4 {
        font-size: 15px;
        margin-bottom: 4px
    }
    section {
        margin: 0 12px 10px
    }
    .solutionWrap {
        flex-wrap: wrap;
        justify-content: center
    }
    .title-desc {
        font-size: 14px
    }
    section:first-of-type .title-desc {
        font-size: 16px
    }
    .common-section,
    section {
        padding: 50px 0
    }
    button.ant-btn {
        height: 36px;
        padding: 8px 20px;
        border-radius: 4px
    }
    button.ant-btn span {
        font-size: 14px;
        line-height: 1.4
    }
    .sticky-div--inner {
        padding: 12px 14px
    }
    .sticky-div {
        width: 150px;
        top: -52px
    }
    .sticky-conainer:after {
        left: 148px
    }
    .section-grey .sticky-div:after,
    .section-yellow .sticky-div:after {
        width: 21px;
        height: 22px;
        right: -13px;
        bottom: 3px
    }
    .sticky-conainer:before {
        top: -71px
    }
    .about .brands-list,
    .brands-list.normal {
        justify-content: space-around
    }
    .info-product--detail p {
        font-size: 14px;
        margin-bottom: 20px
    }
    .normal-section {
        padding: 50px 0
    }
    .small-cards {
        gap: 15px
    }
    .small-card--item {
        width: 100%;
        padding: 24px 24px 10px;
        gap: 0
    }
    .features-btn {
        margin-top: 20px
    }
    .small-card--item p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.4
    }
    .common--content--item-details {
        max-width: 100%;
        min-width: 100%
    }
    .common--content--item,
    .common--content--item:nth-child(2n) {
        gap: 18px
    }
    .common--content-list {
        gap: 58px
    }
    .ant-collapse>.ant-collapse-item>.ant-collapse-header {
        align-items: center
    }
    .faq {
        padding: 40px 0 80px
    }
    .announce-person {
        width: 90px
    }
    .integration--cards {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px
    }
    .integration--title p {
        font-size: 16px;
        line-height: 21px;
        text-align: left
    }
    .integration--title {
        padding: 12px 14px;
        gap: 14px
    }
    .integration--icons.reverse {
        display: none
    }
    .integration--icons {
        height: 85vw;
        left: 50%;
        top: 50px;
        transform: translateX(-50%) rotate(270deg);
        gap: 25px
    }
    .integration--main-icon {
        margin: 30px 0 280px -10px
    }
    .svg {
        display: none
    }
    .platform-footer .platform-banner--image {
        margin: 30px 0 0
    }
    .platform-footer .platform-banner--image img {
        margin: 0 auto -15px
    }
    .platform-banner--image:after {
        height: 42px;
        bottom: 0
    }
    .simplified-worklist--item {
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 20px 16px
    }
    .simplified-worklist--item p.simplified-worklist--title {
        font-size: 16px;
        margin-bottom: 0
    }
    .simplified-worklist--item p {
        font-size: 14px;
        line-height: 1.4
    }
    .simplified-worklist--number {
        width: 50px;
        min-width: 50px;
        height: 50px
    }
    .simplified-worklist--item .simplified-worklist--number p {
        font-size: 20px
    }
    .brands-list--item {
        width: 90px;
        height: 90px;
        border-radius: 12px;
        filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .07)) drop-shadow(0 12px 12px rgba(0, 0, 0, .03)) drop-shadow(0 26px 16px rgba(0, 0, 0, .01)) drop-shadow(0 46px 18px rgba(0, 0, 0, .01)) drop-shadow(0 72px 20px rgba(0, 0, 0, 0))
    }
    .brands-list--item svg {
        scale: .7
    }
    .about .brands-list,
    .brands-list,
    .brands-list.normal {
        gap: 16px;
        justify-content: flex-start
    }
    .integration--icon {
        transform: rotate(90deg)
    }
    .stat-card-container {
        flex-direction: column
    }
    .indutry-banner {
        max-width: 80vw;
        margin: 30px 10px 0 auto
    }
    .banner-info-section {
        gap: 30px
    }
    .roles-card--item {
        gap: 12px
    }
    .roles-card--item h3 {
        font-size: 18px;
        margin-bottom: 4px
    }
    .roles-card--item,
    .roles-card--item:nth-child(2n) {
        margin-bottom: 25px
    }
    .banner-section {
        padding: 60px 0
    }
    .pricing-card {
        width: 100%;
        gap: 16px;
        padding: 24px 20px
    }
    .pricing-card--list {
        gap: 6px
    }
    .pricing-card--name,
    .pricing-card--price {
        margin-bottom: 2px
    }
    .pricing-card p {
        line-height: 1.4
    }
    .pricing-card .popular {
        padding: 1px 10px;
        border-radius: 6px
    }
    .pricing-tab {
        margin-bottom: 40px
    }
    .banner-cards {
        flex-direction: column;
        gap: 20px
    }
    .banner-cards--item {
        width: 100%;
        margin-top: 0;
        gap: 6px;
        padding: 20px
    }
    .banner-cards--item p.banner-cards--title {
        font-size: 18px;
        line-height: 1.4;
        font-weight: 600;
        margin-bottom: 5px
    }
    .banner-cards--item p {
        font-size: 14px;
        line-height: 1.4
    }
    .contact-div {
        padding: 20px;
        flex-direction: column;
        gap: 30px
    }
    .contact-div>div {
        width: 100%
    }
    .contact-div>div:first-child p {
        line-height: 1.4
    }
    .maps-div--map iframe {
        border-radius: 12px
    }
    .contact-div .ant-form-item {
        margin-bottom: 16px
    }
    .maps-div .social-list a {
        gap: 5px;
        font-size: 14px;
        line-height: 1.4;
        align-items: center
    }
    .maps-div .social-list a:first-child {
        align-items: flex-start
    }
    .maps-div-des {
        margin-bottom: 30px;
        line-height: 1.4
    }
    .maps-div>div:first-child h2 {
        margin-bottom: 10px
    }
    .maps-div .social-list {
        gap: 10px
    }
    .maps-div>div.maps-div--map {
        height: 260px
    }
    .image-content-section .container {
        flex-direction: column
    }
    .image-content-section .container>div:first-child {
        width: 100%
    }
    .image-content-section .container>div:last-child {
        margin-top: 30px;
        margin-bottom: 0;
        width: 100%
    }
    .image-content-section p {
        margin-bottom: 20px
    }
    .image-content-section h2 {
        margin-bottom: 12px
    }
    .image-content-section--image img {
        max-width: 100%
    }
    .career.common-section .container {
        flex-direction: column;
        padding-top: 50px;
        padding-bottom: 50px;
        gap: 40px
    }
    .banner-info-section {
        margin-bottom: 0
    }
    .career--banner-img img {
        position: unset;
        transform: translateY(0)
    }
    .banner-info-section .title-desc {
        margin-top: 10px
    }
    .benefits-list--item {
        width: 100%;
        padding: 0
    }
    .benefits-list {
        gap: 28px
    }
    .benefits-list--item {
        gap: 12px
    }
    .opening-list--header {
        padding: 0
    }
    .opening-list--header h3 {
        font-size: 18px
    }
    .opening-list--card .banner-cards {
        margin: 20px 0 0;
        gap: 35px
    }
    .opening-list--item {
        padding: 0;
        width: 100%
    }
    .opening-list--item>div {
        margin-bottom: 12px;
        gap: 6px
    }
    .opening-list--item p.opening-list--location {
        font-size: 14px
    }
    .banner-section.common-section {
        padding: 60px 0
    }
    .blog-card {
        width: 100%;
        gap: 6px
    }
    .blog-card-text {
        font-size: 14px;
        margin-bottom: 6px;
        margin-top: 6px
    }
    .blog-card--title {
        font-size: 18px
    }
    .blog-card--image {
        height: 200px
    }
    .blog-cards {
        gap: 35px
    }
    .blogs-main-container.large {
        gap: 30px
    }
    .search-bar {
        margin-top: 30px
    }
    .search-bar .ant-space-compact {
        height: 45px
    }
    .container.blog .blog--title {
        gap: 12px
    }
    section:first-of-type .title-desc {
        font-size: 14px
    }
    .container.blog .blog--title .bread-crumb a,
    .container.blog .blog--title .bread-crumb a:hover,
    .container.blog .blog--title .bread-crumb p {
        font-size: 14px;
        white-space: nowrap
    }
    .container.blog .blog--title .bread-crumb p {
        overflow: hidden;
        text-overflow: ellipsis
    }
    .container.blog .blog--title .bread-crumb {
        gap: 7px
    }
    .container.blog .blog--title {
        margin-bottom: 30px;
        padding-bottom: 30px
    }
    .blog h3+img {
        margin-bottom: 18px
    }
    .blog h3 {
        margin: 22px 0
    }
    .blog-details-inner {
        gap: 20px
    }
    .blog-details-inner p {
        font-size: 14px
    }
    .blog-details {
        gap: 40px
    }
    .blog-details--qoute {
        padding: 16px;
        gap: 16px
    }
    .blog-details-inner .blog-details--qoute p {
        font-size: 18px
    }
    .blog-details {
        padding-bottom: 40px;
        margin-bottom: 40px
    }
    .blog-cards {
        flex-direction: column
    }
    .blog-card.two {
        width: 100%
    }
    .blog-image {
        height: auto;
        margin-bottom: 22px
    }
    .blog-cards.bodered .blog-card,
    .blog-cards.bodered .blog-card.two {
        width: 100%
    }
    .blog-card--inner {
        padding: 18px 16px
    }
    .blog-cards.bodered .blog-card--title {
        font-size: 16px;
        margin-bottom: 16px
    }
    .blog-card--category {
        margin-bottom: 4px;
        font-size: 13px;
        padding: 2px 7px
    }
    .blog-cards.bodered .time>div {
        gap: 4px
    }
    .blog-cards.bodered .blog-card {
        border-radius: 8px
    }
    .blog-cards.bodered,
    .blogs-main-container {
        gap: 20px
    }
    a.ant-btn,
    button.ant-btn {
        padding: 8px 18px
    }
    .event-content {
        gap: 20px;
        flex-direction: column
    }
    .event-content>div {
        width: 100%
    }
    .event-content--list,
    .info-product--detail-list {
        gap: 14px
    }
    .events-list--item {
        flex-direction: column
    }
    .events-list--item--img {
        width: 100%;
        border-radius: 18px
    }
    .events-list--item--details {
        gap: 7px
    }
    .events-list--item--content p.events-list--item--des {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 5px
    }
    .events-list--item {
        gap: 14px
    }
    .events-list--item--content .events-list--item--details--item p {
        font-size: 14px
    }
    .small .events-list--item--content p.events-list--item--title {
        font-size: 16px;
        margin-bottom: 6px
    }
    .events-list {
        gap: 40px
    }
    .news-container .news-main {
        max-width: 100%;
        min-width: 100%;
        height: 380px
    }
    .news-main--content {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 20px
    }
    .news-main--content p:last-child {
        font-size: 16px;
        line-height: 1.5
    }
    .news-main--content p:first-child {
        font-size: 13px
    }
    .events-list--item--img.small {
        height: 180px
    }
    .events-list--item--content p {
        margin-bottom: 2px;
        font-size: 13px
    }
    .events-list--item.small {
        gap: 10px
    }
    .blog-cards.bodered .blog-card--title.mb-0 {
        font-size: 16px;
        line-height: 1.4
    }
    .blog-cards.bodered .time.first p {
        margin-bottom: 4px
    }
    .event-content>div .reports-image {
        padding: 0;
        max-width: 80%
    }
    .home-banner {
        padding-top: 70px
    }
    .home-banner--container button {
        margin-top: 10px
    }
    .brands-container {
        padding: 60px 0
    }
    .brands-list {
        margin-bottom: 10px
    }
    .swiper--contaier {
        flex-direction: column
    }
    .testimonial-part .swiper--contaier .swiperslide--slide {
        width: 100%;
        padding: 20px;
        border-radius: 8px
    }
    .testimonial-part {
        padding-bottom: 80px
    }
    .image-tabs {
        flex-direction: column
    }
    .image-tabs--nav {
        width: 100%
    }
    .image-tabs--tab {
        padding: 18px 22px;
        gap: 10px;
        border-radius: 12px;
        border-bottom-left-radius: 12px;
        border-top-left-radius: 12px
    }
    .image-tabs--tab.active:after,
    .image-tabs--tab.active:before {
        display: none
    }
    .image-tabs--nav--text {
        font-size: 14px;
        line-height: 1.4
    }
    .image-tabs--nav--title {
        font-size: 20px;
        list-style: 1.5
    }
    .image-tabs--content {
        width: 100%;
        padding: 15px;
        border-radius: 12px
    }
    .testimonial-section .testimonials .testimonial--slide {
        flex-direction: column;
        gap: 6px;
        align-items: flex-start;
        background-color: #fff;
        border: 1px solid var(--border-bg-2);
        border-radius: 10px
    }
    .testimonial-section .testimonial--content--upper {
        padding: 16px
    }
    .testimonial-section .testimonial--content {
        border: none
    }
    .testimonial-section .testimonial--content--upper p {
        font-size: 16px
    }
    .testimonial-section .testimonial--content--details p {
        font-size: 12px;
        line-height: 1.4
    }
    .testimonial-section .testimonial--content--details {
        padding: 16px
    }
    .testimonial-section .testimonial--content--details p.name {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 0
    }
    .testimonial-section .testimonial--content--details svg {
        scale: .7
    }
    .testimonial-section .testimonial--image {
        margin-top: 10px;
        margin-left: 10px
    }
    .testimonial-section .testimonials .testimonial--slide {
        margin-bottom: 70px
    }
    .faq.sticky-conainer {
        padding-bottom: 40px
    }
    .image-tabs--nav {
        padding-top: 0
    }
    .search-bar.book-demo .ant-space-compact .ant-btn {
        padding-left: 12px;
        padding-right: 12px
    }
    .search-bar .ant-input-outlined,
    .search-bar .ant-input-outlined:focus,
    .search-bar .ant-input-outlined:hover {
        padding-left: 12px
    }
    .solution.gradient-section {
        padding-bottom: 20px;
        padding-top: 40px
    }
    .banner-info-section.full.center .search-bar.book-demo,
    .banner-info-section>.ant-flex {
        max-width: 100%
    }
    .benefit-container {
        padding: 40px 16px;
        gap: 10px
    }
    .feature-img {
        max-width: 100%;
        min-width: 100%
    }
    .sub-img-section {
        min-width: 70%;
        max-width: 70%;
        margin: 3px auto
    }
    .stat-card-item {
        width: 100%
    }
    .stat-card-container {
        margin-top: 30px
    }
    .stat-card-item p:first-of-type {
        font-size: 26px;
        line-height: 1.2
    }
    .solution .container.side {
        gap: 25px
    }
    .workflow-item {
        padding: 25px;
        border-radius: 8px;
        gap: 10px
    }
    .workflow-info {
        gap: 10px
    }
    .workflow-item p {
        font-size: 20px;
        line-height: 1.4
    }
    .workflow-item .workflow-text {
        margin-left: -22px;
        font-size: 14px
    }
    .workflow-items {
        gap: 16px
    }
    .benefit-info {
        gap: 20px
    }
    .industry-items {
        margin-top: 30px;
        gap: 32px
    }
    .industry-item {
        margin-top: 0;
        max-width: 100%;
        width: 100%;
        padding: 0;
        gap: 4px
    }
    .ind-info {
        gap: 4px
    }
    .industry-item img {
        width: 45px
    }
    .ind-title {
        font-size: 18px
    }
    .ind-txt {
        font-size: 14px;
        line-height: 1.4
    }
    .benefit-img {
        max-width: 100%
    }
    .all-center button {
        margin-top: 32px
    }
    .stat-card-item.card {
        width: 100%;
        padding: 25px 20px
    }
    .stat-card-item p:last-of-type {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 10px
    }
    .card-container {
        gap: 20px
    }
    .card-item {
        padding: 20px 22px;
        width: 100%;
        max-width: 100%
    }
    .about.common-section {
        padding: 50px 0
    }
    .team-item {
        max-width: 100%
    }
    .img-container {
        max-width: 100%;
        height: 260px
    }
    .member-img {
        object-fit: cover;
        border-radius: 6px
    }
    .member-name {
        font-size: 20px;
        margin-bottom: 0
    }
    .member-title {
        font-size: 16px
    }
    .about .title-desc~button {
        margin-bottom: 20px;
        margin-top: 20px
    }
    .solution.about .team-memeber-container:last-child .swiper-wrapper {
        height: 280px
    }
    .gallery-item {
        max-width: 100%;
        height: 200px
    }
    .about-banner {
        position: relative;
        right: 0;
        left: unset;
        min-width: 100%;
        margin-bottom: 0
    }
    .about-banner .about-us {
        margin-bottom: -4px
    }
    .solution.about.gradient-section.common-section {
        padding-bottom: 0
    }
    .value-txt {
        font-size: 14px
    }
    .over-section {
        padding-bottom: 100px
    }
    .benefit-section-not-common {
        padding: 0
    }
    .solution.gradient-section.common-section {
        padding: 50px 0
    }
    .banner-info-section.footer {
        gap: 50px
    }
    .banner-info-section.footer h2 {
        margin-bottom: 22px
    }
    .search-bar.book-demo .ant-space-compact {
        height: 40px
    }
    .info-product--detail h2 {
        margin-bottom: 12px
    }
    .common--content--item-image {
        max-width: 90%
    }
    .home h1 {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 5px
    }
    .home .banner-img-section {
        margin-bottom: -20px
    }
    .ulogix .integration--main-icon {
        margin: 0
    }
    .left-brands,
    .white-cirle {
        position: unset
    }
    .left-brands,
    .ulogix .circles {
        display: none
    }
    .faq .ant-collapse-item .ant-collapse-header {
        gap: 10px
    }
    .integrate-mobile {
        display: block;
        position: relative;
        top: -15px
    }
    .integrate-mobile.top {
        top: 180px;
        z-index: -1;
        position: relative;
        margin-top: -180px
    }
    .ulogix .integration--title {
        padding: 12px 30px;
        margin-bottom: 15px
    }
    .integration--title:not(.second) p {
        font-size: 16.143px
    }
    .ulogix .integration--title.second {
        max-width: 257px
    }
    .ulogix .integration--title.second p {
        text-align: center
    }
    .u-logix--head {
        font-size: 16px;
        margin-bottom: 16px
    }
    .u-logix--cta {
        margin-top: 60px;
        font-size: 16px
    }
    .u-logix--footer-head {
        margin-bottom: 0
    }
    .stat-card-container.card-container--cards .stat-card-item.card {
        width: 100%
    }
    .stat-card-container.card-container--cards .stat-card-item p:first-of-type {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 0;
        font-weight: 600
    }
    .stat-card-container.card-container--cards .stat-card-item.card {
        gap: 0
    }
    .info-product--info .info-product--detail-list h4 {
        font-size: 18px;
        line-height: 140%
    }
    .info-product--info .info-product--detail-list {
        gap: 22px
    }
    .info-product--detail-list--item {
        display: flex;
        gap: 5px
    }
    .info-product--info>div:last-child {
        max-width: 90%
    }
    .about.common-section.bg-section:not(.about-main) {
        background-image: url(/images/industry-bg-mobile-1.webp);
        padding-bottom: 320px
    }
    .bg-section.bg-section-2:not(.about-main) {
        background-image: url(/images/industry-bg-mobile-2.webp)
    }
    .bg-section.bg-section-3:not(.about-main) {
        background-image: url(/images/industry-bg-mobile-3.webp)
    }
    .bg-section.bg-section-4:not(.about-main) {
        background-image: url(/images/industry-bg-mobile-4.webp)
    }
    .bg-section.bg-section-5:not(.about-main) {
        background-image: url(/images/industry-bg-mobile-5.webp)
    }
    .bg-section.bg-section-6:not(.about-main) {
        background-image: url(/images/industry-bg-mobile-6.webp)
    }
    .pricing-section {
        padding: 0
    }
    .pricing--content {
        width: 100%;
        padding: 50px 0 30px
    }
    .pricing-section h1.small {
        font-size: 21px;
        font-weight: 700;
        line-height: 28px
    }
    .pricing-steps--content {
        gap: 26px
    }
    .contact-div .ant-form-item .ant-input-affix-wrapper,
    .contact-div .ant-form-item .ant-input-affix-wrapper:hover,
    .contact-div .ant-form-item .ant-select,
    .contact-div .ant-form-item .ant-select .ant-select-selector,
    .contact-div .ant-form-item .ant-select:hover .ant-select-selector,
    .contact-div .ant-input-affix-wrapper.ant-input-outlined.ant-input-affix-wrapper-focused {
        min-height: 45px
    }
    .pricing-steps--content>p {
        font-size: 16px;
        line-height: 1.4
    }
    .normal-section.contact {
        padding: 30px 0
    }
    .contact-div--head p {
        margin-bottom: 20px
    }
    .contact-div--social-links {
        flex-direction: column;
        gap: 10px
    }
    .contact-div--map {
        gap: 18px
    }
    .contact-div--social-link {
        gap: 10px
    }
    .opening-container--tabs {
        flex-wrap: wrap;
        gap: 18px;
        margin-top: 20px
    }
    .opening-container--tabs p {
        font-size: 18px
    }
    .opening-collapse.ant-collapse>.ant-collapse-item {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
    .opening-collapse--head p {
        font-size: 16px
    }
    .opening-collapse--body {
        gap: 10px
    }
    .vlause-carrer--text {
        margin-top: -16px;
        margin-bottom: 20px
    }
    .stats-two .stat-card-container {
        gap: 30px 20px;
        margin-top: 0
    }
    .stats-two .stat-card-item {
        width: 100%
    }
    .journey-part img,
    .purpose>div:last-child img {
        max-width: 100% !important
    }
    .award>div img {
        min-width: 0;
        max-width: 90%
    }
    .ambition>div:last-child p:first-child {
        margin-bottom: 20px
    }
    .journey-part p {
        margin-bottom: 30px
    }
    .journey-part h2 {
        margin-bottom: 10px
    }
    .home-banner-award {
        max-width: 85%
    }
    section:first-of-type.home .title-desc {
        font-size: 15px
    }
    .home {
        overflow: hidden
    }
    .home .banner-img-section {
        max-width: calc(100% + 80px);
        width: calc(100% + 80px)
    }
    .stat-card-container {
        flex-direction: row;
        margin: 40px 10px 0
    }
    .stat-card-item {
        width: calc(50% - 10px)
    }
    .swiper--contaier .swiperslide--slide.full {
        flex-direction: column
    }
    .swiper--contaier .swiperslide--slide.full>* {
        width: 100%
    }
    .inte--mobile {
        display: block
    }
    .inte--desktop {
        display: none
    }
    .search-bar .ant-input-outlined,
    .search-bar .ant-input-outlined:focus,
    .search-bar .ant-input-outlined:hover {
        height: 40px
    }
    .search-bar button.ant-btn span {
        font-size: 13px;
        font-weight: 500
    }
    .search-bar input::placeholder {
        font-size: 13px !important;
        font-weight: 400 !important
    }
    .container {
        padding: 0 16px
    }
    .normal-section .container,
    .product-brand.normal-section .container {
        padding: 0 28px
    }
    .footer--container:last-child ul li::marker {
        display: none;
        color: transparent
    }
    .common--content--item-details p {
        line-height: 1.5
    }
    .solutions-cta {
        gap: 40px
    }
    .swiper--contaier .swiperslide--slide.section-yellow {
        width: 100%
    }
    .integration--d2c {
        margin-bottom: 30px
    }
    h2.purpose-h2 {
        margin-bottom: 10px
    }
    h2.purpose-h2+p {
        margin-bottom: 24px
    }
    .dtc-home h1 {
        font-size: 28px
    }
    .wind-left,
    .wind-right {
        display: none
    }
    .shipdelight-in {
        width: 130px
    }
    .announce-div p {
        font-size: 13px
    }
    .announce-div {
        gap: 4px;
        padding: 7px 14px
    }
    .announce-div img {
        width: 16px
    }
    .normal-section.dtc-home .container {
        padding: 0 16px
    }
    .gradient-2.solution.dtc-home {
        padding: 80px 0
    }
    .challenges-container {
        flex-direction: column
    }
    .challenges-container.left>div:first-child,
    .challenges-container>div {
        width: 100%
    }
    .challenges-container h2 {
        margin-bottom: 30px
    }
    .challenges-container h2+p {
        margin-bottom: 30px;
        margin-top: -20px
    }
    .challenges {
        gap: 18px
    }
    .question-icon--container {
        text-align: center
    }
    .d2c-insider--list p {
        font-size: 16px
    }
    .d2c-insider h2 {
        margin-bottom: 30px
    }
    .d2c-insider {
        gap: 40px
    }
    .d2c-stats {
        gap: 30px
    }
    .d2c-stats div p {
        font-size: 38px
    }
    .end-to-end h2 {
        margin-bottom: 30px
    }
    .end-to-end--list p {
        font-size: 16px
    }
    .end-to-end--list {
        gap: 12px
    }
    .swiper--contaier .swiperslide--slide {
        width: 100%
    }
    .w-fullsection .swiper--contaier .swiperslide--slide {
        width: 100%;
        padding: 20px;
        border-radius: 8px
    }
    .swiper--contaier .swiperslide--slide.full.image {
        margin-top: -20px
    }
    .swiper--contaier .swiperslide--slide.full.image>div:first-child {
        position: unset
    }
    .fullslider {
        width: 100% !important
    }
    .testimonials.version-testimonial .swiper-pagination-horizontal {
        transform: none
    }
    .common-section.testimonial-section {
        padding: 50px 0
    }
    header.landing-page button.ant-btn.head-btn {
        margin: 0 !important
    }
    .d2c-insider--list svg {
        min-width: 20px
    }
    .question-icon {
        width: 120px
    }
    .swiper--contaier .swiperslide--slide.full>div:nth-last-child(2) {
        display: none
    }
    .challenges-container p {
        font-size: 18px
    }
    .tracklist--item {
        width: 100%
    }
    .tracking-card {
        padding: 20px
    }
    .tracking-card--content p.tracking-card-des {
        line-height: 1.4
    }
    .tracking-card--content {
        gap: 30px
    }
    .platform-banner .search-bar.book-demo {
        margin-bottom: 20px
    }
    .order-racking-process {
        gap: 30px
    }
    .order-racking-process>.ant-flex {
        gap: 60px !important
    }
    .tracklist--item:after {
        transform: rotate(90deg);
        width: 70px;
        left: -10px;
        top: 190px
    }
    .platform-banner.tracking-banner {
        padding: 20px 0
    }
    .small-card--item.no-image {
        padding: 24px
    }
    .small-card--item.no-image p {
        margin-bottom: 0;
        margin-top: 10px
    }
    .brands-list--item.big {
        width: 182px;
        height: 106px
    }
    .challenges-container p {
        font-size: 16px
    }
    .quick-commerce-card {
        padding: 20px
    }
    .quick-commerce-card h3 {
        margin-bottom: 20px
    }
    .quick-commerce-card--items {
        gap: 16px
    }
    .quick-commerce-row>div {
        gap: 36px
    }
    .about-design p {
        font-size: 16px
    }
    .about-design {
        padding: 8px 25px
    }
    .about-design:last-child {
        margin-left: 10vw
    }
    .about-simple {
        gap: 20px
    }
    .your-terms--tabs {
        flex-wrap: wrap;
        gap: 6px
    }
    .your-terms--tab {
        width: 100%;
        padding: 10px 0
    }
    .quick-commerce-card--items {
        flex-direction: column
    }
    .quick-commerce-card--inner,
    .quick-commerce-card--inner+img {
        width: 100%
    }
    .other-landing {
        margin-top: -11px
    }
    .other-landing h1,
    .privacy h2 {
        margin-bottom: 10px
    }
    .privacy h2 {
        margin-top: 30px
    }
    .privacy p {
        margin-bottom: 10px
    }
}

.ant-form-item-feedback-icon-success svg path,
.ant-message-success svg path {
    fill: green
}

.ant-notification-notice-with-icon .ant-notification-notice-icon {
    position: unset !important;
    display: flex;
    justify-content: center;
    margin-bottom: 32px
}

.ant-notification.ant-notification-top .ant-notification-notice-with-icon .ant-notification-notice-message {
    text-align: center;
    padding: 0;
    color: var(--High, #1a1a1a);
    font-size: 22px !important;
    font-weight: 700;
    line-height: 32px;
    -webkit-margin-start: 0 !important;
    margin-inline-start: 0 !important
}

.ant-notification.ant-notification-top .ant-notification-notice-with-icon .ant-notification-notice-description {
    color: #828282;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .13px;
    -webkit-margin-start: 0 !important;
    margin-inline-start: 0 !important
}

.ant-notification.ant-notification-top .ant-notification-notice {
    width: 484px !important;
    padding: 50px !important;
    position: relative;
    border-radius: 26px !important;
    overflow: hidden
}

.ant-notification.ant-notification-top .ant-notification-notice:after {
    background: linear-gradient(180deg, #ea5455, rgba(234, 84, 85, 0) 98.62%, rgba(234, 84, 85, .1) 179.41%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 30%;
    width: 100%;
    opacity: .3;
    z-index: -1
}

.ant-notification.ant-notification-top .ant-notification-notice:before {
    background: #e10000;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 7px;
    width: 100%;
    z-index: -1;
    animation: animateNotification 5s linear
}

.ant-notification.ant-notification-top .ant-notification-notice.ant-notification-notice-success:after {
    background: linear-gradient(180deg, #439f6e, rgba(67, 159, 110, 0) 98.62%, rgba(67, 159, 110, .1) 179.41%) !important
}

.ant-notification.ant-notification-top .ant-notification-notice.ant-notification-notice-success:before {
    background: #5c9d72
}

.ant-notification-notice-wrapper {
    border-radius: 26px !important
}

.ant-notification.ant-notification-top .ant-notification-notice-close-icon svg {
    width: 16px;
    height: 16px
}

body:not(.custom-notification-open) .ant-notification.ant-notification-top {
    display: none !important
}

.ant-btn-loading-icon svg path {
    fill: #fff
}

@keyframes animateNotification {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(calc(-100% - var(--gap)))
    }
}

.banner-img2-section {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    max-width: 50vw
}

.mt-banner2 {
    margin-top: 40px
}

.btn-try-demo {
    background: var(--primary);
    padding: 12px 40px !important;
    height: 40px;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500
}

.btn-try-demo:hover {
    background: var(--primary-dark);
    color: #fff
}

.home.banner2 {
    position: relative;
    overflow: hidden;
    height: 100%
}

.home.banner2 .container {
    height: 100%
}

ul.slick-dots {
    bottom: 50px;
    left: calc(50% - ((90vw - 32px) / 2));
    width: max-content
}

@media(min-width:1700px) {
    ul.slick-dots {
        left: calc(50% - ((1600px - 32px) / 2))
    }
}

ul.slick-dots li {
    margin: 0;
    width: 13px
}

ul.slick-dots li button,
ul.slick-dots li button:before {
    padding: 0 !important;
    width: 10px
}

ul.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #e84747;
    font-size: 10px
}

ul.slick-dots li button:before {
    opacity: 1;
    color: rgba(232, 71, 71, .2);
    font-size: 10px
}

.slick-track {
    display: flex !important;
    align-items: stretch
}

.slick-slide .home.solution,
.slick-slide .solution {
    width: calc(100vw - 50px) !important
}

.slick-slide {
    height: auto !important
}

.slick-slide:last-child {
    margin-bottom: 16px
}

.slick-slide>div {
    height: 100%
}

.solution.slider {
    position: relative;
    height: 100%
}

.solution.slider .banner-info-section {
    margin-top: 10%
}

@media(min-width:992px) {
    .desktop-none,
    .slick-arrow {
        display: none !important
    }
    .slider .banner-info-section div {
        max-width: 86%
    }
}

@media(max-width:991px) {
    .banner-img2-section {
        max-width: 80vw;
        bottom: 0;
        right: 0
    }
    .mobile-none,
    .slick-dots {
        display: none !important
    }
    .slick-arrow {
        z-index: 99
    }
    .slick-arrow.slick-prev {
        left: 15px;
        top: 30%
    }
    .slick-arrow.slick-next {
        right: 15px;
        top: 30%
    }
}

@media(max-width:767px) {
    .slick-slide .home.solution,
    .slick-slide .solution {
        width: calc(100vw - 25px) !important
    }
    .slick-slide .solution {
        overflow: hidden
    }
    .mt-banner2 {
        margin-top: 50px
    }
    .banner-img2-section {
        max-width: calc(100vw - 48px);
        max-height: 69vw
    }
    .home.banner2 {
        min-height: 625px
    }
    ul.slick-dots {
        right: 0;
        left: 0;
        margin: auto
    }
}

.header--container {
    width: 100%;
    max-width: calc(100% - 40px);
    padding: 0 16px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header--container.container {
    width: 1600px;
    max-width: 90vw;
    margin: 0 auto
}

.header--container.second {
    justify-content: center;
    gap: 38px
}

.header--container.second>.ant-flex {
    width: 100%
}

header.absolute {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none
}

header.absolute>div {
    height: 93px
}

header.absolute.show {
    opacity: 1;
    pointer-events: auto
}

.header--overlay>span {
    background-color: rgba(0, 0, 0, .598);
    width: calc(100% + 1px);
    height: 100vh;
    position: absolute;
    left: -1px;
    top: 92px;
    z-index: 0
}

.header--links {
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    margin-right: 12px
}

.header--link {
    padding: 32px 10px;
    position: relative
}

.second .header--link {
    padding: 22px 10px
}

.header--link.active:after,
.header--link:after {
    position: absolute;
    content: "";
    background-color: var(--primary);
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    transition: all .3s
}

.header--link.active:after,
.header--link:hover:after {
    width: 100%;
    transition: all .3s
}

.header--link p {
    font-weight: 500;
    color: var(--High, #1a1a1a);
    font-size: 15px
}

.btn-grp {
    display: flex;
    gap: 12px;
    width: 169px;
    justify-content: flex-end
}

header {
    box-shadow: inset 0 0 8px 1px hsla(0, 0%, 100%, .2);
    border: 1px solid var(--Other-stroke, #ebebe5);
    margin-bottom: 1px;
    background-color: #fff;
    z-index: 999;
    top: -94.4px;
    transition: all .35s;
    position: -webkit-sticky;
    position: sticky
}

header.sticky {
    top: 0;
    transition: all .35s;
    margin-bottom: 10px
}

header button.ant-btn {
    padding: 8px 24px !important;
    height: 36px
}

header button.ant-btn span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

header button.ant-btn-primary {
    background-color: var(--primary)
}

header button.ant-btn-primary:hover {
    background-color: var(--primary-dark) !important
}

header .header-dropdown {
    position: absolute;
    background-color: #fff;
    padding: 50px;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    display: flex;
    max-height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    scrollbar-color: transparent transparent
}

header .header-dropdown::-webkit-scrollbar {
    width: .01em
}

header .header-dropdown:-webkit-scrollbar-track {
    background: transparent
}

header .header-dropdown::-webkit-scrollbar-thumb {
    background-color: transparent
}

header.sticky .header-dropdown {
    max-height: calc(100vh - 93.6px)
}

.header-dropdown--item {
    padding: 0 24px;
    border-right: 1px solid #ebebe5;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.header-dropdown--item:first-child {
    padding-left: 0
}

.header-dropdown--item:last-child {
    padding-right: 0;
    border-right: none
}

.header-dropdown--item>div {
    min-width: 269px
}

.header-dropdown--item>div:last-child:not(:first-child) {
    padding-top: 12px;
    border-top: 1px solid #ebebe5
}

.header-dropdown--link {
    padding: 12px 0;
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.header-dropdown--link>div {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.header-dropdown--item p {
    color: var(--low, #2b2e32);
    font-size: 13px;
    font-weight: 400;
    line-height: 160%
}

.header-dropdown p.title-big {
    color: var(--text);
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 8px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    transition: all .3s
}

.header-dropdown p.title-main {
    color: var(--text);
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    position: relative;
    transition: all .3s
}

.header-dropdown p.title-big:after,
.header-dropdown p.title-main:after {
    position: absolute;
    content: "";
    background-color: var(--primary);
    height: 1px;
    bottom: -1px;
    left: 0;
    width: 0;
    transition: all .3s
}

.header-dropdown--item a:hover p.title-big:after {
    width: 100%
}

.header-dropdown--item a:hover p.title-big {
    color: var(--primary);
    transition: all .3s
}

.header-dropdown--item .popular {
    border-radius: 4px;
    border: 1px solid var(--Green-02, #2aa300);
    padding: 2px 4px;
    color: var(--Green-01, #1d7000);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: block
}

.header-dropdown--link.active p.title-main,
.header-dropdown--link:hover p.title-main {
    color: var(--primary);
    transition: all .3s
}

.header-dropdown--link.active p.title-main:after,
.header-dropdown--link:hover p.title-main:after {
    width: 100%;
    transition: all .3s
}

.header-dropdown--item .svg-div {
    padding: 12px 12px 0;
    margin-bottom: 16px;
    width: -moz-fit-content;
    width: fit-content
}

header.open-drop.sticky:after {
    transition: all .35s
}

.header-dropdown.second .header-dropdown--item>div {
    min-width: 204px
}

.header-dropdown.second {
    flex-direction: column
}

.header-dropdown.second>div {
    display: flex
}

.header-dropdown--bottom {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid #ebebe5;
    gap: 24px
}

.header-dropdown--bottom>div {
    display: flex;
    align-items: center
}

.header-dropdown--bottom>div:first-child {
    gap: 24px;
    padding-right: 25px
}

.header-dropdown--bottom>div:last-child {
    padding-left: 24px;
    border-left: 1px solid #ebebe5;
    justify-content: space-between;
    width: 100%
}

.header-dropdown .header-dropdown--bottom p.title-big {
    margin-bottom: 0
}

.header-dropdown.third .header-dropdown--item:last-child {
    flex-direction: row;
    gap: 80px
}

.header-dropdown.third .header-dropdown--item:last-child>div {
    min-width: 140px
}

.header-dropdown.third .header-dropdown--item:last-child>div:last-child {
    padding-top: 0;
    border-top: 0
}

.header-dropdown.fourth .header-dropdown--item>div {
    min-width: 200px;
    max-width: 200px
}

.header-dropdown.fourth .header-dropdown--item:last-child>div {
    min-width: 140px;
    max-width: 140px;
    padding-left: 16px
}

.burger {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 1.5rem;
    height: 1rem;
    border: none;
    outline: none;
    visibility: visible
}

.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.15px;
    opacity: 1;
    rotate: 0deg;
    border-radius: .15rem;
    background-color: var(--text);
    transition: all .3s ease
}

.burger-line:first-child {
    top: 0
}

.burger-line:nth-child(2) {
    top: .5rem;
    width: 70%
}

.burger-line:nth-child(3) {
    top: 1rem
}

.burger.is-active>.burger-line:first-child {
    top: .5rem;
    rotate: 135deg
}

.burger.is-active>.burger-line:nth-child(2) {
    opacity: 0
}

.burger.is-active>.burger-line:nth-child(3) {
    top: .5rem;
    rotate: -135deg
}

.head-btn {
    display: none !important
}

.header-dropdown {
    border-top: 1px solid var(--Other-stroke, #ebebe5)
}

@media screen and (min-width:1024px) {
    .burger {
        visibility: hidden
    }
    .burger,
    .nav-list-mobile {
        display: none
    }
}

@media screen and (max-width:1023px) {
    header {
        top: 0;
        position: fixed;
        width: 100%
    }
    body,
    html {
        overflow-x: hidden;
        max-width: 100vw
    }
    main {
        margin-top: 68px
    }
    .btn-grp,
    .header--links {
        display: none
    }
    .header--container {
        padding: 20px 16px;
        flex-wrap: wrap;
        max-width: 100vw
    }
    header button.ant-btn.head-btn {
        display: flex !important;
        padding: 4px 8px !important;
        height: 28px;
        margin-left: auto;
        margin-right: 10px
    }
    header button.ant-btn.head-btn span {
        font-size: 11px !important
    }
    .nav-list-mobile {
        width: 100%;
        height: 0;
        transition: all .3s;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0 -16px;
        width: calc(100% + 32px)
    }
    .nav-list-mobile.open {
        height: calc(100vh - 68px);
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
        margin-top: 20px;
        overflow-y: scroll;
        gap: 0;
        padding-bottom: 20px;
        border-top: 1px solid var(--Other-stroke, #ebebe5)
    }
    .nav-list-mobile--item>* {
        padding: 18px 24px 18px 20px;
        border-bottom: 1px solid var(--Other-stroke, #ebebe5)
    }
    .nav-list-mobile--item svg {
        transform: rotate(-90deg)
    }
    .nav-list-mobile--item svg path {
        stroke: #1a1a1a
    }
    header .header-dropdown {
        width: 100%;
        position: unset;
        transform: none;
        flex-wrap: wrap;
        padding: 20px 0 0
    }
    .header-dropdown--item {
        padding: 0;
        border-right: none;
        gap: 12px;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 20px
    }
    .header-dropdown--item .svg-div {
        padding: 0;
        margin-bottom: 0
    }
    .header-dropdown--item .svg-div svg {
        scale: .7
    }
    .header-dropdown--link {
        padding: 8px 0
    }
    header .header-dropdown,
    header.sticky .header-dropdown {
        max-height: none;
        gap: 20px
    }
    header .ant-collapse,
    header .ant-collapse>.ant-collapse-item {
        border: none !important
    }
    header .ant-collapse {
        background-color: transparent
    }
    header .ant-collapse .ant-collapse-content {
        border: none !important
    }
    header .ant-collapse>.ant-collapse-item>.ant-collapse-header {
        padding: 0;
        flex-direction: row-reverse
    }
    header .ant-collapse-item:not(:last-child) {
        margin-bottom: 20px
    }
    .header--link,
    .header-custom-ink,
    header .ant-collapse-header-text {
        font-weight: 500;
        color: var(--High, #1a1a1a);
        font-size: 16px;
        display: block
    }
    .header-dropdown.second>div {
        flex-direction: column;
        gap: 20px
    }
    .header-dropdown--bottom>div:last-child {
        padding-left: 0;
        border-left: 0
    }
    header .ant-collapse .ant-collapse-content>.ant-collapse-content-box {
        padding: 12px 6px
    }
    .header-dropdown p.title-big {
        font-size: 16px;
        line-height: 24px;
        color: rgba(43, 46, 50, .8);
        font-weight: 500;
        margin-top: 10px;
        margin-bottom: 20px
    }
    .header-dropdown p.title-main {
        font-size: 14px
    }
    header button.ant-btn.ant-btn-default {
        margin-top: auto
    }
    header .ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
        scale: 1.2
    }
    .header--container.second {
        display: none
    }
    .header-dropdown.fourth .header-dropdown--item:last-child>div {
        padding-left: 0;
        max-width: 100%;
        width: 100%
    }
    .header--overlay>span {
        display: none
    }
    .headerMobileText {
        font-size: 16px;
        font-weight: 700
    }
    .header--container.container {
        max-width: 100%
    }
}

@media screen and (max-width:767px) {
    header .ant-collapse .ant-collapse-content>.ant-collapse-content-box {
        padding: 10px 6px
    }
    .header-dropdown--item .svg-div svg {
        scale: .6;
        margin-bottom: -10px;
        margin-left: -10px
    }
    .header-dropdown p.title-big {
        font-size: 15px;
        margin-bottom: 8px;
        margin-top: 12px
    }
    .header-dropdown--link>div {
        gap: 4px
    }
    .header-dropdown--item p {
        line-height: 140%
    }
    .header-dropdown--item {
        gap: 10px
    }
    .header-dropdown--item>div:last-child:not(:first-child) {
        padding-top: 0;
        border-top: 0
    }
    header .header-dropdown,
    header.sticky .header-dropdown {
        gap: 18px
    }
    .nav-list-mobile {
        gap: 17px
    }
    .logo-head {
        padding-top: 6px
    }
    .logo-head svg {
        scale: .8;
        margin-left: -15px
    }
    .logo-head.logix svg {
        margin-top: -16px
    }
    .logo-head.logix {
        height: 34px
    }
    .burger {
        width: 1.35rem
    }
    .header-dropdown--item {
        width: 100%
    }
    .header-dropdown.fourth .header-dropdown--item:last-child>div,
    .header-dropdown.fourth .header-dropdown--item>div {
        width: 100%;
        max-width: 100%
    }
    .header-dropdown--bottom>div:last-child {
        align-items: flex-start;
        gap: 0 10px;
        flex-wrap: wrap
    }
    .header--link.active:after,
    .header--link:hover:after {
        position: absolute;
        content: "";
        background-color: var(--primary);
        bottom: 0;
        left: 0;
        width: 3px;
        height: 100%;
        transition: all .3s
    }
}

@font-face {
    font-family: __Public_Sans_3a41d0;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/_next/static/media/f7650dfaa438c37c-s.woff2) format("woff2");
    unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab
}

@font-face {
    font-family: __Public_Sans_3a41d0;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/_next/static/media/98baa4a7809fbf72-s.woff2) format("woff2");
    unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff
}

@font-face {
    font-family: __Public_Sans_3a41d0;
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/_next/static/media/8bf7b2ceda89477b-s.p.woff2) format("woff2");
    unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd
}

@font-face {
    font-family: __Public_Sans_Fallback_3a41d0;
    src: local("Arial");
    ascent-override: 90.37%;
    descent-override: 21.40%;
    line-gap-override: 0.00%;
    size-adjust: 105.12%
}

.__className_3a41d0 {
    font-family: __Public_Sans_3a41d0, __Public_Sans_Fallback_3a41d0;
    font-style: normal
}

footer {
    background: #1e1e1e
}

.footer--container {
    width: 1600px;
    max-width: 90vw;
    margin: 0 auto;
    padding: 0 16px
}

.footer--top {
    padding: 80px 0
}

.footer--cta {
    border-radius: 12px;
    background: #262626;
    border: 1px solid #343434;
    padding: 50px 50px 112px;
    display: flex;
    align-items: center;
    position: relative
}

.footer--cta,
.footer--cta--image {
    max-width: 100%
}

.footer--cta .footer--cta--image img {
    position: absolute;
    height: auto;
    max-height: 100%;
    width: auto;
    right: 0;
    top: 0
}

footer img.guides {
    right: 0;
    bottom: 0;
    position: absolute
}

.footer--cta--content {
    width: 50%;
    min-width: 489px;
    z-index: 1
}

.footer--cta--content h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 47px;
    margin-bottom: 14px
}

.footer--cta--content p {
    color: hsla(0, 0%, 100%, .8);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px
}

input.ant-input::placeholder {
    color: hsla(0, 0%, 100%, .6);
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    opacity: 1
}

input.ant-input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6);
    font-size: 13px;
    font-weight: 400;
    line-height: normal
}

.ant-input-affix-wrapper.ant-input-outlined,
.ant-input-affix-wrapper.ant-input-outlined.ant-input-affix-wrapper-focused,
.ant-input-affix-wrapper.ant-input-outlined:hover,
input.ant-input,
input.ant-input:focus,
input.ant-input:hover {
    border-radius: 6px;
    border: 1px solid hsla(0, 0%, 100%, .1);
    background: #1f1f1f !important;
    height: 42px;
    color: #fff;
    box-shadow: none;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding: 13px 14px
}

.ant-input-affix-wrapper.ant-input-outlined .ant-input-prefix {
    color: #fff;
    font-size: 13px;
    font-weight: 400
}

.ant-input-affix-wrapper input.ant-input {
    padding: 0;
    height: auto
}

.footer--cta button.ant-btn-primary {
    margin-top: 24px;
    background-color: var(--primary)
}

.footer--cta button.ant-btn-primary:hover {
    background-color: var(--primary-dark) !important
}

.footer--bottom {
    border-top: 1px solid hsla(0, 0%, 100%, .17);
    padding: 80px 0 40px
}

.footer--bottom .footer--container {
    display: flex;
    gap: 50px
}

.footer--bottom .footer--container p {
    color: hsla(0, 0%, 100%, .8);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px
}

.footer--links {
    display: flex;
    gap: 60px
}

footer .h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
    text-transform: capitalize
}

.footer--links--item {
    display: flex;
    flex-direction: column;
    gap: 10px
}

footer .footer--links--item .h6 {
    margin-bottom: 0
}

.footer--links--item a {
    color: hsla(0, 0%, 100%, .8);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px
}

.footer--links--item a:hover {
    color: #fff
}

footer .adress {
    max-width: 300px
}

footer .adress svg {
    margin-bottom: 20px
}

.footer--bottom .footer--container:first-child {
    padding-bottom: 30px;
    border-bottom: 1px solid #303030;
    margin-bottom: 40px;
    justify-content: space-between
}

.footer--container:last-child {
    justify-content: space-between;
    align-items: center
}

.footer--container:last-child ul {
    display: flex;
    gap: 6px
}

.footer--container {
    position: relative
}

.footer--container:last-child ul li a {
    padding: 2px;
    display: flex;
    width: 50px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #606060
}

.footer--container:last-child p {
    color: hsla(0, 0%, 100%, .6);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.footer--cta--links {
    display: flex;
    gap: 16px;
    background: #1e1e1e;
    border-top-right-radius: 12px;
    border: 1px solid #343434;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px 20px 0 0;
    border-bottom: 0;
    border-left: 0;
    position: absolute;
    bottom: 0;
    z-index: 1
}

.footer--cta--links:after {
    right: -21px;
    bottom: 0
}

.footer--cta--links:after,
.footer--cta--links:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 20px;
    background-color: #262626;
    border-radius: 50%;
    box-shadow: -10px 10px 0 #1e1e1e
}

.footer--cta--links:before {
    left: 0;
    bottom: 63.5px
}

.footer--cta--links a {
    border-radius: 12px;
    border: 1px solid hsla(0, 0%, 100%, .1);
    background: #262626;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: hsla(0, 0%, 100%, .8);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px
}

.footerCollapse {
    display: none
}

@media screen and (max-width:1023px) {
    .footer--top {
        padding: 60px 0
    }
    .footer--bottom {
        padding: 60px 0 40px
    }
    .footer--cta {
        padding: 30px 30px 95px
    }
    .footer--container {
        max-width: 100%;
        width: 100%
    }
    .footer--links {
        width: 70%;
        gap: 20px
    }
    .footer--bottom .footer--container:first-child {
        gap: 25px
    }
}

@media screen and (max-width:767px) {
    .footer--cta--links {
        width: 100%;
        position: relative;
        border: none
    }
    .footer--links {
        width: 100%
    }
    .footer--cta .footer--cta--image img,
    .footer--cta--links:after,
    .footer--cta--links:before {
        display: none
    }
    .footer--cta {
        padding: 25px 20px;
        border-radius: 8px
    }
    .footer--cta,
    .footer--cta--content {
        max-width: 100%;
        min-width: 100%
    }
    .footer--cta--content h2 {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 10px
    }
    .footer--container:last-child p {
        margin-bottom: 20px
    }
    .footer--cta--content .ant-flex {
        flex-direction: column;
        gap: 8px !important
    }
    .footer--cta button.ant-btn-primary {
        margin-top: 16px
    }
    .footer--cta--links {
        flex-direction: column;
        padding-right: 0
    }
    .footer--cta--links a {
        width: 100%;
        border-radius: 8px
    }
    .footer--top {
        padding: 40px 0
    }
    .footer--bottom .footer--container:first-child,
    .footer--links {
        flex-direction: column
    }
    .footer--links {
        gap: 32px
    }
    .footer--links--item {
        gap: 15px
    }
    .footer--bottom {
        padding: 40px 0 0
    }
    .footer--bottom .footer--container:first-child {
        padding-bottom: 25px;
        margin-bottom: 25px
    }
    .footer--bottom .footer--container {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 30px
    }
    .footer--bottom .footer--container p,
    .footer--links--item a {
        font-size: 14px
    }
    footer .adress {
        max-width: 100%
    }
    .footer--links--item a {
        padding-left: 10px
    }
    .footer--bottom .footer--container:last-child {
        gap: 20px
    }
    footer .ant-collapse,
    footer .ant-collapse>.ant-collapse-item {
        border: none !important
    }
    footer .ant-collapse {
        background-color: transparent
    }
    footer .ant-collapse .ant-collapse-content {
        border: none !important
    }
    footer .ant-collapse>.ant-collapse-item>.ant-collapse-footer {
        padding: 0;
        flex-direction: row-reverse
    }
    footer .ant-collapse-item:not(:last-child) {
        margin-bottom: 20px
    }
    .footer-dropdown.second>div {
        flex-direction: column;
        gap: 20px
    }
    .footer-dropdown--bottom>div:last-child {
        padding-left: 0;
        border-left: 0
    }
    footer .ant-collapse .ant-collapse-content>.ant-collapse-content-box {
        padding: 0;
        background-color: #1e1e1e
    }
    .footer-dropdown p.title-big {
        font-size: 16px;
        line-height: 24px
    }
    .footer-dropdown p.title-main {
        font-size: 14px
    }
    footer button.ant-btn.ant-btn-default {
        margin-top: auto
    }
    footer .ant-collapse>.ant-collapse-item>.ant-collapse-footer .ant-collapse-arrow {
        scale: 1.2
    }
    .footer--container.second {
        display: none
    }
    .footer-dropdown.fourth .footer-dropdown--item:last-child>div {
        padding-left: 0;
        max-width: 100%;
        width: 100%
    }
    .footerCollapse {
        display: block
    }
    .footerCollapse .ant-collapse-header-text {
        color: #fff;
        font-weight: 500
    }
    .footerCollapse.ant-collapse>.ant-collapse-item {
        margin-bottom: 0
    }
    .footerCollapse .ant-collapse-item-active .ant-collapse-expand-icon svg {
        transform: rotate(180deg)
    }
    .footerCollapse .ant-collapse-expand-icon {
        padding-top: 5px
    }
    .footerCollapse .header-dropdown--link {
        padding: 6px 10px
    }
    .footerCollapse .header-dropdown--link p {
        color: hsla(0, 0%, 100%, .8);
        font-size: 13px;
        font-weight: 400;
        line-height: 20px
    }
    .footer--links {
        display: none
    }
    .footerCollapse .ant-collapse-item {
        width: 100%
    }
    .footerCollapse.ant-collapse>.ant-collapse-item>.ant-collapse-header {
        padding-left: 0;
        width: 100%
    }
    footer .ant-collapse {
        width: 100%
    }
    .footerCollapse.ant-collapse>.ant-collapse-item:first-child>.ant-collapse-header {
        padding-top: 0
    }
    .footer--container:last-child ul {
        gap: 8px;
        width: 100%
    }
    .footer--container:last-child ul li {
        flex: auto
    }
    .footer--container:last-child ul li a {
        width: 100%
    }
    footer .header-dropdown--link:first-child {
        padding-top: 0
    }
}



/* cyrillic-ext */
@font-face {
  font-family: '__Inter_d65c78';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZJhjpYvic8.woff2) format('woff2');
  unicode-range: u+0460-052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f;
}

/* cyrillic */
@font-face {
  font-family: '__Inter_d65c78';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZthjpYvic8.woff2) format('woff2');
  unicode-range: u+0301, u+0400-045f, u+0490-0491, u+04b0-04b1, u+2116;
}

/* greek-ext */
@font-face {
  font-family: '__Inter_d65c78';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZNhjpYvic8.woff2) format('woff2');
  unicode-range: u+1f??;
}

/* greek */
@font-face {
  font-family: '__Inter_d65c78';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZxhjpYvic8.woff2) format('woff2');
  unicode-range: u+0370-0377, u+037a-037f, u+0384-038a, u+038c, u+038e-03a1, u+03a3-03ff;
}

/* vietnamese */
@font-face {
  font-family: '__Inter_d65c78';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZBhjpYvic8.woff2) format('woff2');
  unicode-range: u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1, u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329, u+1ea0-1ef9, u+20ab;
}

/* latin-ext */
@font-face {
  font-family: '__Inter_d65c78';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZFhjpYvic8.woff2) format('woff2');
  unicode-range: u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304, u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab, u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}

/* latin (The one currently failing in your screenshot) */
@font-face {
  font-family: '__Inter_d65c78';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hjpYv.woff2) format('woff2');
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304, u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215, u+feff, u+fffd;
}







@font-face {
    font-family: __Inter_Fallback_d65c78;
    src: local("Arial");
    ascent-override: 90.20%;
    descent-override: 22.48%;
    line-gap-override: 0.00%;
    size-adjust: 107.40%
}

.__className_d65c78 {
    font-family: __Inter_d65c78, __Inter_Fallback_d65c78;
    font-style: normal
}