@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Lexend Deca", sans-serif;
}

.container {
    max-width: 1230px;
}

.btn--button {
    border-radius: 39px;
    background: linear-gradient(135deg, #BE1E2D 1.85%, #E26873 51.43%, #BE1E2D 100.03%);
    display: inline-block;
    padding: 9px 24px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    line-height: 130%;
    letter-spacing: -0.6px;
}

.btn--button:hover {
    color: #fff;
    text-decoration: none;
}


/* bizmail--banner */

.biz-bgall {
    float: left;
    width: 100%;
    background: #fff url('../images/bg--all.jpg') no-repeat top center;
    background-size: cover;
}

.bizmail--banner {
    float: left;
    width: 100%;
    padding: 127px 0 29px;
}

.banner--content {}

.banner--content h1 {
    color: #BE1E2D;
    font-size: 49px;
    font-style: normal;
    font-weight: 600;
    line-height: 138.776%;
    letter-spacing: -0.98px;
    margin: 0 0 20px;
}

.banner--content .desc {
    color: #383838;
    font-size: 22px;
    font-style: normal;
    line-height: 150%;
    letter-spacing: -0.44px;
    margin: 0 0 36px;
}

.banner--content .desc span {
    font-weight: 800;
}

.bizmail--banner .img {
    text-align: center;
}

.bizmail--banner .img img {
    max-width: 100%;
}

.banner--list {
    width: 100%;
    padding-top: 65px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 50px;
}

.banner--items {
    width: calc(25% - 37.5px);
    border-radius: 20px;
    border: 3px solid #FFD6C9;
    background: rgba(255, 255, 255, 0.60);
    padding: 29px 15px 15px;
    color: #383838;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    line-height: 144.444%;
    letter-spacing: -0.36px;
}


/* bizmail-impacts */

.bizmail-impacts {
    float: left;
    width: 100%;
    padding: 115px 0 152px;
    min-height: 468px;
    background: transparent url('../images/bg-1.png') no-repeat center center;
    background-size: cover;
}

.impacts-title {
    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.12px;
    margin: 0 0 60px;
}

.impacts--list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    justify-content: space-between;
}

.impacts--items {
    width: calc(33.3333% - 20px);
    max-width: 312px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 144.444%;
    letter-spacing: -0.72px;
}

.impacts--items span {
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -1.84px;
}


/* bizmail-createvalue */

.bizmail-createvalue {
    float: left;
    width: 100%;
    padding: 42px 0;
}

.createvalue--list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    align-items: start;
}

.createvalue--list ._left {
    width: calc(55% - 10px);
    text-align: center;
}

.createvalue--list ._left img {
    max-width: 100%;
}

.createvalue--list ._right {
    width: calc(45% - 10px);
}

.createvalue--title {
    color: #BE1E2D;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.04px;
    margin: 0 0 30px;
}

.createvalue--rowlist {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.createvalue--rowlist--items {
    width: 100%;
}

.createvalue--rowlist--items h3 {
    color: #383838;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 118.182%;
    letter-spacing: -0.88px;
    margin: 0 0 4px;
}

.reatevalue--rowlist--body {
    width: 100%;
}

.reatevalue--rowlist---box {
    width: 100%;
    display: flex;
}

.reatevalue--rowlist---box .icon {
    flex-shrink: 0;
    width: 36px;
    text-align: center;
}

.reatevalue--rowlist---box .txt {
    flex: 1;
    width: 100%;
    color: #383838;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.64px;
}


/* bizmail-effectivedigital */

.bizmail-effectivedigital {
    float: left;
    width: 100%;
    padding: 20px 0;
    background: rgba(255, 214, 201, 0.40);
}

.effectivedigital--list {
    position: relative;
}

.effectivedigital--other {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.effectivedigital--other ._left {
    width: calc(55% - 10px);
    padding-top: 165px;
    padding-left: 26px;
}

.effectivedigital--other ._right {
    width: calc(45% - 10px);
}

.effectivedigital--tabs {
    position: absolute;
    top: 50px;
    width: calc(55% - 10px);
    max-width: 600px;
    left: 0;
}

.effectivedigital--tabs .title {
    color: #BE1E2D;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.04px;
    text-align: center;
    margin: 0 0 20px;
}

.effectivedigital-desc {
    width: 100%;
    max-width: 556px;
}

.effectivedigital-sub {
    color: #383838;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.64px;
    margin-bottom: 10px;
}

.effectivedigital-desc .txt {
    color: #383838;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.64px;
}

.effectivedigital--img img {
    max-width: 100%;
}

.effectivedigital--tabs .nav-tabs {
    border-bottom: 3px solid #D9D9D9;
}

.effectivedigital--tabs .nav-tabs .nav-item {
    margin: 0;
    position: relative;
}

.effectivedigital--tabs .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    color: #BE1E2D;
    font-size: 18px;
    line-height: 144.444%;
    letter-spacing: -0.72px;
}

.effectivedigital--tabs .nav-tabs .nav-link::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 3px;
    background-color: #BE1E2D;
    opacity: 0;
    visibility: hidden;
}

.effectivedigital--tabs .nav-tabs .nav-item.show .nav-link,
.effectivedigital--tabs .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #BE1E2D;
}

.effectivedigital--tabs .nav-tabs .nav-item.show .nav-link::after,
.effectivedigital--tabs .nav-tabs .nav-link.active::after {
    opacity: 1;
    visibility: visible;
}


/* bizmail-box */

.bizmail-box {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.box--list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    align-items: center;
}

.box--list ._left {
    width: calc(50% - 10px);
}

.box--list ._right {
    width: calc(50% - 10px);
}

.box--other {
    width: 100%;
}

.box--other .title {
    color: #BE1E2D;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 118.182%;
    letter-spacing: -0.88px;
    margin: 0 0 20px;
}

.box--img {
    width: 100%;
    text-align: center;
}

.box--other .desc {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.box--other-row {
    width: 100%;
    display: flex;
    gap: 4px;
    align-items: start;
}

.box--other-row ._icon {
    width: 36px;
    flex-shrink: 0;
    text-align: center;
}

.box--other--txt {
    flex: 1;
    width: 100%;
    color: #383838;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.64px;
}

.box--img img {
    max-width: 100%;
}


/* bizmail-trusted */

.bizmail-trusted {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #FFF5F2;
}

.bizmail-trusted .title {
    color: #BE1E2D;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -1.44px;
    text-align: center;
    margin-bottom: 17px;
}

.trusted--tabs {
    width: 100%;
    max-width: 1094px;
    margin: 0 auto 35px;
}

.trusted--tabs .nav-tabs {
    border-bottom: 1px solid #BE1E2D;
    display: flex;
    justify-content: center;
}

.trusted--tabs .nav-tabs .nav-item {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.trusted--tabs .nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    color: #BE1E2D;
    font-size: 18px;
    line-height: 144.444%;
    letter-spacing: -0.72px;
}

.trusted--tabs .nav-tabs .nav-link::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    background-color: #BE1E2D;
    opacity: 0;
    visibility: hidden;
}

.trusted--tabs .nav-tabs .nav-item.show .nav-link,
.trusted--tabs .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #BE1E2D;
}

.trusted--tabs .nav-tabs .nav-item.show .nav-link::after,
.trusted--tabs .nav-tabs .nav-link.active::after {
    opacity: 1;
    visibility: visible;
}

.trusted--content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
    justify-content: space-between;
    max-width: 875px;
    margin: 0 auto;
}

.trusted--content ._left {
    width: 225px;
}

.trusted--content ._left img {
    max-width: 100%;
}

.trusted--content ._right {
    flex: 1;
    width: 100%;
    max-width: 570px;
}

.trusted--content .title {
    color: #BE1E2D;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 10px;
    text-align: left;
}

.trusted--content .desc {
    color: #000;
    font-size: 20px;
    line-height: 170%;
}


/* bizmai-form */

.bizmai-form {
    float: left;
    width: 100%;
    padding: 57px 0 70px;
    background: transparent url('../images/bg-form.jpg') no-repeat center center;
    background-size: cover;
}

.form--list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1085px;
    margin: 0 auto;
    align-items: start;
    gap: 30px;
    justify-content: space-between;
}

.form--list ._right {
    width: 100%;
    max-width: 428px;
}

.form--list ._right {
    width: 100%;
    flex: 1;
}

.form--list .title {
    color: #FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 142.105%;
    max-width: 0 0 42px;
}


/* bizmai-compliance */

.bizmai-compliance {
    float: left;
    width: 100%;
    padding: 55px 0;
}

.bizmai-compliance .title {
    color: #BE1E2D;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 40px;
}

.compliance--list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    align-items: center;
    justify-content: center;
}

.compliance--list ._items {
    width: calc(12% - 32px);
    text-align: center;
}

.compliance--list ._items img {
    max-width: 100%;
}

.form_box {
    width: 100%;
    border-radius: 35px;
    border: 1.5px solid #FF8994;
    background: rgba(255, 255, 255, 0.20);
    padding: 30px 0;
}

.form_box .title {
    color: #FFF;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 900;
    line-height: 169.565%;
    text-transform: uppercase;
    padding: 0 10px;
}

.modal-list-app7 .modal-lg .close {
    top: 15px;
    right: 10px;
    position: absolute;
    z-index: 5;
}

.modal-list-app7 .modal-content {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.modal-list-app7 .modal-dialog {
    max-width: 520px;
}

@media screen and (max-width: 1600px) {
    .banner--content h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 1400px) {
    .banner--content h1 {
        font-size: 40px;
    }
    .banner--content .desc {
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .banner--content h1 {
        font-size: 36px;
    }
    .banner--content .desc,
    .createvalue--rowlist--items h3,
    .box--other .title,
    .bizmail-trusted .title {
        font-size: 18px;
    }
    .banner--items {
        font-size: 16px;
    }
    .impacts-title,
    .createvalue--title,
    .effectivedigital--tabs .title,
    .form--list .title,
    .bizmai-compliance .title {
        font-size: 24px;
    }
    .impacts--items span {
        font-size: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .banner--content h1 {
        font-size: 32px;
    }
    .banner--items {
        font-size: 16px;
    }
    .impacts-title,
    .createvalue--title,
    .effectivedigital--tabs .title,
    .form--list .title,
    .bizmai-compliance .title {
        font-size: 22px;
    }
}