.hero{display:flex;gap:32px;justify-content:space-between;margin:0 var(--fluid-padding-x);padding:0 calc(50vw - 640px);position:relative}.hero__text{display:flex;flex:0 0 459px;flex-direction:column}@media screen and (max-width:458px){.hero__text{flex:0 1 100%}}.hero__text h1{color:var(--color--blue)}.hero__gallery{display:grid;flex:0 1 578px;gap:32px;grid-template-areas:"a b" "c d"}.hero__gallery figure img{opacity:0;vertical-align:bottom}.hero__gallery figure:first-child{align-self:center;aspect-ratio:220/160;grid-area:a;justify-self:center;max-width:220px}.hero__gallery figure:first-child img{animation-delay:.2s}.hero__gallery figure:nth-child(2){aspect-ratio:266/216;grid-area:b;max-width:266px}.hero__gallery figure:nth-child(2) img{animation-delay:.4s}.hero__gallery figure:nth-child(3){aspect-ratio:333/300!important;grid-area:c;max-width:333px}.hero__gallery figure:nth-child(3) img{animation-delay:.6s}.hero__gallery figure:nth-child(4){align-self:center;aspect-ratio:169/205;grid-area:d;justify-self:center;max-width:169px}.hero__gallery figure:nth-child(4) img{animation-delay:.8s}.hero__gallery figure img{animation:gallery-appear 1.4s cubic-bezier(.25,.46,.45,.94) forwards;border-radius:12px;-o-object-fit:cover;object-fit:cover;width:100%}.hero:after{background-image:url(/uploads/blue-ribbon.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:61.28vw;left:calc(var(--fluid-padding-x)*-1);position:absolute;top:-150px;width:100vw;z-index:-1}@media screen and (max-width:1280px){.hero:after{left:0}}@media screen and (max-width:768px){.hero:after{top:80px;transform:scale(2)}}@media screen and (max-width:525px){.hero:after{transform:scale(3)}}@media screen and (max-width:768px){.hero{flex-direction:column}.hero__text{flex:0 1 100%}.hero__gallery{display:none}}@keyframes gallery-appear{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=to.css.map */