#ams2022 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: #fff;
    color: #555555;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    text-align: left;
}

#ams2022 .imgPage {
    width: 100%;
    height: auto;
    display: block;
}

#ams2022 .displayDesktop {
    display: block;
}

#ams2022 .displayMobile {
    display: none;
}

#ams2022 .imgPage {
    width: 100%;
    height: auto;
    display: block;
}


#ams2022 .wrapMainPart {
    text-align: center;
}

#ams2022 .mainTitle_ams {
    font-style: normal;
    font-weight: 300;
    font-size: 1.9vw;
    line-height: 1.35;
    color: #222222;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    margin: 2.5vw 34vw 0.5vw;
}

#ams2022 .mainSubtitle_ams {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.95vw;
    line-height: 1;
    color: #555555;
}

#ams2022 .mainCta {
    border-radius: 20vw;
    line-height: 1.17;
    font-size: 0.8vw;
    display: inline-block;
    letter-spacing: normal;
    padding: 0.6vw 1.8vw;
    text-align: center;
    min-width: 8vw;
    text-transform: none;
    border: solid 1px #555;
    color: #555;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    text-decoration: none;
    margin: 0.5vw 0.5vw 0 0.5vw;
}

#ams2022 .mainCta:hover {
    color: #fff;
    background-color: #000;
    border: solid 1px #000;
}

#ams2022 .subtitle_ams {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #555555;
    padding: 0 15vw;
    margin: 2vw 0 3vw;
}


.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    opacity: 0;
    max-width: 100%;
}

.b-lazy.b-loaded {
    opacity: 1;
}






@media screen and (max-width: 1000px) {


    #ams2022 .displayDesktop {
        display: none;
    }

    #ams2022 .displayMobile {
        display: none;
    }

    #ams2022 .mainTitle_ams {
        font-size: 32px;
        line-height: 43px;
        margin: 35px 21px 10px;
    }

    #ams2022 .mainSubtitle_ams {
        font-size: 16px;
        line-height: 18px;
        margin: 0 5px 0;
    }

    #ams2022 .mainCta {
        font-size: 16px;
        padding: 10px 20px;
        min-width: 100px;
        border-radius: 20px;
        margin: 25px 10px 0 10px;
    }

    #ams2022 .subtitle_ams {
        font-size: 12px;
        line-height: 16px;
        padding: 0 20px;
        margin: 50px 0 50px;
    }

}


@media screen and (max-width: 375px) {

    #ams2022 .mainCta {
        margin: 25px 5px 0 5px;
    }

}


@media screen and (max-width: 360px) {

    #ams2022 .mainSubtitle_ams {
        font-size: 14px;
    }

    #ams2022 .mainCta {
        margin: 25px 2px 0 2px;
        font-size: 14px;
        padding: 10px 17px;
    }

}