@charset "utf-8";
/* CSS Document */

/*--dont touch--*/

body{
	margin: 0;}



#wrap{
	max-width: 562.5px;
	margin: 0 auto;
	background-color: white;
}



#wrap img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

/*--dont touch--*/

.cta{
	padding: 0 30px;
	animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
	    position: relative;
    z-index: 2;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

/*.ye{
	background-color: #fbfb7f;
}*/

.deco{
	position: relative;
}

.deco:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: calc(50% + 5px);
	-webkit-transform: translate(-50% , -50%);
	transform: translateY(-50%);
	pointer-events: none;
	/*background-color: green;*/
	z-index: 0;
	border-radius: 20px;
}

.copy{
	    text-align: center;
    padding: 3%;
    background-color: #15B0F7;
    color: white;
}

.custom{
	    margin-top: -95px;
    z-index: 0;
}