@font-face {
  font-family: GilroyBold;
  src: url(/main/public/site/Gilroy-Bold.ttf);
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: GilroyExtraBold;
  src: url(/main/public/site/Gilroy-ExtraBold.ttf);
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Gilroy;
  src: url(/main/public/site/Gilroy-Light.ttf);
  font-display: swap;
  font-style: normal;
}

body {
  font-family: "GilroyBold", sans-serif;
}

.top {
  display: block;
  margin: auto;
  padding: 5%;
  max-width: 80%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive video, .embed-responsive object {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.u-video video {
  object-fit: cover;
}

.top-image {
  position: relative;
}

.u-section-1 .u-shape-1 {
  transition-duration: 0.5s;
  transform: translateX(0px) translateY(0px) scale(1) rotate(0deg);
}

a.u-opacity-60, span.u-opacity-60, img.u-opacity-60, .u-opacity-60.u-line, .u-opacity-60.u-shape, .u-opacity-60.u-menu-overlay {
  opacity: 0.6;
}


.button {
  display: flex;
  justify-content: center;
  color: #fff;
}

.button-link a {
  color: #fff;
  text-decoration: none;
}

/* CSS */
.button-link {
  font-family: "GilroyBold", sans-serif;
  align-items: center;
  appearance: none;
  background-color: #3a049a;
  ;
  background-image: linear-gradient(1deg, #3a049a, #9054F7 99%);
  background-size: calc(100% + 20px) calc(100% + 20px);
  border-radius: 10px;
  border-width: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.5rem;
  height: auto;
  justify-content: center;
  line-height: 1.5;
  padding: 6px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.button-link:active,
.button-21:focus {
  outline: none;
}

.button-link:hover {
  background-position: -20px -20px;
}

.button-link:focus:not(:active) {
  box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
}

@media screen and (max-width: 1000px) {

  .top {
    display: block;
    margin: auto;
    padding: 0 0 15% 0;
    max-width: 99%;

  }

  .top-image {
    position: relative;
    padding: 50% 0 0 0;
  }


  .button-link {
    font-family: "GilroyBold", sans-serif;
    align-items: center;
    appearance: none;
    background-color: #3a049a;
    ;
    background-image: linear-gradient(1deg, #3a049a, #9054F7 99%);
    background-size: calc(100% + 20px) calc(100% + 20px);
    border-radius: 10px;
    border-width: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    height: auto;
    justify-content: center;
    line-height: 1.5;
    padding: 6px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s, background-position .2s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
  }

  .button-link:active,
  .button-21:focus {
    outline: none;
  }

  .button-link:hover {
    background-position: -20px -20px;
  }

  .button-link:focus:not(:active) {
    box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
  }
}

@media (min-width: 992px) {
  .pkp_site_nav_menu {
    position: absolute!important;
    top: 0!important;
  }
}
.pkp_site_nav_menu {
    background: #3a049a;
    background-color: #3a049a;
    background-image: linear-gradient(1deg, #3a049a, #9054F7 99%);
}
