/*
Theme Name: FLG
Theme URI: https://phoenix.wildcatsites.com/
Template: hello-elementor
Author: WildcatSEO
Author URI: https://wildcatseo.com/
Description: Child theme of Hello Elementor for Fishbein Law Group. Holds brand styling, fonts, and custom functions; inherits Hello Elementor's maintained templates and Elementor Theme Builder support (header, footer, single, archive).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flg
*/

/* ---- FLG brand tokens / custom CSS (extend as the build progresses) ---- */
:root{
  --flg-navy:#1B2D4B;
  --flg-navy-dark:#080C16;
  --flg-gold:#C9A25A;
  --flg-body:#6B7280;
  --flg-serif:'Cormorant Garamond',Georgia,serif;
  --flg-sans:'Lato',-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
/* ===================== FLG Mega Menu ===================== */
.elementor-nav-menu li.mega-parent{position:static;}
/* Locations panel base */
.elementor-nav-menu li.mega-locations>.sub-menu{
  position:absolute;top:100%;left:50%;transform:translateX(-50%);
  background:#fff;box-shadow:0 24px 60px rgba(8,12,22,.20);border-top:3px solid #C9A25A;
  padding:30px 34px;z-index:99999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease;
}
.elementor-nav-menu li.mega-locations:hover>.sub-menu{opacity:1;visibility:visible;pointer-events:auto;}
/* Hide the default WP submenu under Practice Areas on desktop (custom panel replaces it) */
.elementor-nav-menu--main li.mega-practice>.sub-menu{display:none !important;}
.elementor-nav-menu li.mega-parent .sub-arrow{display:none !important;}

/* ===== Rich Practice Areas mega panel ===== */
.flg-mega{position:absolute;top:100%;left:50%;transform:translateX(-50%);width:1400px;max-width:95vw;
  background:#fff;border-top:4px solid #C9A25A;box-shadow:0 28px 64px rgba(8,12,22,.22);border-radius:0 0 8px 8px;
  padding:32px;z-index:99999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease;text-align:left;}
.elementor-nav-menu--main li.mega-practice:hover .flg-mega{opacity:1;visibility:visible;pointer-events:auto;}
.elementor-nav-menu--dropdown .flg-mega{display:none !important;}
.flg-mega-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}
.flg-mega-col{display:flex;flex-direction:column;}
.flg-mega-chead{display:flex;align-items:center;gap:12px;margin-bottom:14px;min-height:26px;}
.flg-mega-chead i{color:#C9A25A;font-size:20px;line-height:1;flex-shrink:0;}
.flg-mega-chead a{color:#1B2D4B !important;font-family:var(--flg-sans);font-weight:700;font-size:14px;line-height:1.2;
  text-transform:uppercase;letter-spacing:.04em;text-decoration:none;}
.flg-mega-chead a:hover{color:#C9A25A !important;}
.flg-mega-img{display:block;height:120px;width:100%;overflow:hidden;border-radius:3px;margin-bottom:16px;}
.flg-mega-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block;}
.flg-mega-img:hover img{transform:scale(1.06);}
.flg-mega-list{list-style:none;margin:0;padding:0;flex-grow:1;}
.flg-mega-list li{border-bottom:1px solid rgba(0,0,0,.08);}
.flg-mega-list li:last-child{border-bottom:0;}
.flg-mega-list a{display:flex;align-items:center;gap:11px;padding:8px 0;font-family:var(--flg-sans);
  font-size:13px;font-weight:500;color:rgba(27,45,75,.88) !important;text-decoration:none;line-height:1.25;}
.flg-mega-list a i{color:#C9A25A;font-size:13px;width:16px;text-align:center;flex-shrink:0;}
.flg-mega-list a:hover{color:#C9A25A !important;}
.flg-mega-viewall{margin-top:14px;padding-top:6px;}
.flg-mega-viewall a{color:#C9A25A !important;font-family:var(--flg-sans);font-weight:700;font-size:13px;
  display:inline-flex;align-items:center;gap:7px;text-decoration:none;}
.flg-mega-viewall a:hover{color:#1B2D4B !important;}
.flg-mega-feature{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:30px;padding-top:26px;border-top:1px solid rgba(0,0,0,.12);}
.flg-mega-feat{display:flex;align-items:flex-start;gap:14px;}
.flg-mega-feat .circ{width:46px;height:46px;border-radius:50%;border:1px solid rgba(27,45,75,.22);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.flg-mega-feat .circ i{color:#1B2D4B;font-size:18px;}
.flg-mega-feat h5{margin:0 0 3px;font-family:var(--flg-sans);font-size:13.5px;font-weight:700;color:#1B2D4B;line-height:1.2;}
.flg-mega-feat p{margin:0;font-family:var(--flg-sans);font-size:11.5px;line-height:1.4;color:#6B7280;}
.elementor-nav-menu li.mega-locations>.sub-menu{display:block !important;column-count:4;column-gap:26px;width:600px;max-width:94vw;}
.elementor-nav-menu li.mega-locations>.sub-menu>li{break-inside:avoid;position:static;}
.elementor-nav-menu li.mega-locations>.sub-menu>li>a{color:#4b5563 !important;font-size:14px;font-weight:500;padding:7px 0 !important;background:transparent !important;white-space:normal !important;}
.elementor-nav-menu li.mega-locations>.sub-menu>li>a:hover{color:#C9A25A !important;}
.elementor-nav-menu li.mega-parent .sub-arrow{display:none !important;}
.flg-footer a{transition:color .2s ease}
.flg-footer a:hover{color:#C9A25A !important}

/* ===== Card hover effect ===== */
.flg-hcard{transition:background-color .35s ease,border-color .35s ease,box-shadow .35s ease,transform .35s ease}
.flg-hcard:hover{background-color:#1B2D4B !important;border-color:#1B2D4B !important;box-shadow:0 24px 50px rgba(8,12,22,.22);transform:translateY(-6px)}
.flg-hcard:hover h2,.flg-hcard:hover h3,.flg-hcard:hover h4,.flg-hcard:hover h5{color:#fff !important}
.flg-hcard:hover p{color:rgba(255,255,255,.82) !important}
.flg-hcard:hover a{color:#C9A25A !important}
.flg-hcard:hover .elementor-icon,.flg-hcard:hover .elementor-icon i,.flg-hcard:hover .elementor-icon svg{color:#fff !important;fill:#fff !important}

.flg-wide{--content-width:1400px;max-width:1400px !important}
.flg-wide>.e-con-inner{max-width:1400px !important}

/* flg-mega-list-fix: override Elementor nav rule hiding nested ULs */
.elementor-nav-menu--main .flg-mega ul.flg-mega-list{display:block !important;opacity:1 !important;visibility:visible !important;position:static !important;width:auto !important;box-shadow:none !important;background:transparent !important;padding:0 !important;transform:none !important;}
.elementor-nav-menu--main .flg-mega ul.flg-mega-list>li{display:block !important;position:static !important;}
.flg-mega-img img{height:100% !important;}

/* flg-mega-uniform: full (non-truncated) headers + aligned columns */
.elementor-nav-menu--main .flg-mega-chead a{white-space:normal !important;overflow:visible !important;text-overflow:clip !important;}
.flg-mega-chead{min-height:60px;align-items:center;margin-bottom:14px;}
.flg-mega-chead a{font-size:13.5px;letter-spacing:.03em;line-height:1.25;}
.elementor-nav-menu--main .flg-mega-list a{white-space:nowrap !important;}

/* ===== flg-s2-row: Protect Your Family (bigger floating card + image shadow) ===== */
.elementor-element-s2left{box-shadow:0 30px 70px rgba(8,12,22,.26) !important;}
.elementor-element-s2card{position:absolute !important;bottom:-48px !important;right:-32px !important;left:auto !important;top:auto !important;width:448px !important;max-width:86% !important;z-index:25 !important;padding:40px !important;border-left:4px solid #C9A25A !important;box-shadow:0 32px 70px rgba(8,12,22,.45) !important;}
@media(max-width:1024px){.elementor-element-s2card{position:relative !important;bottom:auto !important;right:auto !important;width:auto !important;max-width:100% !important;}}

/* ===== flg-s5-sticky: Tucson Authority left column pinned (matches reference sticky top-32) ===== */
@media(min-width:1025px){.elementor-element-s5left{position:sticky !important;top:116px !important;align-self:flex-start !important;}}

/* ===== flg-about-hero: constrain About hero content to a left column (matches reference) ===== */
@media(min-width:1025px){
.elementor-element-a1in>.e-con-inner{align-items:flex-start !important;}
.elementor-element-a1in>.e-con-inner>*:not(.elementor-element-a1qs){max-width:560px !important;width:100% !important;margin-left:0 !important;margin-right:0 !important;}
.elementor-element-a1in>.e-con-inner>.elementor-element-a1qs{max-width:760px !important;width:100% !important;}
}

/* flg-about-hero-qs: let the 4 trust items sit on one line each */
@media(min-width:1025px){.elementor-element-a1qs{max-width:720px !important;}.elementor-element-a1qs .elementor-icon-list-text,.elementor-element-a1qs .elementor-icon-list-item{white-space:nowrap !important;}}

/* ===== flg-contact-hero: constrain Contact hero to left column (matches reference) ===== */
@media(min-width:1025px){
.elementor-element-c1in>.e-con-inner{align-items:flex-start !important;}
.elementor-element-c1in>.e-con-inner>*:not(.elementor-element-c1qs){max-width:560px !important;width:100% !important;margin-left:0 !important;margin-right:0 !important;}
.elementor-element-c1in>.e-con-inner>.elementor-element-c1qs{max-width:760px !important;width:100% !important;}
.elementor-element-c1qs .elementor-icon-list-text,.elementor-element-c1qs .elementor-icon-list-item{white-space:nowrap !important;}
}

/* flg-contact-qs-fix: keep the 4 contact trust labels on one line */
@media(min-width:1025px){.elementor-element-c1qs *{white-space:nowrap !important;}.elementor-element-c1qs span{font-size:12.5px !important;}}

/* ===== flg hub offset-image cards ===== */
.flg-imgwrap{position:relative;}
.flg-imgwrap.muted::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;transform:translate(24px,24px);background:#EEF0F3;z-index:0;}
.flg-imgwrap.gold::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;transform:translate(-24px,24px);background:#C9A25A;z-index:0;}
.flg-imgwrap>.e-con-inner{position:relative;z-index:1;}
.flg-imginner{position:relative;z-index:1;box-shadow:0 28px 60px rgba(8,12,22,.25);}
.flg-hubcard{transition:box-shadow .35s ease,transform .35s ease;}
.flg-hubcard:hover{box-shadow:0 30px 60px rgba(8,12,22,.20);transform:translateY(-4px);}
.flg-hubcard:hover .flg-hubcard-title{color:#C9A25A;}

/* flg-svc-h1-rule: constrain service/location/hub hero H1 to a left column (matches reference) */
@media(min-width:1025px){.flg-svc-h1{max-width:600px !important;}}

/* ===== Rich Locations mega panel ===== */
.elementor-nav-menu--main li.mega-locations>.sub-menu{display:none !important;}
.flg-locmega{position:absolute;top:100%;left:50%;transform:translateX(-50%);width:600px;max-width:95vw;background:#fff;border-top:4px solid #C9A25A;box-shadow:0 28px 64px rgba(8,12,22,.22);border-radius:0 0 8px 8px;padding:28px 32px;z-index:99999;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease;text-align:left;}
.elementor-nav-menu--main li.mega-locations:hover .flg-locmega{opacity:1;visibility:visible;pointer-events:auto;}
.elementor-nav-menu--dropdown .flg-locmega{display:none !important;}
.flg-locmega-region{margin-bottom:20px;}
.flg-locmega-region:last-child{margin-bottom:0;}
.flg-locmega-h{display:flex;align-items:center;gap:9px;font-family:var(--flg-sans);font-weight:700;font-size:13px;color:#1B2D4B;border-bottom:1px solid rgba(0,0,0,.12);padding-bottom:9px;margin-bottom:11px;}
.flg-locmega-h i{color:#C9A25A;font-size:14px;}
.flg-locmega-feat{display:inline-block;font-family:var(--flg-sans);font-weight:700;color:#1B2D4B !important;font-size:14px;margin-bottom:9px;text-decoration:none;}
.flg-locmega-feat:hover{color:#C9A25A !important;}
.flg-locmega-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px 18px;border-top:1px solid rgba(0,0,0,.07);padding-top:11px;}
.flg-locmega-grid a{color:rgba(27,45,75,.7) !important;font-family:var(--flg-sans);font-size:13px;text-decoration:none;font-weight:500;transition:color .15s,transform .15s;}
.flg-locmega-grid a:hover{color:#C9A25A !important;transform:translateX(3px);}

/* flg-home-hero: constrain homepage hero H1 to left column (matches reference) */
@media(min-width:1025px){.elementor-element-hh1{max-width:640px !important;}}

/* flg-mega-img-fix: pin all mega-menu column images to equal height (stop flex-grow) */
.flg-mega .flg-mega-img{height:120px !important;flex:0 0 120px !important;min-height:120px !important;max-height:120px !important;}
.flg-mega .flg-mega-img img{height:120px !important;object-fit:cover !important;}

/* ===== flg-cfcard: homepage Core Focus card hover (navy + gold rotated icon box) ===== */
.flg-cf-iconbox{transition:background-color .3s ease,transform .3s ease !important;}
.flg-cfcard:hover .flg-cf-iconbox{background-color:#C9A25A !important;transform:rotate(6deg) !important;}
.flg-cfcard:hover .flg-cf-iconbox .elementor-icon,.flg-cfcard:hover .flg-cf-iconbox i,.flg-cfcard:hover .flg-cf-iconbox svg{color:#fff !important;fill:#fff !important;}
.flg-cfcard:hover a{color:#FFFFFF !important;}

/* flg-cf-byid: homepage Core Focus card hover by stable IDs (HTML cache-proof) */
.elementor-element-s3a,.elementor-element-s3b,.elementor-element-s3c,.elementor-element-s3d{transition:background-color .35s ease,border-color .35s ease,box-shadow .35s ease,transform .35s ease;}
.elementor-element-s3aib,.elementor-element-s3bib,.elementor-element-s3cib,.elementor-element-s3dib{transition:background-color .3s ease,transform .3s ease;}
.elementor-element-s3a:hover,.elementor-element-s3b:hover,.elementor-element-s3c:hover,.elementor-element-s3d:hover{background-color:#1B2D4B !important;border-color:#1B2D4B !important;box-shadow:0 24px 50px rgba(8,12,22,.22) !important;transform:translateY(-6px);}
.elementor-element-s3a:hover h2,.elementor-element-s3a:hover h3,.elementor-element-s3a:hover h4{color:#FFFFFF !important;}
.elementor-element-s3a:hover p{color:rgba(255,255,255,.82) !important;}
.elementor-element-s3a:hover a{color:#FFFFFF !important;}
.elementor-element-s3b:hover h2,.elementor-element-s3b:hover h3,.elementor-element-s3b:hover h4{color:#FFFFFF !important;}
.elementor-element-s3b:hover p{color:rgba(255,255,255,.82) !important;}
.elementor-element-s3b:hover a{color:#FFFFFF !important;}
.elementor-element-s3c:hover h2,.elementor-element-s3c:hover h3,.elementor-element-s3c:hover h4{color:#FFFFFF !important;}
.elementor-element-s3c:hover p{color:rgba(255,255,255,.82) !important;}
.elementor-element-s3c:hover a{color:#FFFFFF !important;}
.elementor-element-s3d:hover h2,.elementor-element-s3d:hover h3,.elementor-element-s3d:hover h4{color:#FFFFFF !important;}
.elementor-element-s3d:hover p{color:rgba(255,255,255,.82) !important;}
.elementor-element-s3d:hover a{color:#FFFFFF !important;}
.elementor-element-s3a:hover .elementor-element-s3aib{background-color:#C9A25A !important;transform:rotate(6deg) !important;}
.elementor-element-s3a:hover .elementor-element-s3aib .elementor-icon i,.elementor-element-s3a:hover .elementor-element-s3aib .elementor-icon svg,.elementor-element-s3a:hover .elementor-element-s3aib i,.elementor-element-s3a:hover .elementor-element-s3aib svg{color:#FFFFFF !important;fill:#FFFFFF !important;}
.elementor-element-s3b:hover .elementor-element-s3bib{background-color:#C9A25A !important;transform:rotate(6deg) !important;}
.elementor-element-s3b:hover .elementor-element-s3bib .elementor-icon i,.elementor-element-s3b:hover .elementor-element-s3bib .elementor-icon svg,.elementor-element-s3b:hover .elementor-element-s3bib i,.elementor-element-s3b:hover .elementor-element-s3bib svg{color:#FFFFFF !important;fill:#FFFFFF !important;}
.elementor-element-s3c:hover .elementor-element-s3cib{background-color:#C9A25A !important;transform:rotate(6deg) !important;}
.elementor-element-s3c:hover .elementor-element-s3cib .elementor-icon i,.elementor-element-s3c:hover .elementor-element-s3cib .elementor-icon svg,.elementor-element-s3c:hover .elementor-element-s3cib i,.elementor-element-s3c:hover .elementor-element-s3cib svg{color:#FFFFFF !important;fill:#FFFFFF !important;}
.elementor-element-s3d:hover .elementor-element-s3dib{background-color:#C9A25A !important;transform:rotate(6deg) !important;}
.elementor-element-s3d:hover .elementor-element-s3dib .elementor-icon i,.elementor-element-s3d:hover .elementor-element-s3dib .elementor-icon svg,.elementor-element-s3d:hover .elementor-element-s3dib i,.elementor-element-s3d:hover .elementor-element-s3dib svg{color:#FFFFFF !important;fill:#FFFFFF !important;}

/* ===== flg-nav-style: uppercase nav + carets + topbar (rewritten) ===== */
.elementor-element-h0nav .elementor-item{text-transform:uppercase !important;font-weight:700 !important;letter-spacing:.04em !important;font-size:14px !important;}
.elementor-nav-menu--main li.mega-practice>a.elementor-item,.elementor-nav-menu--main li.mega-locations>a.elementor-item{display:inline-flex !important;align-items:center !important;}
.elementor-nav-menu--main li.mega-practice>a.elementor-item::after,.elementor-nav-menu--main li.mega-locations>a.elementor-item::after{content:'\f078';font-family:'Font Awesome 5 Free';font-weight:900;font-size:10px;margin-left:7px;display:inline-block;opacity:.9;}
@media(max-width:1024px){.elementor-element-htop{display:none !important;}}

/* ===== flg-hero-overlay: homepage hero left-dark gradient (matches uploaded version) ===== */
.elementor-element-hhero{position:relative;}
.elementor-element-hhero>.elementor-background-overlay{display:none !important;}
.elementor-element-hhero::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;pointer-events:none;background:linear-gradient(90deg, rgba(8,20,33,0.95) 0%, rgba(8,20,33,0.90) 20%, rgba(8,20,33,0.80) 40%, rgba(8,20,33,0.50) 60%, rgba(8,20,33,0.15) 80%, rgba(8,20,33,0.00) 100%);}
.elementor-element-hhero>.e-con-inner{position:relative;z-index:2;}

/* ===== flg-sticky-header: make the whole header (top bar + nav) sticky ===== */
header.elementor-location-header{position:-webkit-sticky;position:sticky;top:0;z-index:999;box-shadow:0 4px 18px rgba(8,12,22,.12);}

/* ===== flg-s8-fix: AZ regional banner - 4-col cities grid + badge over image ===== */
.elementor-element-s8cities{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:16px 24px !important;width:100% !important;}
.elementor-element-s8br{position:relative !important;}
.elementor-element-s8badge{position:absolute !important;right:-22px !important;bottom:-8px !important;left:auto !important;top:auto !important;z-index:6 !important;margin:0 !important;width:auto !important;}
.elementor-element-s8map{max-width:380px !important;width:100% !important;margin-left:auto !important;}

/* ===== flg-fls-band: footer Legal Services - left heading, centered cards, buttons, hover ===== */
.elementor-element-flsin>.e-con-inner{align-items:flex-start !important;}
.elementor-element-flscards{width:100% !important;}
.elementor-element-flsh,.elementor-element-flsh .elementor-heading-title{text-align:left !important;}
.elementor-element-fls1,.elementor-element-fls2,.elementor-element-fls3,.elementor-element-fls4{align-items:center !important;text-align:center !important;background-color:#FFFFFF !important;border:1px solid #E5E7EB !important;transition:background-color .35s ease,border-color .35s ease,box-shadow .35s ease,transform .35s ease !important;}
.elementor-element-fls1,.elementor-element-fls2,.elementor-element-fls3,.elementor-element-fls4 .elementor-widget-icon{text-align:center !important;}
.flg-fls-btn{display:inline-block;border:1px solid #d1d5db;color:#1B2D4B !important;font-weight:700;font-size:12px;letter-spacing:1px;text-transform:uppercase;text-decoration:none;padding:12px 30px;transition:all .3s ease;}
.flg-fls-btn:hover{background:rgba(255,255,255,.08);}
.elementor-element-fls1:hover,.elementor-element-fls2:hover,.elementor-element-fls3:hover,.elementor-element-fls4:hover{background-color:#1B2D4B !important;border-color:#1B2D4B !important;box-shadow:0 24px 50px rgba(8,12,22,.22);transform:translateY(-4px);}
.elementor-element-fls1:hover .elementor-heading-title{color:#fff !important;}
.elementor-element-fls1:hover p{color:rgba(255,255,255,.82) !important;}
.elementor-element-fls1:hover .elementor-icon i,.elementor-element-fls1:hover .elementor-icon svg{color:#fff !important;fill:#fff !important;}
.elementor-element-fls1:hover .flg-fls-btn{border-color:#fff !important;color:#fff !important;}
.elementor-element-fls2:hover .elementor-heading-title{color:#fff !important;}
.elementor-element-fls2:hover p{color:rgba(255,255,255,.82) !important;}
.elementor-element-fls2:hover .elementor-icon i,.elementor-element-fls2:hover .elementor-icon svg{color:#fff !important;fill:#fff !important;}
.elementor-element-fls2:hover .flg-fls-btn{border-color:#fff !important;color:#fff !important;}
.elementor-element-fls3:hover .elementor-heading-title{color:#fff !important;}
.elementor-element-fls3:hover p{color:rgba(255,255,255,.82) !important;}
.elementor-element-fls3:hover .elementor-icon i,.elementor-element-fls3:hover .elementor-icon svg{color:#fff !important;fill:#fff !important;}
.elementor-element-fls3:hover .flg-fls-btn{border-color:#fff !important;color:#fff !important;}
.elementor-element-fls4:hover .elementor-heading-title{color:#fff !important;}
.elementor-element-fls4:hover p{color:rgba(255,255,255,.82) !important;}
.elementor-element-fls4:hover .elementor-icon i,.elementor-element-fls4:hover .elementor-icon svg{color:#fff !important;fill:#fff !important;}
.elementor-element-fls4:hover .flg-fls-btn{border-color:#fff !important;color:#fff !important;}

/* flg-fls-height: taller Legal Services cards to match example */
.elementor-element-fls1,.elementor-element-fls2,.elementor-element-fls3,.elementor-element-fls4{min-height:400px !important;padding-top:50px !important;padding-bottom:50px !important;padding-left:34px !important;padding-right:34px !important;justify-content:center !important;row-gap:22px !important;}

/* ===== flg-footer-readable: lighten dim footer text for readability (match reference) ===== */
.elementor-element-fc1p1,.elementor-element-fc1p1 p,.elementor-element-fc1p1 *,.elementor-element-fc1p2,.elementor-element-fc1p2 p,.elementor-element-fc1p2 *{color:rgba(255,255,255,.85) !important;}
.elementor-element-fc2l a,.elementor-element-fc2l li,.elementor-element-fc2l{color:rgba(255,255,255,.9) !important;}
.elementor-element-fo1a,.elementor-element-fo1a *,.elementor-element-fo2a,.elementor-element-fo2a *,.elementor-element-fo3a,.elementor-element-fo3a *{color:rgba(255,255,255,.78) !important;}
.elementor-element-fbotl,.elementor-element-fbotl *,.elementor-element-fbotr,.elementor-element-fbotr *{color:rgba(255,255,255,.72) !important;}
.elementor-element-fbotl a,.elementor-element-fbotr a{color:rgba(255,255,255,.85) !important;}

/* flg-fls-iconsize: larger Legal Services icons (per-card selectors) */
.elementor-element-fls1i .elementor-icon,.elementor-element-fls1i .elementor-icon i,.elementor-element-fls2i .elementor-icon,.elementor-element-fls2i .elementor-icon i,.elementor-element-fls3i .elementor-icon,.elementor-element-fls3i .elementor-icon i,.elementor-element-fls4i .elementor-icon,.elementor-element-fls4i .elementor-icon i{font-size:44px !important;}
.elementor-element-fls1i .elementor-icon svg,.elementor-element-fls2i .elementor-icon svg,.elementor-element-fls3i .elementor-icon svg,.elementor-element-fls4i .elementor-icon svg{width:44px !important;height:44px !important;}

/* flg-about-faq: continuous list + gold active + taller attorney image */
.elementor-element-a9acc .elementor-accordion-item{border:0 !important;border-bottom:1px solid rgba(0,0,0,.12) !important;}
.elementor-element-a9acc .elementor-tab-title.elementor-active,.elementor-element-a9acc .elementor-tab-title.elementor-active a,.elementor-element-a9acc .elementor-tab-title.elementor-active .elementor-accordion-title{color:#C9A25A !important;}
.elementor-element-a9acc .elementor-tab-title.elementor-active .elementor-accordion-icon svg{fill:#C9A25A !important;}
@media(min-width:1025px){.elementor-element-a8l{min-height:640px !important;}}

/* ===== flg-aboutcontact-hero-overlay: dark overlay on About + Contact heroes (every hero has overlay) ===== */
.elementor-element-a1,.elementor-element-c1{position:relative;}
.elementor-element-a1>.elementor-background-overlay,.elementor-element-c1>.elementor-background-overlay{display:none !important;}
.elementor-element-a1::before,.elementor-element-c1::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;pointer-events:none;background:linear-gradient(90deg, rgba(8,20,33,0.93) 0%, rgba(8,20,33,0.85) 40%, rgba(8,20,33,0.62) 75%, rgba(8,20,33,0.50) 100%);}
.elementor-element-a1>.e-con-inner,.elementor-element-c1>.e-con-inner,.elementor-element-a1>.e-con,.elementor-element-c1>.e-con,.elementor-element-a1>.elementor-element,.elementor-element-c1>.elementor-element{position:relative !important;z-index:2 !important;}

/* flg-faq-padding: comfortable left/right padding on About FAQ + align answer under question */
.elementor-element-a9acc .elementor-tab-title{padding-left:8px !important;padding-right:8px !important;}
.elementor-element-a9acc .elementor-tab-content{padding:6px 8px 22px 40px !important;}
@media(min-width:1025px){.elementor-element-a9acc{padding-left:60px !important;padding-right:60px !important;}}

/* ===== flg-faq-boxed: boxed cards, chevron-right, centered ~900px, navy, collapsed ===== */
.elementor-element-a9acc{max-width:920px !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important;}
.elementor-element-a9acc .elementor-accordion-item{border:1px solid #E5E7EB !important;border-radius:6px !important;background:#FFFFFF !important;margin-bottom:16px !important;overflow:hidden;}
.elementor-element-a9acc .elementor-tab-title{display:flex !important;align-items:center !important;padding:22px 28px !important;color:#1B2D4B !important;font-weight:700 !important;font-size:17px !important;}
.elementor-element-a9acc .elementor-accordion-icon{order:9 !important;margin:0 0 0 16px !important;margin-left:auto !important;color:#1B2D4B !important;font-size:13px !important;}
.elementor-element-a9acc .elementor-accordion-icon svg{fill:#1B2D4B !important;width:13px !important;height:13px !important;transition:transform .3s ease;}
.elementor-element-a9acc .elementor-tab-title.elementor-active{color:#1B2D4B !important;}
.elementor-element-a9acc .elementor-tab-content{padding:0 28px 24px 28px !important;color:#6B7280 !important;line-height:1.7 !important;border:0 !important;}

/* flg-faq-activecolor */
.elementor-element-a9acc .elementor-tab-title.elementor-active,.elementor-element-a9acc .elementor-tab-title.elementor-active .elementor-accordion-title,.elementor-element-a9acc .elementor-tab-title.elementor-active a,.elementor-element-a9acc .elementor-tab-title.elementor-active span{color:#1B2D4B !important;}
.elementor-element-a9acc .elementor-tab-title.elementor-active .elementor-accordion-icon svg{fill:#1B2D4B !important;}

/* flg-a10-hero: taller CTA hero, centered content, wider heading, spacing */
body .elementor-271 .elementor-element.elementor-element-a10.e-con.e-parent{min-height:600px !important;align-items:center !important;justify-content:center !important;background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/arizona-law-firm-consultation-scene.jpg) !important;background-size:cover !important;background-position:center 30% !important;background-repeat:no-repeat !important;background-color:transparent !important;position:relative !important;overflow:hidden !important;}
body .elementor-271 .elementor-element.elementor-element-a10::before{content:"" !important;position:absolute !important;inset:0 !important;z-index:1 !important;opacity:1 !important;background:linear-gradient(90deg,rgba(11,26,43,0.74) 0%,rgba(15,30,50,0.58) 45%,rgba(20,38,62,0.42) 100%) !important;}
body .elementor-271 .elementor-element.elementor-element-a10 > .elementor-element-a10in{position:relative !important;z-index:2 !important;}
.elementor-element-a10>.e-con-inner,.elementor-element-a10>.e-con{display:flex;flex-direction:column;justify-content:center;}
.elementor-element-a10h{max-width:1050px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-a10p{margin-top:22px !important;max-width:780px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-a10btns{margin-top:38px !important;}

/* flg-ph4-fix: practice-areas hub (286) offset boxes + navy button, cache-proof by ID */
.elementor-element-ph2rw,.elementor-element-ph4lw{position:relative !important;}
.elementor-element-ph2rw::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;transform:translate(24px,24px);background:#EEF0F3;z-index:0;}
.elementor-element-ph4lw::before{content:'';position:absolute;left:0;top:0;width:100%;height:100%;transform:translate(-24px,24px);background:#C9A25A;z-index:0;}
.elementor-element-ph2r,.elementor-element-ph4l{position:relative !important;z-index:1 !important;box-shadow:0 28px 60px rgba(8,12,22,.25);}
.elementor-element-ph4btn .elementor-button,.elementor-element-ph4btn a.elementor-button{background-color:#1B2D4B !important;color:#FFFFFF !important;}

/* flg-ph1-hero: practice-areas hub (286) hero H1 width+size to match reference max-w-3xl */
@media(min-width:1025px){
.elementor-element-ph1h{max-width:768px !important;}
.elementor-element-ph1h .elementor-heading-title{font-size:60px !important;line-height:1.1 !important;}
}

/* flg-ph4l-img: force Why-Thousands photo (container bg dropped by Elementor) */
body .elementor-286 .elementor-element.elementor-element-ph4l.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/arizona-families-trust-fishbein-law-group.png) !important;background-size:cover !important;background-position:center center !important;background-repeat:no-repeat !important;}

/* flg-ph1-overlay: practice-areas hub hero partial gradient overlay to match model */
body .elementor-286 .elementor-element.elementor-element-ph1::before{background:linear-gradient(90deg,rgba(8,20,33,0.90) 0%,rgba(8,20,33,0.74) 40%,rgba(8,20,33,0.50) 72%,rgba(8,20,33,0.38) 100%) !important;opacity:1 !important;}
body .elementor-286 .elementor-element.elementor-element-ph1in{position:relative !important;z-index:2 !important;}

/* flg-svc-rowfixes: service template row fixes (FAQ, protect-gen glow, CTA) */
.elementor-element-sv8acc .elementor-accordion-item{border:1px solid #E5E7EB !important;border-radius:6px !important;background:#FAFAFB !important;margin-bottom:14px !important;overflow:hidden;}
.elementor-element-sv8acc .elementor-tab-title{display:flex !important;align-items:center !important;padding:20px 26px !important;color:#1B2D4B !important;font-weight:700 !important;font-size:16px !important;border:0 !important;}
.elementor-element-sv8acc .elementor-tab-title.elementor-active{color:#1B2D4B !important;}
.elementor-element-sv8acc .elementor-accordion-icon{order:9 !important;margin-left:auto !important;margin-right:0 !important;color:#1B2D4B !important;float:none !important;}
.elementor-element-sv8acc .elementor-tab-content{padding:2px 26px 22px 26px !important;color:#6B7280 !important;border:0 !important;background:#FAFAFB !important;}
.flg-svc-faqsub{text-align:center !important;margin-top:-6px !important;margin-bottom:34px !important;color:#6B7280 !important;}
.elementor-element-sv7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-sv10h{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-sv10{background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2249%22%20viewBox%3D%220%200%2028%2049%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-opacity%3D%220.05%22%3E%3Cpath%20d%3D%22M13.99%209.25l13%207.5v15l-13%207.5L1%2031.75v-15l12.99-7.5zM3%2017.9v12.7l11%206.35%2011-6.35V17.9l-11-6.35L3%2017.9zM0%2015l12.98-7.5V0h-2v6.35L0%2012.69v2.3zm0%2018.5L12.98%2041v8h-2v-6.85L0%2035.81v-2.3zM15%200v7.5L27.99%2015H28v-2.31h-.01L17%206.35V0h-2zm0%2049v-8l12.99-7.5H28v2.31h-.01L17%2042.15V49h-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") !important;background-repeat:repeat !important;background-position:center !important;}

/* flg-svc-photocards: service card top photo + gold corner badge */
.flg-photocard{overflow:hidden !important;border-radius:8px !important;}
.flg-cardimg{position:relative !important;min-height:190px !important;}
.flg-cardimg::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;}
.flg-cardbadge{position:absolute !important;top:16px !important;right:16px !important;width:50px !important;height:50px !important;min-height:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;}
.flg-cardbadge .elementor-icon{color:#fff !important;font-size:20px !important;background:transparent !important;}
.flg-cardbadge .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.flg-cardct{text-align:left !important;}
.flg-cardct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}

/* flg-svc-photocards-byid: cache-proof service photo cards */
.elementor-element-sv4c1,.elementor-element-sv4c2,.elementor-element-sv4c3,.elementor-element-sv4c4,.elementor-element-sv4c5,.elementor-element-sv4c6{overflow:hidden !important;border-radius:8px !important;}
.elementor-element-sv4c1img,.elementor-element-sv4c2img,.elementor-element-sv4c3img,.elementor-element-sv4c4img,.elementor-element-sv4c5img,.elementor-element-sv4c6img{position:relative !important;}
.elementor-element-sv4c1img::before,.elementor-element-sv4c2img::before,.elementor-element-sv4c3img::before,.elementor-element-sv4c4img::before,.elementor-element-sv4c5img::before,.elementor-element-sv4c6img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;}
.elementor-element-sv4c1ib,.elementor-element-sv4c2ib,.elementor-element-sv4c3ib,.elementor-element-sv4c4ib,.elementor-element-sv4c5ib,.elementor-element-sv4c6ib{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-sv4c1ib .elementor-icon,.elementor-element-sv4c2ib .elementor-icon,.elementor-element-sv4c3ib .elementor-icon,.elementor-element-sv4c4ib .elementor-icon,.elementor-element-sv4c5ib .elementor-icon,.elementor-element-sv4c6ib .elementor-icon{color:#fff !important;background:transparent !important;font-size:20px !important;}
.elementor-element-sv4c1ib .elementor-icon i{color:#fff !important;}.elementor-element-sv4c1ib .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-sv4c2ib .elementor-icon i{color:#fff !important;}.elementor-element-sv4c2ib .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-sv4c3ib .elementor-icon i{color:#fff !important;}.elementor-element-sv4c3ib .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-sv4c4ib .elementor-icon i{color:#fff !important;}.elementor-element-sv4c4ib .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-sv4c5ib .elementor-icon i{color:#fff !important;}.elementor-element-sv4c5ib .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-sv4c6ib .elementor-icon i{color:#fff !important;}.elementor-element-sv4c6ib .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-sv4c1ct,.elementor-element-sv4c2ct,.elementor-element-sv4c3ct,.elementor-element-sv4c4ct,.elementor-element-sv4c5ct,.elementor-element-sv4c6ct{text-align:left !important;}
.elementor-element-sv4c1t .elementor-heading-title::after,.elementor-element-sv4c2t .elementor-heading-title::after,.elementor-element-sv4c3t .elementor-heading-title::after,.elementor-element-sv4c4t .elementor-heading-title::after,.elementor-element-sv4c5t .elementor-heading-title::after,.elementor-element-sv4c6t .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}

/* flg-svc-cta-tex2: CTA hexagon texture (base64) + card hover */
body .elementor-308 .elementor-element.elementor-element-sv10.e-con.e-parent{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-sv4c1{transition:box-shadow .3s ease, transform .3s ease !important;}
.elementor-element-sv4c1:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-sv4c2{transition:box-shadow .3s ease, transform .3s ease !important;}
.elementor-element-sv4c2:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-sv4c3{transition:box-shadow .3s ease, transform .3s ease !important;}
.elementor-element-sv4c3:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-sv4c4{transition:box-shadow .3s ease, transform .3s ease !important;}
.elementor-element-sv4c4:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-sv4c5{transition:box-shadow .3s ease, transform .3s ease !important;}
.elementor-element-sv4c5:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-sv4c6{transition:box-shadow .3s ease, transform .3s ease !important;}
.elementor-element-sv4c6:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-sv4c1img::before{transition:background .3s ease;}
.elementor-element-sv4c1:hover .elementor-element-sv4c1img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-sv4c1:hover .elementor-element-sv4c1l a{color:#C9A25A !important;}
.elementor-element-sv4c2img::before{transition:background .3s ease;}
.elementor-element-sv4c2:hover .elementor-element-sv4c2img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-sv4c2:hover .elementor-element-sv4c2l a{color:#C9A25A !important;}
.elementor-element-sv4c3img::before{transition:background .3s ease;}
.elementor-element-sv4c3:hover .elementor-element-sv4c3img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-sv4c3:hover .elementor-element-sv4c3l a{color:#C9A25A !important;}
.elementor-element-sv4c4img::before{transition:background .3s ease;}
.elementor-element-sv4c4:hover .elementor-element-sv4c4img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-sv4c4:hover .elementor-element-sv4c4l a{color:#C9A25A !important;}
.elementor-element-sv4c5img::before{transition:background .3s ease;}
.elementor-element-sv4c5:hover .elementor-element-sv4c5img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-sv4c5:hover .elementor-element-sv4c5l a{color:#C9A25A !important;}
.elementor-element-sv4c6img::before{transition:background .3s ease;}
.elementor-element-sv4c6:hover .elementor-element-sv4c6img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-sv4c6:hover .elementor-element-sv4c6l a{color:#C9A25A !important;}

/* flg-sv5l-img */
body .elementor-308 .elementor-element.elementor-element-sv5l.e-con.e-child{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/why-living-trusts-matter-arizona.png) !important;background-size:cover !important;background-position:center center !important;}

/* flg-svc-faqwidth: constrain service FAQ accordion to centered ~860px like reference */
.elementor-element-sv8acc{max-width:860px !important;margin-left:auto !important;margin-right:auto !important;}

/* flg-svc-protgen-fix: match reference Protecting Future Gen (constrain grid ~896, card border, desc color) */
.elementor-element-sv7cards{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-sv7a,.elementor-element-sv7b,.elementor-element-sv7c{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-sv7ad,.elementor-element-sv7bd,.elementor-element-sv7cd,.elementor-element-sv7ad *,.elementor-element-sv7bd *,.elementor-element-sv7cd *{color:rgba(255,255,255,0.8) !important;}

/* flg-sv3-card: float intro quote card overhanging bottom-left like reference */
.elementor-element-sv3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-sv3card{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}

/* flg-ap-rowfixes: asset-protection (367) row styling, by ap* ids */
.elementor-element-ap41,.elementor-element-ap42,.elementor-element-ap43,.elementor-element-ap44,.elementor-element-ap45,.elementor-element-ap46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s ease,transform .3s ease !important;}
.elementor-element-ap41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ap42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ap43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ap44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ap45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ap46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ap41img,.elementor-element-ap42img,.elementor-element-ap43img,.elementor-element-ap44img,.elementor-element-ap45img,.elementor-element-ap46img{position:relative !important;}
.elementor-element-ap41img::before,.elementor-element-ap42img::before,.elementor-element-ap43img::before,.elementor-element-ap44img::before,.elementor-element-ap45img::before,.elementor-element-ap46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s ease;}
.elementor-element-ap41:hover .elementor-element-ap41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ap41:hover .elementor-element-ap41l a{color:#C9A25A !important;}
.elementor-element-ap42:hover .elementor-element-ap42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ap42:hover .elementor-element-ap42l a{color:#C9A25A !important;}
.elementor-element-ap43:hover .elementor-element-ap43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ap43:hover .elementor-element-ap43l a{color:#C9A25A !important;}
.elementor-element-ap44:hover .elementor-element-ap44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ap44:hover .elementor-element-ap44l a{color:#C9A25A !important;}
.elementor-element-ap45:hover .elementor-element-ap45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ap45:hover .elementor-element-ap45l a{color:#C9A25A !important;}
.elementor-element-ap46:hover .elementor-element-ap46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ap46:hover .elementor-element-ap46l a{color:#C9A25A !important;}
.elementor-element-ap41b,.elementor-element-ap42b,.elementor-element-ap43b,.elementor-element-ap44b,.elementor-element-ap45b,.elementor-element-ap46b{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ap41b .elementor-icon i{color:#fff !important;}.elementor-element-ap41b .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}.elementor-element-ap41b .elementor-icon{color:#fff !important;background:transparent !important;font-size:20px !important;}
.elementor-element-ap42b .elementor-icon i{color:#fff !important;}.elementor-element-ap42b .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}.elementor-element-ap42b .elementor-icon{color:#fff !important;background:transparent !important;font-size:20px !important;}
.elementor-element-ap43b .elementor-icon i{color:#fff !important;}.elementor-element-ap43b .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}.elementor-element-ap43b .elementor-icon{color:#fff !important;background:transparent !important;font-size:20px !important;}
.elementor-element-ap44b .elementor-icon i{color:#fff !important;}.elementor-element-ap44b .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}.elementor-element-ap44b .elementor-icon{color:#fff !important;background:transparent !important;font-size:20px !important;}
.elementor-element-ap45b .elementor-icon i{color:#fff !important;}.elementor-element-ap45b .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}.elementor-element-ap45b .elementor-icon{color:#fff !important;background:transparent !important;font-size:20px !important;}
.elementor-element-ap46b .elementor-icon i{color:#fff !important;}.elementor-element-ap46b .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}.elementor-element-ap46b .elementor-icon{color:#fff !important;background:transparent !important;font-size:20px !important;}
.elementor-element-ap41ct,.elementor-element-ap42ct,.elementor-element-ap43ct,.elementor-element-ap44ct,.elementor-element-ap45ct,.elementor-element-ap46ct{text-align:left !important;}
.elementor-element-ap41t .elementor-heading-title::after,.elementor-element-ap42t .elementor-heading-title::after,.elementor-element-ap43t .elementor-heading-title::after,.elementor-element-ap44t .elementor-heading-title::after,.elementor-element-ap45t .elementor-heading-title::after,.elementor-element-ap46t .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ap8a{max-width:860px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-ap8a .elementor-accordion-item{border:1px solid #E5E7EB !important;border-radius:6px !important;background:#FAFAFB !important;margin-bottom:14px !important;overflow:hidden;}
.elementor-element-ap8a .elementor-tab-title{display:flex !important;align-items:center !important;padding:20px 26px !important;color:#1B2D4B !important;font-weight:700 !important;font-size:16px !important;border:0 !important;}
.elementor-element-ap8a .elementor-tab-title.elementor-active{color:#1B2D4B !important;}
.elementor-element-ap8a .elementor-accordion-icon{order:9 !important;margin-left:auto !important;margin-right:0 !important;color:#1B2D4B !important;float:none !important;}
.elementor-element-ap8a .elementor-tab-content{padding:2px 26px 22px 26px !important;color:#6B7280 !important;border:0 !important;background:#FAFAFB !important;}
.elementor-element-ap10h{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
body .elementor-367 .elementor-element.elementor-element-ap10.e-con.e-child{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
body .elementor-367 .elementor-element.elementor-element-ap5l.e-con.e-child{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/why-asset-protection-matters-arizona.png) !important;background-size:cover !important;background-position:center center !important;overflow:visible !important;}
.elementor-element-ap3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-ap3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}

/* flg-ap7-fix: Who Needs Asset Protection glow + grid width + desc */
.elementor-element-ap7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-ap7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-ap71,.elementor-element-ap72,.elementor-element-ap73{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-ap71d,.elementor-element-ap72d,.elementor-element-ap73d,.elementor-element-ap71d *,.elementor-element-ap72d *,.elementor-element-ap73d *{color:rgba(255,255,255,0.8) !important;}

/* flg-ap1-hero-img */
body .elementor-367 .elementor-element.elementor-element-ap1{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/asset-protection-attorney-arizona-hero.png) !important;background-size:cover !important;background-position:center center !important;}

/* flg-svc-shared2: class-based service-page polish (cascades to all pages) */
.flg-photocard{transition:box-shadow .3s ease,transform .3s ease;}
.flg-photocard:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.flg-photocard:hover .flg-cardimg::before{background:rgba(27,45,75,0.32) !important;}
.flg-photocard:hover .flg-cardct a{color:#C9A25A !important;}
.flg-svc-faq{max-width:860px !important;margin-left:auto !important;margin-right:auto !important;}
.flg-svc-faq .elementor-accordion-item{border:1px solid #E5E7EB !important;border-radius:6px !important;background:#FAFAFB !important;margin-bottom:14px !important;overflow:hidden;}
.flg-svc-faq .elementor-tab-title{display:flex !important;align-items:center !important;padding:20px 26px !important;color:#1B2D4B !important;font-weight:700 !important;font-size:16px !important;border:0 !important;}
.flg-svc-faq .elementor-tab-title.elementor-active{color:#1B2D4B !important;}
.flg-svc-faq .elementor-accordion-icon{order:9 !important;margin-left:auto !important;margin-right:0 !important;color:#1B2D4B !important;float:none !important;}
.flg-svc-faq .elementor-tab-content{padding:2px 26px 22px 26px !important;color:#6B7280 !important;border:0 !important;background:#FAFAFB !important;}
.flg-svc-introimg{position:relative !important;}
@media(min-width:1025px){.flg-svc-introcard{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
.flg-svc-cta.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.flg-svc-cta .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.flg-svc-glow{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.flg-svc-darkgrid{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.flg-svc-darkgrid > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.flg-svc-darkgrid > .e-con .elementor-widget-text-editor, .flg-svc-darkgrid > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}

/* flg-pg-351 */
.elementor-element-pa5l{overflow:visible !important;}
.elementor-element-pa41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pa41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pa41img{position:relative !important;}
.elementor-element-pa41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pa41:hover .elementor-element-pa41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pa41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pa41img > .e-con .elementor-icon, .elementor-element-pa41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pa41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pa41ct{text-align:left !important;}
.elementor-element-pa41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pa41:hover .elementor-element-pa41ct a{color:#C9A25A !important;}
.elementor-element-pa42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pa42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pa42img{position:relative !important;}
.elementor-element-pa42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pa42:hover .elementor-element-pa42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pa42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pa42img > .e-con .elementor-icon, .elementor-element-pa42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pa42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pa42ct{text-align:left !important;}
.elementor-element-pa42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pa42:hover .elementor-element-pa42ct a{color:#C9A25A !important;}
.elementor-element-pa43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pa43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pa43img{position:relative !important;}
.elementor-element-pa43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pa43:hover .elementor-element-pa43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pa43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pa43img > .e-con .elementor-icon, .elementor-element-pa43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pa43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pa43ct{text-align:left !important;}
.elementor-element-pa43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pa43:hover .elementor-element-pa43ct a{color:#C9A25A !important;}
.elementor-element-pa44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pa44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pa44img{position:relative !important;}
.elementor-element-pa44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pa44:hover .elementor-element-pa44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pa44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pa44img > .e-con .elementor-icon, .elementor-element-pa44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pa44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pa44ct{text-align:left !important;}
.elementor-element-pa44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pa44:hover .elementor-element-pa44ct a{color:#C9A25A !important;}
.elementor-element-pa45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pa45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pa45img{position:relative !important;}
.elementor-element-pa45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pa45:hover .elementor-element-pa45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pa45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pa45img > .e-con .elementor-icon, .elementor-element-pa45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pa45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pa45ct{text-align:left !important;}
.elementor-element-pa45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pa45:hover .elementor-element-pa45ct a{color:#C9A25A !important;}
.elementor-element-pa46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pa46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pa46img{position:relative !important;}
.elementor-element-pa46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pa46:hover .elementor-element-pa46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pa46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pa46img > .e-con .elementor-icon, .elementor-element-pa46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pa46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pa46ct{text-align:left !important;}
.elementor-element-pa46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pa46:hover .elementor-element-pa46ct a{color:#C9A25A !important;}
.elementor-element-pa3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-pa3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-351 .elementor-element.elementor-element-pa10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-pa10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-pa7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-pa7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-pa7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-pa7g > .e-con .elementor-widget-text-editor, .elementor-element-pa7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-351 */

/* flg-pg-355 */
.elementor-element-ea5l{overflow:visible !important;}
.elementor-element-ea41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ea41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ea41img{position:relative !important;}
.elementor-element-ea41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ea41:hover .elementor-element-ea41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ea41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ea41img > .e-con .elementor-icon, .elementor-element-ea41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ea41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ea41ct{text-align:left !important;}
.elementor-element-ea41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ea41:hover .elementor-element-ea41ct a{color:#C9A25A !important;}
.elementor-element-ea42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ea42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ea42img{position:relative !important;}
.elementor-element-ea42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ea42:hover .elementor-element-ea42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ea42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ea42img > .e-con .elementor-icon, .elementor-element-ea42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ea42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ea42ct{text-align:left !important;}
.elementor-element-ea42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ea42:hover .elementor-element-ea42ct a{color:#C9A25A !important;}
.elementor-element-ea43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ea43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ea43img{position:relative !important;}
.elementor-element-ea43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ea43:hover .elementor-element-ea43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ea43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ea43img > .e-con .elementor-icon, .elementor-element-ea43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ea43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ea43ct{text-align:left !important;}
.elementor-element-ea43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ea43:hover .elementor-element-ea43ct a{color:#C9A25A !important;}
.elementor-element-ea44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ea44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ea44img{position:relative !important;}
.elementor-element-ea44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ea44:hover .elementor-element-ea44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ea44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ea44img > .e-con .elementor-icon, .elementor-element-ea44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ea44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ea44ct{text-align:left !important;}
.elementor-element-ea44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ea44:hover .elementor-element-ea44ct a{color:#C9A25A !important;}
.elementor-element-ea45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ea45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ea45img{position:relative !important;}
.elementor-element-ea45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ea45:hover .elementor-element-ea45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ea45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ea45img > .e-con .elementor-icon, .elementor-element-ea45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ea45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ea45ct{text-align:left !important;}
.elementor-element-ea45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ea45:hover .elementor-element-ea45ct a{color:#C9A25A !important;}
.elementor-element-ea46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ea46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ea46img{position:relative !important;}
.elementor-element-ea46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ea46:hover .elementor-element-ea46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ea46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ea46img > .e-con .elementor-icon, .elementor-element-ea46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ea46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ea46ct{text-align:left !important;}
.elementor-element-ea46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ea46:hover .elementor-element-ea46ct a{color:#C9A25A !important;}
.elementor-element-ea3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-ea3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-355 .elementor-element.elementor-element-ea10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-ea10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-ea7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-ea7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-ea7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-ea7g > .e-con .elementor-widget-text-editor, .elementor-element-ea7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-355 */

/* flg-pg-357 */
.elementor-element-pra5l{overflow:visible !important;}
.elementor-element-pra41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pra41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pra41img{position:relative !important;}
.elementor-element-pra41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pra41:hover .elementor-element-pra41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pra41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pra41img > .e-con .elementor-icon, .elementor-element-pra41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pra41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pra41ct{text-align:left !important;}
.elementor-element-pra41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pra41:hover .elementor-element-pra41ct a{color:#C9A25A !important;}
.elementor-element-pra42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pra42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pra42img{position:relative !important;}
.elementor-element-pra42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pra42:hover .elementor-element-pra42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pra42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pra42img > .e-con .elementor-icon, .elementor-element-pra42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pra42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pra42ct{text-align:left !important;}
.elementor-element-pra42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pra42:hover .elementor-element-pra42ct a{color:#C9A25A !important;}
.elementor-element-pra43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pra43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pra43img{position:relative !important;}
.elementor-element-pra43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pra43:hover .elementor-element-pra43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pra43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pra43img > .e-con .elementor-icon, .elementor-element-pra43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pra43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pra43ct{text-align:left !important;}
.elementor-element-pra43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pra43:hover .elementor-element-pra43ct a{color:#C9A25A !important;}
.elementor-element-pra44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pra44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pra44img{position:relative !important;}
.elementor-element-pra44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pra44:hover .elementor-element-pra44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pra44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pra44img > .e-con .elementor-icon, .elementor-element-pra44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pra44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pra44ct{text-align:left !important;}
.elementor-element-pra44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pra44:hover .elementor-element-pra44ct a{color:#C9A25A !important;}
.elementor-element-pra45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pra45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pra45img{position:relative !important;}
.elementor-element-pra45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pra45:hover .elementor-element-pra45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pra45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pra45img > .e-con .elementor-icon, .elementor-element-pra45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pra45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pra45ct{text-align:left !important;}
.elementor-element-pra45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pra45:hover .elementor-element-pra45ct a{color:#C9A25A !important;}
.elementor-element-pra46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pra46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pra46img{position:relative !important;}
.elementor-element-pra46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pra46:hover .elementor-element-pra46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pra46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pra46img > .e-con .elementor-icon, .elementor-element-pra46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pra46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pra46ct{text-align:left !important;}
.elementor-element-pra46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pra46:hover .elementor-element-pra46ct a{color:#C9A25A !important;}
.elementor-element-pra3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-pra3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-357 .elementor-element.elementor-element-pra10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-pra10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-pra7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-pra7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-pra7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-pra7g > .e-con .elementor-widget-text-editor, .elementor-element-pra7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-357 */

/* flg-pg-359 */
.elementor-element-poa5l{overflow:visible !important;}
.elementor-element-poa41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-poa41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-poa41img{position:relative !important;}
.elementor-element-poa41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-poa41:hover .elementor-element-poa41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-poa41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-poa41img > .e-con .elementor-icon, .elementor-element-poa41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-poa41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-poa41ct{text-align:left !important;}
.elementor-element-poa41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-poa41:hover .elementor-element-poa41ct a{color:#C9A25A !important;}
.elementor-element-poa42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-poa42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-poa42img{position:relative !important;}
.elementor-element-poa42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-poa42:hover .elementor-element-poa42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-poa42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-poa42img > .e-con .elementor-icon, .elementor-element-poa42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-poa42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-poa42ct{text-align:left !important;}
.elementor-element-poa42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-poa42:hover .elementor-element-poa42ct a{color:#C9A25A !important;}
.elementor-element-poa43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-poa43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-poa43img{position:relative !important;}
.elementor-element-poa43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-poa43:hover .elementor-element-poa43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-poa43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-poa43img > .e-con .elementor-icon, .elementor-element-poa43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-poa43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-poa43ct{text-align:left !important;}
.elementor-element-poa43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-poa43:hover .elementor-element-poa43ct a{color:#C9A25A !important;}
.elementor-element-poa44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-poa44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-poa44img{position:relative !important;}
.elementor-element-poa44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-poa44:hover .elementor-element-poa44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-poa44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-poa44img > .e-con .elementor-icon, .elementor-element-poa44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-poa44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-poa44ct{text-align:left !important;}
.elementor-element-poa44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-poa44:hover .elementor-element-poa44ct a{color:#C9A25A !important;}
.elementor-element-poa45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-poa45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-poa45img{position:relative !important;}
.elementor-element-poa45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-poa45:hover .elementor-element-poa45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-poa45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-poa45img > .e-con .elementor-icon, .elementor-element-poa45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-poa45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-poa45ct{text-align:left !important;}
.elementor-element-poa45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-poa45:hover .elementor-element-poa45ct a{color:#C9A25A !important;}
.elementor-element-poa46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-poa46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-poa46img{position:relative !important;}
.elementor-element-poa46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-poa46:hover .elementor-element-poa46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-poa46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-poa46img > .e-con .elementor-icon, .elementor-element-poa46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-poa46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-poa46ct{text-align:left !important;}
.elementor-element-poa46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-poa46:hover .elementor-element-poa46ct a{color:#C9A25A !important;}
.elementor-element-poa3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-poa3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-359 .elementor-element.elementor-element-poa10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-poa10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-poa7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-poa7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-poa7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-poa7g > .e-con .elementor-widget-text-editor, .elementor-element-poa7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-359 */

/* flg-pg-361 */
.elementor-element-ltc5l{overflow:visible !important;}
.elementor-element-ltc41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ltc41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ltc41img{position:relative !important;}
.elementor-element-ltc41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ltc41:hover .elementor-element-ltc41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ltc41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ltc41img > .e-con .elementor-icon, .elementor-element-ltc41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ltc41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ltc41ct{text-align:left !important;}
.elementor-element-ltc41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ltc41:hover .elementor-element-ltc41ct a{color:#C9A25A !important;}
.elementor-element-ltc42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ltc42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ltc42img{position:relative !important;}
.elementor-element-ltc42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ltc42:hover .elementor-element-ltc42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ltc42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ltc42img > .e-con .elementor-icon, .elementor-element-ltc42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ltc42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ltc42ct{text-align:left !important;}
.elementor-element-ltc42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ltc42:hover .elementor-element-ltc42ct a{color:#C9A25A !important;}
.elementor-element-ltc43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ltc43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ltc43img{position:relative !important;}
.elementor-element-ltc43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ltc43:hover .elementor-element-ltc43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ltc43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ltc43img > .e-con .elementor-icon, .elementor-element-ltc43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ltc43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ltc43ct{text-align:left !important;}
.elementor-element-ltc43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ltc43:hover .elementor-element-ltc43ct a{color:#C9A25A !important;}
.elementor-element-ltc44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ltc44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ltc44img{position:relative !important;}
.elementor-element-ltc44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ltc44:hover .elementor-element-ltc44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ltc44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ltc44img > .e-con .elementor-icon, .elementor-element-ltc44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ltc44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ltc44ct{text-align:left !important;}
.elementor-element-ltc44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ltc44:hover .elementor-element-ltc44ct a{color:#C9A25A !important;}
.elementor-element-ltc45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ltc45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ltc45img{position:relative !important;}
.elementor-element-ltc45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ltc45:hover .elementor-element-ltc45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ltc45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ltc45img > .e-con .elementor-icon, .elementor-element-ltc45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ltc45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ltc45ct{text-align:left !important;}
.elementor-element-ltc45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ltc45:hover .elementor-element-ltc45ct a{color:#C9A25A !important;}
.elementor-element-ltc46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ltc46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ltc46img{position:relative !important;}
.elementor-element-ltc46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ltc46:hover .elementor-element-ltc46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ltc46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ltc46img > .e-con .elementor-icon, .elementor-element-ltc46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ltc46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ltc46ct{text-align:left !important;}
.elementor-element-ltc46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ltc46:hover .elementor-element-ltc46ct a{color:#C9A25A !important;}
.elementor-element-ltc3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-ltc3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-361 .elementor-element.elementor-element-ltc10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-ltc10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-ltc7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-ltc7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-ltc7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-ltc7g > .e-con .elementor-widget-text-editor, .elementor-element-ltc7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-361 */

/* flg-pg-369 */
.elementor-element-flp5l{overflow:visible !important;}
.elementor-element-flp41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-flp41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-flp41img{position:relative !important;}
.elementor-element-flp41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-flp41:hover .elementor-element-flp41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-flp41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-flp41img > .e-con .elementor-icon, .elementor-element-flp41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-flp41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-flp41ct{text-align:left !important;}
.elementor-element-flp41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-flp41:hover .elementor-element-flp41ct a{color:#C9A25A !important;}
.elementor-element-flp42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-flp42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-flp42img{position:relative !important;}
.elementor-element-flp42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-flp42:hover .elementor-element-flp42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-flp42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-flp42img > .e-con .elementor-icon, .elementor-element-flp42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-flp42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-flp42ct{text-align:left !important;}
.elementor-element-flp42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-flp42:hover .elementor-element-flp42ct a{color:#C9A25A !important;}
.elementor-element-flp43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-flp43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-flp43img{position:relative !important;}
.elementor-element-flp43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-flp43:hover .elementor-element-flp43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-flp43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-flp43img > .e-con .elementor-icon, .elementor-element-flp43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-flp43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-flp43ct{text-align:left !important;}
.elementor-element-flp43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-flp43:hover .elementor-element-flp43ct a{color:#C9A25A !important;}
.elementor-element-flp44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-flp44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-flp44img{position:relative !important;}
.elementor-element-flp44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-flp44:hover .elementor-element-flp44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-flp44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-flp44img > .e-con .elementor-icon, .elementor-element-flp44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-flp44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-flp44ct{text-align:left !important;}
.elementor-element-flp44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-flp44:hover .elementor-element-flp44ct a{color:#C9A25A !important;}
.elementor-element-flp45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-flp45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-flp45img{position:relative !important;}
.elementor-element-flp45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-flp45:hover .elementor-element-flp45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-flp45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-flp45img > .e-con .elementor-icon, .elementor-element-flp45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-flp45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-flp45ct{text-align:left !important;}
.elementor-element-flp45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-flp45:hover .elementor-element-flp45ct a{color:#C9A25A !important;}
.elementor-element-flp46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-flp46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-flp46img{position:relative !important;}
.elementor-element-flp46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-flp46:hover .elementor-element-flp46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-flp46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-flp46img > .e-con .elementor-icon, .elementor-element-flp46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-flp46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-flp46ct{text-align:left !important;}
.elementor-element-flp46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-flp46:hover .elementor-element-flp46ct a{color:#C9A25A !important;}
.elementor-element-flp3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-flp3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-369 .elementor-element.elementor-element-flp10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-flp10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-flp7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-flp7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-flp7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-flp7g > .e-con .elementor-widget-text-editor, .elementor-element-flp7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-369 */

/* flg-pg-371 */
.elementor-element-wp5l{overflow:visible !important;}
.elementor-element-wp41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-wp41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-wp41img{position:relative !important;}
.elementor-element-wp41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-wp41:hover .elementor-element-wp41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-wp41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-wp41img > .e-con .elementor-icon, .elementor-element-wp41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-wp41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-wp41ct{text-align:left !important;}
.elementor-element-wp41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-wp41:hover .elementor-element-wp41ct a{color:#C9A25A !important;}
.elementor-element-wp42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-wp42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-wp42img{position:relative !important;}
.elementor-element-wp42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-wp42:hover .elementor-element-wp42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-wp42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-wp42img > .e-con .elementor-icon, .elementor-element-wp42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-wp42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-wp42ct{text-align:left !important;}
.elementor-element-wp42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-wp42:hover .elementor-element-wp42ct a{color:#C9A25A !important;}
.elementor-element-wp43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-wp43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-wp43img{position:relative !important;}
.elementor-element-wp43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-wp43:hover .elementor-element-wp43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-wp43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-wp43img > .e-con .elementor-icon, .elementor-element-wp43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-wp43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-wp43ct{text-align:left !important;}
.elementor-element-wp43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-wp43:hover .elementor-element-wp43ct a{color:#C9A25A !important;}
.elementor-element-wp44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-wp44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-wp44img{position:relative !important;}
.elementor-element-wp44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-wp44:hover .elementor-element-wp44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-wp44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-wp44img > .e-con .elementor-icon, .elementor-element-wp44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-wp44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-wp44ct{text-align:left !important;}
.elementor-element-wp44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-wp44:hover .elementor-element-wp44ct a{color:#C9A25A !important;}
.elementor-element-wp45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-wp45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-wp45img{position:relative !important;}
.elementor-element-wp45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-wp45:hover .elementor-element-wp45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-wp45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-wp45img > .e-con .elementor-icon, .elementor-element-wp45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-wp45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-wp45ct{text-align:left !important;}
.elementor-element-wp45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-wp45:hover .elementor-element-wp45ct a{color:#C9A25A !important;}
.elementor-element-wp46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-wp46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-wp46img{position:relative !important;}
.elementor-element-wp46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-wp46:hover .elementor-element-wp46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-wp46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-wp46img > .e-con .elementor-icon, .elementor-element-wp46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-wp46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-wp46ct{text-align:left !important;}
.elementor-element-wp46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-wp46:hover .elementor-element-wp46ct a{color:#C9A25A !important;}
.elementor-element-wp3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-wp3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-371 .elementor-element.elementor-element-wp10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-wp10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-wp7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-wp7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-wp7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-wp7g > .e-con .elementor-widget-text-editor, .elementor-element-wp7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-371 */

/* flg-pg-373 */
.elementor-element-gw5l{overflow:visible !important;}
.elementor-element-gw41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-gw41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-gw41img{position:relative !important;}
.elementor-element-gw41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-gw41:hover .elementor-element-gw41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-gw41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-gw41img > .e-con .elementor-icon, .elementor-element-gw41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-gw41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-gw41ct{text-align:left !important;}
.elementor-element-gw41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-gw41:hover .elementor-element-gw41ct a{color:#C9A25A !important;}
.elementor-element-gw42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-gw42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-gw42img{position:relative !important;}
.elementor-element-gw42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-gw42:hover .elementor-element-gw42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-gw42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-gw42img > .e-con .elementor-icon, .elementor-element-gw42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-gw42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-gw42ct{text-align:left !important;}
.elementor-element-gw42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-gw42:hover .elementor-element-gw42ct a{color:#C9A25A !important;}
.elementor-element-gw43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-gw43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-gw43img{position:relative !important;}
.elementor-element-gw43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-gw43:hover .elementor-element-gw43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-gw43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-gw43img > .e-con .elementor-icon, .elementor-element-gw43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-gw43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-gw43ct{text-align:left !important;}
.elementor-element-gw43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-gw43:hover .elementor-element-gw43ct a{color:#C9A25A !important;}
.elementor-element-gw44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-gw44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-gw44img{position:relative !important;}
.elementor-element-gw44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-gw44:hover .elementor-element-gw44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-gw44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-gw44img > .e-con .elementor-icon, .elementor-element-gw44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-gw44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-gw44ct{text-align:left !important;}
.elementor-element-gw44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-gw44:hover .elementor-element-gw44ct a{color:#C9A25A !important;}
.elementor-element-gw45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-gw45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-gw45img{position:relative !important;}
.elementor-element-gw45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-gw45:hover .elementor-element-gw45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-gw45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-gw45img > .e-con .elementor-icon, .elementor-element-gw45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-gw45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-gw45ct{text-align:left !important;}
.elementor-element-gw45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-gw45:hover .elementor-element-gw45ct a{color:#C9A25A !important;}
.elementor-element-gw46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-gw46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-gw46img{position:relative !important;}
.elementor-element-gw46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-gw46:hover .elementor-element-gw46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-gw46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-gw46img > .e-con .elementor-icon, .elementor-element-gw46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-gw46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-gw46ct{text-align:left !important;}
.elementor-element-gw46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-gw46:hover .elementor-element-gw46ct a{color:#C9A25A !important;}
.elementor-element-gw3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-gw3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-373 .elementor-element.elementor-element-gw10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-gw10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-gw7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-gw7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-gw7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-gw7g > .e-con .elementor-widget-text-editor, .elementor-element-gw7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-373 */

/* flg-pg-375 */
.elementor-element-hnw5l{overflow:visible !important;}
.elementor-element-hnw41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hnw41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hnw41img{position:relative !important;}
.elementor-element-hnw41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hnw41:hover .elementor-element-hnw41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hnw41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hnw41img > .e-con .elementor-icon, .elementor-element-hnw41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hnw41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hnw41ct{text-align:left !important;}
.elementor-element-hnw41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hnw41:hover .elementor-element-hnw41ct a{color:#C9A25A !important;}
.elementor-element-hnw42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hnw42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hnw42img{position:relative !important;}
.elementor-element-hnw42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hnw42:hover .elementor-element-hnw42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hnw42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hnw42img > .e-con .elementor-icon, .elementor-element-hnw42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hnw42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hnw42ct{text-align:left !important;}
.elementor-element-hnw42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hnw42:hover .elementor-element-hnw42ct a{color:#C9A25A !important;}
.elementor-element-hnw43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hnw43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hnw43img{position:relative !important;}
.elementor-element-hnw43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hnw43:hover .elementor-element-hnw43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hnw43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hnw43img > .e-con .elementor-icon, .elementor-element-hnw43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hnw43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hnw43ct{text-align:left !important;}
.elementor-element-hnw43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hnw43:hover .elementor-element-hnw43ct a{color:#C9A25A !important;}
.elementor-element-hnw44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hnw44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hnw44img{position:relative !important;}
.elementor-element-hnw44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hnw44:hover .elementor-element-hnw44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hnw44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hnw44img > .e-con .elementor-icon, .elementor-element-hnw44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hnw44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hnw44ct{text-align:left !important;}
.elementor-element-hnw44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hnw44:hover .elementor-element-hnw44ct a{color:#C9A25A !important;}
.elementor-element-hnw45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hnw45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hnw45img{position:relative !important;}
.elementor-element-hnw45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hnw45:hover .elementor-element-hnw45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hnw45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hnw45img > .e-con .elementor-icon, .elementor-element-hnw45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hnw45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hnw45ct{text-align:left !important;}
.elementor-element-hnw45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hnw45:hover .elementor-element-hnw45ct a{color:#C9A25A !important;}
.elementor-element-hnw46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hnw46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hnw46img{position:relative !important;}
.elementor-element-hnw46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hnw46:hover .elementor-element-hnw46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hnw46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hnw46img > .e-con .elementor-icon, .elementor-element-hnw46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hnw46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hnw46ct{text-align:left !important;}
.elementor-element-hnw46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hnw46:hover .elementor-element-hnw46ct a{color:#C9A25A !important;}
.elementor-element-hnw3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-hnw3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-375 .elementor-element.elementor-element-hnw10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-hnw10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-hnw7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-hnw7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-hnw7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-hnw7g > .e-con .elementor-widget-text-editor, .elementor-element-hnw7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-375 */

/* flg-pg-383 */
.elementor-element-pl5l{overflow:visible !important;}
.elementor-element-pl41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pl41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pl41img{position:relative !important;}
.elementor-element-pl41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pl41:hover .elementor-element-pl41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pl41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pl41img > .e-con .elementor-icon, .elementor-element-pl41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pl41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pl41ct{text-align:left !important;}
.elementor-element-pl41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pl41:hover .elementor-element-pl41ct a{color:#C9A25A !important;}
.elementor-element-pl42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pl42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pl42img{position:relative !important;}
.elementor-element-pl42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pl42:hover .elementor-element-pl42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pl42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pl42img > .e-con .elementor-icon, .elementor-element-pl42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pl42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pl42ct{text-align:left !important;}
.elementor-element-pl42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pl42:hover .elementor-element-pl42ct a{color:#C9A25A !important;}
.elementor-element-pl43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pl43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pl43img{position:relative !important;}
.elementor-element-pl43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pl43:hover .elementor-element-pl43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pl43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pl43img > .e-con .elementor-icon, .elementor-element-pl43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pl43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pl43ct{text-align:left !important;}
.elementor-element-pl43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pl43:hover .elementor-element-pl43ct a{color:#C9A25A !important;}
.elementor-element-pl44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pl44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pl44img{position:relative !important;}
.elementor-element-pl44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pl44:hover .elementor-element-pl44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pl44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pl44img > .e-con .elementor-icon, .elementor-element-pl44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pl44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pl44ct{text-align:left !important;}
.elementor-element-pl44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pl44:hover .elementor-element-pl44ct a{color:#C9A25A !important;}
.elementor-element-pl45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pl45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pl45img{position:relative !important;}
.elementor-element-pl45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pl45:hover .elementor-element-pl45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pl45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pl45img > .e-con .elementor-icon, .elementor-element-pl45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pl45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pl45ct{text-align:left !important;}
.elementor-element-pl45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pl45:hover .elementor-element-pl45ct a{color:#C9A25A !important;}
.elementor-element-pl46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-pl46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-pl46img{position:relative !important;}
.elementor-element-pl46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-pl46:hover .elementor-element-pl46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-pl46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-pl46img > .e-con .elementor-icon, .elementor-element-pl46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-pl46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-pl46ct{text-align:left !important;}
.elementor-element-pl46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-pl46:hover .elementor-element-pl46ct a{color:#C9A25A !important;}
.elementor-element-pl3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-pl3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-383 .elementor-element.elementor-element-pl10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-pl10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-pl7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-pl7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-pl7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-pl7g > .e-con .elementor-widget-text-editor, .elementor-element-pl7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-383 */

/* flg-pg-389 */
.elementor-element-ta5l{overflow:visible !important;}
.elementor-element-ta41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ta41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ta41img{position:relative !important;}
.elementor-element-ta41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ta41:hover .elementor-element-ta41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ta41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ta41img > .e-con .elementor-icon, .elementor-element-ta41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ta41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ta41ct{text-align:left !important;}
.elementor-element-ta41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ta41:hover .elementor-element-ta41ct a{color:#C9A25A !important;}
.elementor-element-ta42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ta42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ta42img{position:relative !important;}
.elementor-element-ta42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ta42:hover .elementor-element-ta42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ta42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ta42img > .e-con .elementor-icon, .elementor-element-ta42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ta42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ta42ct{text-align:left !important;}
.elementor-element-ta42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ta42:hover .elementor-element-ta42ct a{color:#C9A25A !important;}
.elementor-element-ta43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ta43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ta43img{position:relative !important;}
.elementor-element-ta43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ta43:hover .elementor-element-ta43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ta43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ta43img > .e-con .elementor-icon, .elementor-element-ta43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ta43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ta43ct{text-align:left !important;}
.elementor-element-ta43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ta43:hover .elementor-element-ta43ct a{color:#C9A25A !important;}
.elementor-element-ta44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ta44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ta44img{position:relative !important;}
.elementor-element-ta44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ta44:hover .elementor-element-ta44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ta44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ta44img > .e-con .elementor-icon, .elementor-element-ta44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ta44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ta44ct{text-align:left !important;}
.elementor-element-ta44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ta44:hover .elementor-element-ta44ct a{color:#C9A25A !important;}
.elementor-element-ta45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ta45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ta45img{position:relative !important;}
.elementor-element-ta45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ta45:hover .elementor-element-ta45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ta45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ta45img > .e-con .elementor-icon, .elementor-element-ta45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ta45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ta45ct{text-align:left !important;}
.elementor-element-ta45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ta45:hover .elementor-element-ta45ct a{color:#C9A25A !important;}
.elementor-element-ta46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ta46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ta46img{position:relative !important;}
.elementor-element-ta46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ta46:hover .elementor-element-ta46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ta46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ta46img > .e-con .elementor-icon, .elementor-element-ta46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ta46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ta46ct{text-align:left !important;}
.elementor-element-ta46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ta46:hover .elementor-element-ta46ct a{color:#C9A25A !important;}
.elementor-element-ta3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-ta3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-389 .elementor-element.elementor-element-ta10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-ta10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-ta7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-ta7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-ta7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-ta7g > .e-con .elementor-widget-text-editor, .elementor-element-ta7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-389 */

/* flg-pg-385 */
.elementor-element-wc5l{overflow:visible !important;}
.elementor-element-wc41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-wc41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-wc41img{position:relative !important;}
.elementor-element-wc41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-wc41:hover .elementor-element-wc41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-wc41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-wc41img > .e-con .elementor-icon, .elementor-element-wc41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-wc41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-wc41ct{text-align:left !important;}
.elementor-element-wc41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-wc41:hover .elementor-element-wc41ct a{color:#C9A25A !important;}
.elementor-element-wc42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-wc42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-wc42img{position:relative !important;}
.elementor-element-wc42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-wc42:hover .elementor-element-wc42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-wc42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-wc42img > .e-con .elementor-icon, .elementor-element-wc42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-wc42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-wc42ct{text-align:left !important;}
.elementor-element-wc42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-wc42:hover .elementor-element-wc42ct a{color:#C9A25A !important;}
.elementor-element-wc43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-wc43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-wc43img{position:relative !important;}
.elementor-element-wc43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-wc43:hover .elementor-element-wc43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-wc43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-wc43img > .e-con .elementor-icon, .elementor-element-wc43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-wc43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-wc43ct{text-align:left !important;}
.elementor-element-wc43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-wc43:hover .elementor-element-wc43ct a{color:#C9A25A !important;}
.elementor-element-wc44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-wc44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-wc44img{position:relative !important;}
.elementor-element-wc44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-wc44:hover .elementor-element-wc44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-wc44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-wc44img > .e-con .elementor-icon, .elementor-element-wc44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-wc44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-wc44ct{text-align:left !important;}
.elementor-element-wc44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-wc44:hover .elementor-element-wc44ct a{color:#C9A25A !important;}
.elementor-element-wc45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-wc45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-wc45img{position:relative !important;}
.elementor-element-wc45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-wc45:hover .elementor-element-wc45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-wc45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-wc45img > .e-con .elementor-icon, .elementor-element-wc45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-wc45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-wc45ct{text-align:left !important;}
.elementor-element-wc45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-wc45:hover .elementor-element-wc45ct a{color:#C9A25A !important;}
.elementor-element-wc46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-wc46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-wc46img{position:relative !important;}
.elementor-element-wc46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-wc46:hover .elementor-element-wc46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-wc46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-wc46img > .e-con .elementor-icon, .elementor-element-wc46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-wc46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-wc46ct{text-align:left !important;}
.elementor-element-wc46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-wc46:hover .elementor-element-wc46ct a{color:#C9A25A !important;}
.elementor-element-wc3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-wc3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-385 .elementor-element.elementor-element-wc10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-wc10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-wc7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-wc7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-wc7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-wc7g > .e-con .elementor-widget-text-editor, .elementor-element-wc7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-385 */

/* flg-pg-381 */
.elementor-element-td5l{overflow:visible !important;}
.elementor-element-td41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-td41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-td41img{position:relative !important;}
.elementor-element-td41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-td41:hover .elementor-element-td41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-td41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-td41img > .e-con .elementor-icon, .elementor-element-td41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-td41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-td41ct{text-align:left !important;}
.elementor-element-td41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-td41:hover .elementor-element-td41ct a{color:#C9A25A !important;}
.elementor-element-td42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-td42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-td42img{position:relative !important;}
.elementor-element-td42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-td42:hover .elementor-element-td42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-td42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-td42img > .e-con .elementor-icon, .elementor-element-td42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-td42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-td42ct{text-align:left !important;}
.elementor-element-td42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-td42:hover .elementor-element-td42ct a{color:#C9A25A !important;}
.elementor-element-td43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-td43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-td43img{position:relative !important;}
.elementor-element-td43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-td43:hover .elementor-element-td43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-td43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-td43img > .e-con .elementor-icon, .elementor-element-td43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-td43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-td43ct{text-align:left !important;}
.elementor-element-td43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-td43:hover .elementor-element-td43ct a{color:#C9A25A !important;}
.elementor-element-td44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-td44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-td44img{position:relative !important;}
.elementor-element-td44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-td44:hover .elementor-element-td44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-td44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-td44img > .e-con .elementor-icon, .elementor-element-td44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-td44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-td44ct{text-align:left !important;}
.elementor-element-td44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-td44:hover .elementor-element-td44ct a{color:#C9A25A !important;}
.elementor-element-td45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-td45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-td45img{position:relative !important;}
.elementor-element-td45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-td45:hover .elementor-element-td45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-td45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-td45img > .e-con .elementor-icon, .elementor-element-td45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-td45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-td45ct{text-align:left !important;}
.elementor-element-td45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-td45:hover .elementor-element-td45ct a{color:#C9A25A !important;}
.elementor-element-td46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-td46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-td46img{position:relative !important;}
.elementor-element-td46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-td46:hover .elementor-element-td46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-td46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-td46img > .e-con .elementor-icon, .elementor-element-td46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-td46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-td46ct{text-align:left !important;}
.elementor-element-td46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-td46:hover .elementor-element-td46ct a{color:#C9A25A !important;}
.elementor-element-td3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-td3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-381 .elementor-element.elementor-element-td10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-td10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-td7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-td7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-td7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-td7g > .e-con .elementor-widget-text-editor, .elementor-element-td7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-381 */

/* flg-pg-379 */
.elementor-element-fd5l{overflow:visible !important;}
.elementor-element-fd41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-fd41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-fd41img{position:relative !important;}
.elementor-element-fd41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-fd41:hover .elementor-element-fd41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-fd41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-fd41img > .e-con .elementor-icon, .elementor-element-fd41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-fd41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-fd41ct{text-align:left !important;}
.elementor-element-fd41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-fd41:hover .elementor-element-fd41ct a{color:#C9A25A !important;}
.elementor-element-fd42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-fd42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-fd42img{position:relative !important;}
.elementor-element-fd42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-fd42:hover .elementor-element-fd42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-fd42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-fd42img > .e-con .elementor-icon, .elementor-element-fd42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-fd42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-fd42ct{text-align:left !important;}
.elementor-element-fd42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-fd42:hover .elementor-element-fd42ct a{color:#C9A25A !important;}
.elementor-element-fd43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-fd43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-fd43img{position:relative !important;}
.elementor-element-fd43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-fd43:hover .elementor-element-fd43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-fd43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-fd43img > .e-con .elementor-icon, .elementor-element-fd43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-fd43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-fd43ct{text-align:left !important;}
.elementor-element-fd43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-fd43:hover .elementor-element-fd43ct a{color:#C9A25A !important;}
.elementor-element-fd44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-fd44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-fd44img{position:relative !important;}
.elementor-element-fd44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-fd44:hover .elementor-element-fd44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-fd44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-fd44img > .e-con .elementor-icon, .elementor-element-fd44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-fd44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-fd44ct{text-align:left !important;}
.elementor-element-fd44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-fd44:hover .elementor-element-fd44ct a{color:#C9A25A !important;}
.elementor-element-fd45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-fd45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-fd45img{position:relative !important;}
.elementor-element-fd45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-fd45:hover .elementor-element-fd45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-fd45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-fd45img > .e-con .elementor-icon, .elementor-element-fd45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-fd45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-fd45ct{text-align:left !important;}
.elementor-element-fd45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-fd45:hover .elementor-element-fd45ct a{color:#C9A25A !important;}
.elementor-element-fd46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-fd46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-fd46img{position:relative !important;}
.elementor-element-fd46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-fd46:hover .elementor-element-fd46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-fd46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-fd46img > .e-con .elementor-icon, .elementor-element-fd46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-fd46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-fd46ct{text-align:left !important;}
.elementor-element-fd46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-fd46:hover .elementor-element-fd46ct a{color:#C9A25A !important;}
.elementor-element-fd3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-fd3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-379 .elementor-element.elementor-element-fd10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-fd10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-fd7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-fd7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-fd7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-fd7g > .e-con .elementor-widget-text-editor, .elementor-element-fd7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-379 */

/* flg-pg-387 */
.elementor-element-eam5l{overflow:visible !important;}
.elementor-element-eam41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-eam41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-eam41img{position:relative !important;}
.elementor-element-eam41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-eam41:hover .elementor-element-eam41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-eam41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-eam41img > .e-con .elementor-icon, .elementor-element-eam41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-eam41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-eam41ct{text-align:left !important;}
.elementor-element-eam41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-eam41:hover .elementor-element-eam41ct a{color:#C9A25A !important;}
.elementor-element-eam42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-eam42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-eam42img{position:relative !important;}
.elementor-element-eam42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-eam42:hover .elementor-element-eam42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-eam42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-eam42img > .e-con .elementor-icon, .elementor-element-eam42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-eam42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-eam42ct{text-align:left !important;}
.elementor-element-eam42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-eam42:hover .elementor-element-eam42ct a{color:#C9A25A !important;}
.elementor-element-eam43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-eam43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-eam43img{position:relative !important;}
.elementor-element-eam43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-eam43:hover .elementor-element-eam43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-eam43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-eam43img > .e-con .elementor-icon, .elementor-element-eam43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-eam43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-eam43ct{text-align:left !important;}
.elementor-element-eam43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-eam43:hover .elementor-element-eam43ct a{color:#C9A25A !important;}
.elementor-element-eam44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-eam44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-eam44img{position:relative !important;}
.elementor-element-eam44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-eam44:hover .elementor-element-eam44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-eam44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-eam44img > .e-con .elementor-icon, .elementor-element-eam44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-eam44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-eam44ct{text-align:left !important;}
.elementor-element-eam44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-eam44:hover .elementor-element-eam44ct a{color:#C9A25A !important;}
.elementor-element-eam45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-eam45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-eam45img{position:relative !important;}
.elementor-element-eam45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-eam45:hover .elementor-element-eam45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-eam45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-eam45img > .e-con .elementor-icon, .elementor-element-eam45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-eam45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-eam45ct{text-align:left !important;}
.elementor-element-eam45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-eam45:hover .elementor-element-eam45ct a{color:#C9A25A !important;}
.elementor-element-eam46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-eam46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-eam46img{position:relative !important;}
.elementor-element-eam46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-eam46:hover .elementor-element-eam46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-eam46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-eam46img > .e-con .elementor-icon, .elementor-element-eam46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-eam46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-eam46ct{text-align:left !important;}
.elementor-element-eam46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-eam46:hover .elementor-element-eam46ct a{color:#C9A25A !important;}
.elementor-element-eam3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-eam3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-387 .elementor-element.elementor-element-eam10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-eam10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-eam7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-eam7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-eam7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-eam7g > .e-con .elementor-widget-text-editor, .elementor-element-eam7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-387 */

/* flg-pg-391 */
.elementor-element-bf5l{overflow:visible !important;}
.elementor-element-bf41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-bf41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-bf41img{position:relative !important;}
.elementor-element-bf41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-bf41:hover .elementor-element-bf41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-bf41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-bf41img > .e-con .elementor-icon, .elementor-element-bf41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-bf41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-bf41ct{text-align:left !important;}
.elementor-element-bf41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-bf41:hover .elementor-element-bf41ct a{color:#C9A25A !important;}
.elementor-element-bf42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-bf42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-bf42img{position:relative !important;}
.elementor-element-bf42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-bf42:hover .elementor-element-bf42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-bf42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-bf42img > .e-con .elementor-icon, .elementor-element-bf42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-bf42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-bf42ct{text-align:left !important;}
.elementor-element-bf42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-bf42:hover .elementor-element-bf42ct a{color:#C9A25A !important;}
.elementor-element-bf43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-bf43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-bf43img{position:relative !important;}
.elementor-element-bf43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-bf43:hover .elementor-element-bf43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-bf43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-bf43img > .e-con .elementor-icon, .elementor-element-bf43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-bf43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-bf43ct{text-align:left !important;}
.elementor-element-bf43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-bf43:hover .elementor-element-bf43ct a{color:#C9A25A !important;}
.elementor-element-bf44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-bf44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-bf44img{position:relative !important;}
.elementor-element-bf44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-bf44:hover .elementor-element-bf44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-bf44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-bf44img > .e-con .elementor-icon, .elementor-element-bf44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-bf44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-bf44ct{text-align:left !important;}
.elementor-element-bf44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-bf44:hover .elementor-element-bf44ct a{color:#C9A25A !important;}
.elementor-element-bf45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-bf45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-bf45img{position:relative !important;}
.elementor-element-bf45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-bf45:hover .elementor-element-bf45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-bf45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-bf45img > .e-con .elementor-icon, .elementor-element-bf45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-bf45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-bf45ct{text-align:left !important;}
.elementor-element-bf45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-bf45:hover .elementor-element-bf45ct a{color:#C9A25A !important;}
.elementor-element-bf46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-bf46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-bf46img{position:relative !important;}
.elementor-element-bf46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-bf46:hover .elementor-element-bf46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-bf46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-bf46img > .e-con .elementor-icon, .elementor-element-bf46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-bf46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-bf46ct{text-align:left !important;}
.elementor-element-bf46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-bf46:hover .elementor-element-bf46ct a{color:#C9A25A !important;}
.elementor-element-bf3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-bf3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-391 .elementor-element.elementor-element-bf10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-bf10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-bf7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-bf7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-bf7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-bf7g > .e-con .elementor-widget-text-editor, .elementor-element-bf7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-391 */

/* flg-pg-393 */
.elementor-element-cl5l{overflow:visible !important;}
.elementor-element-cl41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-cl41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-cl41img{position:relative !important;}
.elementor-element-cl41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-cl41:hover .elementor-element-cl41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-cl41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-cl41img > .e-con .elementor-icon, .elementor-element-cl41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-cl41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-cl41ct{text-align:left !important;}
.elementor-element-cl41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-cl41:hover .elementor-element-cl41ct a{color:#C9A25A !important;}
.elementor-element-cl42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-cl42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-cl42img{position:relative !important;}
.elementor-element-cl42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-cl42:hover .elementor-element-cl42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-cl42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-cl42img > .e-con .elementor-icon, .elementor-element-cl42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-cl42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-cl42ct{text-align:left !important;}
.elementor-element-cl42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-cl42:hover .elementor-element-cl42ct a{color:#C9A25A !important;}
.elementor-element-cl43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-cl43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-cl43img{position:relative !important;}
.elementor-element-cl43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-cl43:hover .elementor-element-cl43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-cl43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-cl43img > .e-con .elementor-icon, .elementor-element-cl43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-cl43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-cl43ct{text-align:left !important;}
.elementor-element-cl43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-cl43:hover .elementor-element-cl43ct a{color:#C9A25A !important;}
.elementor-element-cl44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-cl44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-cl44img{position:relative !important;}
.elementor-element-cl44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-cl44:hover .elementor-element-cl44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-cl44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-cl44img > .e-con .elementor-icon, .elementor-element-cl44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-cl44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-cl44ct{text-align:left !important;}
.elementor-element-cl44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-cl44:hover .elementor-element-cl44ct a{color:#C9A25A !important;}
.elementor-element-cl45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-cl45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-cl45img{position:relative !important;}
.elementor-element-cl45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-cl45:hover .elementor-element-cl45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-cl45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-cl45img > .e-con .elementor-icon, .elementor-element-cl45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-cl45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-cl45ct{text-align:left !important;}
.elementor-element-cl45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-cl45:hover .elementor-element-cl45ct a{color:#C9A25A !important;}
.elementor-element-cl46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-cl46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-cl46img{position:relative !important;}
.elementor-element-cl46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-cl46:hover .elementor-element-cl46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-cl46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-cl46img > .e-con .elementor-icon, .elementor-element-cl46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-cl46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-cl46ct{text-align:left !important;}
.elementor-element-cl46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-cl46:hover .elementor-element-cl46ct a{color:#C9A25A !important;}
.elementor-element-cl3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-cl3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-393 .elementor-element.elementor-element-cl10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-cl10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-cl7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-cl7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-cl7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-cl7g > .e-con .elementor-widget-text-editor, .elementor-element-cl7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-393 */

/* flg-pg-395 */
.elementor-element-sco5l{overflow:visible !important;}
.elementor-element-sco41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-sco41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-sco41img{position:relative !important;}
.elementor-element-sco41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-sco41:hover .elementor-element-sco41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-sco41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-sco41img > .e-con .elementor-icon, .elementor-element-sco41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-sco41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-sco41ct{text-align:left !important;}
.elementor-element-sco41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-sco41:hover .elementor-element-sco41ct a{color:#C9A25A !important;}
.elementor-element-sco42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-sco42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-sco42img{position:relative !important;}
.elementor-element-sco42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-sco42:hover .elementor-element-sco42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-sco42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-sco42img > .e-con .elementor-icon, .elementor-element-sco42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-sco42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-sco42ct{text-align:left !important;}
.elementor-element-sco42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-sco42:hover .elementor-element-sco42ct a{color:#C9A25A !important;}
.elementor-element-sco43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-sco43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-sco43img{position:relative !important;}
.elementor-element-sco43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-sco43:hover .elementor-element-sco43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-sco43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-sco43img > .e-con .elementor-icon, .elementor-element-sco43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-sco43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-sco43ct{text-align:left !important;}
.elementor-element-sco43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-sco43:hover .elementor-element-sco43ct a{color:#C9A25A !important;}
.elementor-element-sco44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-sco44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-sco44img{position:relative !important;}
.elementor-element-sco44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-sco44:hover .elementor-element-sco44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-sco44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-sco44img > .e-con .elementor-icon, .elementor-element-sco44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-sco44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-sco44ct{text-align:left !important;}
.elementor-element-sco44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-sco44:hover .elementor-element-sco44ct a{color:#C9A25A !important;}
.elementor-element-sco45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-sco45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-sco45img{position:relative !important;}
.elementor-element-sco45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-sco45:hover .elementor-element-sco45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-sco45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-sco45img > .e-con .elementor-icon, .elementor-element-sco45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-sco45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-sco45ct{text-align:left !important;}
.elementor-element-sco45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-sco45:hover .elementor-element-sco45ct a{color:#C9A25A !important;}
.elementor-element-sco46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-sco46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-sco46img{position:relative !important;}
.elementor-element-sco46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-sco46:hover .elementor-element-sco46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-sco46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-sco46img > .e-con .elementor-icon, .elementor-element-sco46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-sco46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-sco46ct{text-align:left !important;}
.elementor-element-sco46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-sco46:hover .elementor-element-sco46ct a{color:#C9A25A !important;}
.elementor-element-sco3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-sco3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-395 .elementor-element.elementor-element-sco10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-sco10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-sco7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-sco7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-sco7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-sco7g > .e-con .elementor-widget-text-editor, .elementor-element-sco7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-395 */

/* flg-pg-397 */
.elementor-element-lp5l{overflow:visible !important;}
.elementor-element-lp41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-lp41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-lp41img{position:relative !important;}
.elementor-element-lp41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-lp41:hover .elementor-element-lp41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-lp41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-lp41img > .e-con .elementor-icon, .elementor-element-lp41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-lp41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-lp41ct{text-align:left !important;}
.elementor-element-lp41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-lp41:hover .elementor-element-lp41ct a{color:#C9A25A !important;}
.elementor-element-lp42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-lp42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-lp42img{position:relative !important;}
.elementor-element-lp42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-lp42:hover .elementor-element-lp42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-lp42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-lp42img > .e-con .elementor-icon, .elementor-element-lp42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-lp42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-lp42ct{text-align:left !important;}
.elementor-element-lp42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-lp42:hover .elementor-element-lp42ct a{color:#C9A25A !important;}
.elementor-element-lp43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-lp43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-lp43img{position:relative !important;}
.elementor-element-lp43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-lp43:hover .elementor-element-lp43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-lp43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-lp43img > .e-con .elementor-icon, .elementor-element-lp43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-lp43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-lp43ct{text-align:left !important;}
.elementor-element-lp43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-lp43:hover .elementor-element-lp43ct a{color:#C9A25A !important;}
.elementor-element-lp44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-lp44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-lp44img{position:relative !important;}
.elementor-element-lp44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-lp44:hover .elementor-element-lp44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-lp44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-lp44img > .e-con .elementor-icon, .elementor-element-lp44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-lp44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-lp44ct{text-align:left !important;}
.elementor-element-lp44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-lp44:hover .elementor-element-lp44ct a{color:#C9A25A !important;}
.elementor-element-lp45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-lp45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-lp45img{position:relative !important;}
.elementor-element-lp45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-lp45:hover .elementor-element-lp45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-lp45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-lp45img > .e-con .elementor-icon, .elementor-element-lp45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-lp45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-lp45ct{text-align:left !important;}
.elementor-element-lp45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-lp45:hover .elementor-element-lp45ct a{color:#C9A25A !important;}
.elementor-element-lp46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-lp46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-lp46img{position:relative !important;}
.elementor-element-lp46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-lp46:hover .elementor-element-lp46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-lp46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-lp46img > .e-con .elementor-icon, .elementor-element-lp46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-lp46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-lp46ct{text-align:left !important;}
.elementor-element-lp46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-lp46:hover .elementor-element-lp46ct a{color:#C9A25A !important;}
.elementor-element-lp3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-lp3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-397 .elementor-element.elementor-element-lp10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-lp10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-lp7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-lp7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-lp7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-lp7g > .e-con .elementor-widget-text-editor, .elementor-element-lp7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-397 */

/* flg-pg-399 */
.elementor-element-ba5l{overflow:visible !important;}
.elementor-element-ba41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ba41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ba41img{position:relative !important;}
.elementor-element-ba41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ba41:hover .elementor-element-ba41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ba41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ba41img > .e-con .elementor-icon, .elementor-element-ba41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ba41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ba41ct{text-align:left !important;}
.elementor-element-ba41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ba41:hover .elementor-element-ba41ct a{color:#C9A25A !important;}
.elementor-element-ba42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ba42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ba42img{position:relative !important;}
.elementor-element-ba42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ba42:hover .elementor-element-ba42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ba42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ba42img > .e-con .elementor-icon, .elementor-element-ba42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ba42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ba42ct{text-align:left !important;}
.elementor-element-ba42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ba42:hover .elementor-element-ba42ct a{color:#C9A25A !important;}
.elementor-element-ba43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ba43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ba43img{position:relative !important;}
.elementor-element-ba43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ba43:hover .elementor-element-ba43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ba43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ba43img > .e-con .elementor-icon, .elementor-element-ba43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ba43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ba43ct{text-align:left !important;}
.elementor-element-ba43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ba43:hover .elementor-element-ba43ct a{color:#C9A25A !important;}
.elementor-element-ba44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ba44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ba44img{position:relative !important;}
.elementor-element-ba44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ba44:hover .elementor-element-ba44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ba44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ba44img > .e-con .elementor-icon, .elementor-element-ba44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ba44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ba44ct{text-align:left !important;}
.elementor-element-ba44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ba44:hover .elementor-element-ba44ct a{color:#C9A25A !important;}
.elementor-element-ba45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ba45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ba45img{position:relative !important;}
.elementor-element-ba45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ba45:hover .elementor-element-ba45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ba45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ba45img > .e-con .elementor-icon, .elementor-element-ba45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ba45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ba45ct{text-align:left !important;}
.elementor-element-ba45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ba45:hover .elementor-element-ba45ct a{color:#C9A25A !important;}
.elementor-element-ba46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ba46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ba46img{position:relative !important;}
.elementor-element-ba46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ba46:hover .elementor-element-ba46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ba46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ba46img > .e-con .elementor-icon, .elementor-element-ba46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ba46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ba46ct{text-align:left !important;}
.elementor-element-ba46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ba46:hover .elementor-element-ba46ct a{color:#C9A25A !important;}
.elementor-element-ba3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-ba3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-399 .elementor-element.elementor-element-ba10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-ba10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-ba7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-ba7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-ba7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-ba7g > .e-con .elementor-widget-text-editor, .elementor-element-ba7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-399 */

/* flg-pg-401 */
.elementor-element-bt5l{overflow:visible !important;}
.elementor-element-bt41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-bt41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-bt41img{position:relative !important;}
.elementor-element-bt41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-bt41:hover .elementor-element-bt41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-bt41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-bt41img > .e-con .elementor-icon, .elementor-element-bt41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-bt41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-bt41ct{text-align:left !important;}
.elementor-element-bt41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-bt41:hover .elementor-element-bt41ct a{color:#C9A25A !important;}
.elementor-element-bt42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-bt42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-bt42img{position:relative !important;}
.elementor-element-bt42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-bt42:hover .elementor-element-bt42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-bt42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-bt42img > .e-con .elementor-icon, .elementor-element-bt42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-bt42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-bt42ct{text-align:left !important;}
.elementor-element-bt42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-bt42:hover .elementor-element-bt42ct a{color:#C9A25A !important;}
.elementor-element-bt43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-bt43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-bt43img{position:relative !important;}
.elementor-element-bt43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-bt43:hover .elementor-element-bt43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-bt43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-bt43img > .e-con .elementor-icon, .elementor-element-bt43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-bt43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-bt43ct{text-align:left !important;}
.elementor-element-bt43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-bt43:hover .elementor-element-bt43ct a{color:#C9A25A !important;}
.elementor-element-bt44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-bt44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-bt44img{position:relative !important;}
.elementor-element-bt44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-bt44:hover .elementor-element-bt44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-bt44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-bt44img > .e-con .elementor-icon, .elementor-element-bt44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-bt44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-bt44ct{text-align:left !important;}
.elementor-element-bt44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-bt44:hover .elementor-element-bt44ct a{color:#C9A25A !important;}
.elementor-element-bt45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-bt45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-bt45img{position:relative !important;}
.elementor-element-bt45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-bt45:hover .elementor-element-bt45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-bt45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-bt45img > .e-con .elementor-icon, .elementor-element-bt45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-bt45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-bt45ct{text-align:left !important;}
.elementor-element-bt45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-bt45:hover .elementor-element-bt45ct a{color:#C9A25A !important;}
.elementor-element-bt46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-bt46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-bt46img{position:relative !important;}
.elementor-element-bt46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-bt46:hover .elementor-element-bt46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-bt46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-bt46img > .e-con .elementor-icon, .elementor-element-bt46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-bt46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-bt46ct{text-align:left !important;}
.elementor-element-bt46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-bt46:hover .elementor-element-bt46ct a{color:#C9A25A !important;}
.elementor-element-bt3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-bt3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-401 .elementor-element.elementor-element-bt10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-bt10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-bt7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-bt7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-bt7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-bt7g > .e-con .elementor-widget-text-editor, .elementor-element-bt7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-401 */

/* flg-pg-403 */
.elementor-element-re5l{overflow:visible !important;}
.elementor-element-re41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-re41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-re41img{position:relative !important;}
.elementor-element-re41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-re41:hover .elementor-element-re41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-re41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-re41img > .e-con .elementor-icon, .elementor-element-re41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-re41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-re41ct{text-align:left !important;}
.elementor-element-re41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-re41:hover .elementor-element-re41ct a{color:#C9A25A !important;}
.elementor-element-re42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-re42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-re42img{position:relative !important;}
.elementor-element-re42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-re42:hover .elementor-element-re42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-re42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-re42img > .e-con .elementor-icon, .elementor-element-re42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-re42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-re42ct{text-align:left !important;}
.elementor-element-re42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-re42:hover .elementor-element-re42ct a{color:#C9A25A !important;}
.elementor-element-re43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-re43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-re43img{position:relative !important;}
.elementor-element-re43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-re43:hover .elementor-element-re43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-re43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-re43img > .e-con .elementor-icon, .elementor-element-re43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-re43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-re43ct{text-align:left !important;}
.elementor-element-re43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-re43:hover .elementor-element-re43ct a{color:#C9A25A !important;}
.elementor-element-re44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-re44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-re44img{position:relative !important;}
.elementor-element-re44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-re44:hover .elementor-element-re44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-re44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-re44img > .e-con .elementor-icon, .elementor-element-re44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-re44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-re44ct{text-align:left !important;}
.elementor-element-re44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-re44:hover .elementor-element-re44ct a{color:#C9A25A !important;}
.elementor-element-re45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-re45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-re45img{position:relative !important;}
.elementor-element-re45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-re45:hover .elementor-element-re45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-re45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-re45img > .e-con .elementor-icon, .elementor-element-re45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-re45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-re45ct{text-align:left !important;}
.elementor-element-re45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-re45:hover .elementor-element-re45ct a{color:#C9A25A !important;}
.elementor-element-re46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-re46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-re46img{position:relative !important;}
.elementor-element-re46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-re46:hover .elementor-element-re46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-re46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-re46img > .e-con .elementor-icon, .elementor-element-re46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-re46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-re46ct{text-align:left !important;}
.elementor-element-re46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-re46:hover .elementor-element-re46ct a{color:#C9A25A !important;}
.elementor-element-re3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-re3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-403 .elementor-element.elementor-element-re10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-re10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-re7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-re7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-re7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-re7g > .e-con .elementor-widget-text-editor, .elementor-element-re7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-403 */

/* flg-pg-405 */
.elementor-element-ip5l{overflow:visible !important;}
.elementor-element-ip41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ip41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ip41img{position:relative !important;}
.elementor-element-ip41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ip41:hover .elementor-element-ip41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ip41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ip41img > .e-con .elementor-icon, .elementor-element-ip41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ip41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ip41ct{text-align:left !important;}
.elementor-element-ip41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ip41:hover .elementor-element-ip41ct a{color:#C9A25A !important;}
.elementor-element-ip42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ip42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ip42img{position:relative !important;}
.elementor-element-ip42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ip42:hover .elementor-element-ip42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ip42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ip42img > .e-con .elementor-icon, .elementor-element-ip42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ip42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ip42ct{text-align:left !important;}
.elementor-element-ip42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ip42:hover .elementor-element-ip42ct a{color:#C9A25A !important;}
.elementor-element-ip43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ip43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ip43img{position:relative !important;}
.elementor-element-ip43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ip43:hover .elementor-element-ip43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ip43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ip43img > .e-con .elementor-icon, .elementor-element-ip43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ip43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ip43ct{text-align:left !important;}
.elementor-element-ip43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ip43:hover .elementor-element-ip43ct a{color:#C9A25A !important;}
.elementor-element-ip44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ip44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ip44img{position:relative !important;}
.elementor-element-ip44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ip44:hover .elementor-element-ip44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ip44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ip44img > .e-con .elementor-icon, .elementor-element-ip44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ip44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ip44ct{text-align:left !important;}
.elementor-element-ip44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ip44:hover .elementor-element-ip44ct a{color:#C9A25A !important;}
.elementor-element-ip45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ip45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ip45img{position:relative !important;}
.elementor-element-ip45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ip45:hover .elementor-element-ip45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ip45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ip45img > .e-con .elementor-icon, .elementor-element-ip45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ip45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ip45ct{text-align:left !important;}
.elementor-element-ip45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ip45:hover .elementor-element-ip45ct a{color:#C9A25A !important;}
.elementor-element-ip46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-ip46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-ip46img{position:relative !important;}
.elementor-element-ip46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-ip46:hover .elementor-element-ip46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-ip46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-ip46img > .e-con .elementor-icon, .elementor-element-ip46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-ip46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-ip46ct{text-align:left !important;}
.elementor-element-ip46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-ip46:hover .elementor-element-ip46ct a{color:#C9A25A !important;}
.elementor-element-ip3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-ip3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-405 .elementor-element.elementor-element-ip10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-ip10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-ip7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-ip7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-ip7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-ip7g > .e-con .elementor-widget-text-editor, .elementor-element-ip7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-405 */

/* flg-pg-311 */
.elementor-element-L3115l{overflow:visible !important;}
.elementor-element-L31141{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31141:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31141img{position:relative !important;}
.elementor-element-L31141img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31141:hover .elementor-element-L31141img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31141img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31141img > .e-con .elementor-icon, .elementor-element-L31141img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31141img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31141ct{text-align:left !important;}
.elementor-element-L31141ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31141:hover .elementor-element-L31141ct a{color:#C9A25A !important;}
.elementor-element-L31142{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31142:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31142img{position:relative !important;}
.elementor-element-L31142img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31142:hover .elementor-element-L31142img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31142img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31142img > .e-con .elementor-icon, .elementor-element-L31142img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31142img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31142ct{text-align:left !important;}
.elementor-element-L31142ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31142:hover .elementor-element-L31142ct a{color:#C9A25A !important;}
.elementor-element-L31143{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31143:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31143img{position:relative !important;}
.elementor-element-L31143img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31143:hover .elementor-element-L31143img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31143img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31143img > .e-con .elementor-icon, .elementor-element-L31143img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31143img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31143ct{text-align:left !important;}
.elementor-element-L31143ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31143:hover .elementor-element-L31143ct a{color:#C9A25A !important;}
.elementor-element-L31144{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31144:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31144img{position:relative !important;}
.elementor-element-L31144img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31144:hover .elementor-element-L31144img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31144img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31144img > .e-con .elementor-icon, .elementor-element-L31144img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31144img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31144ct{text-align:left !important;}
.elementor-element-L31144ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31144:hover .elementor-element-L31144ct a{color:#C9A25A !important;}
.elementor-element-L31145{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31145:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31145img{position:relative !important;}
.elementor-element-L31145img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31145:hover .elementor-element-L31145img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31145img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31145img > .e-con .elementor-icon, .elementor-element-L31145img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31145img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31145ct{text-align:left !important;}
.elementor-element-L31145ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31145:hover .elementor-element-L31145ct a{color:#C9A25A !important;}
.elementor-element-L31146{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31146:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31146img{position:relative !important;}
.elementor-element-L31146img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31146:hover .elementor-element-L31146img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31146img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31146img > .e-con .elementor-icon, .elementor-element-L31146img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31146img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31146ct{text-align:left !important;}
.elementor-element-L31146ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31146:hover .elementor-element-L31146ct a{color:#C9A25A !important;}
.elementor-element-L3113r{position:relative !important;}
@media(min-width:1025px){.elementor-element-L3113q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-311 .elementor-element.elementor-element-L31110.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-L31110 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3117{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-L3117g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3117g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-L3117g > .e-con .elementor-widget-text-editor, .elementor-element-L3117g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-311 */

/* flg-pg-313 */
.elementor-element-L3135l{overflow:visible !important;}
.elementor-element-L31341{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31341:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31341img{position:relative !important;}
.elementor-element-L31341img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31341:hover .elementor-element-L31341img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31341img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31341img > .e-con .elementor-icon, .elementor-element-L31341img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31341img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31341ct{text-align:left !important;}
.elementor-element-L31341ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31341:hover .elementor-element-L31341ct a{color:#C9A25A !important;}
.elementor-element-L31342{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31342:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31342img{position:relative !important;}
.elementor-element-L31342img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31342:hover .elementor-element-L31342img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31342img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31342img > .e-con .elementor-icon, .elementor-element-L31342img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31342img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31342ct{text-align:left !important;}
.elementor-element-L31342ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31342:hover .elementor-element-L31342ct a{color:#C9A25A !important;}
.elementor-element-L31343{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31343:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31343img{position:relative !important;}
.elementor-element-L31343img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31343:hover .elementor-element-L31343img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31343img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31343img > .e-con .elementor-icon, .elementor-element-L31343img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31343img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31343ct{text-align:left !important;}
.elementor-element-L31343ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31343:hover .elementor-element-L31343ct a{color:#C9A25A !important;}
.elementor-element-L31344{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31344:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31344img{position:relative !important;}
.elementor-element-L31344img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31344:hover .elementor-element-L31344img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31344img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31344img > .e-con .elementor-icon, .elementor-element-L31344img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31344img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31344ct{text-align:left !important;}
.elementor-element-L31344ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31344:hover .elementor-element-L31344ct a{color:#C9A25A !important;}
.elementor-element-L31345{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31345:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31345img{position:relative !important;}
.elementor-element-L31345img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31345:hover .elementor-element-L31345img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31345img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31345img > .e-con .elementor-icon, .elementor-element-L31345img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31345img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31345ct{text-align:left !important;}
.elementor-element-L31345ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31345:hover .elementor-element-L31345ct a{color:#C9A25A !important;}
.elementor-element-L31346{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31346:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31346img{position:relative !important;}
.elementor-element-L31346img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31346:hover .elementor-element-L31346img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31346img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31346img > .e-con .elementor-icon, .elementor-element-L31346img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31346img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31346ct{text-align:left !important;}
.elementor-element-L31346ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31346:hover .elementor-element-L31346ct a{color:#C9A25A !important;}
.elementor-element-L3133r{position:relative !important;}
@media(min-width:1025px){.elementor-element-L3133q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-313 .elementor-element.elementor-element-L31310.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-L31310 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3137{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-L3137g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3137g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-L3137g > .e-con .elementor-widget-text-editor, .elementor-element-L3137g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-313 */

/* flg-pg-315 */
.elementor-element-L3155l{overflow:visible !important;}
.elementor-element-L31541{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31541:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31541img{position:relative !important;}
.elementor-element-L31541img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31541:hover .elementor-element-L31541img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31541img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31541img > .e-con .elementor-icon, .elementor-element-L31541img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31541img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31541ct{text-align:left !important;}
.elementor-element-L31541ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31541:hover .elementor-element-L31541ct a{color:#C9A25A !important;}
.elementor-element-L31542{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31542:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31542img{position:relative !important;}
.elementor-element-L31542img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31542:hover .elementor-element-L31542img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31542img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31542img > .e-con .elementor-icon, .elementor-element-L31542img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31542img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31542ct{text-align:left !important;}
.elementor-element-L31542ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31542:hover .elementor-element-L31542ct a{color:#C9A25A !important;}
.elementor-element-L31543{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31543:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31543img{position:relative !important;}
.elementor-element-L31543img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31543:hover .elementor-element-L31543img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31543img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31543img > .e-con .elementor-icon, .elementor-element-L31543img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31543img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31543ct{text-align:left !important;}
.elementor-element-L31543ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31543:hover .elementor-element-L31543ct a{color:#C9A25A !important;}
.elementor-element-L31544{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31544:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31544img{position:relative !important;}
.elementor-element-L31544img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31544:hover .elementor-element-L31544img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31544img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31544img > .e-con .elementor-icon, .elementor-element-L31544img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31544img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31544ct{text-align:left !important;}
.elementor-element-L31544ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31544:hover .elementor-element-L31544ct a{color:#C9A25A !important;}
.elementor-element-L31545{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31545:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31545img{position:relative !important;}
.elementor-element-L31545img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31545:hover .elementor-element-L31545img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31545img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31545img > .e-con .elementor-icon, .elementor-element-L31545img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31545img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31545ct{text-align:left !important;}
.elementor-element-L31545ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31545:hover .elementor-element-L31545ct a{color:#C9A25A !important;}
.elementor-element-L31546{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31546:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31546img{position:relative !important;}
.elementor-element-L31546img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31546:hover .elementor-element-L31546img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31546img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31546img > .e-con .elementor-icon, .elementor-element-L31546img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31546img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31546ct{text-align:left !important;}
.elementor-element-L31546ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31546:hover .elementor-element-L31546ct a{color:#C9A25A !important;}
.elementor-element-L3153r{position:relative !important;}
@media(min-width:1025px){.elementor-element-L3153q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-315 .elementor-element.elementor-element-L31510.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-L31510 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3157{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-L3157g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3157g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-L3157g > .e-con .elementor-widget-text-editor, .elementor-element-L3157g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-315 */

/* flg-pg-317 */
.elementor-element-L3175l{overflow:visible !important;}
.elementor-element-L31741{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31741:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31741img{position:relative !important;}
.elementor-element-L31741img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31741:hover .elementor-element-L31741img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31741img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31741img > .e-con .elementor-icon, .elementor-element-L31741img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31741img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31741ct{text-align:left !important;}
.elementor-element-L31741ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31741:hover .elementor-element-L31741ct a{color:#C9A25A !important;}
.elementor-element-L31742{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31742:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31742img{position:relative !important;}
.elementor-element-L31742img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31742:hover .elementor-element-L31742img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31742img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31742img > .e-con .elementor-icon, .elementor-element-L31742img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31742img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31742ct{text-align:left !important;}
.elementor-element-L31742ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31742:hover .elementor-element-L31742ct a{color:#C9A25A !important;}
.elementor-element-L31743{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31743:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31743img{position:relative !important;}
.elementor-element-L31743img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31743:hover .elementor-element-L31743img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31743img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31743img > .e-con .elementor-icon, .elementor-element-L31743img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31743img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31743ct{text-align:left !important;}
.elementor-element-L31743ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31743:hover .elementor-element-L31743ct a{color:#C9A25A !important;}
.elementor-element-L31744{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31744:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31744img{position:relative !important;}
.elementor-element-L31744img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31744:hover .elementor-element-L31744img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31744img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31744img > .e-con .elementor-icon, .elementor-element-L31744img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31744img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31744ct{text-align:left !important;}
.elementor-element-L31744ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31744:hover .elementor-element-L31744ct a{color:#C9A25A !important;}
.elementor-element-L31745{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31745:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31745img{position:relative !important;}
.elementor-element-L31745img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31745:hover .elementor-element-L31745img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31745img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31745img > .e-con .elementor-icon, .elementor-element-L31745img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31745img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31745ct{text-align:left !important;}
.elementor-element-L31745ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31745:hover .elementor-element-L31745ct a{color:#C9A25A !important;}
.elementor-element-L31746{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31746:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31746img{position:relative !important;}
.elementor-element-L31746img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31746:hover .elementor-element-L31746img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31746img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31746img > .e-con .elementor-icon, .elementor-element-L31746img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31746img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31746ct{text-align:left !important;}
.elementor-element-L31746ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31746:hover .elementor-element-L31746ct a{color:#C9A25A !important;}
.elementor-element-L3173r{position:relative !important;}
@media(min-width:1025px){.elementor-element-L3173q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-317 .elementor-element.elementor-element-L31710.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-L31710 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3177{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-L3177g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3177g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-L3177g > .e-con .elementor-widget-text-editor, .elementor-element-L3177g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-317 */

/* flg-pg-319 */
.elementor-element-L3195l{overflow:visible !important;}
.elementor-element-L31941{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31941:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31941img{position:relative !important;}
.elementor-element-L31941img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31941:hover .elementor-element-L31941img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31941img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31941img > .e-con .elementor-icon, .elementor-element-L31941img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31941img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31941ct{text-align:left !important;}
.elementor-element-L31941ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31941:hover .elementor-element-L31941ct a{color:#C9A25A !important;}
.elementor-element-L31942{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31942:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31942img{position:relative !important;}
.elementor-element-L31942img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31942:hover .elementor-element-L31942img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31942img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31942img > .e-con .elementor-icon, .elementor-element-L31942img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31942img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31942ct{text-align:left !important;}
.elementor-element-L31942ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31942:hover .elementor-element-L31942ct a{color:#C9A25A !important;}
.elementor-element-L31943{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31943:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31943img{position:relative !important;}
.elementor-element-L31943img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31943:hover .elementor-element-L31943img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31943img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31943img > .e-con .elementor-icon, .elementor-element-L31943img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31943img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31943ct{text-align:left !important;}
.elementor-element-L31943ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31943:hover .elementor-element-L31943ct a{color:#C9A25A !important;}
.elementor-element-L31944{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31944:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31944img{position:relative !important;}
.elementor-element-L31944img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31944:hover .elementor-element-L31944img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31944img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31944img > .e-con .elementor-icon, .elementor-element-L31944img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31944img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31944ct{text-align:left !important;}
.elementor-element-L31944ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31944:hover .elementor-element-L31944ct a{color:#C9A25A !important;}
.elementor-element-L31945{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31945:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31945img{position:relative !important;}
.elementor-element-L31945img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31945:hover .elementor-element-L31945img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31945img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31945img > .e-con .elementor-icon, .elementor-element-L31945img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31945img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31945ct{text-align:left !important;}
.elementor-element-L31945ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31945:hover .elementor-element-L31945ct a{color:#C9A25A !important;}
.elementor-element-L31946{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L31946:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L31946img{position:relative !important;}
.elementor-element-L31946img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L31946:hover .elementor-element-L31946img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L31946img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L31946img > .e-con .elementor-icon, .elementor-element-L31946img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L31946img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L31946ct{text-align:left !important;}
.elementor-element-L31946ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L31946:hover .elementor-element-L31946ct a{color:#C9A25A !important;}
.elementor-element-L3193r{position:relative !important;}
@media(min-width:1025px){.elementor-element-L3193q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-319 .elementor-element.elementor-element-L31910.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-L31910 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3197{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-L3197g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3197g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-L3197g > .e-con .elementor-widget-text-editor, .elementor-element-L3197g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-319 */

/* flg-pg-321 */
.elementor-element-L3215l{overflow:visible !important;}
.elementor-element-L32141{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32141:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32141img{position:relative !important;}
.elementor-element-L32141img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32141:hover .elementor-element-L32141img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32141img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32141img > .e-con .elementor-icon, .elementor-element-L32141img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32141img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32141ct{text-align:left !important;}
.elementor-element-L32141ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32141:hover .elementor-element-L32141ct a{color:#C9A25A !important;}
.elementor-element-L32142{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32142:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32142img{position:relative !important;}
.elementor-element-L32142img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32142:hover .elementor-element-L32142img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32142img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32142img > .e-con .elementor-icon, .elementor-element-L32142img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32142img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32142ct{text-align:left !important;}
.elementor-element-L32142ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32142:hover .elementor-element-L32142ct a{color:#C9A25A !important;}
.elementor-element-L32143{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32143:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32143img{position:relative !important;}
.elementor-element-L32143img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32143:hover .elementor-element-L32143img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32143img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32143img > .e-con .elementor-icon, .elementor-element-L32143img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32143img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32143ct{text-align:left !important;}
.elementor-element-L32143ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32143:hover .elementor-element-L32143ct a{color:#C9A25A !important;}
.elementor-element-L32144{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32144:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32144img{position:relative !important;}
.elementor-element-L32144img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32144:hover .elementor-element-L32144img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32144img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32144img > .e-con .elementor-icon, .elementor-element-L32144img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32144img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32144ct{text-align:left !important;}
.elementor-element-L32144ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32144:hover .elementor-element-L32144ct a{color:#C9A25A !important;}
.elementor-element-L32145{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32145:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32145img{position:relative !important;}
.elementor-element-L32145img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32145:hover .elementor-element-L32145img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32145img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32145img > .e-con .elementor-icon, .elementor-element-L32145img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32145img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32145ct{text-align:left !important;}
.elementor-element-L32145ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32145:hover .elementor-element-L32145ct a{color:#C9A25A !important;}
.elementor-element-L32146{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32146:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32146img{position:relative !important;}
.elementor-element-L32146img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32146:hover .elementor-element-L32146img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32146img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32146img > .e-con .elementor-icon, .elementor-element-L32146img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32146img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32146ct{text-align:left !important;}
.elementor-element-L32146ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32146:hover .elementor-element-L32146ct a{color:#C9A25A !important;}
.elementor-element-L3213r{position:relative !important;}
@media(min-width:1025px){.elementor-element-L3213q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-321 .elementor-element.elementor-element-L32110.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-L32110 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3217{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-L3217g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3217g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-L3217g > .e-con .elementor-widget-text-editor, .elementor-element-L3217g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-321 */

/* flg-pg-323 */
.elementor-element-L3235l{overflow:visible !important;}
.elementor-element-L32341{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32341:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32341img{position:relative !important;}
.elementor-element-L32341img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32341:hover .elementor-element-L32341img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32341img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32341img > .e-con .elementor-icon, .elementor-element-L32341img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32341img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32341ct{text-align:left !important;}
.elementor-element-L32341ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32341:hover .elementor-element-L32341ct a{color:#C9A25A !important;}
.elementor-element-L32342{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32342:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32342img{position:relative !important;}
.elementor-element-L32342img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32342:hover .elementor-element-L32342img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32342img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32342img > .e-con .elementor-icon, .elementor-element-L32342img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32342img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32342ct{text-align:left !important;}
.elementor-element-L32342ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32342:hover .elementor-element-L32342ct a{color:#C9A25A !important;}
.elementor-element-L32343{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32343:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32343img{position:relative !important;}
.elementor-element-L32343img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32343:hover .elementor-element-L32343img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32343img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32343img > .e-con .elementor-icon, .elementor-element-L32343img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32343img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32343ct{text-align:left !important;}
.elementor-element-L32343ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32343:hover .elementor-element-L32343ct a{color:#C9A25A !important;}
.elementor-element-L32344{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32344:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32344img{position:relative !important;}
.elementor-element-L32344img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32344:hover .elementor-element-L32344img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32344img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32344img > .e-con .elementor-icon, .elementor-element-L32344img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32344img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32344ct{text-align:left !important;}
.elementor-element-L32344ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32344:hover .elementor-element-L32344ct a{color:#C9A25A !important;}
.elementor-element-L32345{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32345:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32345img{position:relative !important;}
.elementor-element-L32345img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32345:hover .elementor-element-L32345img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32345img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32345img > .e-con .elementor-icon, .elementor-element-L32345img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32345img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32345ct{text-align:left !important;}
.elementor-element-L32345ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32345:hover .elementor-element-L32345ct a{color:#C9A25A !important;}
.elementor-element-L32346{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32346:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32346img{position:relative !important;}
.elementor-element-L32346img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32346:hover .elementor-element-L32346img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32346img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32346img > .e-con .elementor-icon, .elementor-element-L32346img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32346img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32346ct{text-align:left !important;}
.elementor-element-L32346ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32346:hover .elementor-element-L32346ct a{color:#C9A25A !important;}
.elementor-element-L3233r{position:relative !important;}
@media(min-width:1025px){.elementor-element-L3233q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-323 .elementor-element.elementor-element-L32310.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-L32310 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3237{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-L3237g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3237g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-L3237g > .e-con .elementor-widget-text-editor, .elementor-element-L3237g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-323 */

/* flg-pg-325 */
.elementor-element-L3255l{overflow:visible !important;}
.elementor-element-L32541{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32541:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32541img{position:relative !important;}
.elementor-element-L32541img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32541:hover .elementor-element-L32541img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32541img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32541img > .e-con .elementor-icon, .elementor-element-L32541img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32541img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32541ct{text-align:left !important;}
.elementor-element-L32541ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32541:hover .elementor-element-L32541ct a{color:#C9A25A !important;}
.elementor-element-L32542{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32542:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32542img{position:relative !important;}
.elementor-element-L32542img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32542:hover .elementor-element-L32542img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32542img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32542img > .e-con .elementor-icon, .elementor-element-L32542img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32542img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32542ct{text-align:left !important;}
.elementor-element-L32542ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32542:hover .elementor-element-L32542ct a{color:#C9A25A !important;}
.elementor-element-L32543{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32543:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32543img{position:relative !important;}
.elementor-element-L32543img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32543:hover .elementor-element-L32543img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32543img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32543img > .e-con .elementor-icon, .elementor-element-L32543img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32543img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32543ct{text-align:left !important;}
.elementor-element-L32543ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32543:hover .elementor-element-L32543ct a{color:#C9A25A !important;}
.elementor-element-L32544{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32544:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32544img{position:relative !important;}
.elementor-element-L32544img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32544:hover .elementor-element-L32544img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32544img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32544img > .e-con .elementor-icon, .elementor-element-L32544img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32544img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32544ct{text-align:left !important;}
.elementor-element-L32544ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32544:hover .elementor-element-L32544ct a{color:#C9A25A !important;}
.elementor-element-L32545{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32545:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32545img{position:relative !important;}
.elementor-element-L32545img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32545:hover .elementor-element-L32545img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32545img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32545img > .e-con .elementor-icon, .elementor-element-L32545img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32545img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32545ct{text-align:left !important;}
.elementor-element-L32545ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32545:hover .elementor-element-L32545ct a{color:#C9A25A !important;}
.elementor-element-L32546{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32546:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32546img{position:relative !important;}
.elementor-element-L32546img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32546:hover .elementor-element-L32546img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32546img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32546img > .e-con .elementor-icon, .elementor-element-L32546img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32546img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32546ct{text-align:left !important;}
.elementor-element-L32546ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32546:hover .elementor-element-L32546ct a{color:#C9A25A !important;}
.elementor-element-L3253r{position:relative !important;}
@media(min-width:1025px){.elementor-element-L3253q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-325 .elementor-element.elementor-element-L32510.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-L32510 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3257{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-L3257g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3257g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-L3257g > .e-con .elementor-widget-text-editor, .elementor-element-L3257g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-325 */

/* flg-pg-327 */
.elementor-element-L3275l{overflow:visible !important;}
.elementor-element-L32741{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32741:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32741img{position:relative !important;}
.elementor-element-L32741img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32741:hover .elementor-element-L32741img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32741img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32741img > .e-con .elementor-icon, .elementor-element-L32741img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32741img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32741ct{text-align:left !important;}
.elementor-element-L32741ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32741:hover .elementor-element-L32741ct a{color:#C9A25A !important;}
.elementor-element-L32742{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32742:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32742img{position:relative !important;}
.elementor-element-L32742img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32742:hover .elementor-element-L32742img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32742img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32742img > .e-con .elementor-icon, .elementor-element-L32742img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32742img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32742ct{text-align:left !important;}
.elementor-element-L32742ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32742:hover .elementor-element-L32742ct a{color:#C9A25A !important;}
.elementor-element-L32743{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32743:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32743img{position:relative !important;}
.elementor-element-L32743img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32743:hover .elementor-element-L32743img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32743img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32743img > .e-con .elementor-icon, .elementor-element-L32743img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32743img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32743ct{text-align:left !important;}
.elementor-element-L32743ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32743:hover .elementor-element-L32743ct a{color:#C9A25A !important;}
.elementor-element-L32744{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32744:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32744img{position:relative !important;}
.elementor-element-L32744img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32744:hover .elementor-element-L32744img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32744img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32744img > .e-con .elementor-icon, .elementor-element-L32744img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32744img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32744ct{text-align:left !important;}
.elementor-element-L32744ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32744:hover .elementor-element-L32744ct a{color:#C9A25A !important;}
.elementor-element-L32745{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32745:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32745img{position:relative !important;}
.elementor-element-L32745img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32745:hover .elementor-element-L32745img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32745img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32745img > .e-con .elementor-icon, .elementor-element-L32745img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32745img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32745ct{text-align:left !important;}
.elementor-element-L32745ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32745:hover .elementor-element-L32745ct a{color:#C9A25A !important;}
.elementor-element-L32746{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32746:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32746img{position:relative !important;}
.elementor-element-L32746img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32746:hover .elementor-element-L32746img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32746img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32746img > .e-con .elementor-icon, .elementor-element-L32746img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32746img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32746ct{text-align:left !important;}
.elementor-element-L32746ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32746:hover .elementor-element-L32746ct a{color:#C9A25A !important;}
.elementor-element-L3273r{position:relative !important;}
@media(min-width:1025px){.elementor-element-L3273q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-327 .elementor-element.elementor-element-L32710.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-L32710 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3277{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-L3277g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3277g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-L3277g > .e-con .elementor-widget-text-editor, .elementor-element-L3277g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-327 */

/* flg-pg-329 */
.elementor-element-L3295l{overflow:visible !important;}
.elementor-element-L32941{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32941:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32941img{position:relative !important;}
.elementor-element-L32941img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32941:hover .elementor-element-L32941img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32941img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32941img > .e-con .elementor-icon, .elementor-element-L32941img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32941img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32941ct{text-align:left !important;}
.elementor-element-L32941ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32941:hover .elementor-element-L32941ct a{color:#C9A25A !important;}
.elementor-element-L32942{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32942:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32942img{position:relative !important;}
.elementor-element-L32942img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32942:hover .elementor-element-L32942img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32942img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32942img > .e-con .elementor-icon, .elementor-element-L32942img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32942img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32942ct{text-align:left !important;}
.elementor-element-L32942ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32942:hover .elementor-element-L32942ct a{color:#C9A25A !important;}
.elementor-element-L32943{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32943:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32943img{position:relative !important;}
.elementor-element-L32943img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32943:hover .elementor-element-L32943img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32943img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32943img > .e-con .elementor-icon, .elementor-element-L32943img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32943img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32943ct{text-align:left !important;}
.elementor-element-L32943ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32943:hover .elementor-element-L32943ct a{color:#C9A25A !important;}
.elementor-element-L32944{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32944:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32944img{position:relative !important;}
.elementor-element-L32944img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32944:hover .elementor-element-L32944img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32944img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32944img > .e-con .elementor-icon, .elementor-element-L32944img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32944img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32944ct{text-align:left !important;}
.elementor-element-L32944ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32944:hover .elementor-element-L32944ct a{color:#C9A25A !important;}
.elementor-element-L32945{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32945:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32945img{position:relative !important;}
.elementor-element-L32945img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32945:hover .elementor-element-L32945img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32945img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32945img > .e-con .elementor-icon, .elementor-element-L32945img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32945img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32945ct{text-align:left !important;}
.elementor-element-L32945ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32945:hover .elementor-element-L32945ct a{color:#C9A25A !important;}
.elementor-element-L32946{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L32946:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L32946img{position:relative !important;}
.elementor-element-L32946img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L32946:hover .elementor-element-L32946img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L32946img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L32946img > .e-con .elementor-icon, .elementor-element-L32946img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L32946img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L32946ct{text-align:left !important;}
.elementor-element-L32946ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L32946:hover .elementor-element-L32946ct a{color:#C9A25A !important;}
.elementor-element-L3293r{position:relative !important;}
@media(min-width:1025px){.elementor-element-L3293q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-329 .elementor-element.elementor-element-L32910.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-L32910 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3297{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-L3297g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3297g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-L3297g > .e-con .elementor-widget-text-editor, .elementor-element-L3297g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-329 */

/* flg-pg-331 */
.elementor-element-L3315l{overflow:visible !important;}
.elementor-element-L33141{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33141:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33141img{position:relative !important;}
.elementor-element-L33141img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33141:hover .elementor-element-L33141img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33141img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33141img > .e-con .elementor-icon, .elementor-element-L33141img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33141img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33141ct{text-align:left !important;}
.elementor-element-L33141ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33141:hover .elementor-element-L33141ct a{color:#C9A25A !important;}
.elementor-element-L33142{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33142:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33142img{position:relative !important;}
.elementor-element-L33142img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33142:hover .elementor-element-L33142img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33142img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33142img > .e-con .elementor-icon, .elementor-element-L33142img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33142img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33142ct{text-align:left !important;}
.elementor-element-L33142ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33142:hover .elementor-element-L33142ct a{color:#C9A25A !important;}
.elementor-element-L33143{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33143:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33143img{position:relative !important;}
.elementor-element-L33143img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33143:hover .elementor-element-L33143img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33143img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33143img > .e-con .elementor-icon, .elementor-element-L33143img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33143img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33143ct{text-align:left !important;}
.elementor-element-L33143ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33143:hover .elementor-element-L33143ct a{color:#C9A25A !important;}
.elementor-element-L33144{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33144:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33144img{position:relative !important;}
.elementor-element-L33144img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33144:hover .elementor-element-L33144img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33144img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33144img > .e-con .elementor-icon, .elementor-element-L33144img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33144img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33144ct{text-align:left !important;}
.elementor-element-L33144ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33144:hover .elementor-element-L33144ct a{color:#C9A25A !important;}
.elementor-element-L33145{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33145:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33145img{position:relative !important;}
.elementor-element-L33145img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33145:hover .elementor-element-L33145img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33145img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33145img > .e-con .elementor-icon, .elementor-element-L33145img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33145img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33145ct{text-align:left !important;}
.elementor-element-L33145ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33145:hover .elementor-element-L33145ct a{color:#C9A25A !important;}
.elementor-element-L33146{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33146:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33146img{position:relative !important;}
.elementor-element-L33146img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33146:hover .elementor-element-L33146img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33146img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33146img > .e-con .elementor-icon, .elementor-element-L33146img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33146img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33146ct{text-align:left !important;}
.elementor-element-L33146ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33146:hover .elementor-element-L33146ct a{color:#C9A25A !important;}
.elementor-element-L3313r{position:relative !important;}
@media(min-width:1025px){.elementor-element-L3313q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-331 .elementor-element.elementor-element-L33110.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-L33110 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3317{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-L3317g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3317g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-L3317g > .e-con .elementor-widget-text-editor, .elementor-element-L3317g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-331 */

/* flg-pg-333 */
.elementor-element-L3335l{overflow:visible !important;}
.elementor-element-L33341{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33341:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33341img{position:relative !important;}
.elementor-element-L33341img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33341:hover .elementor-element-L33341img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33341img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33341img > .e-con .elementor-icon, .elementor-element-L33341img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33341img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33341ct{text-align:left !important;}
.elementor-element-L33341ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33341:hover .elementor-element-L33341ct a{color:#C9A25A !important;}
.elementor-element-L33342{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33342:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33342img{position:relative !important;}
.elementor-element-L33342img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33342:hover .elementor-element-L33342img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33342img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33342img > .e-con .elementor-icon, .elementor-element-L33342img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33342img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33342ct{text-align:left !important;}
.elementor-element-L33342ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33342:hover .elementor-element-L33342ct a{color:#C9A25A !important;}
.elementor-element-L33343{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33343:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33343img{position:relative !important;}
.elementor-element-L33343img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33343:hover .elementor-element-L33343img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33343img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33343img > .e-con .elementor-icon, .elementor-element-L33343img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33343img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33343ct{text-align:left !important;}
.elementor-element-L33343ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33343:hover .elementor-element-L33343ct a{color:#C9A25A !important;}
.elementor-element-L33344{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33344:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33344img{position:relative !important;}
.elementor-element-L33344img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33344:hover .elementor-element-L33344img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33344img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33344img > .e-con .elementor-icon, .elementor-element-L33344img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33344img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33344ct{text-align:left !important;}
.elementor-element-L33344ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33344:hover .elementor-element-L33344ct a{color:#C9A25A !important;}
.elementor-element-L33345{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33345:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33345img{position:relative !important;}
.elementor-element-L33345img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33345:hover .elementor-element-L33345img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33345img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33345img > .e-con .elementor-icon, .elementor-element-L33345img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33345img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33345ct{text-align:left !important;}
.elementor-element-L33345ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33345:hover .elementor-element-L33345ct a{color:#C9A25A !important;}
.elementor-element-L33346{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33346:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33346img{position:relative !important;}
.elementor-element-L33346img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33346:hover .elementor-element-L33346img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33346img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33346img > .e-con .elementor-icon, .elementor-element-L33346img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33346img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33346ct{text-align:left !important;}
.elementor-element-L33346ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33346:hover .elementor-element-L33346ct a{color:#C9A25A !important;}
.elementor-element-L3333r{position:relative !important;}
@media(min-width:1025px){.elementor-element-L3333q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-333 .elementor-element.elementor-element-L33310.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-L33310 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3337{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-L3337g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3337g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-L3337g > .e-con .elementor-widget-text-editor, .elementor-element-L3337g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-333 */

/* flg-pg-335 */
.elementor-element-L3355l{overflow:visible !important;}
.elementor-element-L33541{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33541:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33541img{position:relative !important;}
.elementor-element-L33541img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33541:hover .elementor-element-L33541img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33541img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33541img > .e-con .elementor-icon, .elementor-element-L33541img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33541img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33541ct{text-align:left !important;}
.elementor-element-L33541ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33541:hover .elementor-element-L33541ct a{color:#C9A25A !important;}
.elementor-element-L33542{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33542:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33542img{position:relative !important;}
.elementor-element-L33542img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33542:hover .elementor-element-L33542img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33542img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33542img > .e-con .elementor-icon, .elementor-element-L33542img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33542img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33542ct{text-align:left !important;}
.elementor-element-L33542ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33542:hover .elementor-element-L33542ct a{color:#C9A25A !important;}
.elementor-element-L33543{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33543:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33543img{position:relative !important;}
.elementor-element-L33543img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33543:hover .elementor-element-L33543img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33543img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33543img > .e-con .elementor-icon, .elementor-element-L33543img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33543img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33543ct{text-align:left !important;}
.elementor-element-L33543ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33543:hover .elementor-element-L33543ct a{color:#C9A25A !important;}
.elementor-element-L33544{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33544:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33544img{position:relative !important;}
.elementor-element-L33544img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33544:hover .elementor-element-L33544img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33544img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33544img > .e-con .elementor-icon, .elementor-element-L33544img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33544img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33544ct{text-align:left !important;}
.elementor-element-L33544ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33544:hover .elementor-element-L33544ct a{color:#C9A25A !important;}
.elementor-element-L33545{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33545:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33545img{position:relative !important;}
.elementor-element-L33545img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33545:hover .elementor-element-L33545img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33545img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33545img > .e-con .elementor-icon, .elementor-element-L33545img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33545img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33545ct{text-align:left !important;}
.elementor-element-L33545ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33545:hover .elementor-element-L33545ct a{color:#C9A25A !important;}
.elementor-element-L33546{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33546:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33546img{position:relative !important;}
.elementor-element-L33546img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33546:hover .elementor-element-L33546img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33546img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33546img > .e-con .elementor-icon, .elementor-element-L33546img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33546img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33546ct{text-align:left !important;}
.elementor-element-L33546ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33546:hover .elementor-element-L33546ct a{color:#C9A25A !important;}
.elementor-element-L3353r{position:relative !important;}
@media(min-width:1025px){.elementor-element-L3353q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-335 .elementor-element.elementor-element-L33510.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-L33510 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3357{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-L3357g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3357g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-L3357g > .e-con .elementor-widget-text-editor, .elementor-element-L3357g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-335 */

/* flg-pg-337 */
.elementor-element-L3375l{overflow:visible !important;}
.elementor-element-L33741{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33741:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33741img{position:relative !important;}
.elementor-element-L33741img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33741:hover .elementor-element-L33741img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33741img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33741img > .e-con .elementor-icon, .elementor-element-L33741img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33741img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33741ct{text-align:left !important;}
.elementor-element-L33741ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33741:hover .elementor-element-L33741ct a{color:#C9A25A !important;}
.elementor-element-L33742{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33742:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33742img{position:relative !important;}
.elementor-element-L33742img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33742:hover .elementor-element-L33742img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33742img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33742img > .e-con .elementor-icon, .elementor-element-L33742img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33742img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33742ct{text-align:left !important;}
.elementor-element-L33742ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33742:hover .elementor-element-L33742ct a{color:#C9A25A !important;}
.elementor-element-L33743{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33743:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33743img{position:relative !important;}
.elementor-element-L33743img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33743:hover .elementor-element-L33743img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33743img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33743img > .e-con .elementor-icon, .elementor-element-L33743img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33743img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33743ct{text-align:left !important;}
.elementor-element-L33743ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33743:hover .elementor-element-L33743ct a{color:#C9A25A !important;}
.elementor-element-L33744{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33744:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33744img{position:relative !important;}
.elementor-element-L33744img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33744:hover .elementor-element-L33744img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33744img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33744img > .e-con .elementor-icon, .elementor-element-L33744img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33744img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33744ct{text-align:left !important;}
.elementor-element-L33744ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33744:hover .elementor-element-L33744ct a{color:#C9A25A !important;}
.elementor-element-L33745{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33745:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33745img{position:relative !important;}
.elementor-element-L33745img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33745:hover .elementor-element-L33745img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33745img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33745img > .e-con .elementor-icon, .elementor-element-L33745img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33745img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33745ct{text-align:left !important;}
.elementor-element-L33745ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33745:hover .elementor-element-L33745ct a{color:#C9A25A !important;}
.elementor-element-L33746{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33746:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33746img{position:relative !important;}
.elementor-element-L33746img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33746:hover .elementor-element-L33746img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33746img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33746img > .e-con .elementor-icon, .elementor-element-L33746img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33746img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33746ct{text-align:left !important;}
.elementor-element-L33746ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33746:hover .elementor-element-L33746ct a{color:#C9A25A !important;}
.elementor-element-L3373r{position:relative !important;}
@media(min-width:1025px){.elementor-element-L3373q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-337 .elementor-element.elementor-element-L33710.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-L33710 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3377{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-L3377g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3377g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-L3377g > .e-con .elementor-widget-text-editor, .elementor-element-L3377g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-337 */

/* flg-pg-339 */
.elementor-element-L3395l{overflow:visible !important;}
.elementor-element-L33941{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33941:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33941img{position:relative !important;}
.elementor-element-L33941img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33941:hover .elementor-element-L33941img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33941img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33941img > .e-con .elementor-icon, .elementor-element-L33941img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33941img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33941ct{text-align:left !important;}
.elementor-element-L33941ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33941:hover .elementor-element-L33941ct a{color:#C9A25A !important;}
.elementor-element-L33942{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33942:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33942img{position:relative !important;}
.elementor-element-L33942img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33942:hover .elementor-element-L33942img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33942img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33942img > .e-con .elementor-icon, .elementor-element-L33942img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33942img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33942ct{text-align:left !important;}
.elementor-element-L33942ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33942:hover .elementor-element-L33942ct a{color:#C9A25A !important;}
.elementor-element-L33943{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33943:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33943img{position:relative !important;}
.elementor-element-L33943img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33943:hover .elementor-element-L33943img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33943img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33943img > .e-con .elementor-icon, .elementor-element-L33943img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33943img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33943ct{text-align:left !important;}
.elementor-element-L33943ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33943:hover .elementor-element-L33943ct a{color:#C9A25A !important;}
.elementor-element-L33944{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33944:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33944img{position:relative !important;}
.elementor-element-L33944img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33944:hover .elementor-element-L33944img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33944img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33944img > .e-con .elementor-icon, .elementor-element-L33944img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33944img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33944ct{text-align:left !important;}
.elementor-element-L33944ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33944:hover .elementor-element-L33944ct a{color:#C9A25A !important;}
.elementor-element-L33945{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33945:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33945img{position:relative !important;}
.elementor-element-L33945img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33945:hover .elementor-element-L33945img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33945img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33945img > .e-con .elementor-icon, .elementor-element-L33945img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33945img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33945ct{text-align:left !important;}
.elementor-element-L33945ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33945:hover .elementor-element-L33945ct a{color:#C9A25A !important;}
.elementor-element-L33946{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-L33946:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-L33946img{position:relative !important;}
.elementor-element-L33946img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-L33946:hover .elementor-element-L33946img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-L33946img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-L33946img > .e-con .elementor-icon, .elementor-element-L33946img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-L33946img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-L33946ct{text-align:left !important;}
.elementor-element-L33946ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-L33946:hover .elementor-element-L33946ct a{color:#C9A25A !important;}
.elementor-element-L3393r{position:relative !important;}
@media(min-width:1025px){.elementor-element-L3393q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-339 .elementor-element.elementor-element-L33910.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-L33910 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3397{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-L3397g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-L3397g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-L3397g > .e-con .elementor-widget-text-editor, .elementor-element-L3397g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-339 */

/* flg-pg-291 */
.elementor-element-hep5l{overflow:visible !important;}
.elementor-element-hep41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hep41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hep41img{position:relative !important;}
.elementor-element-hep41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hep41:hover .elementor-element-hep41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hep41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hep41img > .e-con .elementor-icon, .elementor-element-hep41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hep41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hep41ct{text-align:left !important;}
.elementor-element-hep41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hep41:hover .elementor-element-hep41ct a{color:#C9A25A !important;}
.elementor-element-hep42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hep42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hep42img{position:relative !important;}
.elementor-element-hep42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hep42:hover .elementor-element-hep42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hep42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hep42img > .e-con .elementor-icon, .elementor-element-hep42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hep42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hep42ct{text-align:left !important;}
.elementor-element-hep42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hep42:hover .elementor-element-hep42ct a{color:#C9A25A !important;}
.elementor-element-hep43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hep43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hep43img{position:relative !important;}
.elementor-element-hep43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hep43:hover .elementor-element-hep43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hep43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hep43img > .e-con .elementor-icon, .elementor-element-hep43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hep43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hep43ct{text-align:left !important;}
.elementor-element-hep43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hep43:hover .elementor-element-hep43ct a{color:#C9A25A !important;}
.elementor-element-hep44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hep44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hep44img{position:relative !important;}
.elementor-element-hep44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hep44:hover .elementor-element-hep44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hep44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hep44img > .e-con .elementor-icon, .elementor-element-hep44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hep44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hep44ct{text-align:left !important;}
.elementor-element-hep44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hep44:hover .elementor-element-hep44ct a{color:#C9A25A !important;}
.elementor-element-hep45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hep45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hep45img{position:relative !important;}
.elementor-element-hep45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hep45:hover .elementor-element-hep45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hep45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hep45img > .e-con .elementor-icon, .elementor-element-hep45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hep45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hep45ct{text-align:left !important;}
.elementor-element-hep45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hep45:hover .elementor-element-hep45ct a{color:#C9A25A !important;}
.elementor-element-hep46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hep46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hep46img{position:relative !important;}
.elementor-element-hep46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hep46:hover .elementor-element-hep46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hep46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hep46img > .e-con .elementor-icon, .elementor-element-hep46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hep46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hep46ct{text-align:left !important;}
.elementor-element-hep46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hep46:hover .elementor-element-hep46ct a{color:#C9A25A !important;}
.elementor-element-hep47{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hep47:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hep47img{position:relative !important;}
.elementor-element-hep47img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hep47:hover .elementor-element-hep47img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hep47img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hep47img > .e-con .elementor-icon, .elementor-element-hep47img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hep47img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hep47ct{text-align:left !important;}
.elementor-element-hep47ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hep47:hover .elementor-element-hep47ct a{color:#C9A25A !important;}
.elementor-element-hep48{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hep48:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hep48img{position:relative !important;}
.elementor-element-hep48img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hep48:hover .elementor-element-hep48img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hep48img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hep48img > .e-con .elementor-icon, .elementor-element-hep48img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hep48img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hep48ct{text-align:left !important;}
.elementor-element-hep48ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hep48:hover .elementor-element-hep48ct a{color:#C9A25A !important;}
.elementor-element-hep3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-hep3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-291 .elementor-element.elementor-element-hep10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-hep10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-hep7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-hep7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-hep7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-hep7g > .e-con .elementor-widget-text-editor, .elementor-element-hep7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-291 */

/* flg-pg-300 */
.elementor-element-hapw5l{overflow:visible !important;}
.elementor-element-hapw41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hapw41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hapw41img{position:relative !important;}
.elementor-element-hapw41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hapw41:hover .elementor-element-hapw41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hapw41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hapw41img > .e-con .elementor-icon, .elementor-element-hapw41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hapw41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hapw41ct{text-align:left !important;}
.elementor-element-hapw41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hapw41:hover .elementor-element-hapw41ct a{color:#C9A25A !important;}
.elementor-element-hapw42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hapw42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hapw42img{position:relative !important;}
.elementor-element-hapw42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hapw42:hover .elementor-element-hapw42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hapw42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hapw42img > .e-con .elementor-icon, .elementor-element-hapw42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hapw42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hapw42ct{text-align:left !important;}
.elementor-element-hapw42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hapw42:hover .elementor-element-hapw42ct a{color:#C9A25A !important;}
.elementor-element-hapw43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hapw43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hapw43img{position:relative !important;}
.elementor-element-hapw43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hapw43:hover .elementor-element-hapw43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hapw43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hapw43img > .e-con .elementor-icon, .elementor-element-hapw43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hapw43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hapw43ct{text-align:left !important;}
.elementor-element-hapw43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hapw43:hover .elementor-element-hapw43ct a{color:#C9A25A !important;}
.elementor-element-hapw44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hapw44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hapw44img{position:relative !important;}
.elementor-element-hapw44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hapw44:hover .elementor-element-hapw44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hapw44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hapw44img > .e-con .elementor-icon, .elementor-element-hapw44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hapw44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hapw44ct{text-align:left !important;}
.elementor-element-hapw44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hapw44:hover .elementor-element-hapw44ct a{color:#C9A25A !important;}
.elementor-element-hapw45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hapw45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hapw45img{position:relative !important;}
.elementor-element-hapw45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hapw45:hover .elementor-element-hapw45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hapw45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hapw45img > .e-con .elementor-icon, .elementor-element-hapw45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hapw45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hapw45ct{text-align:left !important;}
.elementor-element-hapw45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hapw45:hover .elementor-element-hapw45ct a{color:#C9A25A !important;}
.elementor-element-hapw46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hapw46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hapw46img{position:relative !important;}
.elementor-element-hapw46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hapw46:hover .elementor-element-hapw46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hapw46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hapw46img > .e-con .elementor-icon, .elementor-element-hapw46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hapw46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hapw46ct{text-align:left !important;}
.elementor-element-hapw46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hapw46:hover .elementor-element-hapw46ct a{color:#C9A25A !important;}
.elementor-element-hapw3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-hapw3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-300 .elementor-element.elementor-element-hapw10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-hapw10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-hapw7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-hapw7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-hapw7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-hapw7g > .e-con .elementor-widget-text-editor, .elementor-element-hapw7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-300 */

/* flg-pg-302 */
.elementor-element-htpl5l{overflow:visible !important;}
.elementor-element-htpl41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-htpl41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-htpl41img{position:relative !important;}
.elementor-element-htpl41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-htpl41:hover .elementor-element-htpl41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-htpl41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-htpl41img > .e-con .elementor-icon, .elementor-element-htpl41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-htpl41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-htpl41ct{text-align:left !important;}
.elementor-element-htpl41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-htpl41:hover .elementor-element-htpl41ct a{color:#C9A25A !important;}
.elementor-element-htpl42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-htpl42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-htpl42img{position:relative !important;}
.elementor-element-htpl42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-htpl42:hover .elementor-element-htpl42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-htpl42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-htpl42img > .e-con .elementor-icon, .elementor-element-htpl42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-htpl42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-htpl42ct{text-align:left !important;}
.elementor-element-htpl42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-htpl42:hover .elementor-element-htpl42ct a{color:#C9A25A !important;}
.elementor-element-htpl43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-htpl43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-htpl43img{position:relative !important;}
.elementor-element-htpl43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-htpl43:hover .elementor-element-htpl43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-htpl43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-htpl43img > .e-con .elementor-icon, .elementor-element-htpl43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-htpl43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-htpl43ct{text-align:left !important;}
.elementor-element-htpl43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-htpl43:hover .elementor-element-htpl43ct a{color:#C9A25A !important;}
.elementor-element-htpl44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-htpl44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-htpl44img{position:relative !important;}
.elementor-element-htpl44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-htpl44:hover .elementor-element-htpl44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-htpl44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-htpl44img > .e-con .elementor-icon, .elementor-element-htpl44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-htpl44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-htpl44ct{text-align:left !important;}
.elementor-element-htpl44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-htpl44:hover .elementor-element-htpl44ct a{color:#C9A25A !important;}
.elementor-element-htpl45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-htpl45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-htpl45img{position:relative !important;}
.elementor-element-htpl45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-htpl45:hover .elementor-element-htpl45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-htpl45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-htpl45img > .e-con .elementor-icon, .elementor-element-htpl45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-htpl45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-htpl45ct{text-align:left !important;}
.elementor-element-htpl45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-htpl45:hover .elementor-element-htpl45ct a{color:#C9A25A !important;}
.elementor-element-htpl46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-htpl46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-htpl46img{position:relative !important;}
.elementor-element-htpl46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-htpl46:hover .elementor-element-htpl46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-htpl46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-htpl46img > .e-con .elementor-icon, .elementor-element-htpl46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-htpl46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-htpl46ct{text-align:left !important;}
.elementor-element-htpl46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-htpl46:hover .elementor-element-htpl46ct a{color:#C9A25A !important;}
.elementor-element-htpl3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-htpl3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-302 .elementor-element.elementor-element-htpl10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-htpl10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-htpl7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-htpl7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-htpl7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-htpl7g > .e-con .elementor-widget-text-editor, .elementor-element-htpl7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-302 */

/* flg-pg-304 */
.elementor-element-hbsp5l{overflow:visible !important;}
.elementor-element-hbsp41{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hbsp41:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hbsp41img{position:relative !important;}
.elementor-element-hbsp41img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hbsp41:hover .elementor-element-hbsp41img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hbsp41img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hbsp41img > .e-con .elementor-icon, .elementor-element-hbsp41img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hbsp41img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hbsp41ct{text-align:left !important;}
.elementor-element-hbsp41ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hbsp41:hover .elementor-element-hbsp41ct a{color:#C9A25A !important;}
.elementor-element-hbsp42{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hbsp42:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hbsp42img{position:relative !important;}
.elementor-element-hbsp42img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hbsp42:hover .elementor-element-hbsp42img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hbsp42img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hbsp42img > .e-con .elementor-icon, .elementor-element-hbsp42img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hbsp42img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hbsp42ct{text-align:left !important;}
.elementor-element-hbsp42ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hbsp42:hover .elementor-element-hbsp42ct a{color:#C9A25A !important;}
.elementor-element-hbsp43{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hbsp43:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hbsp43img{position:relative !important;}
.elementor-element-hbsp43img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hbsp43:hover .elementor-element-hbsp43img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hbsp43img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hbsp43img > .e-con .elementor-icon, .elementor-element-hbsp43img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hbsp43img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hbsp43ct{text-align:left !important;}
.elementor-element-hbsp43ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hbsp43:hover .elementor-element-hbsp43ct a{color:#C9A25A !important;}
.elementor-element-hbsp44{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hbsp44:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hbsp44img{position:relative !important;}
.elementor-element-hbsp44img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hbsp44:hover .elementor-element-hbsp44img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hbsp44img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hbsp44img > .e-con .elementor-icon, .elementor-element-hbsp44img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hbsp44img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hbsp44ct{text-align:left !important;}
.elementor-element-hbsp44ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hbsp44:hover .elementor-element-hbsp44ct a{color:#C9A25A !important;}
.elementor-element-hbsp45{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hbsp45:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hbsp45img{position:relative !important;}
.elementor-element-hbsp45img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hbsp45:hover .elementor-element-hbsp45img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hbsp45img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hbsp45img > .e-con .elementor-icon, .elementor-element-hbsp45img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hbsp45img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hbsp45ct{text-align:left !important;}
.elementor-element-hbsp45ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hbsp45:hover .elementor-element-hbsp45ct a{color:#C9A25A !important;}
.elementor-element-hbsp46{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hbsp46:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hbsp46img{position:relative !important;}
.elementor-element-hbsp46img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hbsp46:hover .elementor-element-hbsp46img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hbsp46img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hbsp46img > .e-con .elementor-icon, .elementor-element-hbsp46img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hbsp46img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hbsp46ct{text-align:left !important;}
.elementor-element-hbsp46ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hbsp46:hover .elementor-element-hbsp46ct a{color:#C9A25A !important;}
.elementor-element-hbsp47{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hbsp47:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hbsp47img{position:relative !important;}
.elementor-element-hbsp47img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hbsp47:hover .elementor-element-hbsp47img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hbsp47img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hbsp47img > .e-con .elementor-icon, .elementor-element-hbsp47img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hbsp47img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hbsp47ct{text-align:left !important;}
.elementor-element-hbsp47ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hbsp47:hover .elementor-element-hbsp47ct a{color:#C9A25A !important;}
.elementor-element-hbsp48{overflow:hidden !important;border-radius:8px !important;transition:box-shadow .3s,transform .3s !important;}
.elementor-element-hbsp48:hover{box-shadow:0 26px 55px rgba(8,12,22,0.18) !important;transform:translateY(-6px) !important;}
.elementor-element-hbsp48img{position:relative !important;}
.elementor-element-hbsp48img::before{content:"" !important;position:absolute !important;inset:0 !important;background:rgba(27,45,75,0.14) !important;z-index:1 !important;transition:background .3s;}
.elementor-element-hbsp48:hover .elementor-element-hbsp48img::before{background:rgba(27,45,75,0.32) !important;}
.elementor-element-hbsp48img > .e-con{position:absolute !important;top:16px !important;right:16px !important;left:auto !important;width:50px !important;height:50px !important;min-height:50px !important;max-width:50px !important;background:#C9A25A !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;z-index:3 !important;padding:0 !important;margin:0 !important;}
.elementor-element-hbsp48img > .e-con .elementor-icon, .elementor-element-hbsp48img > .e-con .elementor-icon i{color:#fff !important;font-size:20px !important;background:transparent !important;}
.elementor-element-hbsp48img > .e-con .elementor-icon svg{fill:#fff !important;width:20px !important;height:20px !important;}
.elementor-element-hbsp48ct{text-align:left !important;}
.elementor-element-hbsp48ct .elementor-widget-heading:first-child .elementor-heading-title::after{content:"" !important;display:block !important;width:46px !important;height:3px !important;background:#C9A25A !important;margin-top:12px !important;}
.elementor-element-hbsp48:hover .elementor-element-hbsp48ct a{color:#C9A25A !important;}
.elementor-element-hbsp3r{position:relative !important;}
@media(min-width:1025px){.elementor-element-hbsp3q{position:absolute !important;left:-46px !important;right:auto !important;bottom:-34px !important;top:auto !important;width:300px !important;max-width:300px !important;z-index:4 !important;}}
body .elementor-304 .elementor-element.elementor-element-hbsp10.e-con{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSI0OSIgdmlld0JveD0iMCAwIDI4IDQ5Ij48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1vcGFjaXR5PSIwLjA1Ij48cGF0aCBkPSJNMTMuOTkgOS4yNWwxMyA3LjV2MTVsLTEzIDcuNUwxIDMxLjc1di0xNWwxMi45OS03LjV6TTMgMTcuOXYxMi43bDExIDYuMzUgMTEtNi4zNVYxNy45bC0xMS02LjM1TDMgMTcuOXpNMCAxNWwxMi45OC03LjVWMGgtMnY2LjM1TDAgMTIuNjl2Mi4zem0wIDE4LjVMMTIuOTggNDF2OGgtMnYtNi44NUwwIDM1Ljgxdi0yLjN6TTE1IDB2Ny41TDI3Ljk5IDE1SDI4di0yLjMxaC0uMDFMMTcgNi4zNVYwaC0yem0wIDQ5di04bDEyLjk5LTcuNUgyOHYyLjMxaC0uMDFMMTcgNDIuMTVWNDloLTJ6Ii8+PC9nPjwvc3ZnPg==") !important;background-repeat:repeat !important;background-position:center !important;}
.elementor-element-hbsp10 .elementor-widget-heading{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-hbsp7{background-color:#152339 !important;background-image:radial-gradient(120% 130% at 85% 0%, rgba(60,96,143,0.45) 0%, rgba(21,35,57,0) 55%) !important;}
.elementor-element-hbsp7g{max-width:896px !important;margin-left:auto !important;margin-right:auto !important;}
.elementor-element-hbsp7g > .e-con{border:1px solid rgba(255,255,255,0.2) !important;background-color:rgba(255,255,255,0.1) !important;padding:24px !important;border-radius:4px !important;}
.elementor-element-hbsp7g > .e-con .elementor-widget-text-editor, .elementor-element-hbsp7g > .e-con .elementor-widget-text-editor *{color:rgba(255,255,255,0.8) !important;}
/* end flg-pg-304 */

/* flg-291-cards4col: estate hub services row -> 2 rows of 4 */
.elementor-element-hep4g{display:grid !important;grid-template-columns:repeat(4,1fr) !important;gap:20px !important;align-items:stretch !important;}
.elementor-element-hep41,.elementor-element-hep42,.elementor-element-hep43,.elementor-element-hep44,.elementor-element-hep45,.elementor-element-hep46,.elementor-element-hep47,.elementor-element-hep48{width:auto !important;}
@media(max-width:1024px){.elementor-element-hep4g{grid-template-columns:repeat(2,1fr) !important;}}
@media(max-width:600px){.elementor-element-hep4g{grid-template-columns:1fr !important;}}

/* flg-304-cards4col: business hub services row -> 2 rows of 4 */
.elementor-element-hbsp4g{display:grid !important;grid-template-columns:repeat(4,1fr) !important;gap:20px !important;align-items:stretch !important;}
.elementor-element-hbsp41,.elementor-element-hbsp42,.elementor-element-hbsp43,.elementor-element-hbsp44,.elementor-element-hbsp45,.elementor-element-hbsp46,.elementor-element-hbsp47,.elementor-element-hbsp48{width:auto !important;}
@media(max-width:1024px){.elementor-element-hbsp4g{grid-template-columns:repeat(2,1fr) !important;}}
@media(max-width:600px){.elementor-element-hbsp4g{grid-template-columns:1fr !important;}}

/* flg-bloglist-css */
.flg-bloglist .elementor-posts{display:flex !important;flex-direction:column !important;gap:26px !important;}
.flg-bloglist article.elementor-post{display:flex !important;flex-direction:row !important;background:#fff !important;border:1px solid #ECECEC !important;border-radius:6px !important;overflow:hidden !important;margin:0 !important;}
.flg-bloglist .elementor-post__thumbnail__link{flex:0 0 40% !important;max-width:40% !important;margin:0 !important;}
.flg-bloglist .elementor-post__thumbnail{height:100% !important;min-height:230px !important;padding:0 !important;}
.flg-bloglist .elementor-post__thumbnail img{position:absolute;width:100% !important;height:100% !important;object-fit:cover !important;}
.flg-bloglist .elementor-post__text{flex:1 !important;padding:26px 30px !important;}
.flg-bloglist .elementor-post__title{font-family:Cormorant Garamond,serif !important;font-size:22px !important;font-weight:700 !important;line-height:1.25 !important;margin:6px 0 10px !important;}
.flg-bloglist .elementor-post__title a{color:#1B2D4B !important;}
.flg-bloglist .elementor-post__meta-data{color:#9aa4b2 !important;font-size:12.5px !important;margin-bottom:4px !important;}
.flg-bloglist .elementor-post__excerpt p{color:#6B7280 !important;font-size:14px !important;line-height:1.6 !important;}
.flg-bloglist .elementor-post__read-more{color:#C9A25A !important;font-weight:700 !important;font-size:12px !important;letter-spacing:.06em !important;text-transform:uppercase !important;}
.flg-bloglist .elementor-pagination{margin-top:34px !important;text-align:center !important;}
.flg-sidecat .flg-side-cats{list-style:none !important;margin:0 !important;padding:0 !important;}
.flg-sidecat .flg-side-cats li{display:flex !important;justify-content:space-between !important;padding:9px 0 !important;border-bottom:1px solid #f0f0f0 !important;}
.flg-sidecat .flg-side-cats a{color:#1B2D4B !important;text-decoration:none !important;}
.flg-sidecat .flg-side-cats span{color:#9aa4b2 !important;}
.flg-side-tags{display:flex !important;flex-wrap:wrap !important;gap:8px !important;}
.flg-side-tags a{display:inline-block !important;padding:6px 12px !important;background:#F5F6F8 !important;border:1px solid #ECECEC !important;border-radius:4px !important;font-size:12px !important;color:#1B2D4B !important;text-decoration:none !important;}
.flg-sidelatest article.elementor-post{display:flex !important;flex-direction:row !important;gap:12px !important;align-items:center !important;margin-bottom:14px !important;border:0 !important;background:transparent !important;}
.flg-sidelatest .elementor-post__thumbnail__link{flex:0 0 60px !important;max-width:60px !important;}
.flg-sidelatest .elementor-post__thumbnail{min-height:60px !important;height:60px !important;border-radius:4px !important;overflow:hidden;}
.flg-sidelatest .elementor-post__thumbnail img{position:absolute;width:100% !important;height:100% !important;object-fit:cover !important;}
.flg-sidelatest .elementor-post__text{padding:0 !important;}
.flg-sidelatest .elementor-post__title{font-size:13px !important;line-height:1.3 !important;margin:0 !important;}
.flg-sidelatest .elementor-post__title a{color:#1B2D4B !important;}
@media(max-width:880px){.elementor-element-lbleft{width:100% !important;}.elementor-element-lbside{width:100% !important;}.flg-bloglist article.elementor-post{flex-direction:column !important;}.flg-bloglist .elementor-post__thumbnail__link{flex:none !important;max-width:100% !important;}.flg-bloglist .elementor-post__thumbnail{min-height:200px !important;}}

/* flg-marana-imgforce */
body .elementor-315 .elementor-element.elementor-element-L3151.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-marana-hero.png) !important;background-size:cover !important;background-position:center center !important;}
body .elementor-315 .elementor-element.elementor-element-L3153r.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-marana-intro.png) !important;background-size:cover !important;background-position:center center !important;}

/* flg-cityheroes-A */
body .elementor-311 .elementor-element.elementor-element-L3111.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-tucson-hero.png) !important;background-size:cover !important;background-position:center center !important;}
body .elementor-313 .elementor-element.elementor-element-L3131.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-oro-valley-hero.png) !important;background-size:cover !important;background-position:center center !important;}
body .elementor-317 .elementor-element.elementor-element-L3171.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-sahuarita-hero.png) !important;background-size:cover !important;background-position:center center !important;}
body .elementor-319 .elementor-element.elementor-element-L3191.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-vail-hero.png) !important;background-size:cover !important;background-position:center center !important;}
body .elementor-321 .elementor-element.elementor-element-L3211.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-tucson-hero.png) !important;background-size:cover !important;background-position:center center !important;}
body .elementor-323 .elementor-element.elementor-element-L3231.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-sierra-vista-hero.png) !important;background-size:cover !important;background-position:center center !important;}
body .elementor-325 .elementor-element.elementor-element-L3251.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-tucson-hero.png) !important;background-size:cover !important;background-position:center center !important;}

/* flg-cityheroes-B */
body .elementor-327 .elementor-element.elementor-element-L3271.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-phoenix-hero.png) !important;background-size:cover !important;background-position:center center !important;}
body .elementor-329 .elementor-element.elementor-element-L3291.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-scottsdale-hero.png) !important;background-size:cover !important;background-position:center center !important;}
body .elementor-331 .elementor-element.elementor-element-L3311.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-tempe-hero.png) !important;background-size:cover !important;background-position:center center !important;}
body .elementor-333 .elementor-element.elementor-element-L3331.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-mesa-hero.png) !important;background-size:cover !important;background-position:center center !important;}
body .elementor-335 .elementor-element.elementor-element-L3351.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-chandler-hero.png) !important;background-size:cover !important;background-position:center center !important;}
body .elementor-337 .elementor-element.elementor-element-L3371.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-gilbert-hero.png) !important;background-size:cover !important;background-position:center center !important;}
body .elementor-339 .elementor-element.elementor-element-L3391.e-con{background-image:url(https://phoenix.wildcatsites.com/wp-content/uploads/2026/06/estate-planning-glendale-hero.png) !important;background-size:cover !important;background-position:center center !important;}

/* flg-mobile-nav */
.elementor-element-h0nav .elementor-menu-toggle{color:#FFFFFF!important;border:1px solid rgba(255,255,255,0.4);border-radius:0}
.elementor-element-h0nav .elementor-menu-toggle svg,.elementor-element-h0nav .elementor-menu-toggle i{color:#FFFFFF!important;fill:#FFFFFF!important}
@media(max-width:1024px){
 .elementor-element-h0nav .elementor-nav-menu--dropdown,.elementor-element-h0nav nav.elementor-nav-menu--dropdown{background-color:#152339!important}
 .elementor-element-h0nav .elementor-nav-menu--dropdown a.elementor-item{color:#FFFFFF!important;border-bottom:1px solid rgba(255,255,255,0.08)!important;font-family:Lato,sans-serif}
 .elementor-element-h0nav .elementor-nav-menu--dropdown a.elementor-item:hover,.elementor-element-h0nav .elementor-nav-menu--dropdown a.elementor-item.elementor-item-active{color:#C9A25A!important;background:rgba(255,255,255,0.04)!important}
 .elementor-element-h0nav .elementor-nav-menu--dropdown .elementor-sub-item{color:rgba(255,255,255,0.8)!important}
}

/* flg-pg-363 */
.flg-eq-heroh{color:#fff;font-family:'Cormorant Garamond',serif;font-weight:700;font-size:54px;line-height:1.1;margin:0}
@media(max-width:1024px){
 .flg-eq-heroh{font-size:42px}
 .elementor-element-eq3g>.elementor-element,.elementor-element-eq4g>.elementor-element,.elementor-element-eq6g>.elementor-element{width:47%!important}
 .elementor-element-eq5l,.elementor-element-eq5c,.elementor-element-eq8l,.elementor-element-eq8r{width:100%!important}
}
@media(max-width:767px){
 .flg-eq-heroh{font-size:32px}
 .elementor-element-eq3g>.elementor-element,.elementor-element-eq4g>.elementor-element,.elementor-element-eq6g>.elementor-element{width:100%!important}
}

/* flg-pg-365 */
.flg-eh-heroh{color:#fff;font-family:'Cormorant Garamond',serif;font-weight:700;font-size:50px;line-height:1.12;margin:0}
@media(max-width:1024px){
 .flg-eh-heroh{font-size:40px}
 .elementor-element-eh3g>.elementor-element,.elementor-element-eh5g>.elementor-element,.elementor-element-eh6g>.elementor-element{width:47%!important}
 .elementor-element-eh2l,.elementor-element-eh2r,.elementor-element-eh4l,.elementor-element-eh4c,.elementor-element-eh8l,.elementor-element-eh8r{width:100%!important}
}
@media(max-width:767px){
 .flg-eh-heroh{font-size:31px}
 .elementor-element-eh3g>.elementor-element,.elementor-element-eh5g>.elementor-element,.elementor-element-eh6g>.elementor-element{width:100%!important}
}

/* flg-mobile-nav2 */
@media(min-width:1025px){ .elementor-element-h0nav li.flg-mobile-cta{display:none!important} }
@media(max-width:1024px){
 .elementor-element-h0cta{display:none!important}
 .elementor-element-h0inner{justify-content:space-between!important}
 .elementor-element-h0nav{margin-left:auto!important}
 .elementor-element-h0nav .elementor-menu-toggle{margin-left:auto!important}
 .elementor-element-h0nav .elementor-nav-menu--dropdown li.flg-mobile-cta a.elementor-item{background:#C9A25A!important;color:#0B1A2B!important;font-weight:700!important;text-align:center;justify-content:center;margin:12px 16px;border-bottom:none!important}
 .elementor-element-h0nav .elementor-nav-menu--dropdown li.flg-mobile-cta a.elementor-item:hover{background:#b8924c!important;color:#0B1A2B!important}
}

/* flg-about-hover */
.elementor-element-a3grid > .elementor-element{transition:border-color .25s ease, box-shadow .25s ease, transform .25s ease}
.elementor-element-a3grid > .elementor-element:hover{border-color:#C9A25A!important;box-shadow:0 16px 36px rgba(11,26,43,0.10)!important;transform:translateY(-4px)}

/* flg-singlepost */
.flg-cat-pill .elementor-heading-title{display:inline-block;background:#C9A25A;color:#0B1A2B;padding:5px 14px;border-radius:4px;font-family:Lato,sans-serif;font-weight:700;font-size:12px;line-height:1.5;letter-spacing:1.5px;text-transform:uppercase}
.elementor-element-sp2side{position:sticky;top:96px;align-self:flex-start}
.flg-toc{background:#F8F9FA;border:1px solid #E5E7EB;border-radius:6px;padding:8px 6px}
.elementor-element-sp4posts .elementor-posts--skin-cards .elementor-post__card{border:1px solid #E5E7EB;border-radius:6px;overflow:hidden}
@media(max-width:1024px){
 .elementor-element-sp2side{position:static;width:100%!important}
 .elementor-element-sp2main{width:100%!important}
}

/* flg-blog-faq */
.elementor-element-sp3 .elementor-element-sp3in{align-items:flex-start}
.elementor-element-sp3acc .elementor-accordion-item{border:1px solid #E5E7EB!important;border-radius:6px;margin-bottom:14px;background:#fff;overflow:hidden;box-shadow:0 1px 3px rgba(11,26,43,0.04)}
.elementor-element-sp3acc .elementor-tab-title{display:flex!important;align-items:center;justify-content:space-between;gap:14px;padding:20px 24px!important;border:0!important}
.elementor-element-sp3acc .elementor-tab-title .elementor-accordion-title{order:1}
.elementor-element-sp3acc .elementor-tab-title .elementor-accordion-icon{order:2;margin:0 0 0 auto!important;float:none!important}
.elementor-element-sp3acc .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{margin-right:0!important}
.elementor-element-sp3acc .elementor-tab-content{padding:0 24px 22px!important;border:0!important}
.elementor-element-sp3acc .elementor-accordion .elementor-accordion-item:first-child{border-top:1px solid #E5E7EB!important}
