.elementor-1961 .elementor-element.elementor-element-3d55cd6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1961 .elementor-element.elementor-element-3d55cd6:not(.elementor-motion-effects-element-type-background), .elementor-1961 .elementor-element.elementor-element-3d55cd6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}/* Start custom CSS for container, class: .elementor-element-3d55cd6 */header .bars-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header.scrolled .bars-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

header.scrolled .logo-container {
    display: block !important;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

header.scrolled .logo-container img {
    width: 100%;
}

header.no-bg {
    background-color: transparent;
    background-image: none;
}

header.no-bg .logo-container, header.no-bg .page-title {
    display: none !important;
}

.bars {
    position: relative;
    width: 35px;
    height: 30px;
    cursor: pointer;
}

.bars span {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -28px;
}

.bars .bar {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: white;
    top: 12px;
    left: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.bars .bar::before, .bars .bar::after {
    content: '';
    position: absolute;
    width: 35px;
    height: 100%;
    background-color: white;
    left: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}

.bars .bar::before {
    top: -12px;
}

.bars .bar::after {
    bottom: -12px;
}

.bars .bar.active {
    width: 0;
    left: 25px;
}

.bars .bar.active::before {
    top: 0;
    left: -25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bars .bar.active::after {
    bottom: 0;
    left: -25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

nav {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 99;
    -webkit-transition: .4s;
    transition: .4s;
}

nav.open {
    top: 0;
}

nav img.logo {
    margin-top: 30px;
    margin-bottom: 40px;
    max-width: 225px;
}

nav ul.nav-list li {
    position: relative;
    margin: 8vh 0;
}

nav ul.nav-list li::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 6px;
    background-color: white;
    top: -20px;
    left: 0;
}/* End custom CSS */