@charset "UTF-8";.hero{margin-block:5rem}@media (min-width:581px) and (max-width:1200px){.hero{margin-block:4rem}}@media (max-width:580px){.hero{margin-block:2.5rem}}.hero__wrapper{display:flex;flex-direction:column;gap:1.5rem}@media (min-width:581px) and (max-width:1200px){.hero__wrapper{gap:1rem}}@media (max-width:580px){.hero__wrapper{gap:1rem}}.hero__image{position:relative;width:100%;height:17.2rem;margin:1rem auto 0}@media (min-width:581px) and (max-width:1200px){.hero__image{height:21.25rem;margin-top:.5rem}}@media (max-width:580px){.hero__image{height:15rem;margin-top:0}}.hero__image img,.hero__image video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__image .hero-video-toggle{position:absolute;right:2rem;bottom:2rem;z-index:5;background:#fff;opacity:.6;color:#131c20;border:none;border-radius:50%;cursor:pointer;transition:background .3s;width:3.125rem;height:3.125rem;display:flex;justify-content:center;align-items:center}.hero__image .hero-video-toggle__icon{font-size:1.25rem}@media (min-width:581px) and (max-width:1200px){.hero__image .hero-video-toggle__icon{font-size:1rem}}.hero__image .hero-video-toggle:focus-visible,.hero__image .hero-video-toggle:hover{background:#fff;opacity:1;outline:2px solid #1f7de0}.hero__image .hero-video-toggle[data-paused=true] .hero-video-toggle__icon{content:"▶"}.hero__head{display:flex;gap:1rem}@media (min-width:581px) and (max-width:1200px){.hero__head{flex-direction:column}}@media (max-width:580px){.hero__head{flex-direction:column}}.hero__head--inner{width:100%;display:flex;gap:.75rem;flex-direction:column}@media (min-width:581px) and (max-width:1200px){.hero__head--inner{gap:.5rem}}@media (max-width:580px){.hero__head--inner{gap:.5rem}}.hero__head--content{max-width:32.5rem;width:100%}@media (min-width:581px) and (max-width:1200px){.hero__head--content{max-width:100%}}@media (max-width:580px){.hero__head--content{max-width:100%}}.hero__footer--link{display:flex;justify-content:flex-end}