.categoryhotspots .category__holder{display:flex;flex-wrap:wrap;gap:1rem}@media (min-width:768px){.categoryhotspots .category__holder{gap:2rem}}.categoryhotspots .category__holder .image,.categoryhotspots .category__holder .content{display:none}.categoryhotspots .category__holder .image.active,.categoryhotspots .category__holder .content.active{display:block}.categoryhotspots .category__holder .title{--font-clr: var(--clr-grey-light);cursor:pointer}.categoryhotspots .category__holder .title.active{--font-clr: var(--white)}.categoryhotspots .category__holder .title.active .superscript{color:var(--clr-primary)}.categoryhotspots .category__content{display:flex;flex-direction:column;gap:3rem;justify-content:space-between;flex-basis:30%;flex-grow:1}@media (max-width:767.98px){.categoryhotspots .category__content{flex-basis:100%}}.categoryhotspots .category__image{flex-basis:60%;background-color:var(--black);flex-grow:10}.categoryhotspots .contact a{display:flex;align-items:center;gap:1rem;font-size:1.125rem}.categoryhotspots .contact .contact__icon{border-radius:50%;background-color:var(--clr-grey);height:3.125rem;width:3.125rem;display:flex;align-items:center;justify-content:center;padding:0.5rem;cursor:pointer}.categoryhotspots .contact .contact__icon i{font-size:1.5rem}