.elementor-kit-13{--e-global-color-primary:#141416;--e-global-color-secondary:#16A412;--e-global-color-text:#777E90;--e-global-color-accent:#67FF50;--e-global-color-b83ac56:#FCFCFD;--e-global-color-163b1a5:#F4F5F6;--e-global-color-1ef0d36:#E6E8EC;--e-global-color-b2562f7:#B1B5C3;--e-global-color-b5110c3:#777E90;--e-global-color-8c56b71:#353945;--e-global-color-e8c9a9a:#23262F;--e-global-color-ba9e1c8:#035B02;--e-global-color-6ad98a0:#18191D;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-9a3136a-font-size:64px;--e-global-typography-9a3136a-font-weight:bold;--e-global-typography-9a3136a-line-height:1.2em;--e-global-typography-9a3136a-letter-spacing:-1.5px;--e-global-typography-7371ada-font-size:48px;--e-global-typography-7371ada-font-weight:bold;--e-global-typography-7371ada-line-height:1.2em;color:var( --e-global-color-text );font-size:16px;line-height:1.8em;background-color:var( --e-global-color-primary );}.elementor-kit-13 p{margin-bottom:32px;}.elementor-kit-13 a{color:var( --e-global-color-b2562f7 );text-decoration:underline;}.elementor-kit-13 a:hover{color:#FFFFFF;}.elementor-kit-13 h1{color:var( --e-global-color-b83ac56 );}.elementor-kit-13 h2{color:var( --e-global-color-b83ac56 );}.elementor-kit-13 h3{color:var( --e-global-color-b83ac56 );}.elementor-kit-13 h4{color:var( --e-global-color-b83ac56 );}.elementor-kit-13 h5{color:var( --e-global-color-b83ac56 );}.elementor-kit-13 h6{color:var( --e-global-color-b83ac56 );}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:bold;text-decoration:none;color:#FFFFFF;background-color:var( --e-global-color-secondary );border-radius:99px 99px 99px 99px;}.elementor-kit-13 button:hover,.elementor-kit-13 button:focus,.elementor-kit-13 input[type="button"]:hover,.elementor-kit-13 input[type="button"]:focus,.elementor-kit-13 input[type="submit"]:hover,.elementor-kit-13 input[type="submit"]:focus,.elementor-kit-13 .elementor-button:hover,.elementor-kit-13 .elementor-button:focus{background-color:var( --e-global-color-ba9e1c8 );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:32px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1024px){.elementor-kit-13{--e-global-typography-9a3136a-font-size:52px;--e-global-typography-7371ada-font-size:44px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{--e-global-typography-9a3136a-font-size:48px;--e-global-typography-7371ada-font-size:42px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}}/* Start custom CSS *//* 
 * Desktop
 *
 */


/* Utility */
.m-b-0 p:last-of-type {
    margin-bottom: 0;
}

.m-b-half.elementor-widget:not(:last-child) {
    margin-bottom: 16px;
}

/*  Layout */
.section-bg {
    padding: 136px 0;
    background: #18191D;
}

/*  Menu */
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>.nav-home {
    display: none;
}

.elementor-nav-menu--layout-vertical .sub-menu {
    display: none!important;
}

.logo-lights {
    opacity: 0;
    transition: .6s opacity ease;
}

.logo:hover + .logo-lights {
    opacity: 1;
}

.nav-cta {
    flex-grow: 2;
}

header .menu-mobile-link {
    display: none!important;
}

/*  Cards */
.main__cards {
    display: flex;
    padding: 24px 8px;
    border-radius: 24px;
    background: #23262F;
}

.main__card {
    flex: 0 0 calc(33.33% - 32px);
    width: calc(33.33% - 32px);
    margin: 0 16px;
    padding: 32px;
    border-radius: 16px;
    color: #23262F;
    transition: all .2s;
}

.main__card:hover {
    box-shadow: 0px 64px 64px -48px rgb(15 15 15 / 10%);
    background: #353945;
}


/* Type */
.elementor-heading-title span {
    color: #121212;
  -webkit-text-fill-color: #121212; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #13fc15;
}

/* Tabs */
.jet-tabs__label-icon {
    min-width: 56px!important;
    min-height: 56px!important;
    background: #23262F;
    border-radius: 64px;
    display: flex;
    align-items: center;
  justify-content: center;
}

.active-tab .jet-tabs__label-icon {
    background: #16a412;
}

#tab-head {
    border-bottom: 0;
    pointer-events: none;
}

#tab-head:hover {
   cursor: default!important;
}

#tab-head h3 {
    font-size: 42px;
    color: #fff;
}

/* Carousel */
.slick-track {
    display: flex;
}

.slick-track .slick-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding: 50px 32px;
    border-radius: 20px;
    background: #23262F;
    text-align: center;
    transition: all .2s;
    opacity: 0;
    height: auto;
    margin: 0 12px;
    transition: opacity .4s;
}

.slick-slide:hover {
    box-shadow: 0px 64px 64px -48px rgb(15 15 15 / 10%);
}

.slick-slide.slick-active {
    opacity: 1;
}

/* Case Study */
.main__case {
    display: flex;
    border-radius: 24px;
    background: #23262F;
    box-shadow: 0px 64px 64px -48px rgb(15 15 15 / 10%);
}

.main__case_inner {
    padding: 64px;
}

.main__case img {
    border-radius: 18px;
}

/* Solutions */
.solution__card {
    padding: 32px;
    border-radius: 16px;
    color: #23262F;
    background: #23262F;
    transition: all .2s;
}

.solution__card:hover {
    box-shadow: 0px 64px 64px -48px rgb(15 15 15 / 10%);
    background: #353945
}

.solution__card:hover .elementor-button {
    border-color: #fff!important;
}

.menu-solutions-link:hover h3 {
    color: #fff!important;
}

/*
 * Forms
 *
 */
.elementor-widget-wp-widget-gform_widget h5 {
 display: none;   
}

.ginput_container_text input, .ginput_container_email input, .ginput_container_phone input, .ginput_container textarea {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
    margin: 0;
    outline: none;
    width: 100%;
    border-radius: 12px;
    border: 2px solid #353945;
    background: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 500;
    color: #fff;
    transition: border-color .2s;
    height: 48px;
    padding: 0 14px;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #16a412;
}

.ginput_container textarea {
    height: auto;
   
}

.ginput_container_consent input[type=checkbox] {
        position: relative;
    flex-shrink: 0;
    background: #141416;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height:24px;
    margin-right: 12px;
    border-radius: 4px;
    border: 2px solid #353945;
    transition: all .2s;
     padding: 0;
}

.gfield_consent_label {
    display: inline-block;
    max-width: 360px;
    margin-top: -14px;
    line-height: 1.4em;
}

.ginput_container_consent input[type="checkbox"]:hover {
    background: #16a412;
    border-color: #16a412;
}

.ginput_container_consent input[type=checkbox]:checked {
    background: #16a412;
    border-color: #16a412;
    color: #fff;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] {
    display: inline-block;
    border: 2px solid #353945;
    width: 24px;
    height: 24px;
    position: relative;
}
input[type="checkbox"]:checked:after {
    content: '✔';
    display: inline-block;
    position: absolute;
    left: 2px;
    top: -5px;
    font-size: 1.2em;
    line-height: 1.5em;
}

.gform_button {
    border-color: #16a412;

}

.grecaptcha-badge {
    display: none;
}

.page-id-140 .grecaptcha-badge {
    display: block;
}

/* 
 * Blog
 *
 */
.elementor-post__meta-data {
    padding-top: 26px!important;
}



/* 
 * Mobile
 *
 */
@media only screen and (max-width:30em) { 
	header .menu-mobile-link {
        display: block!important;
    }
    
    .main__case_inner {
    padding: 21px;
}
}

@media only screen and (max-width:48em) { 
	header .menu-mobile-link {
        display: block!important;
    }
    
    .main__card {
        flex: 0 0 calc(100% - 32px);
        width: calc(100% - 32px);
        padding: 36px;
        border-radius: 12px;
    }
    
    .main__case_inner {
    padding: 32px;
}

#tab-head h3{
    font-size: 36px!important;
}
    
}

@media only screen and (max-width: 64em) { 
	header .menu-mobile-link {
        display: block!important;
    }
}/* End custom CSS */