/** Shopify CDN: Minification failed

Line 293:47 Expected identifier but found whitespace
Line 293:48 Unexpected "16px"

**/
:root {
    /* --text-color-light: #000; */
    --bg-color-light: #fff;
    --text-color-dark: #fff;
    --bg-color-dark: black;
}

body {
    height: 100dvh;
    color: var(--text-color-light);
    background-color: var(--bg-color-dark);
    transition: color 0.3s ease, background-color 0.3s ease;
}

/** ---- Video SlideShow CSS ---- **/
canvas {
    display: block;
}

.slide-show-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide-show-container>video {
    width: 100%;
    max-width: 100%;
    display: block;
    transition: transform 0.3s ease-out;
}

.video-content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    max-width: 240px;
    position: absolute;
    padding: 0 20px;
    top: 25%;
    left: 5%;
    overflow: hidden;
}

.sub-heading {
    display: flex;
    margin-bottom: 10px;
}

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

.sub-title>p {
    margin: 0;
    font-size: 5px;
    text-transform: uppercase;
    line-height: 100%;
}

.text_paragraph {
    color: #fff;
    font-size: 6px;
}

.text_content {
    width: 100%;
}

.heading__title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin: 0;
}

.letter {
    display: inline-block;
    position: relative;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


@keyframes typing {
    0% {
        width: 0
    }
}

#scroll-down-animation {
    display: none;
}

.social-media {
    display: none;
}

.social-media .media__links {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.icon__flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}

.icon__flex span>svg {
    vertical-align: middle;
}

@media only screen and (min-width: 749px) {

    .video-content {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
        max-width: 600px;
        position: absolute;
        top: 30%;
        left: 5%;
    }

    .heading__title {
        color: #FFF;
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        text-transform: uppercase;
        margin: 0 0 20px 0;
    }

    .text_content {
        width: 405px;
    }

    .text_paragraph {
        font-size: 14px;
        line-height: 150%;
    }

    .sub-title>p {
        margin: 0;
        font-size: 10px;
        text-transform: uppercase;
        line-height: 100%;
    }

    #scroll-down-animation {
        display: block;
    }

    .box {
        display: block;
    }

    .social-media {
        display: block;
        position: absolute;
        top: 50%;
        left: 80%;
    }

    .social-media .media__links {
        display: flex;
        justify-content: space-between;
        column-gap: 20px;
        rotate: -90deg;
        width: max-content;
    }
}




/** ---- Awards Section CSS ---- **/

.awards-section {
    padding: 50px;
    background-color: #000000;
}

.awards_content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.gallery_marker {
    display: flex;
    column-gap: 10px;
}

.gallery_marker .caption_heading {
    color: #fff;
}

.gallery_content {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.gallery_content .heading {
    color: #fff;
    font-size: 20px;
    font-weight: bolder;
    line-height: normal;
}

#awards-slider {
    margin-top: 10px;
}

@media only screen and (min-width: 749px) {
    .gallery_content .heading {
        color: #fff;
        font-size: 35px;
        font-weight: bolder;
        line-height: normal;
    }
}

/** ---- Awards Snippet CSS ---- **/

.crd--effect-2 {
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.crd--effect-2 .crd-info {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.crd--effect-2 .crd-heading {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transform: scale(1);
    opacity: 1;
    transition: .5s;
}

.crd--effect-2 .award_icon {
    transform: scale(1);
    opacity: 1;
    transition: .5s;
}


.crd--effect-2 .crd-info .crd-text>p font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
transform: scale(1);
opacity: 1;
transition: .4s;
}

.crd--effect-2 .crd-info .crd-text>p a {
    text-decoration: underline;
    font-weight: 500;
}

@media only screen and (min-width: 749px) {
    .crd--effect-2 {
        padding-bottom: 100px;
    }
}

/** ---- Brand Logos CSS ---- **/

.brand_inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.brand_logos {
    max-width: 130px;
    max-height: 100px;
    display: grid;
    overflow: hidden;
    padding: 10px;
}

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

/** ---- MM Blogs Section CSS ---- **/

.blog_articles {
    position: relative;
}

.blog_headers {
    display: flex;
    flex-direction: column;
    row-gap: 24px;

    @media only screen and (max-width: 750px) {
        row-gap: 12px;
    }
}

.blog_marker {
    display: flex;
    column-gap: 10px;
}

.blog_marker .text_value {
    color: #000;
}

.header__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-right: 125px;
}

.blog_header_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.blog_header_title .heading {
    color: #333;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 147.5%;
    /* 59px */
}

.header__content .blog__sub__heading {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.article_img {
    position: relative;
    width: 100%;
    padding-bottom: 55%;
    overflow: hidden;
}

.article_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.0);
    transition: all 834ms linear;
}

.article_author {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 10px;
}

.author_value {
    color: #9B9B9C;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
}

.vertical_line {
    margin-left: 10px;
    margin-right: 10px;
    width: 1px;
    height: 14px;
    background-color: #4545;
}

.article_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dark__blog .article_title {
    color: #fff;
}

.dark__blog .article_date {
    color: #fff;
}

.light__blog .article_title {
    color: #000;
}

.light__blog .article_date {
    color: #5B627D;
}

.article_date {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}

.article_title {
    color: #000;
    min-height: 60px;
    margin-top: 18px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.article_hr_line {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    background-color: #4545;
}

.article_url {
    width: fit-content;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    transition: all 350ms linear;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.url_text {
    margin-left: -25px;
    color: #9B9B9C;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    transition: all 350ms linear;
}

.article_url .arrow_icon {
    visibility: hidden;
    margin-top: 3px;
    transition: all 350ms linear;
}


.article_items:hover .article_url .url_text {
    margin-left: 0px;
    color: #FF6B00;
}

.article_items:hover .article_url .arrow_icon {
    visibility: visible;
    rotate: -35deg;
}


@media only screen and (max-width: 749px) {
    .header__content {
        gap: 12px;
        padding-right: 30px;
    }

    .blog_header_title .heading {
        font-size: 20px;
    }

    .header__content .blog__sub__heading {
        font-size: 14px;
    }

    .article_title {
        font-size: 14px;
        line-height: 150%;
    }

    .article_date {
        font-size: 10px;
    }

    .blog_articles .splide__pagination__page {
        border-radius: 5px;
        background: #BDBDBD;
        width: 20px;
        height: 3px;
    }

    .blog_articles .splide__pagination__page.is-active {
        background: #3799EA;
        width: 30px;
    }

    .blog_articles .splide__pagination {
        gap: 10px;
        bottom: -20px;
    }
}

/** ---- MM Services Slider CSS ---- **/

.caption_ball>svg,
.captions__ball>svg {
    vertical-align: middle;
}

.services_text {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.services_marker {
    display: flex;
    column-gap: 10px;
}

.text_value {
    color: #101010;
}

.services_content {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.services_content .heading {
    color: #101010;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.services_content .paragraph {
    max-width: 400px;
    color: #454545;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

#banner-slider {
    padding-top: 30px;
}

.banner-container {
    background-color: #101010;
    border-radius: 10px;
}

.banner-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.banner-text {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.banner-text .heading {
    min-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
}

.banner-text .paragraph {
    min-height: 125px;
    color: #C1C1C1;
    line-height: 160%;
    font-size: 12px;
    font-weight: 300;
}

.banner-content .custom_button {
    margin-top: 30px;
}

.banner-content .custom_button .btn_animate {
    background: #FF6B00;
}

@media only screen and (min-width: 749px) {
    .services_content .heading {
        font-size: 40px;
    }

    .services_content .paragraph {
        font-size: 14px;
    }
}

/** ---- MM Testimonial CSS ---- **/

.page_width {
    width: 100%;
}

.testimonial_container {
    display: grid;
    grid-template-columns: 1fr;
}

.testimonial_content {
    display: flex;
    flex-direction: column;
}

.testimonial__header .heading {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.testimonial_marker {
    margin: auto;
    display: flex;
    column-gap: 10px;
}

.testimonial_img {
    max-width: 449px;
    max-height: 500px;
    overflow: hidden;
    display: none;
}

.testimonial_img img {
    display: none;
}

.review_content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.review_lines {
    display: flex;
    column-gap: 20px;
}

.review_text_stars {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.review_text {
    color: #000;
    font-weight: 700;
}

.review_desc {
    color: #000;
    font-size: 12px;
    font-style: normal;
    line-height: 150%;
}

.horizontal_line {
    background-color: #363739;
    height: 1px;
}

.review_profile {
    display: flex;
    column-gap: 20px;
}

.profile_img {
    overflow: hidden;
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
}

.profile_img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: cover;
}

.profile_details {
    display: flex;
    flex-direction: column;
}

.profile_details .profile_name {
    color: #000;
    font-weight: 700;
    line-height: 32px;
    font-size: 16px;
}

.profile_details .profile_company {
    color: #9B9B9C;

    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
}

#testimonial_slider .splide__arrow {
    background: transparent;
}

@media only screen and (min-width: 1023px) {
    .testimonial_container {
        margin: auto;
        display: flex;
        width: fit-content;
        column-gap: 50px;
    }

    .testimonial_content {
        max-width: 500px;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .testimonial_img {
        margin: auto;
        max-width: 500px;
        overflow: hidden;
        display: block;
    }

    .testimonial_img img {
        display: block;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        background-repeat: no-repeat;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }

    .testimonial_content .heading {
        color: #000;
        font-size: 37px;

        font-weight: 700;
        line-height: 70px;
    }

    .testimonial__header .heading {
        font-size: 37px;
    }

    .review_lines {
        column-gap: 30px;
    }

    .review_desc {
        font-size: 14px;
        min-width: 184px;
    }

    .review_profile {
        column-gap: 30px;
    }

    #testimonial_slider .splide__pagination {
        width: fit-content;
        position: absolute;
        margin: auto;
    }

    #testimonial_slider .splide__pagination li {
        margin-left: 10px;
    }

    #testimonial_slider .splide__pagination__page.is-active {
        background: #FF6B00;
        transform: scale(1.2);
        z-index: 1;
    }

    #testimonial_slider .splide__pagination__page.is-active::before {
        content: "";
        position: absolute;
        top: -3px;
        left: -3px;
        padding: 6px;
        transform: scale(1.5);
        border: 1px solid #FF6B00;
        border-radius: 100%;
    }

    #testimonial_slider .splide__pagination__page {
        background: #FF6B00;
        opacity: 1;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1023px) {
    .testimonial_content {
        padding-inline-start: 50px;
    }
}

/** ---- Mouse Scroll Down CSS ---- **/

#scroll-down-animation {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mouse {
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    border: 2px solid #fff;
    height: 50px;
    width: 25px;
    position: relative;
}

.move {
    position: absolute;
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation: move 1.5s linear infinite;
}

@keyframes move {
    0% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    50% {
        transform: translate(-50%, 20px);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 40px);
        opacity: 0;
    }
}

/** ---- Partners Section CSS ---- **/


.partners_text {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.partners_marker {
    display: flex;
    column-gap: 10px;
}

.partners_marker .text_value {
    color: #000;
}

.partners_content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.partners_content .heading {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    line-height: 150%;
}

.mm_custom_button {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.mm_custom_button .btn_animate {
    background: #FF6B00;
}

.mm_custom_button .label_content {
    color: #000;
}

.mm_custom_button .custom_button svg path {
    fill: #000;
}

.logo_container {
    max-width: 250px;
    max-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px;
    margin-top: 25px;
}

.partners_logo {
    max-width: 80%;
}

@media only screen and (min-width: 749px) {
    .partners_text {
        row-gap: 20px;
    }

    .partners_content .heading {
        color: #000;

        font-size: 40px;
        font-weight: 700;
        line-height: normal;
        line-height: 60px;
    }

    .mm_custom_button {
        display: flex;
        justify-content: center;
        margin-top: 75px;
    }

    #partners-slider .splide__pagination {
        width: fit-content;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin-top: 60px;
    }

    #partners-slider .splide__pagination__page.is-active {
        width: 40px;
        height: 4px;
        border-radius: 8px;
        background: #5B5B5B;
        margin-right: 10px;
    }

    #partners-slider .splide__pagination__page {
        width: 25px;
        height: 4px;
        border-radius: 8px;
        background: #D9D9D9;
        margin-right: 10px;
    }
}

/** ---- Portfolio Gallery CSS ---- **/

#portfolio-slider .splide__slide:hover {
    width: 500px !important;
}

#portfolio-slider .splide__slide {
    transition: width 0.5s;
}

.portfolio_gallery {
    padding: 30px 20px;
    background-color: #000000;
}

.gallery_text {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.gallery_marker {
    display: flex;
    column-gap: 10px;
}

.gallery_marker .text_value {
    color: #fff;
}

.gallery_content {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.gallery_content .heading {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}

.gallery_button {
    padding-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery_button .custom_button .btn_animate {
    background: #FF6B00;
}

.portfolio-content {
    max-width: 500px;
    height: 200px;
    max-height: 300px;
}

.gallery_images {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: width 2s;
}

.banner__text {
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 12px;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner__text p,
.banner__text h2 {
    margin: 0;
}

.banner__text p {
    color: #d0f224;
    font-size: 10px;
}

.portfolio-content:hover .gallery_images {
    opacity: 0.5;
}

.portfolio-content:hover .banner__text {
    opacity: 1;
}

@media only screen and (min-width: 749px) {
    .portfolio_gallery {
        padding: 60px 40px;
    }

    .portfolio-content {
        max-width: 500px;
        height: 300px;
        max-height: 400px;
    }

    .gallery_content .heading {
        font-size: 30px;
    }

    .gallery_button {
        padding-top: 50px;
    }
}

/** ---- Video Snippet CSS ---- **/


.section_heading {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}

.video-text-section {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

.text_container {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.text_container .text_heading {
    margin-top: 10px;
    font-size: 22px;
    line-height: normal;
    color: #000;
}

.text_container .text_paragraph {
    font-size: 14px;
    line-height: normal;
    color: #000;
}

.video_container {
    z-index: 1;
    width: 100%;
    height: fit-content;
}

.video_container video {
    width: 100%;
    height: auto;
    object-fit: cover;
}


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

.text_button .custom_button {
    color: #000;
}

.text_button .custom_button .btn_animate {
    background-color: #FF6B00;
}

.text_button .custom_button svg path {
    fill: #000;
}

@media only screen and (min-width: 1023px) {

    .video-text-section {
        height: 400px;
        position: relative;
        overflow: hidden;
    }

    .video_container {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        display: flex;
    }

    .video_container video {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .text_container .text_heading {
        font-size: 40px;
        font-weight: 700;
        color: #000;

        line-height: normal;
    }

    .text_container .text_paragraph {
        margin-top: 20px;
        color: #000;
        font-size: 18px;
        font-weight: 400;

        line-height: normal;
    }

    .text_container {
        position: absolute;
        top: 5%;
        right: 0;
        width: 50%;
        padding: 30px;
        box-sizing: border-box;
        background: transparent;
        transform: translateY(100%);
        opacity: 0;
        display: flex;
        flex-direction: column;
        transform: translateY(100%);
        transition: transform 0.5s ease, opacity 0.5s ease;
    }

    .text_container.active {
        transform: translateY(0);
        opacity: 1;
    }

    .text_button {
        z-index: 2;
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* ---- Brands Video Section CSS */

.brands__video .video__header {
    padding: 50px 40px;
}

.video__header .header__value {
    font-size: 30px;
    line-height: 180%;
    font-weight: 600;
}

.brands__video .video__container {
    margin: auto;
    max-width: 1000px;
    overflow: hidden;
}

/* Header Search CSS */
predictive-search .search__input,
redictive-search .search__input:active {
    border: 1px solid #00000069 !important;
}

.search__input {
    background: var(--colorNavSearch, #fff);
    border-radius: calc(var(--roundness, 0)*2);
    color: var(--color-body-text);
    flex: 1;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    min-height: 40px;
}

predictive-search .btn--close-search {
    height: 35px;
    width: 35px;
}

predictive-search {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    width: 100%;
    padding-bottom: 3px;
}

.results.results--collections,
.results.results--products {
    display: none !important;
}

.results li a:hover,
.grid-search__page-link:hover,
.predictive-search__no-results:hover,
.grid-search__link:hover {
    color: black;
}

.template-search #CollectionAjaxContent .grid.grid--uniform {
    margin: 0;
    column-gap: 40px;
}

predictive-search~.pagination {
    padding-top: 0px;
}

.main-search .predictive__screen {
    background: none;
}

.main-search .search__results {
    border: 1px solid #00000021;
}

.main-search .grid::after {
    display: none;
}

@media only screen and (min-width: 750px) {

    .results__group-2:has(.results.results--pages),
    .results__group-2:has(.results.results--articles) {
        display: none;
    }

    .template-search #CollectionAjaxContent .grid.grid--uniform {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media only screen and (max-width: 749px) {
    .template-search #CollectionAjaxContent .grid.grid--uniform {
        display: block;
    }
}