.rounded-1{border-radius:1px}.rounded-2{border-radius:2px}.rounded-3{border-radius:3px}.rounded-4{border-radius:4px}.rounded-6{border-radius:6px}.rounded-x{border-radius:var(--theme-button-border-radius,8px)}.rounded{border-radius:100%}.button-rounded-x{border-radius:var(--theme-button-border-radius,6px)}.sticker-rounded-x{border-radius:var(--theme-sticker-border-radius,4px)}.outer-rounded-x{border-radius:var(--theme-outer-border-radius,12px)}.image-rounded-x{border-radius:var(--theme-image-border-radius,6px)}.rounded--bottom{border-top-right-radius:0;border-top-left-radius:0}@media (width >= 992px) {
  .rounded--to-992 {
    border-radius: 0px;
  }
}@media (width < 992px) {
  .rounded--bottom-to-992 {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}.noradius{border-radius:0}.bordered{--box_shadow:var(--stroke_black);border:none;box-shadow:inset 0 0 0 1px var(--box_shadow)}.border-top{border-top:1px solid var(--stroke_black)}.border-bottom{border-bottom:1px solid var(--stroke_black)}.border-left{border-left:1px solid var(--stroke_black)}.border-right{border-right:1px solid var(--stroke_black)}.border-none{border:none}.border-top-none{border-top:none}.border-bottom-none{border-bottom:none}.border-left-none{border-left:none}.border-right-none{border-right:none}