.elementor-1917 .elementor-element.elementor-element-8bc52ab{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5ab8c06 */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family: "Helvetica Neue", Arial, sans-serif;
    background:#ffffff;
    color:#1d1d1d;
}

.coming-soon{
    width:100%;
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:60px 30px;
}

.content{
    max-width:700px;
    text-align:center;
}

.tag{
    display:inline-block;
    color:#F37021;
    letter-spacing:8px;
    font-size:14px;
    margin-bottom:30px;
    text-transform:uppercase;
    font-weight:600;
}

h1{
    font-size:90px;
    font-weight:300;
    line-height:1;
    margin-bottom:30px;
    color:#111111;
}

p{
    color:#555555;
    font-size:22px;
    line-height:1.8;
    margin-bottom:50px;
}

.btn{
    display:inline-block;
    text-decoration:none;
    color:#111111;
    border:2px solid #F37021;
    padding:18px 42px;
    letter-spacing:2px;
    text-transform:uppercase;
    transition:.35s ease;
    background:transparent;
}

.btn:hover{
    background:#F37021;
    color:#ffffff;
}

@media(max-width:768px){
    h1{
        font-size:60px;
    }

    p{
        font-size:18px;
    }
}

@media(max-width:480px){
    h1{
        font-size:42px;
    }

    p{
        font-size:16px;
    }

    .tag{
        letter-spacing:4px;
        font-size:12px;
    }
}/* End custom CSS */