.elementor-63 .elementor-element.elementor-element-a205e8d{--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-63 .elementor-element.elementor-element-2c612af{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2c612af */.ms-header{
    width:100%;
    background:#fff;
    border-bottom:1px solid #ececec;
    position:relative;
    z-index:999;
}

.ms-container{
    max-width:1600px;
    margin:auto;
    height:120px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:0 60px;
    position:relative;
}

.ms-nav{
    display:flex;
    align-items:center;
    gap:36px;
}

.ms-nav a{
    text-decoration:none;
    color:#111;
    font-size:14px;
    font-family:Helvetica, Arial, sans-serif;
    letter-spacing:.08em;
    font-weight:400;
    transition:.25s;
}

.ms-nav a:hover{
    opacity:.6;
}

.ms-logo{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
}

.ms-logo img{
    width:220px;
    height:auto;
}

.icon{
    font-size:22px;
}

.icon i{
    pointer-events:none;
}/* End custom CSS */