.custom-hero{position:relative;overflow:hidden;background:var(--ch-bg, var(--color-background))}.custom-hero__stage{position:relative}.custom-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.custom-hero__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.custom-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.custom-hero__texture{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Crect width='1' height='1' fill='%23000' opacity='.04'/%3E%3C/svg%3E");background-repeat:repeat}.custom-hero__wrap{position:relative;z-index:1;padding-top:var(--ch-pad-top, 120px);padding-bottom:var(--ch-pad-bottom, 120px)}.custom-hero__content{display:flex;flex-direction:column;gap:24px;align-items:flex-start;max-width:640px}.custom-hero__rating{display:inline-flex;align-items:center;background:var(--ch-rating-bg, #EFE3C7);border-radius:var(--ch-rating-radius, 100px);padding:8px 18px;font-size:var(--ch-rating-size, 14px);font-weight:500;color:var(--color-foreground);white-space:nowrap}.custom-hero__headings{display:flex;flex-direction:column}.custom-hero__h1{font-size:var(--ch-h1-size, 88px);font-weight:var(--ch-h1-weight, 800);line-height:var(--ch-h1-lh, 1);letter-spacing:var(--ch-h1-ls, -.02em);color:var(--ch-h1-color, var(--color-foreground));margin:0}.custom-hero__h2{font-size:var(--ch-h2-size, 88px);font-weight:var(--ch-h2-weight, 800);line-height:var(--ch-h2-lh, 1);letter-spacing:var(--ch-h2-ls, -.02em);color:var(--ch-h2-color, #F2C14E);margin-top:var(--ch-h2-mt, 0px);margin-bottom:var(--ch-h2-mb, 0px)}.custom-hero__desc{font-size:var(--ch-desc-size, 16px);color:var(--ch-desc-color, var(--color-foreground));max-width:var(--ch-desc-max-w, 460px);line-height:1.6}.custom-hero__desc p{margin:0}.custom-hero__desc p+p{margin-top:.75em}.custom-hero__btns{display:flex;flex-wrap:wrap;align-items:center;gap:var(--ch-btns-gap, 16px)}.custom-hero__trust{display:flex;flex-wrap:nowrap;align-items:flex-start;gap:var(--ch-trust-gap, 24px);margin-top:var(--ch-trust-mt, 32px)}.custom-hero__trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;flex:0 0 auto}.custom-hero__trust-icon{display:flex;align-items:center;justify-content:center;color:var(--color-foreground)}.custom-hero__trust-icon svg,.custom-hero__trust-icon img{width:var(--ch-trust-icon-size, 22px);height:var(--ch-trust-icon-size, 22px);flex-shrink:0;object-fit:contain}.custom-hero__trust-heading{font-size:var(--ch-trust-font-size, 12px);font-weight:700;margin:0;line-height:1.3;color:var(--color-foreground)}.custom-hero__trust-bar{display:none}.custom-hero__wrap .hero-heading.animated-text .word{opacity:0;transform:translateY(20px);display:inline-block;white-space:nowrap}.custom-hero__wrap .animated-item{opacity:0;transform:translateY(20px)}.custom-hero__wrap[data-animation-ready=true] .hero-heading.animated-text .word{animation:chFadeInWord .4s cubic-bezier(.5,0,0,1) forwards;animation-delay:calc(.2s + var(--word-index) * .1s)}.custom-hero__wrap[data-animation-ready=true] .custom-hero__h2.animated-item{animation:chFadeInUp .4s cubic-bezier(.5,0,0,1) forwards;animation-delay:calc(.2s + var(--word-count, 0) * .1s + .05s)}.custom-hero__wrap[data-animation-ready=true] .custom-hero__rating.animated-item,.custom-hero__wrap[data-animation-ready=true] .custom-hero__desc.animated-item{animation:chFadeInUp .4s cubic-bezier(.5,0,0,1) forwards;animation-delay:calc(.2s + var(--word-count, 0) * .1s + .1s)}.custom-hero__wrap[data-animation-ready=true] .custom-hero__btns.animated-item{animation:chFadeInUp .4s cubic-bezier(.5,0,0,1) forwards;animation-delay:calc(.2s + var(--word-count, 0) * .1s + .2s)}.custom-hero__wrap[data-animation-ready=true] .custom-hero__trust.animated-item{animation:chFadeInUp .4s cubic-bezier(.5,0,0,1) forwards;animation-delay:calc(.2s + var(--word-count, 0) * .1s + .3s)}@media(prefers-reduced-motion:reduce){.custom-hero__wrap .hero-heading.animated-text .word,.custom-hero__wrap .animated-item{opacity:1!important;transform:none!important;animation:none!important}}@keyframes chFadeInWord{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes chFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1023px)and (min-width:768px){.custom-hero__wrap{padding-top:var(--ch-tablet-pad-top, 80px);padding-bottom:var(--ch-tablet-pad-bottom, 80px);padding-left:32px;padding-right:32px}.custom-hero__h1{font-size:clamp(36px,5.5vw,calc(var(--ch-h1-size, 88px) * .65))}.custom-hero__h2{font-size:clamp(36px,5.5vw,calc(var(--ch-h2-size, 88px) * .65))}}@media screen and (max-width:767px){.custom-hero{min-height:var(--ch-mob-height, 0px);display:flex;flex-direction:column}.custom-hero__stage{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.custom-hero__wrap{width:100%;max-width:100%;flex:1;display:flex;flex-direction:column;padding-top:var(--ch-mob-pad-top, 48px);padding-left:20px;padding-right:20px;padding-bottom:var(--ch-mob-pad-bottom, 40px)}.custom-hero__wrap:before{content:"";flex-grow:var(--ch-mob-pos, 10)}.custom-hero__wrap:after{content:"";flex-grow:calc(100 - var(--ch-mob-pos, 10))}.custom-hero__content{align-items:var(--ch-mob-items, center);text-align:var(--ch-mob-text, center);gap:20px;width:100%;max-width:100%;flex-shrink:0}.custom-hero__h1{font-size:min(var(--ch-h1-size-mob, 48px),16vw);overflow-wrap:break-word}.custom-hero__h2{font-size:min(var(--ch-h2-size-mob, 48px),16vw);overflow-wrap:break-word}.custom-hero__desc{font-size:var(--ch-desc-size-mob, 14px);max-width:100%}.custom-hero__btns{flex-direction:column;flex-wrap:nowrap;align-items:var(--ch-mob-items, center);justify-content:flex-start;gap:10px;width:100%;max-width:100%}.custom-hero__btns .custom-hero__btn,.custom-hero__btns--two .custom-hero__btn{flex:0 0 auto;width:var(--ch-mob-btn-w, 40vw);min-width:0;max-width:100%;padding-left:8px;padding-right:8px;justify-content:center;text-align:center}.custom-hero__btn{padding:12px 16px;font-size:14px;letter-spacing:0}.custom-hero__trust{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:16px min(var(--ch-trust-gap, 24px),12px);width:100%;max-width:100%}.custom-hero__trust-item{flex:0 0 auto;min-width:0;align-items:var(--ch-mob-items, center);text-align:var(--ch-mob-text, center);gap:8px}.custom-hero__trust-icon svg,.custom-hero__trust-icon img{width:var(--ch-trust-icon-size-mob, 18px);height:var(--ch-trust-icon-size-mob, 18px)}.custom-hero__trust-heading{font-size:var(--ch-trust-font-size-mob, 10px)}.custom-hero--mob-btn2-link .custom-hero__btn--secondary{width:var(--ch-mob-btn-w, 40vw);max-width:100%;min-height:0;justify-content:center;text-align:center;font-size:var(--ch-mob-link-size, 16px);padding:4px 0;border:none;background:none;background-color:transparent;border-radius:0;overflow:visible;text-transform:none;letter-spacing:0;color:var(--ch-desc-color, var(--color-foreground));text-decoration:underline;text-underline-offset:3px}.custom-hero--mob-btn2-link .custom-hero__btn--secondary .button__label{color:inherit;font-size:inherit;text-decoration:inherit}.custom-hero--mob-btn2-link .custom-hero__btn--secondary .animated-button-circle{display:none}.custom-hero--mob-trust-below .custom-hero__content>.custom-hero__trust{display:none}.custom-hero--mob-trust-below .custom-hero__trust-bar{display:block;position:relative;z-index:2;width:100%;flex:0 0 auto;background:var(--ch-trust-bar-bg, transparent);padding-top:var(--ch-trust-bar-pad, 16px);padding-bottom:var(--ch-trust-bar-pad, 16px)}.custom-hero--mob-trust-below .custom-hero__trust-bar-inner{padding-left:20px;padding-right:20px}.custom-hero--mob-trust-below .custom-hero__trust--bar{margin-top:0;text-align:center}.custom-hero--mob-trust-below .custom-hero__trust--bar .custom-hero__trust-item{align-items:center;text-align:center}.custom-hero__rating{white-space:normal;text-align:var(--ch-mob-text, center)}.custom-hero__rating.hide-mobile{display:none!important}}.custom-hero__shape-divider{position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:var(--ch-divider-width, 100%);line-height:0;direction:ltr;z-index:2;color:var(--ch-divider-color, #FFFFFF)}.custom-hero__shape-divider svg{display:block;width:100%;height:var(--ch-divider-height-mob, 40px)}@media screen and (min-width:768px){.custom-hero__shape-divider svg{height:var(--ch-divider-height, 80px)}}
/*# sourceMappingURL=/cdn/shop/t/79/assets/section-custom-hero.css.map */
