.center {
  text-align: center;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

.teal {
	color: #25ced1;
}

.ul-right {
	direction: rtl;
}

.noBorder {
    border:none !important;
	   padding: 0 !important; 
   margin: 0 !important;
}

.m0 {
    margin-top: 0pt!important;
	margin-bottom: 5pt!important;
}

.padding {
	padding-top: 0pt !important;
}

.paddingb {
	padding-bottom: 0pt !important;
}

.paddingletf20 {
	padding-left: 20pt !important;
}

.radius20 {
	border-radius: 20%;
}

.wpforms-container.wpf-center {
     margin: 0 auto !important;
     max-width: 800px;
}

.wpforms-form {
		color: #ea526f;
}

div.wpforms-container-full .wpforms-form input[type=text].wpforms-field-name-first {
color: #ea526f;
	text-align: center;
}

div.wpforms-container-full .wpforms-form input[type=text].wpforms-field-name-last {
color: #ea526f;
	text-align: center;
}

#wpforms-297-field_1 {
color: #ea526f !important;
	text-align: center;
}

#wpforms-submit-297 {
	background-color: #25ced1;
	color: #ffffff;
	border-radius: 20%;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-textarea textarea {
color: #ea526f;
	text-align: center;
}


:root {
    --butbg: #ffffff;
    --butcolor: #ea526f;
    --butfont: Roboto, sans-serif;
}


.wrapper {
    padding: 1.5rem 0;
    filter: url('#goo');
}

.buttonhome {
    display: inline-block;
    text-align: center;
    background: var(--butcolor);
    color: var(--butbg);
    font-weight: bold;
    padding: 1.18em 1.32em 1.03em;
    line-height: 1;
    border-radius: 1em;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-family: var(--butfont);
    font-size: 1.25rem;
}

.buttonhome:before,
.buttonhome:after {
    width: 4.4em;
    height: 2.95em;
    position: absolute;
    content: "";
    display: inline-block;
    background: var(--butcolor);
    border-radius: 50%;
    transition: transform 1s ease;
    transform: scale(0);
    z-index: -1;
}

.buttonhome:before {
    top: -55%;
    left: 20%;
}

.buttonhome:after {
    bottom: -55%;
    right: 20%;
}



.buttonhome:hover:before,
.buttonhome:hover:after {
    transform: none;
}

div.feature {
        position: relative;
    }

    div.feature a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-decoration: none; /* No underlines on the link */
        z-index: 10; /* Places the link above everything else in the div */
        background-color: #FFF; /* Fix to make div clickable in IE */
        opacity: 0; /* Fix to make div clickable in IE */
        filter: alpha(opacity=1); /* Fix to make div clickable in IE */
    }
