.container{
    max-width: 1312px;
    margin: 0 auto;
}

h1,h2,h3,h4,h5,h6{
    margin-top: 0!important;
    margin-bottom: 0;
    font-weight: bold;
}

.h1,.h2,.h3,.h4,.h5,.h6{
    margin-top: 0!important;
    margin-bottom: 0;
    font-weight: bold;
}

p {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}

h1, .h1{
    font-size: 58px;
    line-height: 67px;
}

h2, .h2{
    font-size: 48px;
    line-height: 57px;
}

h3, .h3{
    font-size: 40px;
    line-height: 48px; 
}

h4, .h4{
    font-size: 24px;
    line-height: 33px; 
}

h5, .h5{
    font-size: 18px;
    line-height: 27px; 
}

.bold{
    font-weight: 700;
}

.page_wrap * {
    color: inherit!important;
}

.text_c{
    text-align: center;
}

.flex {
    display: flex;
}

.justify_sb {
    justify-content: space-between;
}

.align_c{
    align-items: center;
}

.landing_hero{
    padding: 76px 0 112px;
}

@media screen and (min-width: 1200px) {
    .landing_hero.left .landing_hero-descr-content {
        width: 58.8%;
    }
    .landing_hero.left .landing_hero-descr{
        display: flex;
        flex-wrap: wrap;
        column-gap: 2rem;
    }
    .landing_hero.half .container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }
    .landing_hero.half .container_top > div {
        width: 50%;
    }    
    .landing_hero.half .landing_hero-image{
        transform: skewX(-32deg) skewY(10deg) translateX(11%) translateY(10%);
    }
    .landing_hero.half .landing_hero-lorrie{
        
    }

}

header, footer, .elementor-location-footer{
    display: none!important;
}

.page_wrap{
    background-color: #0D1016;
    padding-top: 66px;
    color: #D1D6DF;
    overflow-x: hidden;
}

.landing_header{
    position: fixed;
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 90;
}

.landing_header-logo img{
    max-width: 100px;
}

.landing_header-wrap{
    background-color: #14171D;
    border: 1px solid #FFFFFF0F;
    padding: 10px 8px;
    border-radius: 8px;
}

.landing_header-nav-link{
    color: #fff!important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

a{
    transition: all .3s ease;
}

a:hover{
    color: inherit;
    font-weight: 400!important;
}

.landing_header-nav{
    gap: 32px;
}

.justify_c{
    justify-content: center;
}

.button{
    background-color: #D6D63F;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #0B0C0E;
    display: inline-block;
}

.landing_hero-descr-content .button{
    margin-bottom: 20px;
}

.landing_hero-descr-text{
    max-width: 680px;
    font-size: 20px;
}

.landing_hero-image {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 5px;
    transform: skewX(32deg) skewY(-10deg) translateX(11%) translateY(10%);
    position: relative;
}
.landing_hero-lottie {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 5px;
    position: relative;
    margin-bottom: 30px;
}

.landing_hero-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(13, 16, 22, 0) 0%, #0D1016 100%),
linear-gradient(277.15deg, #0D1016 7.63%, rgba(13, 16, 22, 0) 93.55%);
    z-index: 5;
    border-radius: 12px;
}

.landing_hero-image img{
    border-radius: 12px;
}

.page_wrap .button{
    color: #0B0C0E!important;
}

.landing_hero-descr-title{
    margin-bottom: 24px;
}

.center .landing_hero-descr-title,
.center .landing_hero-descr-text {
    text-align: center;
    justify-content: center;
}

.landing_cta-iframe{
    width: 100%;
}

.landing_hero-iframe iframe,
.landing_cta-iframe iframe{
    max-width: 510px;
    height: 270px!important;
}
.landing_hero-iframe,
.landing_cta-iframe  {
    max-width: 510px;
}

.form_wrap p {
    font-size: 14px;
    line-height: 18px;
}

.center .landing_hero-iframe {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.center .landing_hero-descr-text{
    margin-left: auto;
    margin-right: auto;
}

.landing_hero-embed{
    margin-top: 24px;
}

.landing_hero-descr-text{
    margin-bottom: 24px;
}

.page_wrap p{
    margin-bottom: 0px;
}

.page_wrap p:last-of-type{
    margin-bottom: 0!important;
}

.landing_boxes{
    padding: 60px 0;
}

.mb_80{
    margin-bottom: 80px;
}

.landing_boxes-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
    position: relative;
    z-index: 10;
}

.landing_boxes{
    position: relative;
}

.linear_line{
    position: absolute;
    bottom: -7%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 220px;
    overflow: hidden;
}

.linear_line:before{
    content: '';
    background: linear-gradient(180deg, rgba(229, 229, 36, .0) 0%, #E5E524 100%);
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    animation-name: line-linear;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-direction: normal;
    animation-iteration-count: infinite;
}



@keyframes line-linear {
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(100%);
    }
}

.landing_boxes-grid-item{
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px solid #FFFFFF0F;
    background-color: #14171D;   
    border-radius: 12px;
}

.landing_boxes-grid-item-text p{
    font-size: 16px;
    line-height: 24px;
}

.landing_slider-carousel-item{
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px solid #FFFFFF0F;
    background-color: #14171D;  
    border-radius: 12px;
    padding: 32px 24px;
}

.landing_slider-carousel-item-text{
    font-size: 20px;
    line-height: 28px;
}

.landing_slider-carousel-item-title{
    font-size: 16px;
    line-height: 24px;
}

.landing_slider{
    padding: 112px 0;
}

.landing_slider-carousel{
    padding-bottom: 80px;
}

.owl-dots{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.owl-dot{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #CCCCCC!important;
    opacity: .6;
}

.owl-dot.active{
    opacity: 1;
}

.owl-nav{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.owl-nav button{
    background-image: url('../images/icon-arrow-r-w.svg')!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-color: #1E2127!important;
    border: 1px solid #FFFFFF0A;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    color: transparent!important;
}

.owl-nav button.owl-next{
    transform: rotate(180deg);
}

.owl-dots{
    margin-top: 48px;
}

.owl-nav{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(0%);
}



.landing_customer{
    padding: 120px 0 10px;
}

.landing_hero.half ~ .landing_customer,
.landing_hero.center ~ .landing_customer{
    padding: 10px 0;
}

.landing_customer-title{
    margin-bottom: 48px;
}

.landing_customer-slider{
    max-width: 1000px;
    margin: 0 auto;
}

.landing_slider-carousel:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, #0D1016 0%, transparent 100%);
    z-index: 5;
}

.landing_slider-carousel:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: linear-gradient(-90deg, #0D1016 0%, transparent 100%);
    z-index: 5;
}

img {
    max-width: 100%;
}

.landing_customer-slider-item{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
}

.landing_customer-slider-item img{
    max-height: 41px;
    width: auto!important;
    margin: 0 auto;
}

.landing_cta{
    padding: 80px 0;
}

.landing_cta-inner{
    background: linear-gradient(180deg, #0D1016 0%, #14171D 100%);
    border-radius: 28px;
    padding: 64px 0;
    position: relative;
    overflow: hidden;
}

.landing_cta-inner:before{
    content: '';
    width: 480px;
    border-radius: 100%;
    z-index: 5;
    height: 480px;
    background-color: #E5E52424;
    opacity: .4;
    display: block;
    position: absolute;
    filter: blur(120px);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(50%);
}

.landing_box-inner{
    row-gap: 40px;
    column-gap: 80px;
    position: relative;
}

.landing_cta-descr{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.landing_cta-button{
    margin-top: 8px;
}

.landing_box{
    padding: 112px 0;
    gap: 16px;
}

.landing_box.full_h{
    min-height: calc(100vh - 66px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.landing_box.full_h .landing_box_image{
    width: auto;
}

.landing_box.full_h  .dir-center{
flex-direction: column;
}
.landing_box-descr{
    flex-direction: column;
    max-width: 1024px;
}

.landing_box_image{
    border: 1px solid rgba(13, 16, 22, 0.7);
    border-radius: 12px;
    padding: 8px;
    max-width: 713px;
    width: 100%;
    flex: 0 0 auto;
    position: relative;
}

.landing_box_image:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(13, 16, 22, 0) 0%, rgba(13, 16, 22, 0.7) 100%);
}

.landing_box_image img{
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing_box-descr-title{
    max-width: 900px;
}

.dir-center{
    text-align: center;
}

.dir-center .landing_box-descr{
    margin: 0 auto;
}

.dir-left{
    flex-direction: row-reverse;
}

table {
    border: none;
    box-shadow: unset;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-top: 64px;
    background: transparent;
}

table td{
    font-size: inherit;
    line-height: inherit;
    padding: 24px;
    border: none;
    background-color: transparent;
}

table tr td:nth-of-type(2),
table tr th:nth-of-type(2){
    background-color: #14171D;
}

table img ~ p{
    margin-top: 12px;
}

.landing_box-line{
    height: 1px;
    width: 100%;
    background-color: rgba(255,255,255,.06);
    backdrop-filter: blur(32px);
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    opacity: .5;
}

.landing_box-line:before{
    content: '';
    background: linear-gradient(90deg, rgba(229, 229, 36, .0) 0%, #E5E524 100%);
    position: absolute;
    top: 0%;
    left: 0;
    width: 220px;
    height: 100%;
    transition: all .3s ease;
    animation-name: line-linear-row;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-direction: normal;
    animation-iteration-count: infinite;
}

.dir-left .landing_box-line:before{
    left: auto;
    right: 0;
    background: linear-gradient(-90deg, rgba(229, 229, 36, .0) 0%, #E5E524 100%);
    animation-name: line-linear-row-right;
}

@keyframes line-linear-row {
    0%{
        left: 0;
    }
    100%{
        left: 100%;
    }
}

@keyframes line-linear-row-right {
    0%{
        right: 0;
    }
    100%{
        right: 100%;
    }
}


.landing_box-descr-title{
    margin-bottom: 16px;
}

/* animation */

.single-landing-page .page_wrap .animate{
    opacity: 0;
}

.fade-in-bottom {
    animation: fadeInBottom 2s ease forwards;
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    } 
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.fade-in-top{
    animation: fadeInTop 2s ease forwards;
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-20%) translateX(20%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0%) translateX(0%);
    }
}


.animated-title-wrapper {
    overflow: hidden; /* Prevent elements from showing outside the container */
}

.animated-title {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px; /* Add spacing between words */
}

h1.animated-title,
h2.animated-title{
    column-gap: 12px;
}

.word {
    display: inline-block;
    transform: translateY(0%); /* Start below the container */
    opacity: 0; /* Start invisible */
    background-image: linear-gradient(90deg, #D1D6DF, white);
    background-size: 200% 100%; /* Make the gradient twice as wide as the text */
    background-position: 0%;
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    transition: transform 1s ease, opacity 1s ease, background-position 1s ease;
}

/* Active State (When in Viewport) */
.word.active {
    transform: translateY(0); /* Reset to original position */
    opacity: 1; /* Fully visible */
    background-position: 100%; /* Move the gradient from left to right */
}


@media screen and (max-width: 768px) {
    .landing_customer-title{
        margin-bottom: 24px;
    }
    h1.animated-title,
h2.animated-title{
    column-gap: 8px;
}

    .landing_header-nav{
        display: none;
    }

    .landing_header{
        max-width: 90%;
    }
    #page{
        padding-top: 0!important;
    }
    .container{
        padding: 0 20px;
    }
    .landing_header-wrap{
        padding: 14px 12px;
    }    
    .page_wrap{
        text-align: left;
    }
    .landing_hero{
        padding: 48px 0 24px;
    }
    h1, .h1{
        font-size: 40px;
        line-height: 48px;
    }
    h2, .h2{
        font-size: 32px;
        line-height: 38px;
    }
    h3, .h3{
        font-size: 32px;
        line-height: 38px;
    }
    h4, .h4{
        font-size: 20px;
        line-height: 28px;
    }
    p{
        font-size: 16px;
        line-height: 24px;
    }
    .landing_customer{
        padding: 48px 0 24px;
    }
    .landing_hero.half {
        padding: 48px 0 48px;
    }
    .landing_boxes{
        padding: 48px 0;
    }
    .landing_hero-descr-title{
        margin-bottom: 20px;
    }
    .text_c{
        text-align: left;
    }
    .mb_80{
        margin-bottom: 48px;
    }
    .landing_boxes-grid{
        grid-template-columns: repeat(1,1fr);
    }
    .landing_slider-carousel-item-text p{
        font-size: 18px;
        line-height: 23px;
    }
    .landing_cta{
        padding: 32px 20px;
    }
    .landing_cta-descr{
        text-align: center;
    }
    .landing_cta-inner{
        padding: 32px 24px;
    }
    .landing_box-descr{
        max-width: 100%;
    }
    .dir-center{
        text-align: left;
    }
    .landing_box.full_h .dir-center .landing_box-descr-title{
        text-align: center!important;
    }    
    .landing_box.full_h{
        min-height: calc(100vh - 66px);
    }
    .landing_box{
        padding: 48px 0;
    }
    table, tbody {
        display: block;
        height: auto!important;
    }
    table tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto!important;
        align-items: center;
    }
    .landing_box-line{
        bottom: -42px;
    }
    table tr td:empty{
        display: none;
    }
    table tr td:first-of-type{
        font-weight: 700;
    }
    table tr td{
        width: 49%!important;
        height: auto!important;
        padding: 16px;
        text-align: center;
    }
    table tr td:first-child{
        width: 100%!important;
    }
    table tr td:nth-of-type(2), table tr th:nth-of-type(2){
        background-color: transparent;
    }
    table tr:nth-of-type(even) {
        background-color: #14171D;
    }
    p br{
        display: none;
    }
    br{
        display: none;
    }
    .landing_box-inner{
        flex-direction: column-reverse;
    }
    .dir-right{
        flex-direction: column-reverse;
    }
    .landing_cta-inner:before{
        width: 312px;
        height: 312px;
    }
    .landing_box-descr-text p{
        display: inline;
    }
    table img ~ p{
        display: block;
    }
    .landing_slider{
        padding: 32px 0;
    }
    .landing_boxes .linear_line{
        bottom: -1%;
    }
}

.form_wrap form{
    position: relative!important;
    max-width: 400px;
}

.form_wrap button[type="submit"]{
    position: absolute!important;
    right: 10px;
    top: 11px;
    background-color: #D6D63F!important;
    border-radius: 8px!important;
    font-size: 16px!important;
    line-height: 24px!important;
    color: #0B0C0E!important;
}

.form_wrap .wpforms-container .wpforms-submit-container{
    position: static;
}

.form_wrap .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field{
    padding: 0;
}

.form_wrap  .wpforms-field-checkbox {
    margin-top: 15px;
}

.form_wrap label{
    font-size: 14px!important;
    line-height: 19px!important;
    text-align: left;
}

.form_wrap div.wpforms-container-full input[type=checkbox]{
    position: relative;
    top: 2px;
}

.form_wrap div.wpforms-container-full input[type=checkbox]:checked:after{
    border-left: 4px solid #000!important;
    border-bottom: 4px solid #000!important;
}

.form_wrap div.wpforms-container-full:not(:empty){
    margin: 0!important;
}

.form_wrap .wpforms-field-description{
    text-align: left;
    padding-left: 30px;
}

.form_wrap div.wpforms-container-full input[type=checkbox]:checked:before, 
.form_wrap div.wpforms-container-full input[type=radio]:checked:before{
    border-color: #D6D63F;
    box-shadow: 0 0 0 1px #D6D63F;
}

.form_wrap a:hover{
    text-decoration: underline!important;
    font-weight: 700!important
}

.form_wrap input[type="email"]{
    background-color: rgba(255,255,255,.2)!important;
    border: 1px solid transparent!important;
    outline: none!important;
    padding: 20px 100px 20px 15px!important;
    border-radius: 10px!important;
    color: #fff!important;
    width: 100%!important;
    font-size: 16px;
    line-height: 20px;
    height: auto!important;
    transition: all .3s ease!important;
    box-shadow: unset!important;
}

.form_wrap input[type="email"]:focus{
    border: 1px solid #D6D63F!important;
}

.form_wrap input::placeholder{
    color: #fff!important;
}

.wpcf7 form.sent .wpcf7-response-output{
    border-color: #D6D63F!important;
}

/* popup */

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  .popup iframe {
    height: 320px!important;
  }

  .popup_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    z-index: 999;
  }
  
  .popup_wrapper {
    position: relative;
    background-color: #14171D;
    padding: 20px;
    z-index: 1001;
    border-radius: 8px;
    box-shadow: 0 0 15px 5px rgba(255,255,255,.1);
    max-width: 400px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .popup_close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
  }
  