.hero-new-section {
    background: #f7f4e9;
    padding-top: 91px;
    overflow: hidden
}

.admin-bar .hero-new-section {
    padding-top: 60px
}

.hero-new-section.hide-logo .global_brands_item:first-child {
    display: none;
}

.hero-new-section .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.hero-new-section .wrapper:has(.right-col .hero-img img),
.hero-new-section .wrapper:has(.right-col .video-wrapper) {
    align-items: center;
}

.hero-new-section .wrapper.align-end,
.hero-new-section .wrapper.align-end:has(.right-col .hero-img img) {
    align-items: flex-end;
}

.hero-new-section .wrapper .left-col {
    width: 51%;
    display: flex;
    padding: 60px 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


.hero-new-section .wrapper .left-col .hero-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}

.hero-new-section .wrapper .right-col .hero-img img {
    width: 100%;
    display: block;
    mix-blend-mode: darken;
}

.hero-new-section .wrapper .right-col .video-wrapper video {
    width: 100%;
    border-radius: 20px;
}

.hero-new-section .video-wrapper {
    position: relative;
    min-height: 386px;
}

.hero-new-section .video-wrapper .video-logo {
    position: absolute;
    left: -90px;
    top: 70px;
    background-color: #ffffff;
    padding: 15px 15px;
    border-radius: 16px;
}

.hero-new-section .video-wrapper .video-logo svg {
    display: block;
}

.hero-new-section .video-wrapper .video-logo::after {
    content: "";
    display: block;
    width: 38px;
    height: 53px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='53' viewBox='0 0 38 53' fill='none'%3E%3Cpath d='M37.2609 50.6641C18.0942 52.6641 -5.73839 50.6641 2.76131 0.164062' stroke='%23AD5151' stroke-opacity='0.3' stroke-width='2' stroke-dasharray='5 3'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 83px;
    top: 100%;
    z-index: 1;
}

.hero-new-section .hero-content span.h4 {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
    color: var(--grey);
    font-family: var(--font-montserrat);
}


.global_brands_grid_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px -15px 0 -15px;
}

.global_brands_grid_wrap .global_brands_item {
    padding: 0 15px;
    margin: 0;
}

.global_brands_grid_wrap .global_brands_item:not(:last-child) {
    border-right: 1px solid #d9d9d9;
}

.global_brands_grid_wrap img {
    max-width: 100px;
    height: auto;
}

.global_brands_item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-new-section .wrapper .right-col {
    width: 43.182%;
    display: flex
}

.scrolling_img_wrap {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    overflow: hidden
}

.hero-new-section .wrapper .left-col .hero-content .btn-group {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.hero-new-section .wrapper .left-col .hero-content h1 {
    margin-bottom: 10px
}

.hero-new-section .wrapper .left-col .hero-content h1 i {
    color: var(--theme-red);
    font-style: normal;
}

.hero-new-section .wrapper .left-col .hero-content .btn-group .btn:not(:first-child) {
    margin-left: 15px
}

.scrolling_img_wrap .scrolling_anim_img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 68px
}

.scrolling_img_wrap .scrolling_anim_img .scrolling_img {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    margin: 24px 0 0;
    -webkit-animation: tabscrollText 40s infinite linear;
    animation: tabscrollText 40s infinite linear
}

@-webkit-keyframes tabscrollText {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-50%)
    }
}

@keyframes tabscrollText {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-100%)
    }
}

.scrolling_img_wrap .scrolling_anim_img .item_img {
    box-shadow: rgb(0 0 0 / .06) 6.371px 6.371px 15.929px 0;
    display: flex;
    border-radius: 15.93px;
    overflow: hidden
}

.scrolling_img_wrap .scrolling_anim_img .item_img:not(:last-child) {
    margin-bottom: 24px
}

.scrolling_img_wrap .scrolling_anim_img .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top
}

.scrolling_anim_img .item_img.two_col_img {
    display: flex;
    justify-content: space-between;
    box-shadow: none;
    overflow: unset
}

.scrolling_anim_img .item_img.two_col_img .two_col_item {
    border-radius: 15.93px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / .06) 6.371px 6.371px 15.929px 0;
    display: flex
}

.scrolling_anim_img .item_img.two_col_img .two_col_item:not(:last-child) {
    margin-right: 17px
}


.hero-new-section .wrapper .right-col:has(.app-slider-wrap) {
    align-items: center;
}

.hero-new-section:has(.app-slider-wrap) .app-slider-wrap {
    padding: 100px 0;
}

.app-slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.app-slider-track {
    position: relative;
    width: 100%;
    height: 466px;
}

.app-slide {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 220px;
    height: 466px;
    margin-left: -110px;
    margin-top: -233px;
    border-radius: 24px;
    overflow: hidden;
    background: #0d0730;
    transform: translateX(140%) scale(.6);
    opacity: 0;
    z-index: 1;
    transition: transform .8s cubic-bezier(.65, .05, .36, 1), opacity .8s ease;
    will-change: transform, opacity;
}

.app-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.app-slide.is-active {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 3;
}

.app-slide.is-next {
    transform: translateX(95%) scale(.68);
    opacity: 1;
    z-index: 2;
}

.app-slide.is-prev {
    transform: translateX(-95%) scale(.68);
    opacity: 1;
    z-index: 2;
}

.app-slide.is-hidden-left {
    transform: translateX(-140%) scale(.6);
    opacity: 0;
    z-index: 0;
}

/* first paint = no transition, so slides snap straight to position instead
   of visibly animating in alongside the right-col's fade-up */
.app-slider-track.no-anim-init .app-slide {
    transition: none;
}

.app-slider-frame,
.frame-main {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 220px;
    height: 466px;
    margin-left: -110px;
    margin-top: -233px;
    z-index: 5;
    pointer-events: none;
}

.frame-main:after {
    content: '';
    border-radius: 429px;
    opacity: 0.5;
    background: radial-gradient(47.55% 42.84% at 50% 50%, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    filter: blur(5.5px);
    width: 400px;
    height: 16px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

@media (max-width:1399px) {

    .hero-new-section .wrapper .left-col {
        width: 50%;
    }

    .hero-new-section .wrapper .right-col {
        width: 48%;
    }

    .hero-new-section .wrapper .right-col:has(.video-wrapper) {
        width: 40%;
    }

    .page-id-63 .hero-new-section .wrapper .left-col .hero-content .btn-group .btn {
        font-size: 15px;
    }

    .app-slider-frame,
    .frame-main {
        width: 200px;
        height: 390px;
        margin-left: -100px;
        margin-top: -215px;
    }

    .app-slide {
        width: 200px;
        height: 386px;
        margin-left: -100px;
        margin-top: -235px;
    }

    .frame-main:after {
        bottom: 5px;
        width: 300px;
    }
}


@media (max-width:1199px) {
    .scrolling_img_wrap .scrolling_anim_img {
        padding: 0 20px;
    }

    .hero-new-section .wrapper .left-col {
        width: 57%;
    }

    .hero-new-section .wrapper .right-col {
        width: 43%;
    }

    .hero-new-section .wrapper .left-col .hero-content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .global_brands_grid_wrap .global_brands_item {
        padding: 0 12px;
    }

    .hero-new-section .wrapper .left-col {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
    }

    .hero-new-section .wrapper .right-col {
        width: 50%;
        margin: 0 auto 40px;
    }

    .hero-new-section .wrapper .left-col .hero-content .btn-group {
        justify-content: center;
    }

    .hero-new-section .hero-content span.h4,
    .hero-new-section .wrapper .left-col .hero-content p {
        font-size: 14px;
        line-height: 24px;
    }

    .hero-new-section .wrapper .right-col:has(.video-wrapper) {
        width: 60%;
    }

    .global_brands_grid_wrap {
        justify-content: center;
    }

    .app-slider-track {
        height: 400px;
    }

    .hero-new-section:has(.app-slider-wrap) .app-slider-wrap {
        padding: 60px 0 0 0;
    }

    .app-slide {
        width: 175px;
        height: 339px;
        margin-left: -96px;
        margin-top: -244px;
    }

    .app-slider-frame,
    .frame-main {
        width: 178px;
        height: 339px;
        margin-left: -91px;
        margin-top: -192px;
    }

    .frame-main:after {
        bottom: 10px;
        width: 280px;
    }

    .hero-new-section:has(.app-slider-wrap) .app-slider-wrap {
        padding: 60px 0px 0 10px;
    }

    .hero-new-section .wrapper .right-col:has(.app-slider-wrap) {
        margin-bottom: 0;
        margin-top: 20px;
    }
}

@media (max-width:991px) {
    .scrolling_img_wrap .scrolling_anim_img {
        position: relative;
        padding: 0
    }

    .scrolling_img_wrap .scrolling_anim_img .scrolling_track {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap
    }

    .scrolling_img_wrap .scrolling_anim_img .scrolling_img {
        flex-direction: row;
        margin: 0
    }

    .scrolling_img_wrap .scrolling_anim_img .item_img {
        width: 342px;
        height: 227px;
        margin: 0 24px 0 0;
        border-radius: 10px
    }

    .scrolling_img_wrap .scrolling_anim_img .item_img:not(:last-child) {
        margin-bottom: 0;
        margin-right: 16px
    }

    .scrolling_anim_img .item_img.two_col_img {
        width: auto
    }

    .scrolling_anim_img .item_img.two_col_img .two_col_item {
        border-radius: 10px;
        width: 105px
    }

    @-webkit-keyframes tabscrollText {
        from {
            transform: translateX(0%)
        }

        to {
            transform: translateX(-50%)
        }
    }

    @keyframes tabscrollText {
        from {
            transform: translateX(0%)
        }

        to {
            transform: translateX(-100%)
        }
    }

    .hero-new-section .wrapper .left-col,
    .hero-new-section .wrapper .right-col {
        width: 100%;
    }

    .hero-new-section .container {
        max-width: 100%;
        padding: 0;
    }

    .hero-new-section .wrapper .left-col {
        padding: 40px 0 40px 0;
        padding-left: calc((100% - 680px)/ 2);
        padding-right: calc((100% - 680px)/ 2);
    }

    .hero-new-section .wrapper .right-col {
        padding-left: calc((100% - 680px)/ 2);
        padding-right: calc((100% - 680px)/ 2);
    }

    .hero-new-section {
        padding-top: 64px;
    }

    .hero-new-section .wrapper .right-col:has(.video-wrapper),
    .hero-new-section .wrapper .right-col:has(.app-slider-wrap) {
        display: none;
    }
}

@media (max-width:767px) {

    .hero-new-section .wrapper .left-col,
    .hero-new-section .wrapper .right-col {
        padding-left: calc((100% - 500px) / 2);
        padding-right: calc((100% - 500px) / 2);
    }

    .hero-new-section .wrapper .left-col .hero-content h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .hero-new-section .wrapper .left-col .hero-content .btn-group {
        flex-direction: column;
        align-items: center;
    }

    .hero-new-section .wrapper .left-col .hero-content .btn-group .btn:not(:first-child) {
        margin: 10px 0 0 0;
    }

    .scrolling_img_wrap {
        display: none;
    }

    .global_brands_grid_wrap img {
        height: auto;
        max-height: 44px;
        object-fit: contain;
    }

    .global_brands_grid_wrap {
        position: relative;
        margin: 30px -15px 0 -15px;
        overflow: hidden;
    }

    .global_brands_grid_wrap .global_brands_item {
        width: 50%;
        text-align: center;
        padding: 15px;
    }

    .hero-new-section.hide-logo::before {
        display: none;
    }

    .hero-new-section.hide-logo .global_brands_grid_wrap::before {
        display: none;
    }

    .hero-new-section.hide-logo .global_brands_item {
        width: 33.33%;
    }

    .hero-new-section.hide-logo .global_brands_grid_wrap::after {
        display: none;
    }

    .hero-new-section.hide-logo .global_brands_item:not(:last-child) {
        border-right: 1px solid #d9d9d9;
    }

    .global_brands_item a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .global_brands_grid_wrap .global_brands_item:not(:last-child) {
        border: 0;
    }

    .global_brands_grid_wrap:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #D9D9D9;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    .global_brands_grid_wrap::after {
        content: '';
        position: absolute;
        height: 1px;
        background-color: #D9D9D9;
        left: 20px;
        top: 50%;
        width: calc(100% - 40px);
    }

    .hero-new-section .hero-content span.eyebrow {
        text-align: left;
    }

    .hero-new-section .hero-content p {
        font-size: 14px;
        line-height: 27px;
    }

    .hero-new-section .hero-content span.h4 {
        font-size: 16px;
        line-height: 27px;
    }

    .hero-new-section .wrapper .right-col:has(.hero-img img),
    .hero-new-section .wrapper .right-col:has(.video-wrapper) {
        display: none;
    }
}

@media (max-width:575px) {

    .hero-new-section .wrapper .left-col,
    .hero-new-section .wrapper .right-col {
        padding-left: 20px;
        padding-right: 20px;
    }

}