/** Shopify CDN: Minification failed

Line 29:48 Expected ":"

**/
.support-strip-section .text-content.text-align-center {text-align: center;}
.support-strip-section .text-content.text-align-left {text-align: start;}
.support-strip-section .text-content.text-align-right {text-align: end;}
.support-strip-section {border-bottom: 1.5px solid ;border-color: #ffffff1a;}
.support-strip-section .page-width {max-width: 1340px;margin: 0 auto;}
/* .support-strip-section .contact-bar {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: space-between;gap: 34px;} */
.support-strip-section .contact-bar {display: flex;flex-wrap: wrap;align-items: flex-start;justify-content: center;gap: 34px;}
.support-strip-section .contact-item {display: flex;align-items: flex-start;gap: 14px;color: #fff;width: calc(25% - 34px);border-right: 1.5px solid #ffffff1a;}
.support-strip-section .contact-item:last-child{border-right: unset;}
.support-strip-section .contact-item span.contact-icon img{width: 100%;max-width: 24px;height: 24px;display: block;}
.support-strip-section .contact-text {display: flex;flex-direction: column;gap: 6px;}
.support-strip-section .support-title {font-weight: 500;font-size: 16px;line-height: 1.5;letter-spacing: 0;}
.support-strip-section .support_bottom_content {font-weight: 400;font-size: 14px;line-height: 1;letter-spacing: 0;opacity: 0.8;}
.support-strip-section .support_bottom_content a {text-decoration-thickness: .1rem;text-underline-offset: .1rem;text-decoration: underline;opacity: 0.8;}

@media only screen and (max-width: 992px){
    .support-strip-section .contact-item{width: calc(50% - 34px);}
}
@media only screen and (max-width: 768px){
    .support-strip-section .contact-bar {gap: 0px;}
    .support-strip-section .contact-item:first-child {padding-top: 0px;}
    .support-strip-section .contact-item:last-child {padding-bottom: 0px;border: unset;}
    .support-strip-section .contact-item {align-items: center;width: 100%;border-right: unset;border-bottom: 1.5px solid #ffffff1a;padding: 16px 0px;}
    .support-strip-section .contact-text {column;gap: 0px;}
}







