@keyframes hero-image-rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.hero{position:relative;background-color:var(--wp--preset--color--midnight);color:var(--wp--preset--color--sand);overflow:hidden}.hero__inner{position:relative;z-index:1;max-width:1600px;margin-left:auto;margin-right:auto;padding:60px clamp(24px,4.6vw,80px) 200px clamp(24px,4.6vw,80px)}@media(min-width: 600px){.hero__inner{padding-right:20svw}}@media(min-width: 768px){.hero__inner{padding-right:40svw}}@media(min-width: 992px){.hero__inner{padding-right:35svw}}@media(min-width: 1200px){.hero__inner{padding-right:clamp(200px,30vw,520px);padding-top:9.5svw;padding-bottom:12svw}}@media(min-width: 1451px){.hero__inner{padding-top:11svw;padding-bottom:14svw}}.hero__body{display:flex;flex-direction:column;align-items:flex-start;gap:29px;width:100%;max-width:810px}@media(min-width: 992px){.hero__body{padding-left:clamp(0px,7vw,100px)}}@media(min-width: 1440px){.hero__body{max-width:870px}}.hero__title{margin:0;color:var(--wp--preset--color--white)}.hero__title p{margin:0}.hero__title span{display:block;font-family:var(--wp--preset--font-family--body);font-weight:600}.hero__content{width:100%}.hero__content>*:first-child{margin-top:0}.hero__content>*:last-child{margin-bottom:0}.hero__content p{margin:0 0 1em;font-weight:500;line-height:1.3;color:var(--wp--preset--color--sand);opacity:.75}.hero__content p:last-child{margin-bottom:0}.hero__content p:first-of-type{font-size:clamp(18px,2vw,26px)}.hero__content p:not(:first-of-type){font-size:clamp(16px,1.6vw,20px)}.hero__image{position:absolute;right:0;bottom:0;z-index:0;width:clamp(480px,95vw,1200px);aspect-ratio:1/1;border-radius:50%;overflow:hidden;pointer-events:none;transform:translate(50%, 50%)}@media(min-width: 1200px){.hero__image{width:clamp(700px,65svw,1300px)}}@media(min-width: 1460px){.hero__image{width:clamp(700px,80svw,1300px)}}.hero__image img,.hero__image .hero__image-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform-origin:50% 50%;animation:hero-image-rotate 90s linear infinite;will-change:transform}@media(prefers-reduced-motion: reduce){.hero__image img,.hero__image .hero__image-img{animation:none;will-change:auto}}