.tr-cards-grid{width:100%}.tr-cards-grid__content{display:grid;grid-template-columns:minmax(0,424px) minmax(0,1fr);gap:64px 136px;width:100%}.tr-cards-grid--center .tr-cards-grid__content,.tr-cards-grid--benefits .tr-cards-grid__content{display:block}.tr-cards-grid--steps .tr-cards-grid__content{display:flex;flex-direction:column;align-items:center;gap:var(--trCardsGridStepsContentGap)}.tr-cards-grid__aside{display:flex;flex-direction:column;justify-content:space-between;min-height:352px}.tr-cards-grid--split-cta .tr-cards-grid__aside{min-height:314px}.tr-cards-grid__aside-title,.tr-cards-grid__cta-title{margin-block:0;text-wrap:balance}.tr-cards-grid__aside-title--heading,.tr-cards-grid__cta-title{font-family:var(--font-heading-family);font-size:calc(var(--trCardsGridAsideTitleFontSize) * var(--font-heading-scale));font-weight:500;line-height:1.1}.tr-cards-grid__aside-description{margin-top:auto}.tr-cards-grid__cta{display:flex;flex-direction:column;align-items:flex-start;gap:40px}.tr-cards-grid__footer{display:flex;flex-direction:column;align-items:center;gap:40px}.tr-cards-grid__cta--bottom{align-items:center}.tr-cards-grid__cta-title{font-size:calc(24px * var(--font-heading-scale))}.tr-cards-grid__cta-title span{margin-right:.2em;color:rgba(var(--tr-color-primary))}.tr-cards-grid__list:not(.tr-slider-grid){display:grid;grid-template-columns:repeat(var(--trCardsGridColumns),minmax(0,1fr));gap:24px;width:100%}.tr-cards-grid--split .tr-cards-grid__list:not(.tr-slider-grid){grid-template-columns:repeat(2,minmax(0,1fr))}.tr-cards-grid--split-description .tr-cards-grid__list:not(.tr-slider-grid){grid-template-rows:repeat(2,minmax(0,1fr));min-height:352px}.tr-cards-grid__slider{width:100%;overflow:hidden;contain:paint}.tr-cards-grid__list--center-last-row-desktop .tr-cards-grid__item:nth-child(2n){transform:translate(calc((100% + var(--TrSliderGridColumnsGap)) / 2))}.tr-cards-grid__slider-controls{margin-top:40px}.tr-cards-grid--slider-mobile-only .tr-cards-grid__list.tr-slider-grid{display:grid;align-items:stretch;grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(var(--trCardsGridColumns),minmax(0,1fr));grid-template-rows:none}.tr-cards-grid--split.tr-cards-grid--slider-mobile-only .tr-cards-grid__list.tr-slider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tr-cards-grid--slider-mobile-only .tr-cards-grid__slider-controls{display:none}.tr-cards-grid--benefits .tr-cards-grid__item{display:flex}@media(min-width:991px){.tr-cards-grid--slider-mobile-only .tr-cards-grid__list.tr-slider-grid{height:auto!important}.tr-cards-grid--split.tr-cards-grid--slider-mobile-only .tr-cards-grid__list.tr-slider-grid{display:grid;grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(2,minmax(0,1fr));transform:none!important}.tr-cards-grid--split.tr-cards-grid--slider-mobile-only .tr-cards-grid__list.tr-slider-grid .tr-cards-grid__item{width:100%!important}.tr-cards-grid--desktop-2-3 .tr-cards-grid__list.tr-slider-grid,.tr-cards-grid--desktop-2-3 .tr-cards-grid__list:not(.tr-slider-grid){--TrSliderGridItemWidth: 100%;display:grid;align-items:stretch;grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:none}.tr-cards-grid--desktop-2-3 .tr-cards-grid__item:nth-child(-n+2){grid-column:span 3}.tr-cards-grid--desktop-2-3 .tr-cards-grid__item:nth-child(n+3){grid-column:span 2}.tr-cards-grid--desktop-2-3 .tr-cards-grid__item,.tr-cards-grid--desktop-2-3 .tr-cards-grid__card{height:100%}.tr-cards-grid--last-card-full-width-desktop .tr-cards-grid__list:not(.tr-slider-grid) .tr-cards-grid__item:last-child:nth-child(odd){grid-column:1 / -1}.tr-cards-grid--last-card-full-width-desktop .tr-cards-grid__list.tr-slider-grid .tr-cards-grid__item:last-child:nth-child(odd){grid-column:1 / -1;width:100%!important}.tr-cards-grid--last-card-full-width-desktop .tr-cards-grid__list.tr-slider-grid .tr-cards-grid__item,.tr-cards-grid--last-card-full-width-desktop .tr-cards-grid__list.tr-slider-grid .tr-cards-grid__card{height:100%}.tr-cards-grid--desktop-cta-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--trCardsGridCardGap)}.tr-cards-grid--desktop-cta-card .tr-cards-grid__content,.tr-cards-grid--desktop-cta-card .tr-cards-grid__list{display:contents}.tr-cards-grid--desktop-cta-card .tr-cards-grid__footer{align-items:flex-start;justify-content:flex-end;min-height:var(--trCardsGridCardMinHeight)}.tr-cards-grid--desktop-cta-card .tr-cards-grid__cta--bottom{align-items:flex-start}}.tr-cards-grid--steps .tr-cards-grid__list{position:relative;order:1;display:block;max-width:1320px}tr-steps-cards{display:block;width:100%}.tr-cards-grid--steps .tr-cards-grid__item{--trStepAnimationDuration: 1.4s;position:absolute;top:var(--trCardsGridStepTop);width:49.1%!important;transition:opacity var(--trStepAnimationDuration) ease,transform var(--trStepAnimationDuration) ease,filter var(--trStepAnimationDuration) ease}.tr-cards-grid--steps .tr-cards-grid__item.scroll-trigger--offscreen{opacity:1;filter:none;transform:none}.tr-cards-grid--steps .tr-cards-grid__item:nth-child(odd){left:8.5%}.tr-cards-grid--steps .tr-cards-grid__item:nth-child(2n){left:42.4%}.tr-cards-grid--steps .tr-cards-grid__aside{order:2;align-items:center;min-height:0;max-width:647px;gap:40px;text-align:center}.tr-cards-grid--steps .tr-cards-grid__cta{align-items:center}.tr-cards-grid--steps .tr-cards-grid__slider-controls{display:none;margin-top:0}.tr-cards-grid__card{--trCardBgBackgroundColor: rgba(var(--tr-color-green-alt), .4);--trCardBgBorderRadius: var(--tr-radius-xl);--trCardGap: var(--trCardsGridCardGap);--trCardPadding: var(--trCardsGridCardPadding);min-height:var(--trCardsGridCardMinHeight);box-shadow:0 4px 4px rgba(var(--tr-color-black),.25);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.tr-cards-grid--steps .tr-cards-grid__card{--trCardPadding: 58px 32px 32px;--trCardGap: 12px;--trCardBgBackgroundColor: linear-gradient( 0deg, rgba(var(--tr-color-primary), .06) 0%, rgba(var(--tr-color-gray), .06) 100% );--trCardBgGradient: linear-gradient( 287deg, rgba(var(--tr-color-white), .25) 0%, rgba(var(--tr-color-white), 0) 95% );display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;height:auto;min-height:var(--trCardsGridCardMinHeight);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);transition:backdrop-filter var(--trStepAnimationDuration) ease,-webkit-backdrop-filter var(--trStepAnimationDuration) ease}.tr-cards-grid--steps .tr-cards-grid__item--number-only .tr-cards-grid__card{align-items:center;justify-content:center;min-height:var(--trCardsGridCardMinHeight);padding:32px;overflow:hidden}.tr-cards-grid--steps .scroll-trigger--offscreen .tr-cards-grid__card{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.tr-cards-grid--benefits .tr-cards-grid__card{--trCardGap: var(--trCardsGridCardGap);min-height:var(--trCardsGridCardMinHeight);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.tr-cards-grid--split-cta .tr-cards-grid__card{--trCardPadding: 24px;--trCardGap: 40px;--trCardBgBackgroundColor: rgba(var(--tr-color-gray), .06);--trCardBgBorderRadius: 20px;align-items:flex-start;justify-content:flex-start;min-height:152px;border-radius:var(--trCardBgBorderRadius);text-align:left}.tr-cards-grid--split-cta.tr-cards-grid--benefit-description-regular .tr-cards-grid__card{--trCardPadding: var(--trCardsGridCardPadding);--trCardGap: var(--trCardsGridCardGap);min-height:var(--trCardsGridCardMinHeight)}.tr-cards-grid--custom-row-heights .tr-cards-grid__item:nth-child(-n+2) .tr-cards-grid__card{min-height:var(--trCardsGridCardFirstRowHeight)}.tr-cards-grid--custom-row-heights .tr-cards-grid__item:nth-child(n+3) .tr-cards-grid__card{min-height:var(--trCardsGridCardOtherRowsHeight)}.tr-cards-grid--split-description .tr-cards-grid__card{--trCardPadding: 24px;--trCardGap: 24px;--trCardBgBackgroundColor: rgba(var(--tr-color-green-alt), .4);--trCardBgBorderRadius: 20px;align-items:center;justify-content:center;min-height:164px;border-radius:var(--trCardBgBorderRadius);box-shadow:none;text-align:center}.tr-cards-grid__number{font-family:var(--font-heading-family);font-size:calc(var(--trCardsGridNumberFontSize) * var(--font-heading-scale));line-height:1.1;color:rgba(var(--tr-color-primary))}.tr-cards-grid--benefit-description-regular .tr-card.tr-card--variant-benefit .tr-card__description{margin-top:0}.tr-cards-grid:not(.tr-cards-grid--benefit-description-regular) .tr-card.tr-card--variant-step .tr-card__description{margin-top:auto}.tr-cards-grid--card-description-margin-top-disabled .tr-card .tr-card__description{margin-top:0}.tr-cards-grid--steps .tr-cards-grid__number{position:absolute;top:32px;left:32px;font-family:var(--font-body-family);font-size:calc(14px * var(--font-body-scale));line-height:1.4;filter:blur(0);translate:0 0;transform:scale(1);transform-origin:center;transition:top var(--trStepAnimationDuration) ease,left var(--trStepAnimationDuration) ease,translate var(--trStepAnimationDuration) ease,font-size var(--trStepAnimationDuration) ease,filter var(--trStepAnimationDuration) ease,transform var(--trStepAnimationDuration) ease}.tr-cards-grid--steps .tr-cards-grid__item--number-only .tr-cards-grid__number{position:static;font-size:calc(96px * var(--font-heading-scale));line-height:1.4;color:rgba(var(--tr-color-primary));filter:blur(5px)}.tr-cards-grid--steps .scroll-trigger--offscreen .tr-cards-grid__number{top:50%;left:50%;font-size:calc(96px * var(--font-heading-scale));filter:blur(8px);translate:-50% -50%;transform:scale(1)}.tr-cards-grid--steps .tr-cards-grid__item--number-only.scroll-trigger--offscreen .tr-cards-grid__number{position:absolute;top:50%;left:50%;font-family:var(--font-body-family);font-size:calc(96px * var(--font-heading-scale));line-height:1.4;color:rgba(var(--tr-color-primary));filter:blur(8px);translate:-50% -50%}.tr-cards-grid__icon{width:48px;height:48px;object-fit:contain}.tr-cards-grid__eyebrow,.tr-cards-grid__title{margin-block:0}.tr-cards-grid__eyebrow{font-weight:500;color:rgba(var(--tr-color-primary))}.tr-cards-grid__title{font-family:var(--font-heading-family);font-size:calc(var(--trCardsGridCardTitleFontSize) * var(--font-heading-scale));font-weight:500;line-height:1.1;text-wrap:auto}.tr-cards-grid--center .tr-cards-grid__title{text-align:center}.tr-cards-grid--benefits .tr-cards-grid__title{text-align:left}.tr-cards-grid--benefits .tr-card-bg--variant-gradient-green .tr-cards-grid__title{color:rgba(var(--tr-color-primary))}.tr-section:has(>.tr-cards-grid) .tr-section__description--lead-heading p:first-child{font-family:var(--font-heading-family);font-size:calc(24px * var(--font-heading-scale));font-weight:500;line-height:1.1}.tr-cards-grid--split-cta .tr-cards-grid__card .tr-cards-grid__title{font-family:var(--font-body-family);font-size:calc(16px * var(--font-body-scale));font-weight:500;line-height:1.4;text-align:left;text-wrap:initial}.tr-cards-grid--split-cta .tr-card--variant-benefit .tr-cards-grid__title{font-family:var(--font-heading-family);font-size:calc(24px * var(--font-heading-scale));line-height:1.1;color:rgba(var(--tr-color-primary))}.tr-cards-grid--split-cta.tr-cards-grid--benefit-description-regular .tr-card.tr-card--variant-benefit .tr-cards-grid__description{margin-top:22px;color:rgba(var(--tr-color-white))}.tr-cards-grid--split-description .tr-cards-grid__card .tr-cards-grid__title{font-family:var(--font-heading-family);font-size:calc(20px * var(--font-heading-scale));font-weight:500;line-height:1.1;text-align:center;text-wrap:balance}.tr-cards-grid--steps .tr-cards-grid__eyebrow{display:none}.tr-cards-grid--steps .tr-cards-grid__title{color:rgba(var(--tr-color-primary))}.tr-cards-grid--steps .tr-cards-grid__description{max-width:540px;margin-top:auto;color:rgb(var(--color-foreground))}.tr-cards-grid--steps .tr-cards-grid__title,.tr-cards-grid--steps .tr-cards-grid__description{opacity:1;transition:opacity .75s ease .45s,transform 1.1s ease}.tr-cards-grid--steps .scroll-trigger--offscreen .tr-cards-grid__title,.tr-cards-grid--steps .scroll-trigger--offscreen .tr-cards-grid__description{position:absolute;opacity:0;transform:translateY(18px);pointer-events:none}.tr-cards-grid__description{color:rgba(var(--tr-color-gray))}.tr-cards-grid--steps .tr-cards-grid__description{color:rgb(var(--color-foreground))}.tr-cards-grid__bottom-text{max-width:var(--trCardsGridBottomTextMaxWidth);margin-inline:auto;text-align:center}.tr-cards-grid__bottom-text--cta{font-family:var(--font-heading-family);font-size:calc(24px * var(--font-body-scale));font-weight:500}.shopify-design-mode .tr-cards-grid--steps .scroll-trigger--offscreen .tr-cards-grid__number{top:32px;left:32px;font-size:calc(14px * var(--font-body-scale));filter:blur(0);translate:0 0;transform:scale(1)}.shopify-design-mode .tr-cards-grid--steps .scroll-trigger--offscreen .tr-cards-grid__title,.shopify-design-mode .tr-cards-grid--steps .scroll-trigger--offscreen .tr-cards-grid__description{position:static;opacity:1;transform:none;pointer-events:auto}@media(max-width:1220px){.tr-cards-grid__content{gap:48px}}@media(min-width:991px){.tr-cards-grid--steps .tr-cards-grid__list{height:var(--trCardsGridStepsHeight)!important}}@media(max-width:990px){.tr-cards-grid__content{grid-template-columns:1fr}.tr-cards-grid--split .tr-cards-grid__content{display:flex;flex-direction:column;gap:var(--trCardsGridContentGapMobile)}.tr-cards-grid--split .tr-cards-grid__aside{display:contents;min-height:0;gap:32px}.tr-cards-grid--split .tr-cards-grid__cta{align-items:center;gap:24px}.tr-cards-grid__footer{gap:24px}.tr-section:has(.tr-cards-grid--split) .tr-section__title{font-size:calc(28px * var(--font-heading-scale))}.tr-cards-grid--split .tr-cards-grid__aside-title--heading,.tr-cards-grid--split .tr-cards-grid__cta-title{font-size:calc(var(--trCardsGridAsideTitleFontSizeMobile) * var(--font-heading-scale))}.tr-cards-grid__list--center-last-row-desktop .tr-cards-grid__item:nth-child(2n){transform:none}.tr-cards-grid__slider-controls{margin-top:24px}.tr-cards-grid--steps .tr-cards-grid__content{gap:24px}.tr-cards-grid--split .tr-cards-grid__list:not(.tr-slider-grid),.tr-cards-grid__list:not(.tr-slider-grid){grid-template-columns:repeat(2,minmax(0,1fr))}.tr-cards-grid--split .tr-cards-grid__aside-title{order:1}.tr-cards-grid--split .tr-cards-grid__list,.tr-cards-grid--split .tr-cards-grid__slider{order:2}.tr-cards-grid--split .tr-cards-grid__slider-controls{order:3;margin-top:0}.tr-cards-grid--split .tr-cards-grid__aside-description,.tr-cards-grid--split .tr-cards-grid__cta{order:4}.tr-cards-grid--split .tr-cards-grid__aside-description{margin-top:0;font-size:calc(14px * var(--font-body-scale));line-height:1.4;text-align:center}.tr-cards-grid--split .tr-cards-grid__list:not(.tr-slider-grid){grid-template-columns:1fr;gap:20px}.tr-cards-grid--steps .tr-cards-grid__list{display:grid;height:auto;max-width:none}.tr-cards-grid--steps .tr-cards-grid__item{position:static;width:100%!important}.tr-cards-grid--steps .tr-cards-grid__slider-controls{display:flex;margin-top:24px}.tr-cards-grid--slider-mobile-only .tr-cards-grid__list.tr-slider-grid{display:flex;grid-template-columns:none;grid-template-rows:none;gap:0}.tr-cards-grid--slider-mobile-only .tr-cards-grid__card{height:auto}.tr-cards-grid--split-cta.tr-cards-grid--slider-mobile-only .tr-cards-grid__card{height:100%}.tr-cards-grid--slider-mobile-only .tr-cards-grid__slider-controls{display:flex}.tr-cards-grid__bottom-text--cta{font-size:calc(22px * var(--font-body-scale))}}@media(max-width:750px){.tr-cards-grid__aside{min-height:0;gap:32px;text-align:center}.tr-cards-grid__aside-title--heading,.tr-cards-grid__cta-title{font-size:calc(var(--trCardsGridAsideTitleFontSizeMobile) * var(--font-heading-scale))}.tr-cards-grid__cta{align-items:center}.tr-cards-grid__list:not(.tr-slider-grid){grid-template-columns:1fr;gap:20px}.tr-cards-grid__card{--trCardPadding: var(--trCardsGridCardPaddingMobile);--trCardGap: var(--trCardsGridCardGapMobile);min-height:var(--trCardsGridCardMinHeightMobile)}.tr-cards-grid--split-cta .tr-cards-grid__card{min-height:152px}.tr-cards-grid--split-cta.tr-cards-grid--benefit-description-regular .tr-cards-grid__card{--trCardPadding: var(--trCardsGridCardPaddingMobile);--trCardGap: var(--trCardsGridCardGapMobile);min-height:var(--trCardsGridCardMinHeightMobile)}.tr-cards-grid--benefits .tr-cards-grid__card{--trCardGap: var(--trCardsGridCardGapMobile);min-height:var(--trCardsGridCardMinHeightMobile)}.tr-cards-grid--custom-row-heights .tr-cards-grid__item:nth-child(-n+2) .tr-cards-grid__card,.tr-cards-grid--custom-row-heights .tr-cards-grid__item:nth-child(n+3) .tr-cards-grid__card{min-height:var(--trCardsGridCardMinHeightMobile)}.tr-cards-grid--split-description .tr-cards-grid__list:not(.tr-slider-grid){min-height:0}.tr-cards-grid--steps .tr-cards-grid__card{--trCardPadding: 16px;height:auto;min-height:var(--trCardsGridCardMinHeightMobile);transition:none}.tr-cards-grid--steps .tr-cards-grid__item,.tr-cards-grid--steps .tr-cards-grid__number,.tr-cards-grid--steps .tr-cards-grid__title,.tr-cards-grid--steps .tr-cards-grid__description{transition:none}.tr-cards-grid--steps .tr-cards-grid__item--number-only .tr-cards-grid__card{min-height:var(--trCardsGridCardMinHeightMobile)}.tr-cards-grid--steps .scroll-trigger--offscreen .tr-cards-grid__number{position:absolute;top:50%;left:50%;font-size:calc(96px * var(--font-heading-scale));color:rgba(var(--tr-color-primary));filter:blur(8px);translate:-50% -50%}.tr-cards-grid--steps .tr-cards-grid__number{position:static;color:rgba(var(--tr-color-white))}.tr-cards-grid--steps .tr-cards-grid__description{margin-top:0;font-size:calc(14px * var(--font-body-scale));line-height:1.4}.tr-cards-grid--steps .tr-cards-grid__item--number-only .tr-cards-grid__number{font-size:calc(96px * var(--font-heading-scale));color:rgba(var(--tr-color-primary));filter:blur(5px)}.tr-cards-grid--steps .scroll-trigger--offscreen .tr-cards-grid__card{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.tr-cards-grid--steps .scroll-trigger--offscreen .tr-cards-grid__number{position:static;font-size:calc(var(--trCardsGridNumberFontSizeMobile) * var(--font-heading-scale));color:rgba(var(--tr-color-white));filter:none;translate:0 0;transform:none}.tr-cards-grid--steps .tr-slider-grid .tr-cards-grid__number{font-size:calc(14px * var(--font-body-scale))}.tr-cards-grid--steps .scroll-trigger--offscreen .tr-cards-grid__title,.tr-cards-grid--steps .scroll-trigger--offscreen .tr-cards-grid__description{position:static;opacity:1;transform:none;pointer-events:auto}.tr-cards-grid__title{font-size:calc(var(--trCardsGridCardTitleFontSizeMobile) * var(--font-heading-scale))}.tr-cards-grid__number{font-size:calc(var(--trCardsGridNumberFontSizeMobile) * var(--font-heading-scale))}.tr-cards-grid__bottom-text--cta{font-size:calc(20px * var(--font-body-scale))}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/tr-cards-grid.css.map */
