@charset "utf-8";
/***** CSS Document - LP Millennium BCP *****/

/* Body */
.bodyHolder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/***** Header *****/
.tmplHeader {
    overflow: hidden;
    position: relative;
}

/*** Header - Content ***/
.tmplHeaderContainer {
    max-width: 80rem;
    padding: 5rem 0 9rem;
    margin: 0 auto;
}

/*** Header - Logos ***/
.headerHoldLogos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 3.375rem;
    margin-bottom: 5rem;
}

.headerLogoMoloni a,
.headerLogoMillennium a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.headerLogoMoloni a {
    height: 2.5rem;
}

.headerLogoMillennium a {
    height: 3rem;
}

.headerLogoMoloni a img,
.headerLogoMillennium a img {
    width: 100%;
    height: 100%;
}

.headerLogoSeparator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 0.188rem;
    height: 100%;
    margin: 0 1.75rem;
    background-color: #151515;
}

/*** Header - Content ***/
.headerContent {
    position: relative;
    width: 100%;
}

/*** Header - Texts (On Left) ***/
.headerText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 57%;
}

.headerTitle {
    font-weight: 600;
    font-size: 3rem;
    line-height: 120%;
    color: #2D242C;
    width: 100%;
    margin-bottom: 2.25rem;
}

.headerTitle span {
    font-weight: inherit;
    font-size: inherit;
    color: #D0085D;
}

.headerSubtitle {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 160%;
    color: #2D242C;
    width: 100%;
    margin-bottom: 7rem;
}

.headerHolderBtn {
    margin: 0;
}

/*** Header - Image (On Right) ***/
.headerImage {
    display: block;
    position: absolute;
    top: 8rem;
    right: -2rem;
    height: auto;
    max-width: 45%;
}

/***** Sections *****/
.tmplSectionContainer {
    margin: 0;
    padding: 5rem 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.sectionHolderContent {
    min-height: 1px;
}

/*** Sections - Margins ***/
.sectionMaxWidth {
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
}

/*** General Sections - Text format ***/
/* Title */
.sectionFloatTitle,
.sectionFloatTitleLeft {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 120%;
    color: #2D242C;
    margin-bottom: 1.5rem;
    width: 100%;
}

.sectionFloatTitle {
    text-align: center;
}

.sectionFloatTitleLeft {
    text-align: left;
}

.sectionFloatTitle span,
.sectionFloatTitleLeft span {
    font-weight: inherit;
    font-size: inherit;
}

/* Sub Title */
.sectionFloatSubTitle,
.sectionFloatSubTitleLeft,
.sectionFloatText {
    font-weight: 400;
    font-size: 1.125rem;
    color: #151515;
    line-height: 160%;
    padding: 0;
}

.sectionFloatSubTitle,
.sectionFloatText {
    text-align: center;
}

.sectionFloatSubTitleLeft {
    text-align: left;
}

.sectionFloatText {
    margin-top: 1.5rem;
}

/*** Sections - Bullets ***/
/* Bullets - Holder  */
.sectionHoldBullets {
    list-style: disc outside;
    margin: 2.625rem 1.25rem 3rem 0.75rem;
    padding-left: 0.375rem;
}

/* Bullets - Style */
.sectionHoldBullets li {
    margin: 0.375rem 0;
    list-style-image: none;
    padding-left: 0;
    color: #2D242C;
    text-align: left;
}

.sectionHoldBullets li span {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 160%;
    color: #2D242C;
}

/*** Custom Sections ***/
/*** Clients Section ***/
.sectionClientsTitle {
    font-size: 2.5rem;
    color: #2D242C;
}

.clientsNumber {
    color: #D0085D;
}

/*** Benefits Section ***/
.sectionBenefits {
    width: 100%;
    border-radius: 1.125rem;
    margin: 5rem 0 12.5rem;
    padding: 5rem 3.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #EAEFF6;
}

.sectionBenefitsContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 35rem;
}

.sectionBenefitsContent img {
    display: block;
    margin-top: 3.5rem;
    margin-right: auto;
    width: 16.25rem;
    height: auto;
}

.sectionBenefitsAuxLayer {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EAEFF6;
    width: 100%;
    height: 2.5rem;
}

/*** Benefits Section ***/
.sectionHolderRight.sectionHoldImg {
    margin-right: 0;
}

/*** Try Now Section ***/
.sectionTryNowMillennium {
    background: rgb(106,52,126);
    background: -moz-linear-gradient(0deg, rgba(106,52,126,1) 0%, rgba(121,48,121,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(106,52,126,1) 0%, rgba(121,48,121,1) 100%);
    background: linear-gradient(0deg, rgba(106,52,126,1) 0%, rgba(121,48,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6a347e",endColorstr="#793079",GradientType=1);
}

.sectionTryNowMillennium .section__try-now-group--right {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.sectionTryNowMillennium .section__try-now-group-btn {
    margin-bottom: 0;
}

/*** Contacts Section ***/
.contactsMaxWidth {
    max-width: 50%;
    margin: auto;
}

/***** Cards *****/
/* Cards - Benefits */
.cardBenefit {
    position: absolute;
    top: -22%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40rem;
    margin: 0;
    border-radius: 1.25rem;
    z-index: 1;
    -webkit-box-shadow: 0 0.313rem 0.625rem rgba(182, 195, 213, 0.5);
    box-shadow: 0 0.313rem 0.625rem rgba(182, 195, 213, 0.5);
}

.cardBenefit .cardBenefitHeader {
    border-radius: 1.25rem 1.25rem 0 0;
    width: 100%;
    background-color: #2D242C;
}

.cardBenefit .cardBenefitHeader .cardHeaderText {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.875rem;
}

.cardBenefit .cardBenefitBodyHolder {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cardBenefitBodyHolder .cardBenefitBody {
    border-radius: 0 0 1.25rem 1.25rem;
    background-color: #FFFFFF;
    padding: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.cardBenefit .cardBenefitBody .cardTitle {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 120%;
    color: #2D242C;
    text-align: left;
    width: 100%;
}

.cardBenefit .cardBenefitBody .cardSubTitle {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 160%;
    color: #2D242C;
    text-align: left;
    width: 100%;
    margin-bottom: 2.5rem;
}

.cardBenefit .cardBenefitBody .cardListTitle {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 160%;
    color: #D0085D;
    text-align: left;
    width: 100%;
    margin-bottom: 1rem;
}

.cardBenefit .cardBenefitBody .cardList {
    list-style: disc outside;
    padding-left: 0.375rem;
    margin: 0 auto 1.5rem 0.75rem;
    width: 100%;
}

.cardBenefit .cardBenefitBody .cardList li {
    margin: 0 0 0.375rem;
    list-style-image: none;
    padding-left: 0;
    color: #2D242C;
    text-align: left;
}

.cardBenefit .cardBenefitBody .cardList li:last-child {
    margin-bottom: 0;
}

.cardBenefit .cardBenefitBody .cardList li span {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 160%;
    color: #2D242C;
}

.cardBenefit .cardBenefitBody .cardText {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 160%;
    color: #2D242C;
    text-align: left;
    margin-bottom: 2.125rem;
}

.cardBenefit .cardBenefitBody .cardTitle span {
    font-weight: 700;
}

.cardBenefit .cardBenefitBody .cardTitle span,
.cardBenefit .cardBenefitBody .cardSubTitle span,
.cardBenefit .cardBenefitBody .cardText span {
    font-size: inherit;
    color: #D0085D;
}

/* Cards - Business types */
.cardHolderBusiness {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 4rem;
    gap: 5rem 3rem;
}

.cardBusiness {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 10.875rem;
    margin: 0;
}

.cardBusiness div.cardIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 5.625rem;
    height: 5.625rem;
    margin-bottom: 1.5rem;
}

.cardBusiness div.cardIcon img {
    width: 100%;
    height: 100%;
}

.cardBusiness div.cardTitle {
    font-weight: 400;
    font-size: 1.125rem;
    color: #151515;
    line-height: 160%;
    text-align: center;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* Cards - The best for business */
.cardHolderTools {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 2.75rem;
}

.cardTool {
    width: 11rem;
    min-height: 1px;
    margin: 1.25rem;
    padding: 0 0.75rem;
    border-radius: 0.625rem;
    background-color: rgba(45, 36, 44, 0.12);
    -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(0,0,0,0.16);
    box-shadow: 0 0.625rem 1.875rem 0 rgba(0,0,0,0.16);
}

.cardTool div.cardIcon {
    width: 5.625rem;
    height: 5.625rem;
    margin: 3rem auto 2rem;
}

.cardTool div.cardIcon img {
    width: 100%;
    height: 100%;
}

.cardTool div.cardTitle {
    font-weight: 300;
    font-size: 1.125rem;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 auto 2rem;
}

/***** Buttons *****/
.ctaButtonHeader,
.ctaButtonCard,
.sectionTryNowMillennium .ctaButtonTryNow,
.ctaButtonContacts {
    font-weight: 400;
    font-size: 1.25rem;
    padding: 1rem 1.875rem;
    border-radius: 0.375rem;
    border: 0;
    margin: 0;
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none;
}

.ctaButtonHeader,
.ctaButtonContacts {
    background: rgb(175,21,103);
    background: -moz-linear-gradient(90deg, rgba(175,21,103,1) 0%, rgba(135,38,116,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(175,21,103,1) 0%, rgba(135,38,116,1) 100%);
    background: linear-gradient(90deg, rgba(175,21,103,1) 0%, rgba(135,38,116,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#af1567",endColorstr="#872674",GradientType=1);
}

.ctaButtonCard {
    background: rgb(207,8,93);
    background: -moz-linear-gradient(90deg, rgba(207,8,93,1) 0%, rgba(114,48,124,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(207,8,93,1) 0%, rgba(114,48,124,1) 100%);
    background: linear-gradient(90deg, rgba(207,8,93,1) 0%, rgba(114,48,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf085d",endColorstr="#72307c",GradientType=1);
}

.sectionTryNowMillennium .ctaButtonTryNow {
    background-color: #D0085D;
    opacity: 80%;
}

.ctaButtonContacts {
    margin-top: 2.5rem;
}

.ctaButtonHeader:hover,
.ctaButtonCard:hover,
.ctaButtonContacts:hover {
    background: #D0085D;
}

.sectionTryNowMillennium .ctaButtonTryNow:hover {
    opacity: 100%;
}

/***** Footer *****/
.tmplFooterBgColor {
    background-color: #68347F;
}

/***** Sections Colors & Text formatting *****/
.sectionBGColorAlternate10 {
    background-color: #EAEFF6;
}

.sectionBGColorToolsGradient {
    background: rgb(119,52,120);
    background: -moz-linear-gradient(0deg, rgba(119,52,120,1) 0%, rgba(131,47,118,1) 16%, rgba(164,29,106,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(119,52,120,1) 0%, rgba(131,47,118,1) 16%, rgba(164,29,106,1) 100%);
    background: linear-gradient(0deg, rgba(119,52,120,1) 0%, rgba(131,47,118,1) 16%, rgba(164,29,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#773478",endColorstr="#a41d6a",GradientType=1);
}

.sectionBGColorTryNowGradient {
    background: linear-gradient(to bottom, #EAEFF6 50%, #FFFFFF 50%);
}

.txtAlignLeft {
    text-align: left;
}

.txtWhite {
    color: #FFFFFF;
}

.txtMillennium {
    color: #D0085D;
}

.linkMillennium {
    color: #D0085D;
    text-decoration: none;
}

.linkMillennium:hover {
    text-decoration: underline;
}

/***** Utilities *****/
.relative {
    position: relative;
}

.overflow-visible {
    overflow: visible;
}

.pt-0 {
    padding-top: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.txtAlignLeft {
    text-align: left !important;
}

/***** Settings responsive - Media Queries *****/
@media screen and (max-width: 1366px) {
    /* Header */
    .tmplHeaderContainer {
        max-width: 100%;
        padding: 5rem 5%;
    }

    .headerSubtitle {
        font-size: 1.125rem;
    }

    .headerImage {
    }

    /* Sections */
    .tmplSectionContainer {
        padding: 5rem 5%;
    }

    .sectionMaxWidth,
    .contactsMaxWidth {
        max-width: 100%;
    }

    .sectionBenefits {
        margin: 0;
        padding: 0;
        background-color: #FFFFFF;
    }

    .sectionBenefits .sectionFloatTitleLeft,
    .sectionBenefits .sectionFloatSubTitleLeft {
        text-align: center;
    }

    .sectionBenefitsContent {
        max-width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }


    .sectionBenefitsContent img {
        margin-left: auto;
    }

    /* Cards */
    .cardHolderBusiness {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cardBenefit {
        position: relative;
        top: unset;
        right: unset;
        max-width: 50rem;
        width: 100%;
        margin: 3.75rem auto 0;
    }
}

@media screen and (max-width: 960px) {
    /* Header */
    .tmplHeaderContainer {
        padding: 3.75rem 1.5rem;
    }

    .headerText {
        position: relative;
        width: 100%;
    }

    .headerHoldLogos {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .headerText {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .headerTitle,
    .headerSubtitle {
        text-align: center;
    }

    .headerTitle {
        font-size: 3rem;
        line-height: 120%;
        margin-bottom: 1rem;
    }

    .headerSubtitle {
        margin-bottom: 3.75rem;
    }

    .headerImage {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        right: unset;
        top: unset;
        max-width: 100%;
        width: 65%;
        margin: 3.75rem auto 0;
    }

    /* Text formatting */
    .sectionFloatTitle,
    .sectionFloatTitleLeft,
    .sectionFloatSubTitle,
    .sectionFloatSubTitleLeft,
    .sectionFloatText {
        text-align: center;
    }

    .sectionFloatTitle,
    .sectionFloatTitleLeft,
    .sectionClientsTitle {
        font-size: 2rem;
    }

    /* Sections */
    .tmplSectionContainer {
        padding: 3.75rem 1.5rem;
    }

    .sectionBenefitsContent img {
        width: 12.5rem;
    }

    .sectionHoldBullets {
        margin-bottom: 0;
    }

    .sectionBusiness .sectionHolderLeft {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .sectionHoldImg {
        margin: 2.125rem 0 0;
    }

    .sectionTryNowMillennium .section__try-now-group--right {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contactsMaxWidth {
        max-width: 100%;
    }

    /* Buttons */
    .ctaButtonHeader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: auto;
    }
}

@media screen and (max-width: 575px) {
    /* Header */
    .tmplHeaderContainer {
        padding: 2.5rem 1.5rem;
    }

    .headerTitle {
        font-size: 2.5rem;
    }

    .headerLogoSeparator {
        margin: 0 1.25rem;
    }

    .headerImage {
        width: 90%;
    }

    /* Text formatting */
    .sectionFloatSubTitle,
    .sectionFloatText,
    .sectionHoldBullets li,
    .sectionHoldBullets li span,
    .cardBusiness div.cardTitle,
    .cardTool div.cardTitle {
        font-size: 1rem;
    }

    .cardBenefit .cardBenefitBody .cardTitle {
        font-size: 2rem;
    }

    .cardBenefit .cardBenefitBody .cardSubTitle {
        font-size: 1.25rem;
    }

    .cardBenefit .cardBenefitBody .cardList li span,
    .cardBenefit .cardBenefitBody .cardText {
        font-size: 1rem;
    }

    /* Sections */
    .tmplSectionContainer {
        padding: 2.5rem 1.5rem;
    }

    /* Cards */
    .cardBenefit {
        max-width: 100%;
    }

    .cardBusiness {
        width: 10rem;
    }

    .cardBenefitBodyHolder .cardBenefitBody {
        padding: 2rem;
    }

    /* Buttons */
    .ctaButtonHeader,
    .ctaButtonCard,
    .ctaButtonContacts {
        font-size: 1rem;
    }
}
