/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 22 2025 | 15:12:03 */
@keyframes bounce {
  0%, 20%, 50% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  70%, 100% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
body:not(.fl-builder-edit) .gl-lp-header {
  position: sticky;
  top: 0;
  z-index: 999;
}
body:not(.fl-builder-edit) .gl-lp-header .fl-row-content-wrap {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
body:not(.fl-builder-edit) .gl-lp-header.gl-lp-scrolled .fl-row-content-wrap {
  box-shadow: 0 1px 25px rgba(57, 63, 72, 0.1);
}
@media (min-width: 768px) {
  body:not(.fl-builder-edit) .gl-lp-header.gl-lp-scrolled .fl-row-content-wrap {
    padding: 10px 20px;
  }
}
body:not(.fl-builder-edit).logged-in.admin-bar .gl-lp-header {
  top: 32px;
}
.gl-lp-nav .pp-infolist ul.pp-list-items {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
}
.gl-lp-nav .pp-infolist ul.pp-list-items li.pp-list-item a .pp-infolist-title-text {
  transition: unset !important;
}
.gl-lp-nav .pp-infolist ul.pp-list-items li.pp-list-item:last-child a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: linear;
  -webkit-animation-iteration-count: linear;
  padding: 13px 24px;
  background: #FF4858;
  color: #FFF;
  border-radius: 10px;
}
.gl-lp-nav .pp-infolist ul.pp-list-items li.pp-list-item:last-child a:hover {
  animation-name: bounce;
  -moz-animation-name: bounce;
}
.gl-lp-nav .pp-infolist ul.pp-list-items li.pp-list-item:last-child a .pp-infolist-title-text {
  font-weight: 700 !important;
}
.gl-lp-nav .pp-infolist ul.pp-list-items li.pp-list-item:last-child a:hover {
  background: #ee3a4a;
}
@media (max-width: 767px) {
  .gl-lp-nav .pp-infolist ul.pp-list-items li.pp-list-item:last-child a .pp-heading-wrapper {
    display: block;
  }
}
.gl-lp-nav .pp-infolist ul.pp-list-items li.pp-list-item.active a {
  color: #0091C7 !important;
}
.gl-lp-nav .pp-infolist ul.pp-list-items li.pp-list-item.active:last-child a {
  color: #FFF !important;
}
@media (max-width: 767px) {
  .gl-lp-nav .pp-infolist ul.pp-list-items {
    display: none;
    /* hidden by default */
    position: absolute;
    top: 60px;
    /* adjust based on your header height */
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px;
    list-style: none;
    text-align: center;
    z-index: 1000;
    box-shadow: 0px 20px 25px rgba(57, 63, 72, 0.1);
  }
  .gl-lp-nav .pp-infolist ul.pp-list-items .pp-list-item {
    display: block;
  }
  .gl-lp-nav .pp-infolist ul.pp-list-items .pp-list-item:not(:first-child) {
    margin-top: 25px;
  }
  .gl-lp-nav .pp-infolist ul.pp-list-items .pp-more-link {
    display: block;
    text-decoration: none;
  }
}
.gl-lp-nav .pp-infolist .pp-hamburger {
  display: none;
  width: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
.gl-lp-nav .pp-infolist .pp-hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #000;
  margin: 6px 0;
  transition: all 0.3s ease;
}
.gl-lp-nav .pp-infolist .pp-hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 7px);
}
.gl-lp-nav .pp-infolist .pp-hamburger.active span:nth-child(2) {
  opacity: 0;
}
.gl-lp-nav .pp-infolist .pp-hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media (max-width: 767px) {
  .gl-lp-nav .pp-infolist .pp-hamburger {
    display: block;
    float: right;
    position: relative;
    z-index: 1001;
  }
}
.gl-lp-legal-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.gl-lp-legal-list p {
  margin: 0 !important;
}
.gl-lp-legal-list p:not(:first-child) {
  border-left: 1px solid #39526F;
  padding-left: 15px;
}
.gl-lp-legal-list::before, .gl-lp-legal-list::after {
  display: none !important;
}
@media (max-width: 767px) {
  .gl-lp-legal-list {
    justify-content: flex-start;
  }
}
.hbspt-form form fieldset.hidden-field-wrapper {
  margin-bottom: 0 !important;
  display: none !important;
}
