.button-29 {
	align-items: center;
	appearance: none;
	background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
	border: 0;
	border-radius: 6px;
	box-shadow: rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, rgba(58, 65, 111, .5) 0 -3px 0 inset;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s, transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow, transform;
	font-size: 18px;
}

.button-29:focus {
	box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
	box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
	transform: translateY(-2px);
}

.button-29:active {
	box-shadow: #3c4fe0 0 3px 7px inset;
	transform: translateY(2px);
}

.button-42 {
	background-color: initial;
	background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
	border-radius: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	height: 48px;
	line-height: 1;
	outline: 0;
	overflow: hidden;
	padding: 0 20px;
	pointer-events: auto;
	position: relative;
	text-align: center;
	touch-action: manipulation;
	user-select: none;
	-webkit-user-select: none;
	vertical-align: top;
	white-space: nowrap;
	width: 100%;
	z-index: 9;
	border: 0;
	transition: box-shadow .2s;
}

.button-42:hover {
	box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

.j_button_02-1 {
	background-color: #2baa73;
	/*box-shadow: 0 10px 0 #2d721d;*/
	border: 1px solid #222;
	border-radius: 40px;
	padding: 10px 40px;
	color: #fff;
	position: relative;
	transition: all 0.1s ease-in-out;
	box-shadow: 0 10px 0 #2d721d, 0 10px 10px rgba(0, 0, 0, 0.2);
}

.j_button_02-1:hover, .j_button_02-1:active, .j_button_02-1:focus {
	/*box-shadow: inset 2px 1px 0 #222;*/
	/*transform: translate(2px, 10px);*/
	box-shadow: inset 0 4px 6px rgba(0,0,0,0.4);
	transform: translateY(10px);
}

.j_button_02 {
	background-color: #91c3e2;
	border: 1px solid #222;
	border-radius: 40px;
	padding: 10px 40px;
	color: #fff;
	position: relative;
	transition: all 0.1s ease-in-out;
	box-shadow: 0 10px 0 #466a9e, 0 10px 10px rgba(0, 0, 0, 0.2);
}

.j_button_02:hover, .j_button_02:active, .j_button_02:focus {
	box-shadow: inset 0 4px 6px rgba(0,0,0,0.4);
	transform: translateY(10px);
}