.bottonecustom {
  font-size: 10px;
  text-align: center; 
}

a.button {
  position: relative;
  display: inline-block;
  width: 25.6em;
  height: 6.3em;
  overflow: hidden;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  line-height: 1.2em;
  font-size: 1rem;
  color: #bcbcbc;
  cursor: pointer;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  transition: -webkit-transform 1s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
a.button svg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
a.button svg g line,
a.button svg g polyline,
a.button svg g circle {
  fill: none;
  stroke: #bcbcbc;
}
a.button svg g line,
a.button svg g polyline {
  stroke-miterlimit: 20;
}
a.button svg g circle {
  display: block;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.130em;
  stroke-dasharray: 200;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset ease-out 1.5s;
}
a.button font {
  z-index: 2;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.3em;
}
a.button:hover {
  -webkit-transform: translateZ(0) translateX(0.5em);
          transform: translateZ(0) translateX(0.5em);
  color: #458896;
  stroke: #458896;
}
a.button:hover svg g circle {
  stroke-dashoffset: 200;
  color: #458896;
  stroke: #458896;
}

.scritte {
  margin-bottom: -3%;
}

.uvc-heading.ultimate-heading-92755aff0fa228c09 h2 {
  margin-bottom: -3% !important;
}
