/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.main .banner {
    height: 300px;
    background-size: cover;
    background-image: url('../images/whatsapp/banner.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.main .wrapper {
    margin: 0 auto;
    max-width: 1400px;
}

.main .breadcrumb .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main .breadcrumb .wrapper > div {
    margin-right: 5px;
}

.main .breadcrumb .wrapper > div a {
    margin-right: 5px;
}

.main .container {
    height: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-size: cover;
    background-image: url('../images/whatsapp/bg.png');
    background-repeat: no-repeat;
    background-position: center top;
}

.main .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 22px;
    margin-top: 300px;
}

.main .content .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.main .content h1 {
    color: #4C6CFB;
    font-size: 100px;
    font-weight: 700;
}

.main .content .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 96px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main .content .btn {
    color: #fff;
    width: 472px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    border-radius: 37px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #4DC247;
    position: relative;
}

.main .content .btn::before {
    width: 42px;
    height: 42px;
    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-size: cover;
    background-image: url('../images/whatsapp/whatsapp@2x.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 48px;
    top: 50%;
}

.main .content .website {
    margin-left: 32px;
    background-color: #4C6CFB;
}

.main .content .website::before {
    background-image: url('../images/whatsapp/website@2x.png');
}

@media (max-width: 768px) {
    .main .banner {
        height: 150px;
    }
    .main .wrapper {
        margin: 0 15px;
    }
    .main .container {
        height: 400px;
    }
    .main .content {
        font-size: 12px;
        margin-top: 60px;
    }
    .main .content h1 {
        font-size: 28px;
    }
    .main .content .btn-group {
        width: 70%;
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .main .content .btn {
        width: 100%;
        height: 40px;
        font-size: 14px;
    }
    .main .content .btn::before {
        width: 20px;
        height: 20px;
    }
    .main .content .website {
        margin-top: 14px;
        margin-left: 0;
    }
}