/**handles:block-acf-hero-page,block-acf-steps**/
.heropage{display:flex;flex-direction:column;padding-top:564px}.hero-bg,.hero-bgm{position:absolute!important;left:0;top:0;width:100%;height:664px;max-height:46vw;overflow:hidden;z-index:1}.hero-bgm{height:0;padding-bottom:117%}.hero-bg img,.hero-bgm img{position:absolute;width:100%;height:100%;top:0;left:0;object-fit:cover}.herop-content{background:#000;color:#fff;padding:32px;z-index:9}.herop-content h1{margin-bottom:32px;max-width:657px}@media only screen and (max-width:1280px){.heropage{padding-top:calc(46.11vw - 64px)}}@media only screen and (max-width:820px){.heropage{padding-top:calc(117vw - 64px)}.hero-bg{display:none}.hero-bgm{display:block!important}}
.steps{display:flex;flex-direction:column;align-items:flex-start}.step{width:calc(50% - 108px);padding:32px;border:3px solid #00a8c1}.steps>:nth-child(odd){margin-left:auto}.step:before{position:absolute;content:'';top:40px;right:-9px;width:16px;height:16px;background:#fff 0 0 no-repeat padding-box;border:3px solid #00a8c1;border-radius:50%;z-index:29}.step:nth-child(odd):before{left:-9px}.step:after{position:absolute;content:'';top:46px;right:-111px;width:108px;height:3px;background-color:#00a8c1}.step:nth-child(odd):after{left:-111px}.connector{display:block;position:absolute;width:3px;height:100%;top:46px;right:-112.5px;background-color:#00a8c1}.step:nth-child(odd) .connector{left:-112.5px}.step:last-of-type .connector{height:1px}.connector::before{position:absolute;content:'';width:24px;height:24px;top:-12px;left:-11px;background-color:#00a8c1;border-radius:50%}.step:nth-child(odd)::before{right:-11px}.last-step{display:block;width:calc(50% - 108px);padding:32px;background-color:#00a8c1}@media only screen and (max-width:600px){.steps{gap:32px}.step{width:calc(100% - 67px)}.step,.steps>:nth-child(odd){margin-left:67px}.step::before{left:-9px;right:auto}.step::after,.step:nth-child(odd)::after{left:-67px;right:auto;width:67px}.connector,.step:nth-child(odd) .connector{left:-67px;right:auto;height:calc(100% + 38px)}.last-step{width:100%;margin-left:0!important}}