.cu-flex-hero{position:relative;box-sizing:border-box;width:100%;background:var(--cfh-section-bg, #cec5b8)}.cu-flex-hero *,.cu-flex-hero *:before,.cu-flex-hero *:after{box-sizing:border-box}.cu-flex-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.cu-flex-hero__bg-img{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--cfh-img-object-position, center center)}.cu-flex-hero__bg-img--desktop{display:none}@media screen and (min-width:750px){.cu-flex-hero__bg-img--desktop{display:block}.cu-flex-hero__bg-img--mobile{display:none}}.cu-flex-hero__bg-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--cfh-overlay-color, #000000);opacity:var(--cfh-overlay-opacity, .35)}.cu-flex-hero__shell{position:relative;z-index:1;display:flex;flex-wrap:wrap;justify-content:var(--cfh-shell-justify-mobile, flex-start);align-items:var(--cfh-shell-align-mobile, center);width:100%;margin-inline:auto;min-height:var(--cfh-shell-min-height-mobile, 28rem);padding:var(--cfh-padding-y-mobile, 2.5rem) var(--cfh-padding-x-mobile, 1.5rem)}@media screen and (min-width:750px){.cu-flex-hero__shell{min-height:var(--cfh-shell-min-height-desktop, 36rem);padding:var(--cfh-padding-y-desktop, 4rem) var(--cfh-padding-x-desktop, 3rem);flex-wrap:nowrap;justify-content:var(--cfh-shell-justify-desktop, flex-start);align-items:var(--cfh-shell-align-desktop, center)}}.cu-flex-hero__text-column{flex:0 1 auto;width:auto;max-width:min(var(--cfh-content-max-width, 40rem),100%);min-width:0;text-align:var(--cfh-align-mobile, left)}@media screen and (min-width:750px){.cu-flex-hero__text-column{max-width:min(var(--cfh-content-max-width-desktop, var(--cfh-content-max-width, 40rem)),100%);text-align:var(--cfh-align-desktop, left)}}.cu-flex-hero__heading{margin:0;font-weight:var(--cfh-heading-weight, 400);font-size:var(--cfh-heading-size-mobile, 1.75rem);line-height:var(--cfh-heading-line-height, 1.15);letter-spacing:var(--cfh-heading-letter-spacing, 0);color:var(--cfh-heading-color, #ffffff);transition:color .2s ease,opacity .2s ease}@media screen and (min-width:750px){.cu-flex-hero__heading{font-size:var(--cfh-heading-size-desktop, 2.75rem)}}.cu-flex-hero__heading:hover{color:var(--cfh-heading-hover-color, var(--cfh-heading-color, #ffffff));opacity:var(--cfh-heading-hover-opacity, 1)}.cu-flex-hero__heading--underline-hover:hover{text-decoration:underline;text-underline-offset:.15em}.cu-flex-hero__sub{margin:var(--cfh-gap-heading-sub-mobile, 1rem) 0 0;font-family:inherit;font-weight:var(--cfh-sub-weight, 400);font-size:var(--cfh-sub-size-mobile, 1rem);line-height:var(--cfh-sub-line-height, 1.5);letter-spacing:var(--cfh-sub-letter-spacing, 0);color:var(--cfh-sub-color, rgba(255, 255, 255, .95));transition:color .2s ease,opacity .2s ease}@media screen and (min-width:750px){.cu-flex-hero__sub{margin-top:var(--cfh-gap-heading-sub-desktop, 1.25rem);font-size:var(--cfh-sub-size-desktop, 1.125rem)}}.cu-flex-hero__sub:hover{color:var(--cfh-sub-hover-color, var(--cfh-sub-color, #ffffff));opacity:var(--cfh-sub-hover-opacity, 1)}.cu-flex-hero__sub--underline-hover:hover{text-decoration:underline;text-underline-offset:.2em}.cu-flex-hero__buttons{display:flex;flex-direction:var(--cfh-buttons-dir-mobile, column);flex-wrap:wrap;align-items:center;justify-content:var(--cfh-buttons-justify-mobile, flex-start);gap:var(--cfh-btn-gap-mobile, .75rem);margin-top:var(--cfh-gap-sub-buttons-mobile, 1.5rem)}@media screen and (min-width:750px){.cu-flex-hero__buttons{flex-direction:var(--cfh-buttons-dir-desktop, row);justify-content:var(--cfh-buttons-justify-desktop, flex-start);gap:var(--cfh-btn-gap-desktop, 1rem);margin-top:var(--cfh-gap-sub-buttons-desktop, 1.75rem)}}.cu-flex-hero__btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;cursor:pointer;font-family:inherit;font-weight:var(--cfh-btn-font-weight, 600);font-size:var(--cfh-btn-font-size-mobile, .9375rem);line-height:1.2;padding:var(--cfh-btn-padding-y-mobile, .875rem) var(--cfh-btn-padding-x-mobile, 1.25rem);border-radius:var(--cfh-btn-radius, 4px);border-style:solid;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease,box-shadow .2s ease}@media screen and (min-width:750px){.cu-flex-hero__btn{font-size:var(--cfh-btn-font-size-desktop, 1rem);padding:var(--cfh-btn-padding-y-desktop, 1rem) var(--cfh-btn-padding-x-desktop, 1.5rem)}}.cu-flex-hero__btn:focus-visible{outline:2px solid currentColor;outline-offset:3px}.cu-flex-hero__btn--primary{background-color:var(--cfh-btn-primary-bg, #004d44);color:var(--cfh-btn-primary-color, #ffffff);border-color:var(--cfh-btn-primary-border, var(--cfh-btn-primary-bg, #004d44));border-width:var(--cfh-btn-primary-border-width, 1px)}.cu-flex-hero__btn--primary:hover{background-color:var(--cfh-btn-primary-hover-bg, #003630);color:var(--cfh-btn-primary-hover-color, #ffffff);border-color:var(--cfh-btn-primary-hover-border, var(--cfh-btn-primary-hover-bg, #003630))}.cu-flex-hero__btn--secondary{background-color:var(--cfh-btn-secondary-bg, #ffffff);color:var(--cfh-btn-secondary-color, #004d44);border-color:var(--cfh-btn-secondary-border, #004d44);border-width:var(--cfh-btn-secondary-border-width, 1px)}.cu-flex-hero__btn--secondary:hover{background-color:var(--cfh-btn-secondary-hover-bg, #f0f0f0);color:var(--cfh-btn-secondary-hover-color, #004d44);border-color:var(--cfh-btn-secondary-hover-border, #004d44)}
/*# sourceMappingURL=/cdn/shop/t/16/assets/cu-flex-hero.css.map */
