.elementor-2117 .elementor-element.elementor-element-21690c9{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;border-style:solid;--border-style:solid;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;border-color:#D93449;--border-color:#D93449;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:3px;--padding-bottom:3px;--padding-left:16px;--padding-right:16px;--z-index:9;}.elementor-2117 .elementor-element.elementor-element-21690c9:not(.elementor-motion-effects-element-type-background), .elementor-2117 .elementor-element.elementor-element-21690c9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EE3B51;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2117 .elementor-element.elementor-element-e9c0ab3 img{width:30px;}.elementor-2117 .elementor-element.elementor-element-91b82b8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-2117 .elementor-element.elementor-element-91b82b8{--width:100%;}}@media(max-width:767px){.elementor-2117 .elementor-element.elementor-element-21690c9{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2117 .elementor-element.elementor-element-91b82b8{--width:75%;}}/* Start custom CSS for html, class: .elementor-element-97eda7b */.main-header-menu{
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
    margin:0;
}
.main-header-menu li{
	position: relative;
}
.main-header-menu .submenu{
    visibility:hidden;
    opacity:0;
    position: absolute;
    top: 150%;
    right: -15px;
    background: #000;
    list-style: none;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    white-space: nowrap;
    transition: all 0.4s;
}
.main-header-menu li.active .submenu{
	visibility:visible;
    opacity:1;
    top: 142%;
}
.main-header-menu li a{
    color:#fff;
}
.main-header-menu > li:not(:last-child){
	border-right: 1px solid #fff;
}
.main-header-menu > li > a{
	font-size
}
.main-header-menu > li:not(:last-child) {
    border-right: 2px solid #fff;
    line-height: 1;
    display: block;
}
.main-header-menu li a {
    display: block;
    line-height: 1;
    font-size: 16px;
    padding:0px 13px;
}
.main-header-menu .active > a,
.main-header-menu li a:hover {
  color:#cfc2c2;
}

.main-header-menu li a .fa-xmark{
	display:none;
}
.main-header-menu li.active a .fa-bars{
	display:none;
}
.main-header-menu li.active a .fa-xmark{
	display:block;
}
.main-header-menu li a .fa-bars,
.main-header-menu li a .fa-xmark{
	font-size: 20px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-21690c9 */body:not(.dev-body) .main-header{
display: none !important;
}/* End custom CSS */