.ArrowButton_button__hcGfb{--primary-color:#0000;--secondary-color:#181e25;--hover-color:#181e25;--arrow-width:10px;--arrow-stroke:1px;-webkit-box-sizing:border-box;box-sizing:border-box;border:0;color:var(--secondary-color);background:var(--primary-color);-webkit-transition:background .2s;transition:background .2s;gap:8px;cursor:pointer}.ArrowButton_button__hcGfb,.ArrowButton_button__hcGfb .ArrowButton_arrow-wrapper__4uafM{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.ArrowButton_button__hcGfb .ArrowButton_arrow-wrapper__4uafM{margin-top:-1px}.ArrowButton_button__hcGfb .ArrowButton_arrow__HMO8r{margin-top:1px;width:var(--arrow-width);background:#0000;height:var(--arrow-stroke);position:relative;-webkit-transition:.2s;transition:.2s}.ArrowButton_button__hcGfb .ArrowButton_arrow__HMO8r:before{content:"";-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;border:solid var(--secondary-color);border-width:0 var(--arrow-stroke) var(--arrow-stroke) 0;display:inline-block;top:-3px;right:3px;-webkit-transition:.2s;transition:.2s;padding:3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ArrowButton_button__hcGfb:hover .ArrowButton_arrow__HMO8r{background:var(--secondary-color)}.ArrowButton_button__hcGfb:hover .ArrowButton_arrow__HMO8r:before{right:0}