.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:18px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#191930;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* ===== GLOBAL BACKGROUND ===== */
body{
background:#191930;
position:relative;
}

/* ===== DESKTOP FRAME ===== */
@media (min-width:1025px){

body::before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
bottom:0;

pointer-events:none;
z-index:-1;

--side-gap:1.2cm;
--top-gap:1.2cm;

border-radius:35px;
overflow:hidden;

background:
linear-gradient(
to bottom,
#191930 0,
#191930 var(--top-gap),
transparent var(--top-gap)
),

linear-gradient(
to right,
#191930 0,
#191930 var(--side-gap),
#000000 var(--side-gap),
#000000 calc(100% - var(--side-gap)),
#191930 calc(100% - var(--side-gap)),
#191930 100%
);

}

}/* End custom CSS */