﻿
@media screen and (min-width: 0px) and (max-width: 720px) {
    .onlyLarge {
        display: none;
    }

    .onlyMedium {
        display: none;
    }

    .onlySmall {
        display: block;
    }

    .notLarge {
        display: block;
    }

    .notSmall {
        display: none;
    }

    .notSmallFlex {
        display: none;
    }

    .notSmallAndNotMedium {
        display: none;
    }
}

@media screen and (min-width: 720px) and (max-width: 1130px) {
    .onlyLarge {
        display: none;
    }

    .onlyMedium {
        display: block;
    }

    .onlySmall {
        display: none;
    }

    .notLarge {
        display: block;
    }

    .notMedium {
        display: none;
    }

    .notSmallAndNotMedium {
        display: none;
    }

    .notSmall {
        display: block;
    }

    .notSmallFlex {
        display: flex;
    }
}

@media screen and (min-width: 1130px) {
    .onlyLarge {
        display: block;
    }

    .onlyMedium {
        display: none;
    }

    .onlySmall {
        display: none;
    }

    .notLarge {
        display: none;
    }

    .notSmallAndNotMedium {
        display: block;
    }

    .notSmall {
        display: block;
    }

    .notSmallFlex {
        display: flex;
    }
}



@media screen and (min-width: 0px) and (max-width: 1130px) {
    .headerContainerSmall {
        display: block;
    }

    .headerContainerLarge {
        display: none;
    }
}

@media screen and (min-width: 1130px) {
    .headerContainerSmall {
        display: none;
    }

    .headerContainerLarge {
        display: block;
    }
}

.sectionOuter {
    display: flex;
    justify-content: center;
    width: 100%;
}


@media screen and (min-width: 0px) and (max-width: 720px) {
    .sectionOuter {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 720px) and (max-width: 1130px) {
    .sectionOuter {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (min-width: 1130px) {
    .sectionOuter {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.sectionInner {
    width: 100%;
    max-width: 1280px;
}

/*==================================================================*/
.subHeaderTitle {
    font-family: specter;
    font-weight: 500;
    color: #282828;
}

    .subHeaderTitle.home {
        font-size: 11.9px;
    }


.headerButton {
    display: flex;
    justify-content: center;
    font-family: Specter;
    align-items: center;
    color: white;
    margin-left: 32px;
    cursor: pointer;
}

    .headerButton.noBorder {
        border: none;
    }

    .headerButton.color {
        display: flex;
        font-family: Specter;
        align-items: center;
        color: white;
        background-color: #539B70;
        border-color: #539B70;
        height: 32px;
        border-radius: 16px;
    }

    .headerButton.colorReverse {
        display: flex;
        font-family: Specter;
        align-items: center;
        color: #539B70;
        background-color: #ffffff;
        border-color: #539B70;
        height: 32px;
        border-radius: 16px;
        border: solid;
        border-width: 1px;
    }

    .headerButton.whiteBorder {
        display: flex;
        font-family: Specter;
        align-items: center;
        color: white;
    }



.homeSection {
    padding-top: 84px;
    padding-bottom: 84px;
}

    .homeSection.leftRight {
        display: flex;
    }

.homeSectionLeftSection40 {
    width: 100%;
    padding: 0 0 10px 0;
}

.homeSectionLeftSection50 {
    width: 100%;
    padding: 0 0 10px 0;
}

.homeSectionRightSection50 {
    width: 100%;
    padding: 20px 0 0 0;
}

.homeSectionRightSection60 {
    width: 100%;
    padding: 20px 0 0 0;
}

.homeSection.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.containerFooterCol {
    width: 30%;
    max-width: 240px;
    margin-right: 3%;
}

.containerFooterColTitle {
    font-family: Specter;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.containerFooterColLink {
    font-family: Specter;
    font-size: 18px;
    margin-top: 7px;
    cursor: pointer;
}

.homeHeroTitle {
    font-family: Specter;
    font-weight: 500;
    letter-spacing: -1px;
}

@media screen and (min-width: 0px) and (max-width: 418px) {
    .homeHeroTitle {
        font-size: 38px;
        line-height: 46px;
    }
}

@media screen and (min-width: 418px) and (max-width: 540px) {
    .homeHeroTitle {
        font-size: 48px;
        line-height: 56px;
    }
}

@media screen and (min-width: 540px) and (max-width: 720px) {
    .homeHeroTitle {
        font-size: 58px;
        line-height: 66px;
    }
}

@media screen and (min-width: 720px) and (max-width: 840px) {
    .homeHeroTitle {
        font-size: 40px;
        line-height: 48px;
    }
}

@media screen and (min-width: 840px) and (max-width: 990px) {
    .homeHeroTitle {
        font-size: 48px;
        line-height: 56px;
    }
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
    .homeHeroTitle {
        font-size: 58px;
        line-height: 66px;
    }
}

@media screen and (min-width: 1200px) {
    .homeHeroTitle {
        font-size: 68px;
        line-height: 76px;
    }
}


.button {
    border: solid;
    border-width: 1px;
    border-color: #539B70;
    background-color: #539B70;
    color: white;
    font-family: specter;
    font-weight: 400;
    font-size: 0.9em;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    padding-left: 12px;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    min-height: 42px;
    padding-right: 14px;
    border-radius: 21px;
}

    .button.center {
        justify-content: center;
        padding: 0;
    }

.homeText {
    font-family: specter;
    font-weight: 400;
    color: #1e1e1e;
    font-size: 18px;
}


.homeSectionTitle {
    color: #1e1e1e;
    font-family: Specter;
    font-weight: 500;
    letter-spacing: -1px;
}

@media screen and (min-width: 0px) and (max-width: 540px) {
    .homeSectionTitle {
        font-size: 28px;
        line-height: 36px;
    }
}

@media screen and (min-width: 540px) and (max-width: 720px) {
    .homeSectionTitle {
        font-size: 32px;
        line-height: 40px;
    }
}

@media screen and (min-width: 720px) and (max-width: 1080px) {
    .homeSectionTitle {
        font-size: 32px;
        line-height: 40px;
    }
}

@media screen and (min-width: 1080px) and (max-width: 1280px) {
    .homeSectionTitle {
        font-size: 38px;
        line-height: 46px;
    }
}

@media screen and (min-width: 1280px) {
    .homeSectionTitle {
        font-size: 38px;
        line-height: 46px;
    }
}

.homeSectionTitle.center {
    text-align: center;
    width: 100%;
}


.containerCookieMessage {
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.containerCookieMessageInner {
    width: 90%;
    max-width: 600px;
    background-color: white;
    padding: 12px 18px 12px 18px;
}

.pageTitle {
    margin-top: 0px;
    font-family: 'specter';
    font-size: 28px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 46px;
}

    .pageTitle.large {
        font-size: 36px;
    }

    .pageTitle.color {
        color: #539B70;
    }


.buttonmini {
    border: solid;
    border-width: 1px;
    border-color: #539B70;
    background-color: #539B70;
    color: white;
    font-family: specter;
    font-weight: 400;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 30px;
    border-radius: 15px;
    font-size: 15px;
    padding: 0 16px 0 16px;
}

    .buttonmini.reverse {
        border: solid;
        border-width: 1px;
        border-color: #539B70;
        background-color: inherit;
        color: #539B70;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding-top: 4px;
        padding-right: 8px;
        padding-bottom: 4px;
        padding-left: 8px;
        margin-left: 10px;
    }


@media screen and (min-width: 0px) and (max-width: 400px) {
    .containerExample {
        width: 300px;
    }
}

@media screen and (min-width: 400px) and (max-width: 520px) {
    .containerExample {
        width: 400px;
    }
}

@media screen and (min-width: 520px) and (max-width: 600px) {
    .containerExample {
        width: 460px;
    }
}

@media screen and (min-width: 600px) and (max-width: 720px) {
    .containerExample {
        width: 500px;
    }
}

@media screen and (min-width: 720px) and (max-width: 1130px) {
    .containerExample {
        width: 600px;
    }
}

@media screen and (min-width: 1130px) {
    .containerExample {
        width: 600px;
    }
}



@media screen and (min-width: 0px) and (max-width: 720px) {
    .homeSection.three {
        flex-wrap: wrap;
    }

    .homeSectionThreeSection {
        width: 100%;
        padding: 0 0 88px 0;
    }

        .homeSectionThreeSection.center {
            border: none;
            margin: 0;
        }

    .homeSection.leftRight {
        flex-wrap: wrap;
    }

    .homeSectionLeftSection50 {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .homeSectionLeftSection40 {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .homeSectionLeftSection40.biggerMarginTop {
        width: 100%;
        padding: 30px 0 30px 0;
    }

    .homeSectionLeftSection60 {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .homeSectionRightSection40 {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .homeSectionRightSection50 {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .homeSectionRightSection60 {
        width: 100%;
        padding: 20px 0 0 0;
    }
}

@media screen and (min-width: 720px) and (max-width: 1130px) {
    .homeSection.three {
        flex-wrap: wrap;
    }

    .homeSectionThreeSection {
        width: 100%;
        padding: 0 0 88px 0;
    }

        .homeSectionThreeSection.center {
            border: none;
            margin: 0;
        }

    .homeSection.leftRight {
        flex-wrap: nowrap;
    }

    .homeSectionLeftSection50 {
        width: 50%;
        padding: 0 20px 0 0;
    }

    .homeSectionLeftSection40 {
        width: 40%;
        padding: 0 20px 0 0;
    }

    .homeSectionLeftSection60 {
        width: 60%;
        padding: 0 20px 0 0;
    }

    .homeSectionRightSection40 {
        width: 40%;
        padding: 0 0 0 20px;
    }

    .homeSectionRightSection50 {
        width: 50%;
        padding: 0 0 0 20px;
    }

    .homeSectionRightSection60 {
        width: 60%;
        padding: 0 0 0 20px;
    }
}

@media screen and (min-width: 1130px) {
    .homeSection.three {
        flex-wrap: nowrap;
    }

    .homeSectionThreeSection {
        width: 30%;
        margin: 0 2% 0 2%;
    }

    .homeSection.leftRight {
        flex-wrap: nowrap;
    }

    .homeSectionLeftSection50 {
        width: 50%;
        padding: 0 30px 0 0;
    }

    .homeSectionLeftSection40 {
        width: 40%;
        padding: 0 30px 0 0;
    }

    .homeSectionLeftSection60 {
        width: 60%;
        padding: 0 30px 0 0;
    }

    .homeSectionRightSection40 {
        width: 40%;
        padding: 0 0 0 30px;
    }

    .homeSectionRightSection50 {
        width: 50%;
        padding: 0 0 0 30px;
    }

    .homeSectionRightSection60 {
        width: 60%;
        padding: 0 0 0 30px;
    }
}



.containerCustomerMenu {
    display: flex;
    overflow: hidden;
    position: fixed;
    z-index: 3;
    background-color: #d8d1cd;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
    margin: 0;
    padding: 0;
}


.containerCustomerMenuInner {
    display: block;
    height: 100%;
    overflow-y: auto;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 30px;
}

    .containerCustomerMenuInner.initial {
        display: block;
    }

@media screen and (min-width: 0px) and (max-width: 720px) {
    .containerCustomerMenu {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .containerCustomerMenu.initial {
            top: 0;
            left: 0;
            width: 0;
        }

   
}

@media screen and (min-width: 720px) and (max-width: 1130px) {
    .containerCustomerMenu {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .containerCustomerMenu.initial {
            top: 0;
            left: 0;
            width: 0;
        }

   
}

@media screen and (min-width: 1130px) {
    .containerCustomerMenu {
        width: 310px;
        top: 0px;
        left: 0px;
        height: 100%;
    }

        .containerCustomerMenu.initial {
            top: 0;
            left: 0;
            width: 0;
        }

  
}


.containerMenuBusinessLogoAndClose {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.menuLink {
    margin-top: 12px;
    font-family: specter, serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    color: white;
}