@keyframes blink {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.blinking {
  animation: blink 4s ease-in-out infinite;
}
.page-node-558 {
  font-family: 'Raleway', sans-serif;
}
.page-node-558 .services-gradient {
  display: flex;
}
.page-node-558 .services-gradient > div {
  height: 12px;
  flex-grow: 1;
  width: 15%;
}
.page-node-558 .services-gradient > div:nth-child(1) {
  background: #752a86;
}
.page-node-558 .services-gradient > div:nth-child(2) {
  background: #0063a5;
}
.page-node-558 .services-gradient > div:nth-child(3) {
  background: #0099b0;
}
.page-node-558 .services-gradient > div:nth-child(4) {
  background: #88c241;
}
.page-node-558 .services-gradient > div:nth-child(5) {
  background: #f99d28;
}
.page-node-558 .services-gradient > div:nth-child(6) {
  background: #ed3027;
}
.page-node-558 .header .logo-startengo {
  margin: 32px auto 64px;
  display: block;
}
.page-node-558 .header .container {
  padding-top: 96px;
  padding-bottom: 64px;
}
.page-node-558 .header .page-title {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.page-node-558 .services-wrapper {
  padding: 64px 0;
}
.page-node-558 .services-wrapper h2 span:nth-child(1) {
  text-transform: uppercase;
  color: #752a86;
  font-weight: bold;
  display: block;
  font-size: 2em;
}
.page-node-558 .services-wrapper .resume {
  text-align: center;
  font-size: 1.8em;
  color: #000;
}
.page-node-558 .services-wrapper .service-item {
  mask: url("../images/lp/lp558/mask-hexagone.svg") no-repeat center / contain;
  -webkit-mask: url("../images/lp/lp558/mask-hexagone.svg") no-repeat center / contain;
  width: 360px;
  height: 400px;
  position: relative;
}
.page-node-558 .services-wrapper .service-item picture {
  display: block;
}
.page-node-558 .services-wrapper .service-item .content {
  animation: blink 4s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  padding: 32px;
}
.page-node-558 .services-wrapper .service-item .content h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.page-node-558 .services-wrapper .service-item.item-voice .content {
  animation-delay: 1s;
  background: #752a86;
}
.page-node-558 .services-wrapper .service-item.item-academy .content {
  animation-delay: 2s;
  background: #0063a5;
}
.page-node-558 .services-wrapper .service-item.item-keys .content {
  animation-delay: 3s;
  background: #0099b0;
}
.page-node-558 .services-wrapper .service-item.item-service .content {
  animation-delay: 3s;
  background: #88c241;
}
.page-node-558 .services-wrapper .service-item.item-collection .content {
  animation-delay: 1s;
  background: #f99d28;
}
.page-node-558 .services-wrapper .service-item.item-dynamix .content {
  animation-delay: 2s;
  background: #ed3027;
}
.page-node-558 .apps-wrapper {
  background: #000;
  padding: 96px 0;
}
.page-node-558 .apps-wrapper h2 {
  text-align: center;
  color: #fff;
}
.page-node-558 .apps-wrapper .card-app {
  background: #fff;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.5);
}
.page-node-558 .apps-wrapper .card-app .card-header {
  background: none;
  border: 0;
}
.page-node-558 .apps-wrapper .card-app .card-header img {
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}
.page-node-558 .apps-wrapper .card-app .card-body::before {
  content: "";
  display: block;
  width: 50%;
  height: 5px;
  border-radius: 12px;
  background: #ed3027;
  margin: 0 auto 16px;
}
.page-node-558 .apps-wrapper .card-app .card-footer {
  background: none;
  border: 0;
}
.page-node-558 .apps-wrapper .card-app .card-footer .btn.btn-primary {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  border-radius: 60px;
  border: 0;
  padding: 6px 24px;
  font-size: 1em;
}
.page-node-558 .apps-wrapper .app-item-plan .card-app .card-body:before {
  background: #88c241;
}
.page-node-558 .apps-wrapper .text-event {
  text-align: center;
  font-weight: 900;
  font-style: italic;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #fff;
  margin: 64px 0;
}
.page-node-558 .cma-games-wrapper {
  background: #0063a5;
  color: #fff;
  padding: 96px 0;
  text-align: center;
}
.page-node-558 .cma-games-wrapper .logo-cma {
  margin: 0 auto 64px;
}
.page-node-558 .cma-games-wrapper h2 {
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
}
.page-node-558 .cma-games-wrapper .btn.btn-secondary {
  background: #fff;
  border-radius: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0063a5;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.5);
  font-style: italic;
  padding: 16px 32px;
  font-size: 1.5em;
}
.page-node-558 .cma-games-wrapper .btn.btn-secondary:hover {
  background: #88c241;
  color: #fff;
}
.page-node-558 .footer {
  padding: 32px 0 0;
  background: #000;
  color: #fff;
  text-align: center;
}
@media all and (max-width: 767px) {
  .app-item {
    margin: 8px auto;
  }
}
@media all and (min-width: 1024px) {
  .services-wrapper .services {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    transform: rotate(-15deg);
  }
  .services-wrapper .services .service-item {
    width: 30%;
  }
  .app-item {
    margin: 64px auto 128px;
  }
  .app-item > .row > .col-12:nth-child(2) {
    position: relative;
  }
  .app-item > .row > .col-12:nth-child(2) .card-app {
    position: absolute;
    top: -290px;
  }
  .app-item .app-banner {
    border-radius: 16px;
  }
}
#header {
  padding: 15px 0;
}
#header #search-block-form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
#header #search-block-form [type=search] {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-right: 0.5rem !important;
}
#header #search-block-form [type=submit] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.views_slideshow_cycle_teaser_section,
.views_slideshow_slide,
.views_slideshow_cycle_teaser_section .field-content img {
  width: 100% !important;
  max-width: 100% !important;
}
#slider-wrapper .views_slideshow_cycle_teaser_section {
  position: relative;
}
.views-slideshow-controls-text-previous-processed,
.views-slideshow-controls-text-next-processed {
  margin-top: -25px;
  height: 50px;
  position: absolute;
  text-align: center;
  z-index: 100;
  top: 50%;
}
.views-slideshow-controls-text-previous-processed a,
.views-slideshow-controls-text-next-processed a {
  display: block;
  height: 32px;
  width: 40px;
  text-align: center;
  overflow: hidden;
  opacity: 0.5;
  transition: all ease 0,6s;
}
.views-slideshow-controls-text-previous-processed a.hover,
.views-slideshow-controls-text-next-processed a.hover {
  opacity: 1;
  transition: all ease 0,6s;
}
.views-slideshow-controls-text-previous-processed a:before,
.views-slideshow-controls-text-next-processed a:before {
  color: #fff;
  font-size: 20pt;
  font-family: 'Glyphicons Halflings';
  display: block;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.views-slideshow-controls-text-previous-processed {
  left: 0;
}
.views-slideshow-controls-text-previous-processed a:before {
  content: "\e257";
}
.views-slideshow-controls-text-next-processed {
  right: 0;
}
.views-slideshow-controls-text-next-processed a:before {
  content: "\e258";
}
.views_slideshow_controls_text_pause {
  display: none;
}
#footer {
  padding: 15px 0;
}
