@charset "utf-8";
/* CSS Document */


	.wrap-survey-gizmo {
		position: fixed;
		top: calc(50% - 60px);
		right: 0;
		width: 60px;
		height: 110px;
		overflow: hidden;
		z-index: 9999;
		}

	.wrap-survey-gizmo > div {
		position: relative;
		width: 60px;
		height: 100px;

	}

	.wrap-survey-gizmo .at-text {
		position: absolute;
		overflow: hidden;
		clip: rect(0 0 0 0);
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0
	}

	.wrap-survey-gizmo a {
		position: absolute;
		top: 0;
		left: 0;

		display: block;
		width: 60px;
		height: 100px;
		transform: translateX(20px);
		transition: 0.5s ease-out;
	}

	.wrap-survey-gizmo a:hover,
	.wrap-survey-gizmo a:focus {
		transform: translateX(0px);
	}

	svg.sg {
		writing-mode: tb;
		fill: #fff;
    color: #fff;
		background-color: #707070;

		font-family: sans-serif;
		font-size: 16px;

		position: absolute;
		top: 0;
		left: 0;
		border-radius: 10px 0 0 10px;
	}

