.hero-banner{width:100%;margin-top:-88px}.hero-left-background{width:40%;height:70%;position:absolute;bottom:0;left:0;background-repeat:no-repeat;background-size:contain;background-position:left bottom;z-index:-1}.hero-right-background{width:40%;height:60%;position:absolute;top:0;right:0;background-repeat:no-repeat;background-size:contain;background-position:top right;z-index:-1}.hero-banner-main{width:100%;display:grid}.hero-banner-main--align-image-left{grid-template-columns:1fr;grid-template-rows:auto auto}@media screen and (min-width: 750px){.hero-banner{margin-top:-100px}.hero-banner-main--align-image-left{grid-template-columns:1fr 1fr;grid-template-rows:auto}}.hero-banner-main--align-image-right{grid-template-columns:1fr;grid-template-rows:auto auto}@media screen and (min-width: 750px){.hero-banner-main--align-image-right{grid-template-columns:1fr 1fr;grid-template-rows:auto}}.hero-banner-main--align-image-right .hero-banner-content{order:-1}.hero-banner-img-wrapper{width:100%;height:100%;overflow:hidden;border-radius:var(--border-radius-block)}.hero-banner-img-wrapper img{width:100%;height:100%;object-position:center;object-fit:contain;margin-left:12%}.hero-banner-content{width:100%;display:flex;flex-direction:column;border-radius:var(--border-radius-block);padding:110px 20px 20px;z-index:1}@media screen and (min-width: 750px){.hero-banner-content{padding-top:140px}.hero-banner-img-wrapper img{margin-left:0}}@media screen and (min-width: 1200px){.hero-banner-content{padding:200px 0 0;margin-left:calc(50vw - 630px)}}.hero-banner-content--align-left{align-items:flex-start}.hero-banner-content--align-left .hero-banner-content__subheading,.hero-banner-content--align-left .hero-banner-content__heading,.hero-banner-content--align-left .hero-banner-content__text{text-align:center}.hero-banner-content--align-left .hero-banner-content__buttons-container{justify-content:center}.hero-banner-content__subheading:not(:last-child){margin-bottom:1.2rem}@media screen and (min-width: 750px){.hero-banner-content--align-left .hero-banner-content__subheading,.hero-banner-content--align-left .hero-banner-content__heading,.hero-banner-content--align-left .hero-banner-content__text{text-align:left}.hero-banner-content--align-left .hero-banner-content__buttons-container{justify-content:flex-start}}@media screen and (min-width: 1200px){.hero-banner-content__subheading:not(:last-child){margin-bottom:1.6rem}}.hero-banner-content__heading{max-width:560px;word-break:break-word}.hero-banner-content__heading strong{color:#5d9dea}.hero-banner-content__heading:not(:last-child){margin-bottom:1.6rem}@media screen and (min-width: 1200px){.hero-banner-content__heading:not(:last-child){margin-bottom:2rem}}.hero-banner-content__text{color:rgba(var(--color-foreground-secondary));max-width:100%;word-break:break-word;font-size:20px}.hero-banner-content__text:not(:last-child){margin-bottom:2.4rem}@media screen and (min-width: 750px){.hero-banner-content__text{max-width:600px}}@media screen and (min-width: 1200px){.hero-banner-content__text:not(:last-child){margin-bottom:2.8rem}}.hero-banner-content__text a{display:inline;color:rgba(var(--color-foreground-secondary));transition:background-size var(--duration-default) ease-in-out,opacity var(--duration-default) ease-in-out;background-position:left 90%;background-size:100% 5%;background-image:linear-gradient(to right,rgba(var(--color-foreground-secondary)) 0% 100%);background-repeat:no-repeat;text-decoration:none}@media screen and (pointer: fine){.hero-banner-content__text a:hover{background-size:0% 5%;background-position:right 90%;opacity:.8}}.hero-banner-content__buttons-container{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;column-gap:.6rem;row-gap:1.2rem}.hero-banner-content__buttons-container--with-tertiary{column-gap:1.6rem}.hero-banner-content__button{flex-shrink:unset}.ticker-banner{display:flex;width:100%;position:relative;margin-top:40px;z-index:1}.ticker-banner:after{content:"";display:block;padding-bottom:var(--padding-bottom-mobile)}@media screen and (min-width: 990px){.ticker-banner:after{padding-bottom:var(--padding-bottom-desktop)}}.ticker-banner-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0;position:relative;z-index:1}.ticker-banner-main{width:100%;display:flex;flex-direction:column;overflow:hidden;position:relative}.ticker-banner-main:not(:first-child){margin-top:2.4rem}@media screen and (min-width: 576px){.ticker-banner-main:not(:first-child){margin-top:3.2rem}}@media screen and (min-width: 990px){.ticker-banner-main:not(:first-child){margin-top:4rem}}.ticker-banner-label{color:#5d9dea;background-color:#eff5fd;text-transform:capitalize;cursor:default;font-size:14px;line-height:21px;padding:6px 16px;border-radius:50px}.ticker-banner-images{width:100%;display:flex;align-items:center}.ticker-banner-images--1{justify-content:center}.ticker-banner-images--1 .ticker-banner-image-wrapper{max-width:60%}@media screen and (min-width: 990px){.ticker-banner-images--1 .ticker-banner-image-wrapper{max-width:none}}.ticker-banner-images--2{justify-content:space-evenly}.ticker-banner-images--2 .ticker-banner-image-wrapper{max-width:40%}.ticker-banner-images--3{justify-content:space-between;gap:4rem;width:140%;margin-left:-20%}@media screen and (min-width: 576px){.ticker-banner-images--3{gap:8rem;width:134%;margin-left:-17%}}@media screen and (min-width: 750px){.ticker-banner-images--3{gap:12rem;width:130%;margin-left:-15%}}@media screen and (min-width: 990px){.ticker-banner-images--3{gap:16rem;width:124%;margin-left:-12%}}@media screen and (min-width: 1200px){.ticker-banner-images--3{gap:18rem;width:120%;margin-left:-10%}}@media screen and (min-width: 1360px){.ticker-banner-images--3{gap:23.2rem}}.ticker-banner-image{width:100%;height:100%;object-position:center;border-radius:var(--border-radius-block)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes swap{0%,50%{left:0%}50.01%,to{left:100%}}.ticker-banner-ticker{width:100%;overflow:hidden;white-space:nowrap;position:relative}.ticker-banner-ticker--center{position:absolute;top:50%;transform:translateY(-50%)}.ticker-banner-ticker--under-images{margin-top:12px}@media screen and (min-width: 1200px){.ticker-banner-ticker--under-images{margin-top:20px}}.ticker-banner-ticker-wrapper{display:inline-block;animation:marquee calc(var(--ticker-banner-ticker-speed) + 10s) linear infinite}.ticker-banner-ticker-collection--1{position:relative;left:0%;animation:swap calc(var(--ticker-banner-ticker-speed) + 10s) linear infinite}.ticker-banner-ticker-item{display:inline-block}html:not(.no-js):not([dir=rtl]) .ticker-banner-ticker.animate-on-scroll{overflow:hidden;padding-bottom:1rem;margin-bottom:-1rem;max-width:1240px}html:not(.no-js):not([dir=rtl]) .ticker-banner-ticker.animate-on-scroll .ticker-banner-ticker-wrapper{display:inline-block;animation:marquee calc(var(--ticker-banner-ticker-speed) + 10s) linear infinite;animation-play-state:paused}html:not(.no-js):not([dir=rtl]) .ticker-banner-ticker.animate-on-scroll .ticker-banner-ticker-collection--1{position:relative;left:0%;animation:swap calc(var(--ticker-banner-ticker-speed) + 10s) linear infinite;animation-play-state:paused}html:not(.no-js):not([dir=rtl]) .ticker-banner-ticker.animate-on-scroll .ticker-banner-ticker-item-word{display:inline-block;transform:translateY(150%) scaleY(1.2);transition-property:transform;transition-duration:2s;transition-timing-function:cubic-bezier(.23,1,.32,1);transition-delay:calc(3s / var(--ticker-overall-length) * var(--ticker-word-index))}html:not(.no-js):not([dir=rtl]) .ticker-banner-ticker.animate-on-scroll.animated .ticker-banner-ticker-wrapper{animation-play-state:running}html:not(.no-js):not([dir=rtl]) .ticker-banner-ticker.animate-on-scroll.animated .ticker-banner-ticker-collection--1{animation-play-state:running}html:not(.no-js):not([dir=rtl]) .ticker-banner-ticker.animate-on-scroll.animated .ticker-banner-ticker-item-word{transform:translateY(0) scaleY(1)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-hero-banner.css.map */
