*{margin:0;padding:0;box-sizing:border-box}body,html{width:100vw;overflow-x:hidden;min-height:100vh;background-color:var(--color-neutral-100)}table{border-collapse:collapse}img{display:block;max-width:100%;margin:0}@media screen and (max-width:600px){.hide-mobile-down{display:none!important}}@media screen and (max-width:900px){.hide-tablet-portrait-down{display:none!important}}@media screen and (max-width:1200px){.hide-tablet-landscape-down{display:none!important}}@media screen and (max-width:1500px){.hide-tablet-laptop-down{display:none!important}}@media screen and (min-width:calc(600px + 1px)){.hide-tablet-portrait-up{display:none!important}}@media screen and (min-width:calc(900px + 1px)){.hide-tablet-landscape-up{display:none!important}}@media screen and (min-width:calc(1200px + 1px)){.hide-tablet-laptop-up{display:none!important}}.rotate-90-ccw{transform:rotate(-90deg)}.rotate-90-cw{transform:rotate(90deg)}.rotate-180{transform:rotate(180deg)}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:1rem!important}.mb-2{margin-bottom:2rem!important}.mb-3{margin-bottom:3rem!important}.mb-4{margin-bottom:4rem!important}.mb-5{margin-bottom:5rem!important}.mt-0{margin-top:0!important}.mt-1{margin-top:1rem!important}.mt-2{margin-top:2rem!important}.mt-3{margin-top:3rem!important}.mt-4{margin-top:4rem!important}.mt-5{margin-top:5rem!important}.ml-0{margin-left:0!important}.ml-1{margin-left:1rem!important}.ml-2{margin-left:2rem!important}.ml-3{margin-left:3rem!important}.ml-4{margin-left:4rem!important}.ml-5{margin-left:5rem!important}.mr-0{margin-right:0!important}.mr-1{margin-right:1rem!important}.mr-2{margin-right:2rem!important}.mr-3{margin-right:3rem!important}.mr-4{margin-right:4rem!important}.mr-5{margin-right:5rem!important}.card{width:100%;aspect-ratio:1/1;border-radius:var(--radius-400);display:flex;flex-flow:column nowrap;align-items:flex-start;justify-content:flex-end;padding:1.6666666667rem 2.2222222222rem;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}.card:before{content:"";display:block;position:absolute;height:50%;top:50%;left:0;width:100%;background:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.8));z-index:1;border-radius:var(--radius-400)}.card>*{z-index:3;color:var(--color-text-inverted);padding-right:5.5555555556rem}.card .more{height:3.5rem;width:3.5rem;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:rgba(255,255,255,0.2);position:absolute;right:2.2222222222rem;bottom:1.6666666667rem}.card .more img{filter:brightness(0) invert(1)}::selection{background-color:var(--color-gold-100)}
/*# sourceMappingURL=common.css.map */