@charset "UTF-8";

#withdrawal a {
	color: var(--black);
}

/* XS */
@media only screen and (min-width : 0px) {
}

/* SM (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* MD (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* LG (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* XL (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

