.elementor-4834 .elementor-element.elementor-element-e0e24d3{--display:flex;--min-height:100vh;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4834 .elementor-element.elementor-element-e0e24d3.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-4834 .elementor-element.elementor-element-e0e24d3{--width:100vw;}}/* Start custom CSS */body {
    background-color: #080B10 !important;
}

svg {
  display: block;
  vertical-align: middle;
}

/* GENERAL */
 
.mobile-break {
  display: inline;
}

@media (max-width: 767px) {
  .mobile-break {
    display: block;
  }
}

#scroll-to-top {
    display: none;
}

/* NAV BAR */

.nav {
    height: 100px;
    max-height: 100px;
    overflow: visible;
    background-color: rgba(8, 11, 16, 0.7);
    backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 1000
}

@media (max-width: 767px) {
    .nav {
        height: 75px !important;
        max-height: 75px !important;
    }
}

.nav-menu {
    margin-left: auto;
}

@media (max-width: 1023px) {
.nav-menu {
    max-height: 32px;
}
}

.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before{
    background-color: #22FF6F;
}

/* CTA-BUTTON-FILL */

.cta-button-fill {
    max-width: fit-content;
    border-radius: 1000px
}

.cta-button-fill:hover{
    box-shadow: 0px 0px 40px rgba(34, 255, 111, 0.5);
}

.cta-button-3-fill {width: max-content;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #181C2F;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
}

.cta-button-fill:hover .cta-button-2-fill {
    background: #22FF6F;
    transition: all 0.3s ease-out;
}

.cta-button-fill:hover .cta-button-1-fill {
    background-color: rgba(8, 16, 11, 0.9);
    backdrop-filter: blur(60px);
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    transition: all 0.3s ease-out;
}

.cta-button-1-fill {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    z-index: 2;
    position: absolute;
    background-color: rgba(10, 14, 18, 0.9);
    border-radius: 100px;
    backdrop-filter: blur(40px);
    transition: all 0.3s ease-out;
}

.cta-button-2-fill {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    z-index: 1;
    border-radius: 100px;
    transform: translate(-50%, -50%);
    background: conic-gradient(
  from 0deg,
  #181C24 0%,
  #22FF6F 15%,
  #22FF6F 25%,
  #22FF6F 35%,
  #181C24 50%
);
  animation: spin 2s linear infinite;
  transform-origin: center;
  transition: all 0.3s ease-out;
}

@media (max-width: 767px) {
    .cta-button-fill, 
    .cta-button-3-fill {
        width: 100%;
        max-width: 100%;
    }
    
    .cta-button-2-fill {
        height: 700px;
        width: 700px;
    }
}

/* CTA-BUTTON-FIT */

.cta-button-fit {
    max-width: fit-content;
    border-radius: 1000px
}

.cta-button-fit:hover{
    box-shadow: 0px 0px 40px rgba(34, 255, 111, 0.5);
}

.cta-button-3-fit {width: max-content;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #181C24;
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    cursor: pointer;
}

.cta-button-fit:hover .cta-button-2-fit {
    background: #22FF6F;
    transition: all 0.3s ease-out;
}

.cta-button-fit:hover .cta-button-1-fit {
    background-color: rgba(8, 16, 11, 0.9);
    backdrop-filter: blur(60px);
    height: calc(100% - 6px);
    width: calc(100% - 6px);
    transition: all 0.3s ease-out;
}

.cta-button-1-fit {
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    z-index: 2;
    position: absolute;
    background-color: rgba(10, 14, 18, 0.9);
    border-radius: 100px;
    backdrop-filter: blur(40px);
    transition: all 0.3s ease-out;
}

.cta-button-2-fit {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    z-index: 1;
    border-radius: 100px;
    transform: translate(-50%, -50%);
    background: conic-gradient(
  from 0deg,
  #181C24 0%,
  #22FF6F 15%,
  #22FF6F 25%,
  #22FF6F 35%,
  #181C24 50%
);
  animation: spin 2s linear infinite;
  transform-origin: center;
  transition: all 0.3s ease-out;
}

.cta-button-text{
    pointer-events: none;
}

@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}


.user-image {
    margin-right: -12px;
}

.faq-question {border-radius:15px; overflow: hidden;}

@media (max-width: 480px) {
    .faq-questions svg {
        width: 16px;
    }
}

.green-text-glow{
    color: #22FF6F;
    text-shadow: 0px 0px 24px rgba(34, 255, 111, 0.6);
}/* End custom CSS */