.gh-ffs-event-banner {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.gh-ffs-event-banner:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.gh-ffs-event-banner .body {
  position: relative;
  z-index: 2;
}
.gh-ffs-event-banner .row {
  padding: 2em 0;
  align-items: center;
}
.gh-ffs-event-banner .row > * {
  position: static;
}
.gh-ffs-event-banner video {
  width: 100%;
  height: auto;
  transition: transform 0.35s;
}
.gh-ffs-event-banner:hover > video {
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .gh-ffs-event-banner video {
    height: 100%;
    position: absolute;
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .gh-ffs-event-banner .body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gh-ffs-event-banner .btn-primary {
    font-size: 1.37552rem;
    width: 8em;
    height: 8em;
    border-radius: 4em;
    display: flex;
    align-items: center;
  }
}

.gh-header.gh-ffs .btn-register {
  width: 8em;
  height: 8em;
  float: right;
  border-radius: 4em;
  margin-top: -2.5em;
  padding-top: 2.9em;
  line-height: 1.2;
}

table.gh-ffs-agenda,
table.gh-ffs-events {
  /*tr {
  	pointer-events: none;
  }*/
}
@media (min-width: 992px) {
  table.gh-ffs-agenda td:nth-child(2),
table.gh-ffs-events td:nth-child(2) {
    width: 35%;
  }
}
@media (max-width: 991.98px) {
  table.gh-ffs-agenda tr,
table.gh-ffs-events tr {
    display: block;
    padding: 0.75rem;
  }
  table.gh-ffs-agenda td,
table.gh-ffs-events td {
    display: block;
    padding: 0;
    border: 0;
  }
}
table.gh-ffs-agenda dl,
table.gh-ffs-events dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
}
@media (min-width: 1280px) {
  table.gh-ffs-agenda dl,
table.gh-ffs-events dl {
    font-size: 1.125rem;
  }
}
table.gh-ffs-agenda dl dt,
table.gh-ffs-events dl dt {
  width: 35%;
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
}
table.gh-ffs-agenda dl dd,
table.gh-ffs-events dl dd {
  width: 65%;
  align-self: flex-end;
  margin-bottom: 0.5rem;
}

table.gh-ffs-events {
  font-size: 1rem;
  margin: 1rem 0 2rem;
}
table.gh-ffs-events td:last-child {
  vertical-align: middle;
}
table.gh-ffs-events h3 {
  font-size: 1.125rem;
}
table.gh-ffs-events .btn-event {
  font-weight: bold;
  text-align: center;
  display: block;
  font-size: 0.938rem;
}
@media (min-width: 1280px) {
  table.gh-ffs-events .btn-event {
    width: 6em;
  }
}
table.gh-ffs-events .btn-event img {
  width: 2em;
  margin-bottom: 0.25em;
}

.gh-ffs-goals {
  background-size: cover;
}
.gh-ffs-goals h2 {
  margin-bottom: 2rem;
  color: #fff;
}
.gh-ffs-goals .row {
  justify-content: space-between;
}
.gh-ffs-goals .row > * {
  display: flex;
}
.gh-ffs-goals article {
  width: 100%;
  padding: 1em;
  margin-bottom: 1rem;
  background-color: #fff;
}
.gh-ffs-goals article h3, .gh-ffs-goals article .icon-wrapper {
  text-align: center;
}
.gh-ffs-goals article p {
  font-size: 0.824em;
}

.gh-ffs-take-part {
  color: #fff;
}
.gh-ffs-take-part article {
  margin: 0 auto 1rem;
  width: 14em;
  height: 14em;
  border-radius: 14em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border: 3px solid;
}
@media (max-width: 991.98px) {
  .gh-ffs-take-part article {
    width: 10em;
    height: 10em;
  }
  .gh-ffs-take-part article h3 {
    font-size: 1rem;
  }
  .gh-ffs-take-part article img {
    width: 3rem;
  }
}
.gh-ffs-take-part a {
  color: #fff;
}
.gh-ffs-take-part h3 {
  margin-bottom: 1rem;
}

.gh-ffs-contact .link-subscribe {
  padding-left: 1.5em;
  display: inline-block;
}
.gh-ffs-contact .link-subscribe:before {
  margin-left: -1.5em;
}
/*# sourceMappingURL=ffs.css.map */
