/**************/
/* FRONT PAGE */
/**************/



/***/
/* HEAD */
/*
html {
    overflow-x: hidden;
}
.banner-bg {
    background: linear-gradient(120deg,#70acd4,#9dff71 20%,#7acc69 30%,#e64848,#9fcc69 70%,#d47070);
    background-size: auto;
    background-size: 200% 200%;
    animation: gradient-animation 20s ease-in-out alternate infinite;
}
*/

/***/
/* SECTION GENERATOR */
.lqd-tabs-content .mb-7.mt-auto {
  margin-top: -30px;
}


.site-section .lqd-tabs .font-heading {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 10px 10px 11px;
}
.site-section .lqd-tabs .gap-8 {
    gap: 1rem;
}

/***/
/* FAQ */
.lqd-accordion .lqd-is-active {
  border-bottom-width: 1px !important;
}

/***/
/* FOOTER */
footer .container .flex.flex-wrap.items-center a img {
    filter: grayscale(1) contrast(2) invert(1);
}


/***/
/* NeuroPointer Canvas Animation */
#neurocanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;  
}

[id^="neurotrianglecanvas"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  width: calc(100% - 20px) !important;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  display: block;
}
.site-footer {
  position: relative;  
  overflow: hidden;  
}
#how-it-works .container {
  position: relative;
}



