.bhi-section{background-color:var(--bhi-bg, #f0f2f0);padding-top:var(--bhi-section-padding-top, 60px);padding-bottom:var(--bhi-section-padding-bottom, 60px)}.bhi-section .bhi-container{width:100%;box-sizing:border-box}.bhi-section .bhi-section-title{line-height:1.3;letter-spacing:0px;margin-top:0;color:var(--bhi-heading-color, #1a2e1a)}.bhi-section .bhi-cards-wrapper{display:flex;flex-direction:column;gap:var(--bhi-card-gap, 24px)}.bhi-section .bhi-card{border:1px solid #dbdbda;display:flex;flex-direction:row;gap:150px;background-color:var(--bhi-card-bg, #ffffff);border-radius:var(--bhi-card-border-radius, 16px);box-shadow:var(--bhi-card-shadow, 0 2px 12px rgba(0,0,0,.07));padding:36px;box-sizing:border-box;overflow:hidden}.bhi-section .bhi-card--reverse{flex-direction:row-reverse}.bhi-section .bhi-card__image-wrap{flex:0 0 var(--bhi-image-width, 38%);max-width:var(--bhi-image-width, 38%);box-sizing:border-box}.bhi-section .bhi-card__image{width:100%;height:auto;display:block;border-radius:12px;object-fit:cover}.bhi-section .bhi-card__image-placeholder{width:100%;background:#e5e7eb;border-radius:var(--bhi-image-border-radius, 12px);display:flex;align-items:center;justify-content:center}.bhi-section .bhi-placeholder-svg{width:60px;height:60px;opacity:.4}.bhi-section .bhi-card__content{flex:1 1 0%;min-width:0}.bhi-section .bhi-card__title{font-size:26px;font-weight:600;color:var(--bhi-heading-color, #1a2e1a);margin:0 0 50px;line-height:1.25}.bhi-section .bhi-card__description{font-size:16px;line-height:1.65;color:var(--bhi-text-color, #4b5563);margin:0 0 10px;letter-spacing:0px}.bhi-section .bhi-card__bullets{list-style:none;padding:0;margin:0 0 15px;display:flex;flex-direction:column;gap:10px}.bhi-section .bhi-card__bullet-item{display:flex;align-items:flex-start;gap:10px;font-size:16px;line-height:1.3;color:var(--bhi-text-color, #4b5563)}.bhi-section .bhi-bullet-dot{display:inline-block;width:6px;height:6px;min-width:6px;border-radius:50%;background-color:var(--bhi-text-color, #4b5563);margin-top:7px}.bhi-section .bhi-bullet-title{color:var(--bhi-bullet-title-color, #1a2e1a);font-weight:700}.bhi-section .bhi-bullet-text{color:var(--bhi-text-color, #4b5563)}.bhi-section .bhi-card__link{display:inline-flex;align-items:center;gap:6px;color:var(--bhi-link-color, #b91c1c);font-size:15px;padding:5px 20px;text-decoration:none;transition:color .2s ease,gap .2s ease}.bhi-section .bhi-card__link:hover{background:#0000000d}.bhi-section .bhi-arrow{flex-shrink:0;transition:transform .2s ease}@media(max-width:1280px){.bhi-section{padding-top:70px;padding-bottom:70px}}@media(max-width:1199px){.bhi-section .bhi-section-title{margin-bottom:50px!important}.bhi-section .bhi-card{gap:50px}.bhi-section .bhi-card__title{margin-bottom:30px}}@media screen and (max-width:900px){.bhi-section .bhi-card{gap:30px;padding:25px;align-items:center}.bhi-section{padding-top:50px;padding-bottom:50px}.bhi-section .bhi-card__image-wrap{flex:0 0 44%;max-width:44%}.bhi-section .bhi-section-title{font-size:30px!important;line-height:1.2}.bhi-section .bhi-card__title{margin-bottom:15px}}@media screen and (max-width:767px){.bhi-section .bhi-container{padding:0 16px}.bhi-section .bhi-cards-wrapper{gap:15px}.bhi-section .bhi-card,.bhi-section .bhi-card--reverse{flex-direction:column;gap:20px;padding:20px}.bhi-section .bhi-card__image-wrap{flex:none;max-width:100%;width:100%}.bhi-section-title{font-size:clamp(1.1rem,4vw,1.4rem)!important}}@media screen and (max-width:375px){.bhi-section .bhi-card{padding:16px;border-radius:calc(var(--bhi-card-border-radius, 16px) * .75)}}.tbr-section{background-color:var(--color-background, #fff);padding-top:var(--tbr-padding-top, 20px);padding-bottom:var(--tbr-padding-bottom, 20px)}.tbr-section .tbr-inner{background-color:var(--tbr-bg, #ffffff);border:1px solid var(--tbr-border-color, #e5e7eb);border-radius:var(--tbr-border-radius, 16px);padding:30px;box-sizing:border-box;overflow:hidden}.tbr-section .tbr-track{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:var(--tbr-gap, 16px) calc(var(--tbr-gap, 16px) * 2.5)}.tbr-section .tbr-item{display:flex;flex-direction:column;align-items:center;gap:10px;flex:0 0 auto}.tbr-section .tbr-icon-wrap{width:var(--tbr-icon-size, 72px);height:var(--tbr-icon-size, 72px);display:flex;align-items:center;justify-content:center}.tbr-section .tbr-icon-wrap--svg svg{width:100%;height:100%}.tbr-section .tbr-icon{width:100%;height:100%;object-fit:contain;display:block}.tbr-section .tbr-icon-placeholder svg{width:100%;height:100%}.tbr-section .tbr-label{font-size:var(--tbr-label-size, 13px);font-weight:500;color:var(--tbr-label-color, #374151);text-align:center;white-space:nowrap;line-height:1.2}@media(max-width:1280px){.tbr-section .tbr-track{gap:100px}}@media(max-width:1199px){.tbr-section .tbr-track{gap:70px}}@media screen and (max-width:991px){.tbr-section .tbr-inner{padding:20px}.tbr-section{padding-top:50px!important;padding-bottom:50px!important}.tbr-section .tbr-track{gap:30px}}@media screen and (max-width:767px){.tbr-section{padding-top:calc(var(--tbr-padding-top, 20px) * .75);padding-bottom:calc(var(--tbr-padding-bottom, 20px) * .75)}.tbr-section .tbr-inner{padding:16px 12px;border-radius:calc(var(--tbr-border-radius, 16px) * .75)}.tbr-section .tbr-track{gap:20px}.tbr-section .tbr-item{width:46%}.tbr-section .tbr-icon-wrap{width:70px;height:70px}.tbr-section .tbr-label{font-size:calc(var(--tbr-label-size, 13px) - 1px)}}
/*# sourceMappingURL=/cdn/shop/t/16/compiled_assets/styles.css.map */
