.code1727085228 {
    
}

.code1727085228 .mhead {
    
}

.code1727085228 .mtitle {
    
}

.code1727085228 .mdesc {
    
}

.code1727085228 .mbody {
    
}

.code1727085228 .mcontent{
    width: fit-content;
	text-align:center;
	margin:0 auto
}

/*Module specific style*/
.code1727085228 button {
  font-family: inherit;
  font-size: 20px;
  background: royalblue;
  color: white;
  padding: 0.7em 1em;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.2s;
  cursor: pointer;
}


.code1727085228 button span {
  display: block;
  margin-left: 0.3em;
  transition: all 0.3s ease-in-out;
}

.code1727085228 button svg {
  display: block;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
  margin-left: 10px;
}

.code1727085228 button:hover .svg-wrapper {
  animation: fly-1 0.6s ease-in-out infinite alternate;
}

.code1727085228 button:hover svg {
  transform: translateX(-3.2em) rotate(360deg) scale(1.5);
}

.code1727085228 button:hover span {
  transform: translateX(12em);
  
}


.code1727085228 button:active {
  transform: scale(0.95);
}

@keyframes fly-1 {
  from {
    transform: translateY(0.1em);
  }

  to {
    transform: translateY(-0.1em);
  }
}

/*Module specific style*/

@media (max-width: 767px) {
	.code1727085228 button {
  font-size: 10px;

  padding: 0.7em;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	
}