.elementor-kit-8{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#C7CBD1;--e-global-color-accent:#8BC54D;--e-global-color-1d314a7:#FFFFFF;--e-global-color-8e875c9:#FFFFFF12;--e-global-color-9250da5:#080B14;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Saira";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Saira";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Saira";--e-global-typography-accent-font-weight:500;background-color:#0C1322;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1380px;}.e-con{--container-max-width:1380px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===========================
   SOURCE CARD
=========================== */

.source-div{
    position: relative;
    overflow: hidden;

    min-height: 416px;

    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;

    transition:
        transform .35s cubic-bezier(.22,.61,.36,1),
        border-color .35s ease;
}

.source-div:hover{
    transform: translateY(-6px);
    border-color: rgba(230,198,90,.45);
}


/* ===========================
   IMAGE
=========================== */

.source-div-image,
.source-div-image .elementor-widget-container{
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    overflow: hidden;
    z-index: 1;
}

.source-div-image img{
    width: 100% !important;
    height: 100% !important;

    object-fit: cover;
    object-position: center;

    filter:
        brightness(.72)
        contrast(1.08)
        saturate(.92);

    transform: scale(1);

    transition:
        transform 1s cubic-bezier(.19,1,.22,1),
        filter .8s ease;
}

.source-div:hover .source-div-image img{
    transform: scale(1.06);

    filter:
        brightness(.82)
        contrast(1.08)
        saturate(1);
}


/* ===========================
   DARK OVERLAY
=========================== */

.source-div::before{
    content: "";

    position: absolute;
    inset: 0;

    z-index: 2;
    pointer-events: none;

    background: linear-gradient(
        to top,
        rgba(6,9,16,.96) 8%,
        rgba(6,9,16,.68) 42%,
        rgba(6,9,16,.28) 72%,
        rgba(6,9,16,.08) 100%
    );
}


/* ===========================
   CONTENT
=========================== */

.source-div-content{
    position: relative;
    z-index: 3;

    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 34px 26px 24px;

    transition: transform .75s cubic-bezier(.19,1,.22,1);
}

.source-div:hover .source-div-content{
    transform: translateY(-20px);
}


/* ===========================
   TITLE
=========================== */

.source-title{
    margin: 0 0 8px !important;
}

/*.source-title::before{
    content: "";
    display: block;

    width: 34px;
    height: 3px;

    margin-bottom: 14px;

    background: #E6C65A !important;
    border-radius: 2px;
}*/


/* ===========================
   SUBTITLE
=========================== */

.source-div-subtitle{
    margin: 0 !important;
}


/* ===========================
   DESCRIPTION
=========================== */

.source-div-text{
    margin-top: 8px !important;

    max-height: 0;
    overflow: hidden;

    opacity: 0;
    transform: translateY(24px);

    transition:
        max-height .75s cubic-bezier(.19,1,.22,1),
        opacity .45s ease,
        transform .75s cubic-bezier(.19,1,.22,1);

    transition-delay: 0s;
}

.source-div:hover .source-div-text{
    max-height: 140px;

    opacity: 1;
    transform: translateY(0);

    transition-delay: .12s;
}
.kv-hero {
    position: relative;
    overflow: hidden;
}

.kv-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background-image: repeating-linear-gradient(
        115deg,
        rgba(255,255,255,.022) 0 2px,
        transparent 2px 26px
    );
}

.kv-hero {
    background:
        radial-gradient(
            1320px 720px at 78% 18%,
            rgba(30,95,193,.20),
            transparent 65%
        ),
        radial-gradient(
            1080px 840px at 12% 92%,
            rgba(201,168,76,.10),
            transparent 60%
        ),
        linear-gradient(
            160deg,
            #0C1322 0%,
            #080B14 55%,
            #060810 100%
        );
}

.kk-elbow-1 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/*.kk-elbow-1::before {
    content: "";
    width: 34px;
    height: 2px;
    background: #C9A84C;
    flex-shrink: 0;
}*/
@media (max-width: 767px) {
    .kk-elbow-1 {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding-left: 0 !important;
        font-size: 10px !important;
    }

    .kk-elbow-1::before {
        width: 34px;
        height: 2px;
    }
}
.bg-glow-right, .bg-glow-left, .bg-glow-down {
    position: relative;
       overflow: hidden;
}
.bg-glow-right::before, .bg-glow-left::before,
.bg-glow-down::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}
.bg-glow-right::before {
    background:
        radial-gradient(
            1080px 900px at 100% 24%,
            rgba(30, 95, 193, .32),
            transparent 65%
        );
}
.bg-glow-left::before {
    background:
        radial-gradient(
            1080px 900px at 0% 24%,
            rgba(30, 95, 193, .32),
            transparent 65%
        );
}
.bg-glow-down::before {
    background:
        radial-gradient(
            1080px 900px at 50% 100%,
            rgba(30, 95, 193, .32),
            transparent 65%
        );
}
/* ===========================
   INFO CARD
=========================== */

.infocard{

    min-width:205px;

    padding:12px 16px;

    border:1px solid rgba(255,255,255,.14);
    border-radius:11px;

    background:rgba(10,16,28,.90);

    backdrop-filter:blur(6px);
    -webkit-backdrop-filter:blur(6px);

    box-shadow:0 14px 34px rgba(0,0,0,.35);
}


/* ===========================
   PRIMARY
=========================== */

.infocard.primary{
    border:1px solid rgba(230,198,90,.55);
}


/* ===========================
   RESET
=========================== */

.infocard .elementor-icon-box-wrapper{
    display:block;
}

.infocard .elementor-icon-box-content{
    width:100%;
}


/* ===========================
   TITLE
=========================== */

.infocard .elementor-icon-box-title{

    display:flex;
    align-items:center;
    gap:9px;

    margin:0!important;

    font-family:'Barlow',sans-serif;
    font-size:16px;
    font-weight:700;
    font-style:italic;
    line-height:1;

    color:#fff;
}

.infocard .elementor-icon-box-title span{
    color:#fff;
}


/* ===========================
   DOT
=========================== */

.infocard .elementor-icon-box-title::before{

    content:"";

    width:8px;
    height:8px;

    border-radius:50%;

    background:#4F8BE6;

    box-shadow:0 0 9px rgba(79,139,230,.9);

    flex-shrink:0;
}

.infocard.primary .elementor-icon-box-title::before{

    background:#E6C65A;

    box-shadow:0 0 11px rgba(230,198,90,.95);
}


/* ===========================
   DESCRIPTION
=========================== */

.infocard .elementor-icon-box-description{

    margin:4px 0 0!important;

    font-family:'Saira',sans-serif;
    font-size:11.5px;
    font-weight:400;

    letter-spacing:.3px;

    color:#C7CBD1;
}
.infocard:hover {
    border:1px solid rgba(230,198,90,.55);
}/* End custom CSS */