body {
    font-family: 'Merriweather Sans', sans-serif;
}
h1, h3 {
    font-family: 'Merriweather Sans', sans-serif;
}
.CH_img_1 {
    background-image: url('/coming-soon/works_imgs/female_block_2.png');
}

.CH_img_2 {
    background-image: url('/coming-soon/works_imgs/image4.jpeg');
}

a:hover {
    text-decoration: none;
}

.W_BG {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    height: 100vh;
}

.CH_logo {
    text-align: center;
}

.CH_soon {
    text-align: center;
    margin-top: 120px;
}

.CH_img {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    overflow: hidden;
}

.column_2_content {
    position: absolute;
    width: 60% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.CH_banner {
    max-width: 100%;
    width: 500px !important;
    margin-bottom: 30px;
}

.on_mobile {
    display: none !important;
}

.CH_slider {


}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    z-index: 99;
    color: #000 !important;
    font-size: 24px !important;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    outline: none;
}
.owl-carousel .owl-prev {
    left: 0;
}
.owl-carousel .owl-next {
    right: 0;
}
.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
    color: #fff !important;
    background-color: #cf231f !important;
}

.CH_image_1 {
    height: 350px;
    background-image: url('/coming-soon/works_imgs/screen-1-min.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    overflow: hidden;
    display: block;
}

.CH_image_2 {
    position: absolute;
    height: 350px;
    background-image: url('/coming-soon/works_imgs/screen-2-min.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    overflow: hidden;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.CH_image_3 {
    position: absolute;
    height: 100vh;
    background-image: url('/coming-soon/works_imgs/image2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    overflow: hidden;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.CH_image_4 {
    position: absolute;
    height: 100vh;
    background-image: url('/coming-soon/works_imgs/image2.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    overflow: hidden;
    z-index: -3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.CH_image_5 {
    position: absolute;
    height: 100vh;
    background-image: url('/coming-soon/works_imgs/image5.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    overflow: hidden;
    z-index: -4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

h1 {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 0.7px;
}

.CH_soon_desc {
    line-height: 28px;
}
.CH_soon_desc p {
    display: flex;
    text-align: left;
}
.CH_soon_desc p a {color: rgb(51, 51, 51)}
.CH_soon_desc .center_soon {
    width: 330px;
    max-width: 100%;
    margin: auto;
}
.sp-text{
    display: inline-block;
    min-width: 80px;
}
.CH_soon_desc b {
    display: inline-block;
}
.CH_soon_desc h3 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #666666;
    margin-bottom: 30px;
}

.CH_menu_btn {
    margin-top: 84px;
}

.CH_menu_btn svg {
    vertical-align: middle;
}

.CH_menu_btn a {
    line-height: 26px;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: rgb(207, 35, 31);
    padding: 9px 18px;
    background: #FFFFFF;
    box-shadow: 0px 6px 7px rgba(197, 157, 95, 0.27);
    border-radius: 3px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.CH_menu_btn a:hover {
    background: rgb(207, 35, 31);
    color: #FFF;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.CH_menu_btn a:hover svg path {
    fill: #FFF;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.CH_menu_btn a:hover {
    text-decoration: none;
}

.CH_social_buttons {
    margin-top: 100px;
}

.CH_inst_icon, .CH_fb_icon {
    display: inline-block;
    background: #000;
    border-radius: 100%;
    width: 40px;
    margin-right: 5px;
    height: 40px;
    font-size: 20px;
    vertical-align: middle;
    padding-top: 5px;
    color: #FFF;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border: 1px solid transparent;
}

.CH_fb_icon:hover, .CH_inst_icon:hover {
    background: #FFF;
    color: rgb(207, 35, 31);
    border: 1px solid rgb(207, 35, 31);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.CH_find_us {
    line-height: 26px;
    font-size: 16px;
    text-align: center;
}

.CH_slider_mobile {
    display: none !important;
}

.CH_slider_mobile .CH_image_1, .CH_slider_mobile .CH_image_2 {
    height: 200px !important;
}

.CH_pdf_link {
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin-bottom: 20px;
}
.CH_pdf_link > * {
    vertical-align: middle;
}
.CH_pdf_link img {
    width: 25px !important;
}
.CH_pdf_link span {
    display: inline-block;
    position: relative;
    border-bottom: 1px solid transparent;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}
.CH_pdf_link:hover, .CH_pdf_link:focus{color: #333; text-decoration: none}
.CH_pdf_link:hover span {
    border-color: #cf231f;
}

#countdown {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 15px;
    justify-content: center;
}
#countdown > div {
    margin: 0 2px;
    min-width: 40px;
}
#countdown > div > span:first-child {
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    padding: 12px 0;
    display: block;
    font-size: 22px;
    line-height: 1;
}
#countdown > div > span:last-child {
    font-weight: bold;
}

@media screen and (max-width: 1440px) {
    .CH_soon {
        margin-top: 55px;
    }

    .CH_social_buttons {
        margin-top: 65px;
    }
}

@media screen and (max-width: 1280px) {
    .CH_soon img {
        width: 60%;
    }
}

@media screen and (max-width: 420px) {
    .CH_menu_btn {
        margin-top: 15px;
    }

    .CH_menu_btn a {
        font-size: 18px;
        padding-top: 9px;
        padding-right: 20px;
        padding-left: 21px;
    }

    .CH_social_buttons {
        margin-top: 40px;
    }
}

@media screen and (max-height: 580px) {
    .CH_img {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .CH_menu_btn {
        margin-top: 25px;
    }

    .CH_soon {
        margin-top: 0;
    }

    .CH_slider_mobile {
        display: block !important;
    }

    .W_BG {
        padding-top: 15px;
        padding-bottom: 50px;
        min-height: 100vh;
    }

    .owl-carousel .owl-prev, .owl-carousel .owl-next {
        width: 30px;
        height: 30px;
        font-size: 18px !important;
    }

    .on_mobile {
        display: block !important;
    }
}

.owl-carousel .owl-item {
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
}

.CH_fixed_width_btn {
    padding: 9px 39px !important;
}

@media (min-width: 968px) and (max-width: 1180px) {
    .CH_soon {
        margin-top: 25px;
    }
}

@media screen and (max-width: 990px) {
    .CH_img {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    h1 {
        font-size: 22px;
    }
    .CH_snow_balls_two {
        padding: 30px 0;
    }
    .CH_soon_desc p {
        display: block;
    }
    .CH_snow_bg {
        background-size: 241px;
        min-height: 245px;
        margin-top: 0;
    }

    .CH_find_us {
        margin-top: 0;
    }

    .W_BG {
        display: flex !important;
        height: calc(100vh - 70px);
        justify-content: center;
        flex-flow: column nowrap;
    }

    .CH_menu_btn a {
        font-size: 14px;
    }

    .CH_logo {
        /*position: absolute;*/
        /*left: 0;*/
        /*right: 0;*/
        /*top: 10px;*/
        /*width: 100%;*/
    }

    .CH_soon_desc {
        /*margin-left: 60px;*/
        /*margin-right: 60px;*/
        /*padding-bottom: 15px;*/
    }

    .CH_social_buttons {
        /*position: absolute;*/
        /*left: 0;*/
        /*right: 0;*/
        /*bottom: 30px;*/
        /*width: 100%;*/
    }

    .CH_soon {
        /*margin-top: 50px;*/
        margin-top: 0;
    }

    .CH_banner {
        margin-bottom: 15px;
    }

    .CH_social_buttons {
        /*margin-top: 50px;*/
        margin-top: 20%;
    }

    .CH_logo img {
        width: 40%;
    }

    .CH_img {
        display: none;
    }

    .CH_soon img {
        width: 75%;
    }

    .CH_inst_icon, .CH_fb_icon {
        width: 40px;
        height: 40px;
        display: inline-block;
        background: rgb(207, 35, 31);
        border-radius: 9px;
        margin-right: 5px;
        font-size: 21px;
        vertical-align: middle;
        padding-top: 6px;
        color: #FFF;
        margin: 0;
    }

    .CH_snow_balls_two {
        padding: 15px 0;
    }
}

@media (min-width: 520px) and (max-width: 620px) {
    .CH_soon {
        margin-top: 15%;
    }
}

@media screen and (max-height: 420px) {
    .W_BG {
        display: block;
    }

    .CH_logo {
        margin-top: 20px;
    }

    .CH_social_buttons {
        margin-bottom: 40px;
        margin-top: 18%;
    }

    .CH_soon {
        margin-top: 5%;
    }

}
