/** Shopify CDN: Minification failed

Line 393:0 Unexpected "{"
Line 393:1 Expected identifier but found "%"
Line 397:2 Unexpected "{"
Line 397:3 Expected identifier but found "%"

**/
.project-tabs__nav {
  display: flex;
  gap: 20px;
  overflow: auto;
  padding-bottom: 5px;
}

.project-tabs__nav-item:last-of-type {
    margin-right: auto;
}

.project-tabs__nav-item:first-of-type {
    margin-left: auto;
}

.project-tabs__nav-item {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 24px;
  cursor: pointer;
  background-color: #F5F6F9;
  border-radius: 20px;
  color: #000000;
  border: 2px solid transparent;
  flex-shrink: 0;
}

.project-tabs__nav-item.is-active {
  color: #B60522;
  border-color: #B60522;
  background-color: #B605221A;
}

.project-tabs__title-grid,
.project-tabs__content-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.project-tabs__title-item,
.project-tabs__content-item {
  width: 16.66%;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 3px solid transparent;
  padding: 22px;
  position: relative;
  cursor: pointer;
}

/* .project-tabs__title-item {
  display: none;
} */

.project-tabs {
    padding: 60px 0 112px;
}

.project-tabs .project-tabs__wrp {
    max-width: 1440px;
    width: 100%;
    padding: 0 80px;
    margin: 0 auto;
}

.project-tabs__nav-item.is-active svg path {fill: #B60522;fill-opacity: 1;}

.project-tabs__content {
    margin-top: 79px;
}

.project-tabs__title-grid {
    border-bottom: 1px solid #F0F1F2;
}

.project-tabs__title-item img, 
.project-tabs__content-item img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    filter: grayscale(1) opacity(0.5);
    mix-blend-mode: darken; 
}

.project-tabs__title-item p, .project-tabs__content-item p {
    display: none;
}

.project-tabs__title-item.is-active {
    border-color: #B60522;
}

.project-tabs__content-grid {
    margin-top: 80px;
    position: relative;
}

.project-tabs__title-item.is-active:before {
    content: "";
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 7px solid #B60522;
}

.project-tabs__content-item {
    border-right: 1px solid #F0F1F2;
    border-bottom: 1px solid #F0F1F2;
}

.project-tabs__content-item.is-active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 3px solid #B60522;
}

.project-tabs__content-grid:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #f7f7f7;
    z-index: 1;
}

.project-tabs__content-grid:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    border-right: 1px solid #f7f7f7;
    z-index: 1;
}

.project-tabs__title-item.is-active img, 
.project-tabs__content-item.is-active img {
    filter: none;
}

.project-tabs__nav-item svg {
    width: 26px;
    height: 26px;
}

.project-tabs__content-item.last-item {
    border-right: none;
}

@media only screen and (max-width: 1200px) {
    .project-tabs .project-tabs__wrp {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .project-tabs__content-item {
        width: 33.33%;
        padding: 12px;
        height: 70px;
    }

    .project-tabs__title-item {
        padding: 5px;
        height: 40px;
    }

    .project-tabs__content {
        margin-top: 39px;
    }

    .project-tabs__content-grid {
        margin-top: 40px;
    }

    .project-tabs__nav {
        gap: 10px;
    }

    .project-tabs__nav-item {
        font-size: 12px;
        line-height: 16px;
        gap: 5px;
        padding: 6px 12px;
        border-radius: 10px;
        border-width: 1px;
    }

    .project-tabs__nav-item svg {
        width: 13px;
        height: 13px;
    }
}

/*  */

/* .template-projects .project-tabs-section .page-width {max-width: 100%;} */
.project-tab {padding: 0;margin: 0;list-style-type: none;display: flex;justify-content: center;flex-wrap: wrap;}
.blog-articles__article {cursor: pointer;}
.pop-up-content-wrap {width: 92%;margin: auto;}
.pop-up-content-wrap .slide-arrow {position: absolute;top: 0;bottom: 0;height: 30px;width: 30px;border: 1px solid #000;border-radius: 100%;background: transparent;margin: auto;z-index: 1;}
.pop-up-content-wrap .slide-arrow.swatch-next-arrow {right: -38px;}
.pop-up-content-wrap .slide-arrow.swatch-prev-arrow {left: -38px;}
.detail-main-header {margin-bottom: 15px;}
.detail-listing ul li {margin-bottom: 8px;display: flex;align-items: center;}
.detail-listing .detail-title {font-weight: 300;color: #767676;font-size: 12px;margin-right: 15px;}
.social-details {display: flex;align-items: center;}
.social-details p {font-size: 12px;font-weight: 600;display: block;margin-bottom: 10px;color: #8a8a8a;padding-top: 5px;margin-right: 15px;}
.detail-main-header h2 {text-transform: uppercase;padding-bottom: 0;margin: 0 auto 10px;font-size: 24px;}
.project-tab-blogs div[id="all"] .project-main-brands-wrapper {display: none;}
.project-sub-brands {
  display: flex;
  align-items: center;
  padding: 0;
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.project-sub-brands .sub_brand_icon {
  padding: 12px 8px 16px;
  opacity: 0.5;
  filter: grayscale(100%);
}
.project-sub-brands .sub_brand_icon.active {
  opacity: 1;
  filter: grayscale(0);
  background: none;
}
.project-sub-brands .sub_brand_icon img {
  height: 65px;
  width: auto;
  padding: 0; 
}
.project-tab-brands {display: flex;}
.project-main-brands-wrapper {border-bottom: 1px solid #ccc;margin-bottom: 24px;padding: 0px 0 18px;}
.project-tab-brands img {
  max-width: 100%;
  max-height: 100%;
}
.project-main-brands {
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1230px;
  margin: 0 auto;
}
.project-main-brands div[data-tab-sub-custom] {
  cursor: pointer;
  margin: 0 10px;
  width: calc(18% - 20px);
  text-align: center;
  font-size: 42px;
  filter: grayscale(100%);
  opacity: 0.5;
  position: relative;
  height: 77px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-main-brands div[data-tab-sub-custom].active {
  filter: inherit;
  opacity: 1;
}
.project-main-brands div[data-tab-sub-custom].active::after {
  content: "";
  background: red;
  display: block;
  width: 50%;
  height: 3px;
  position: absolute;
  bottom: -20px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
div[data-tab-sub-content] img {height: 65px;}
.project-stats-wrapper {
  border-top: 1px solid #ccc;
}
.project-stats-wrapper-main {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.project-tab-blogs .main-wrp {
    display: none;
}
.project-tab-blogs .main-wrp.active {display:block}
.stats-row.sub-brand-row {
display: none;
padding: 16px 0 12px;
}
.stats-row.brand-row {
padding: 16px 0 12px;
}
.stats-row.sub-brand-row.active {
  display: flex;
}
.main-blog {padding-top: 20px;}
.stats-row {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1150px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.stats-box {
  width: 25%;
  text-align: center;
}
.stats-left {
  width: 30%;
}
.main-stats {
  display: flex;
  justify-content: flex-end;
  width: 70%;
}
.stats-left h2 {
  font-weight: 500;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
}
.stats-left h2 span {
  font-weight: 300;
}
.stats-box p {
  text-transform: uppercase;
}
.stats-row h3 {
  color: rgb(182, 5, 34);
  font-size: 32px;
  margin: 0;
}
.stats-row p {
  margin: 8px auto;
  padding: 0;
  text-align: center;
  color: #000;
  width: auto;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
.project-tab a {padding: 18px 50px;
  display: block;
  color: #000;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;}
.project-tab a.active {
  background: white;
  color: rgb(182, 5, 34);
}
{% comment %} .template-projects .project-tabs-section .project-tab-blogs {
  padding: 30px 30px 20px;
  border: 1px solid rgb(236, 236, 236);
  background: rgb(255, 255, 255);
} {% endcomment %}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}
.page-width.project-tab-blogs{ max-width: 1440px;width: 100%;margin: 0 auto;}

@media screen and (min-width: 750px) {
.page-width.project-tab-blogs{ padding: 0 80px;}
}
.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: none;
  vertical-align: middle;
  width: 850px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
  display:inline-block;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}


@media screen and (min-width:800px){
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width:991px){
  .project-tab a {padding: 14px 30px 12px;font-size: 16px;}
  .article-card .card__heading {font-size: 20px;}
  .project-sub-brands .sub_brand_icon img {height: 50px;}
}
@media screen and (max-width: 850px){
  .stats-row h3 {font-size: 26px;line-height: 1;}
  .stats-row p {font-size: 14px;}
  .project-main-brands div[data-tab-sub-custom] {height: 50px;width: calc(24% - 20px);}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}
@media screen and (max-width: 750px){
  .project-tab a {padding: 14px 24px 12px;}
}
@media screen and (max-width: 650px){
  .project-tab a {padding: 14px 20px 12px;font-size: 14px;}
  .template-projects .main-blog .blog-articles {grid-template-columns: 1fr;}
  .stats-box {width: 50%;}
}
@media screen and (max-width: 575px){
  .project-main-brands div[data-tab-sub-custom] {width: calc(30% - 20px);}
}
@media screen and (max-width: 400px){
  .project-main-brands div[data-tab-sub-custom] {width: calc(40% - 20px);}
  .project-sub-brands .sub_brand_icon img {height: 40px;}
  .stats-box {width: 100%;margin-bottom: 10px;}
}

/*  */

.project-tabs__wrp .main-blog {
    padding-top: 74px;
}

.template-projects .project-tabs__wrp .main-blog .blog-articles {
    column-gap: 14px;
    row-gap: 14px;
}

.project-tabs__wrp .card__information {
    padding: 16px 16px 0;
}

.project-tabs__wrp .article-card .card__heading {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #000000;
}

.project-tabs__wrp .blog-articles .card-wrapper {
    padding: 12px 12px 16px;
    border: 1px solid #0000001A;
    border-radius: 15px;
}

.project-tabs__wrp .article-card__image--medium .ratio:before {
    padding-bottom: 62.615%;
}

.template-projects .project-tabs__wrp .main-blog .blog-articles {
    grid-template-columns: 1fr 1fr 1fr;
}

.project-tabs__wrp .card .card__inner .card__media {
    border-radius: 15px;
}

.project-tabs__wrp .card__inner:has(.fallback_image)::before {
    display: none;
}

.project-tabs__wrp .card__inner:has(.fallback_image) {
    padding-bottom: 62.615%;
}

.project-tabs__wrp .card__inner:has(.fallback_image) .card__content {
    display: none;
}

.project-tabs__wrp .article-card:has(.fallback_image) > .card__content .card__information, 
.project-tabs__wrp .article-card:has(.fallback_image) > .card__content .card__heading {
    display: block !important;
}

/*  */

@media screen and (max-width: 1024px) {
  .template-projects .project-tabs__wrp .main-blog .blog-articles {
      grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 650px) {
    .template-projects .project-tabs__wrp .main-blog .blog-articles {
        grid-template-columns: 1fr;
    }
}