.blfc-card-tabs{--blfc-card-tabs-panel: 50%;position:relative;display:grid;background-color:#000}.blfc-card-tabs>.blfc-card-tabs__media{display:block;grid-column:1;grid-row:1;height:var(--blfc-card-tabs-media-height, 400px)}.blfc-card-tabs__panel{grid-column:1;grid-row:2;background-color:#000;padding:48px 16px;text-align:center;color:#fff}.blfc-card-tabs__headline{font-size:64px;font-style:normal;text-transform:none;letter-spacing:normal;word-break:normal;color:inherit;margin:0 0 40px}.blfc-card-tabs__list{display:flex;flex-direction:column}.blfc-card-tabs__image{position:absolute;top:0;left:0;width:100%;height:var(--blfc-card-tabs-media-height, 400px);object-fit:cover;opacity:0;z-index:0;transition:opacity 0s linear .5s}.blfc-card-tabs__image.is-active{opacity:1;z-index:1;transition:opacity .5s ease}@media screen and (min-width:768px){.blfc-card-tabs{grid-template-columns:calc(100% - var(--blfc-card-tabs-panel)) var(--blfc-card-tabs-panel)}.blfc-card-tabs>.blfc-card-tabs__media{height:auto;min-height:400px}.blfc-card-tabs__panel{grid-column:2;grid-row:1;padding:96px 48px;text-align:left}.blfc-card-tabs__image{width:calc(100% - var(--blfc-card-tabs-panel));height:100%}}@media screen and (min-width:1024px){.blfc-card-tabs{--blfc-card-tabs-panel: 40%}}@media(prefers-reduced-motion:reduce){.blfc-card-tabs__image,.blfc-card-tabs__image.is-active{transition:none}}.blfc-cta-bar{background-color:var(--blfc-cta-bg);color:var(--blfc-cta-fg)}.blfc-cta-bar__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;max-width:var(--blfc-container, 1200px);margin-inline:auto;padding:48px 16px;font-family:var(--blfc-font-body, "GT America", sans-serif)}.blfc-cta-bar__headline{font-size:64px;max-width:300px;margin:0;color:inherit}@media screen and (max-width:767px){.blfc-cta-bar--horizontal .blfc-cta-bar__headline{text-align:center}}.blfc-cta-bar__body{display:flex;flex-direction:column;align-items:center;flex:1;width:100%}.blfc-cta-bar__paragraph{font-size:16px;line-height:1.4;margin:0}.blfc-cta-bar__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:32px}.blfc-cta-bar__actions:empty{display:none}@media screen and (max-width:767px){.blfc-cta-bar__actions{flex-direction:column;align-items:stretch;flex-wrap:nowrap;width:100%}.blfc-cta-bar__actions>*,.blfc-cta-bar__actions .blfc-button{width:100%;max-width:none;flex:0 0 auto}}@media screen and (min-width:768px){.blfc-cta-bar--horizontal .blfc-cta-bar__inner{flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:64px}.blfc-cta-bar--horizontal .blfc-cta-bar__body{align-items:flex-start}}.blfc-cta-bar--vertical .blfc-cta-bar__inner{flex-direction:column;align-items:center;text-align:center;gap:32px}.blfc-cta-bar--black{--blfc-cta-bg: #000;--blfc-cta-fg: #fff}.blfc-cta-bar--green{--blfc-cta-bg: var(--blfc-green, #36e882);--blfc-cta-fg: #000}.blfc-cta-bar--pink{--blfc-cta-bg: var(--blfc-pink, #ef1e8d);--blfc-cta-fg: #fff}.blfc-cta-bar--yellow{--blfc-cta-bg: var(--blfc-yellow, #e4fc00);--blfc-cta-fg: #000}.blfc-hero{position:relative;display:flex;align-items:center;min-height:var(--blfc-hero-height, 500px);overflow:hidden;color:#fff}.blfc-hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-color:#000}.blfc-hero__background video,.blfc-hero__background img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.blfc-hero__inner{position:relative;z-index:1;width:100%;padding-block:40px;text-align:center}.blfc-hero__headline{font-size:var(--blfc-fs-hero, clamp(64px, 13vw, 130px));margin:0;color:inherit}.blfc-hero--shadow .blfc-hero__headline{text-shadow:1px 1px #000}.blfc-hero__actions{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:16px;width:100%;margin-top:32px}.blfc-hero__actions:empty{display:none}.blfc-hero__actions>*,.blfc-hero__actions .blfc-button{width:100%;max-width:none;flex:0 0 auto}@media screen and (min-width:768px){.blfc-hero__inner{text-align:left}.blfc-hero__actions{flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;width:auto}.blfc-hero__actions>*,.blfc-hero__actions .blfc-button{width:auto}}.blfc-cards{--blfc-card-actions-gap: 54px;--blfc-card-actions-height: 45px;display:flex;flex-direction:column;min-height:var(--blfc-cards-height, 700px)}.blfc-cards>*{display:flex;flex:1 0 auto;align-self:stretch}@media screen and (min-width:768px){.blfc-cards{flex-direction:row;height:var(--blfc-cards-height, 700px)}.blfc-cards>*{flex:1 1 0;min-height:0}.blfc-cards:has(.blfc-card__actions:not(:empty)) .blfc-card__actions:empty{margin-top:var(--blfc-card-actions-gap, 54px);min-height:var(--blfc-card-actions-height, 45px)}}.blfc-parallax{position:relative;display:block;height:var(--blfc-parallax-height, 500px);overflow:hidden;background-color:#000}.blfc-parallax__media{position:absolute;left:0;width:100%;object-fit:cover;top:calc(var(--blfc-parallax-travel, 120px) / -2);height:calc(var(--blfc-parallax-height, 500px) + var(--blfc-parallax-travel, 120px));will-change:transform}.blfc-parallax__placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#fff;font-family:var(--blfc-font-body, "GT America", sans-serif)}@media(hover:none)and (pointer:coarse){.blfc-parallax__media{top:0;height:100%;transform:none!important}}@media(prefers-reduced-motion:reduce){.blfc-parallax__media{top:0;height:100%}}.blfc-pitch-callout{background-color:var(--blfc-pitch-callout-bg);color:var(--blfc-pitch-callout-fg)}.blfc-pitch-callout__inner{padding:100px 48px}.blfc-pitch-callout .blfc-pitch{color:var(--blfc-pitch-callout-fg)}.blfc-pitch-callout--black{--blfc-pitch-callout-bg: #000;--blfc-pitch-callout-fg: #fff}.blfc-pitch-callout--green{--blfc-pitch-callout-bg: var(--blfc-green, #36e882);--blfc-pitch-callout-fg: #000}.blfc-slider{display:block;background-color:#000}.blfc-slider__pin{height:var(--blfc-slider-height, 500px);overflow:hidden}.blfc-slider__track{display:flex;align-items:stretch;height:100%;will-change:transform}.blfc-slider__track{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.blfc-slider.is-pinned .blfc-slider__pin{position:sticky;top:var(--blfc-slider-header-offset, 60px);height:calc(100vh - var(--blfc-slider-header-offset, 60px))}.blfc-slider.is-pinned .blfc-slider__track{overflow:visible;width:max-content;scroll-snap-type:none}.blfc-swan{display:flex;align-items:flex-end;padding-inline:16px;background-color:var(--blfc-green, #36e882)}.blfc-swan__wing{flex:1;display:none;padding-block:24px}.blfc-swan__wing img{display:block;max-width:250px;height:auto}.blfc-swan__wing--left{justify-content:flex-end}.blfc-swan__wing--left img{margin-left:auto}.blfc-swan__wing--right{justify-content:flex-start}.blfc-swan__wing--right img{margin-right:auto}.blfc-swan__content{display:flex;flex-direction:column;justify-content:center;align-self:stretch;padding:32px 76px;background-color:#000}@media screen and (max-width:989px){.blfc-swan{padding-inline:0;background-color:#000}.blfc-swan__content{flex:1;width:100%;padding:82px 76px}}@media screen and (min-width:990px){.blfc-swan__wing{display:flex}}.blfc-card-tab{--blfc-card-tab-ink: #fff;display:flex;gap:16px;color:#fff}.blfc-card-tab.is-selected{--blfc-card-tab-ink: var(--blfc-green, #36e882)}.blfc-card-tab:not(.is-selected){cursor:pointer}.blfc-card-tab__marker{flex:0 0 33px;display:flex;flex-direction:column;align-items:center}.blfc-card-tab__dot{flex:0 0 auto;width:10px;height:10px;border-radius:50%;background-color:var(--blfc-card-tab-ink);transition:background-color .25s ease}.blfc-card-tab__circle{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:33px;height:33px;border:1px solid var(--blfc-card-tab-ink);border-radius:50%;transition:border-color .25s ease}.blfc-card-tab__number{font-family:var(--blfc-font-body, "GT America", sans-serif);font-size:14px;font-weight:700;line-height:1;color:var(--blfc-card-tab-ink);transition:color .25s ease}.blfc-card-tab__icon{display:flex;color:var(--blfc-card-tab-ink);transition:color .25s ease}.blfc-card-tab__icon svg{display:block;width:10px;height:10px;fill:currentColor}.blfc-card-tab__line{flex:1 1 auto;width:1px;min-height:0;background-color:var(--blfc-card-tab-ink);transition:background-color .25s ease}.blfc-card-tab__body{flex:1;padding-top:2px;padding-bottom:24px;text-align:left}.blfc-card-tab__caption{font-family:var(--blfc-font-body, "GT America", sans-serif);font-size:16px;color:var(--blfc-card-tab-ink);margin:0 0 24px;transition:color .25s ease}.blfc-card-tab:not(.is-selected):hover .blfc-card-tab__caption,.blfc-card-tab:not(.is-selected):focus-within .blfc-card-tab__caption{color:var(--blfc-green, #36e882)}.blfc-card-tab__headline{font-family:GT America,GT America,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:1.2;letter-spacing:normal;text-transform:none;word-break:normal;color:inherit;margin:0 0 8px}.blfc-card-tab__toggle{display:inline;padding:0;border:0;background:none;font:inherit;color:inherit;text-align:inherit;cursor:pointer;text-decoration:underline dotted transparent;text-underline-offset:4px;transition:text-decoration-color .25s ease}.blfc-card-tab:not(.is-selected):hover .blfc-card-tab__toggle,.blfc-card-tab:not(.is-selected):focus-within .blfc-card-tab__toggle{text-decoration-color:currentColor}.blfc-card-tab__text{font-family:var(--blfc-font-body, "GT America", sans-serif);font-size:16px;line-height:1.3em}.blfc-card-tab__text>:first-child{margin-top:0}.blfc-card-tab__text>:last-child{margin-bottom:0}.blfc-card-tab__actions{margin-top:16px}.blfc-card{position:relative;display:flex;flex:1 1 0;min-width:0;min-height:0;align-self:stretch;overflow:hidden;background-color:#000}.blfc-card__bg{z-index:0}.blfc-card__content{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:72px 24px;text-align:center;color:#fff}.blfc-card__caption{font-size:clamp(32px,6vw,64px);margin:0}.blfc-card__headline{font-size:clamp(150px,16vw,160px);margin:8px 0 0}.blfc-card--shadow .blfc-card__caption,.blfc-card--shadow .blfc-card__headline{text-shadow:1px 1px #000}.blfc-card__actions{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:var(--blfc-card-actions-gap, 54px)}.blfc-card__actions:empty{display:block}@media screen and (max-width:767px){.blfc-card__actions{flex-direction:column;align-items:stretch;flex-wrap:nowrap;width:100%}.blfc-card__actions>*,.blfc-card__actions .blfc-button{width:100%;max-width:none;flex:0 0 auto}}@media screen and (min-width:768px){.blfc-card__content{padding:24px}}.blfc-slide{position:relative;flex:0 0 auto;width:var(--blfc-slide-width, 500px);max-width:85vw;height:100%;overflow:hidden;scroll-snap-align:start;background-color:#000}.blfc-slide__media,.blfc-slide video,.blfc-slide img{display:block;width:100%;height:100%;object-fit:cover}.blfc-slide__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:16px;border:1px dashed rgba(255,255,255,.6);color:#fff;font-family:var(--blfc-font-body, "GT America", sans-serif);font-size:16px;text-align:center}.blfc-button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:120px;min-height:45px;padding:0 30px;border:0;border-radius:0;font-family:var(--blfc-font-button, "GT AMERICA-CONDENSED MEDIUM", sans-serif);font-size:15px;letter-spacing:1px;line-height:1.2;text-transform:uppercase;text-decoration:none;text-align:center;cursor:pointer;-webkit-appearance:none;appearance:none;transition:transform .1s ease}.blfc-button:not(.blfc-button--link):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 0 1px var(--blfc-btn-ring, var(--blfc-btn-accent));pointer-events:none}.blfc-button:hover{transform:translateY(-2.5px)}.blfc-button:active{transform:translateY(0)}@media(prefers-reduced-motion:reduce){.blfc-button,.blfc-button:hover,.blfc-button:active{transform:none;transition:none}}.blfc-button:focus-visible{outline:2px solid currentColor;outline-offset:3px}.blfc-button--primary{background-color:var(--blfc-btn-accent);color:var(--blfc-btn-on-accent)}.blfc-button--secondary{background-color:transparent;color:var(--blfc-btn-accent)}.blfc-button--link{min-width:0;min-height:0;padding:0;background-color:transparent;color:var(--blfc-btn-accent)}.blfc-button--pink{--blfc-btn-accent: var(--blfc-pink, #ef1e8d);--blfc-btn-on-accent: #fff}.blfc-button--green{--blfc-btn-accent: var(--blfc-green, #36e882);--blfc-btn-on-accent: #000}.blfc-button--white{--blfc-btn-accent: #fff;--blfc-btn-on-accent: #000}.blfc-button--jet-blue{--blfc-btn-accent: var(--blfc-jet-blue, #003876);--blfc-btn-on-accent: #fff}.blfc-button--secondary.blfc-button--jet-blue{color:#fff}.blfc-pitch{display:flex;flex-direction:column;color:#fff;font-family:var(--blfc-font-body, "GT America", sans-serif)}.blfc-pitch--center{align-items:center;text-align:center}.blfc-pitch__caption{margin:0 0 16px;font-size:20px;line-height:1.2}.blfc-pitch__headline{font-size:var(--blfc-fs-headline, clamp(40px, 9vw, 64px));margin:0 0 38px;color:inherit}.blfc-pitch__paragraph{font-size:18px;line-height:1.3em;margin:0;text-wrap:pretty}.blfc-pitch__paragraph.rte ul,.blfc-pitch__paragraph.rte ol{list-style-position:outside;padding-left:2.4rem}.blfc-pitch__paragraph.rte a{color:inherit;text-decoration:underline}.blfc-pitch__paragraph.rte a:hover{color:inherit;text-decoration:none}.blfc-pitch__actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:32px}.blfc-pitch--center .blfc-pitch__actions{justify-content:center}.blfc-pitch__actions:empty{display:none}@media screen and (max-width:767px){.blfc-pitch__actions{flex-direction:column;align-items:stretch;width:100%}.blfc-pitch__actions>*,.blfc-pitch__actions .blfc-button{width:100%;max-width:none;flex:0 0 auto}}
/*# sourceMappingURL=/cdn/shop/t/27/compiled_assets/styles.css.map?subset=AAEEAAAAAAAAAAAAAEAAAAChQADBgQE */
