/* --------------------
 Contact thanks
-------------------- */
@media (max-width: 767px) {
    .com-page-head {
        margin-bottom: 80px;
    }
}

.contact {
    background-color: #ffffff;
    padding: calc(var(--header-height) + var(--header-offset) + 120px) 0 0;
}

@media (min-width: 768px) {
    .contact {
        padding: calc(var(--header-height) + var(--header-offset) + 80px) 0 0;
    }
}

.contact__complete {
    background-color: #f2f2f2;
    padding: 120px 25px 120px;
}

@media (min-width: 768px) {
    .contact__complete {
        padding: 120px 30px 120px;
    }
}

.contact__complete-container {
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 1340px;
    padding: 80px 25px;
    width: 100%;
}

@media (min-width: 768px) {
    .contact__complete-container {
        padding: 100px 30px;
    }
}

.contact__complete__title {
    font-size: var(--fs16);
    line-height: 1.6;
    margin: 0 0 8px;
    text-align: center;
}

@media (min-width: 768px) {
    .contact__complete__title {
        font-size: var(--fs16);
    }
}

.contact__complete__title:before {
    background-image: url(../../../assets/images/icons/icon-black-checkmark.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    margin: 0 auto 20px;
    width: 30px;
}

.contact__complete__content p {
    font-size: var(--fs14);
    font-weight: 400;
    line-height: 1.8;
    margin: 0 0 1em;
    text-align: center;
}

@media (min-width: 768px) {
    .contact__complete__content p {
        font-size: var(--fs16);
    }
}

.contact__complete__content p:last-child {
    margin-bottom: 0;
}

.contact__complete__action .com-button {
    margin: 0 auto;
}