.creators-hero{position:relative;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--creators-hero-text-color, #ffffff);overflow:hidden;--creators-hero-content-offset: 10%}.creators-hero--small{min-height:min(400px,60vh)}.creators-hero--medium{min-height:min(520px,70vh)}.creators-hero--large{min-height:min(640px,80vh)}.creators-hero--fit{display:grid;align-items:stretch;justify-content:stretch}.creators-hero--fit .creators-hero__media{grid-area:1 / 1;position:relative;inset:auto;width:100%;height:100%}.creators-hero--fit .creators-hero__media picture,.creators-hero--fit .creators-hero__media img,.creators-hero--fit .creators-hero__media svg.placeholder-svg{position:relative;inset:auto;display:block;width:100%;height:100%}.creators-hero--fit .creators-hero__media img,.creators-hero--fit .creators-hero__media svg.placeholder-svg{object-fit:contain;object-position:center}.creators-hero--fit .creators-hero__content{grid-area:1 / 1;position:relative;inset:auto;max-width:none}.creators-hero__media,.creators-hero__media picture,.creators-hero__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.creators-hero__media img{object-fit:cover;object-position:center}.creators-hero__media svg.placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;background-color:rgba(var(--color-foreground),.06)}.creators-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000026,#0000008c);pointer-events:none}.creators-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:76rem;padding:6rem min(var(--page-padding, 2rem),5rem)}.creators-hero__content,.creators-hero__subheading,.creators-hero__heading,.creators-hero__description{color:inherit}.creators-hero__subheading{margin:0 0 1.6rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.creators-hero__subheading.subheading--small{font-size:1.2rem}.creators-hero__subheading.subheading--medium{font-size:1.4rem}.creators-hero__subheading.subheading--large{font-size:1.6rem}.creators-hero__heading{margin:0 0 1.6rem;max-width:90rem;color:inherit}.creators-hero__description{margin:0 0 3.2rem;max-width:64rem;line-height:var(--font-body-line-height)}.creators-hero__description p,.creators-hero__button{margin:0}.creators-hero__button--scroll{margin-top:auto;padding-top:0}.creators-hero--scroll-button .creators-hero__content--scroll{align-self:stretch;height:100%;padding-bottom:2rem}.creators-hero .btn--scroll{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:0;width:fit-content;min-width:0;height:auto;max-width:none;background:transparent;border:0;box-shadow:none;overflow:visible;color:#3f3909;font-family:"Montserrat",var(--font-body-family);font-style:normal;font-weight:400;letter-spacing:0;text-align:center;text-transform:none;transition:color var(--animation-button)}.creators-hero .btn--scroll:before{display:none;content:none}.creators-hero .btn--scroll .btn__text,.creators-hero .btn--scroll .btn__icon{color:inherit;z-index:1}.creators-hero .btn--scroll .btn__text{position:relative;display:inline-flex;overflow:visible;text-overflow:clip;line-height:1.1;padding-block-end:0}.creators-hero .btn--scroll .btn__text:after{content:"";position:absolute;inset-inline:0;bottom:-.05rem;height:1px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform var(--animation-button)}.creators-hero--scroll-button .creators-hero__button--scroll .btn--scroll .btn__text{padding-block-end:0}.creators-hero .btn--scroll .btn__icon{width:1.4rem;height:.9rem;display:inline-flex;align-items:center;justify-content:center;transform:rotate(90deg);transition:transform var(--animation-button)}.creators-hero .btn--scroll .btn__icon svg{width:100%;height:100%}.creators-hero .btn--scroll.btn--small{font-size:1.4rem;line-height:2.4rem}.creators-hero .btn--scroll.btn--medium{font-size:1.6rem;line-height:2.8rem}.creators-hero .btn--scroll.btn--large{font-size:2rem;line-height:4.7rem}@media(hover:hover)and (pointer:fine){.creators-hero .btn--scroll:hover .btn__text:after{transform:scaleX(1)}.creators-hero .btn--scroll:hover .btn__icon{transform:rotate(90deg) translateY(.2rem)}}@media screen and (min-width:768px){.creators-hero--desktop-small{min-height:min(400px,60vh)}.creators-hero--desktop-medium{min-height:min(520px,70vh)}.creators-hero--desktop-large{min-height:min(640px,80vh)}.creators-hero--desktop-fit{display:grid;align-items:stretch;justify-content:stretch;min-height:0}.creators-hero--desktop-fit .creators-hero__media{grid-area:1 / 1;position:relative;inset:auto;width:100%;height:100%}.creators-hero--desktop-fit .creators-hero__media picture,.creators-hero--desktop-fit .creators-hero__media img,.creators-hero--desktop-fit .creators-hero__media svg.placeholder-svg{position:relative;inset:auto;display:block;width:100%;height:100%}.creators-hero--desktop-fit .creators-hero__media img,.creators-hero--desktop-fit .creators-hero__media svg.placeholder-svg{object-fit:contain;object-position:center}.creators-hero--desktop-fit .creators-hero__content{grid-area:1 / 1;position:relative;inset:auto;max-width:none;align-self:center;height:auto}.creators-hero--desktop-small,.creators-hero--desktop-medium,.creators-hero--desktop-large{display:flex;align-items:center;justify-content:center}.creators-hero--desktop-small .creators-hero__media,.creators-hero--desktop-medium .creators-hero__media,.creators-hero--desktop-large .creators-hero__media,.creators-hero--desktop-small .creators-hero__media picture,.creators-hero--desktop-medium .creators-hero__media picture,.creators-hero--desktop-large .creators-hero__media picture,.creators-hero--desktop-small .creators-hero__media img,.creators-hero--desktop-medium .creators-hero__media img,.creators-hero--desktop-large .creators-hero__media img,.creators-hero--desktop-small .creators-hero__media svg.placeholder-svg,.creators-hero--desktop-medium .creators-hero__media svg.placeholder-svg,.creators-hero--desktop-large .creators-hero__media svg.placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.creators-hero--desktop-small .creators-hero__media img,.creators-hero--desktop-medium .creators-hero__media img,.creators-hero--desktop-large .creators-hero__media img,.creators-hero--desktop-small .creators-hero__media svg.placeholder-svg,.creators-hero--desktop-medium .creators-hero__media svg.placeholder-svg,.creators-hero--desktop-large .creators-hero__media svg.placeholder-svg{object-fit:cover;object-position:center}.creators-hero--desktop-small .creators-hero__content,.creators-hero--desktop-medium .creators-hero__content,.creators-hero--desktop-large .creators-hero__content{position:relative;inset:auto;max-width:76rem}.creators-hero--desktop-left .creators-hero__content,.creators-hero--content-left .creators-hero__content{align-items:center;text-align:center;width:min(52rem,50%);max-width:none;padding-inline:0;margin-inline:var(--creators-hero-content-offset) auto}.creators-hero--desktop-center .creators-hero__content,.creators-hero--content-center .creators-hero__content{align-items:center;text-align:center;max-width:76rem;margin-inline:auto}.creators-hero--desktop-right .creators-hero__content,.creators-hero--content-right .creators-hero__content{align-items:center;text-align:center;width:min(52rem,50%);max-width:none;padding-inline:0;margin-inline:auto var(--creators-hero-content-offset)}}@media screen and (max-width:767px){.creators-hero--mobile-small{min-height:min(400px,60vh)}.creators-hero--mobile-medium{min-height:min(520px,70vh)}.creators-hero--mobile-large{min-height:min(640px,80vh)}.creators-hero--mobile-fit{display:grid;align-items:stretch;justify-content:stretch}.creators-hero--mobile-fit .creators-hero__media{grid-area:1 / 1;position:relative;inset:auto;width:100%;height:100%}.creators-hero--mobile-fit .creators-hero__media picture,.creators-hero--mobile-fit .creators-hero__media img,.creators-hero--mobile-fit .creators-hero__media svg.placeholder-svg{position:relative;inset:auto;display:block;width:100%;height:100%}.creators-hero--mobile-fit .creators-hero__media img,.creators-hero--mobile-fit .creators-hero__media svg.placeholder-svg{object-fit:contain;object-position:center}.creators-hero--mobile-fit .creators-hero__content{grid-area:1 / 1;position:relative;inset:auto;max-width:none}.creators-hero--mobile-small,.creators-hero--mobile-medium,.creators-hero--mobile-large{display:flex;align-items:center;justify-content:center}.creators-hero--mobile-small .creators-hero__media,.creators-hero--mobile-medium .creators-hero__media,.creators-hero--mobile-large .creators-hero__media,.creators-hero--mobile-small .creators-hero__media picture,.creators-hero--mobile-medium .creators-hero__media picture,.creators-hero--mobile-large .creators-hero__media picture,.creators-hero--mobile-small .creators-hero__media img,.creators-hero--mobile-medium .creators-hero__media img,.creators-hero--mobile-large .creators-hero__media img,.creators-hero--mobile-small .creators-hero__media svg.placeholder-svg,.creators-hero--mobile-medium .creators-hero__media svg.placeholder-svg,.creators-hero--mobile-large .creators-hero__media svg.placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.creators-hero--mobile-small .creators-hero__media img,.creators-hero--mobile-medium .creators-hero__media img,.creators-hero--mobile-large .creators-hero__media img,.creators-hero--mobile-small .creators-hero__media svg.placeholder-svg,.creators-hero--mobile-medium .creators-hero__media svg.placeholder-svg,.creators-hero--mobile-large .creators-hero__media svg.placeholder-svg{object-fit:cover;object-position:center}.creators-hero--mobile-small .creators-hero__content,.creators-hero--mobile-medium .creators-hero__content,.creators-hero--mobile-large .creators-hero__content{position:relative;inset:auto;max-width:76rem}.creators-hero__content{padding:4.8rem var(--page-margin, 2rem)}.creators-hero__description{margin-bottom:2.4rem}}
/*# sourceMappingURL=/cdn/shop/t/119/assets/section-creators-hero.css.map */
