.hero-image{width:100%;height:400px;position:relative}@media(max-width:1024px){.hero-image{height:300px}}@media(max-width:640px){.hero-image{height:175px}}.hero-image:after{content:"";position:absolute;left:0;bottom:0;width:50px;height:50px;background-color:#fefdfa;clip-path:polygon(0 0,0 100%,100% 100%);z-index:1}@media(max-width:1024px){.hero-image:after{width:40px;height:40px}}@media(max-width:640px){.hero-image:after{width:35px;height:35px}}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;left:0;top:0}.hero-image .bottom-right{position:absolute;right:0;bottom:0;width:100px;height:100px;display:grid;grid-template-columns:repeat(2,1fr);z-index:2}@media(max-width:1024px){.hero-image .bottom-right{width:75px;height:75px}}@media(max-width:640px){.hero-image .bottom-right{width:50px;height:50px}}.hero-image .bottom-right>div{background-color:transparent;transition:background-color .3s ease}.hero-image .bottom-right>div.active{background-color:#fefdfa}