html {
    scroll-behavior: smooth;
}

body > header nav.right{
    right: 0;
    font-size: 16px;
}

body.special-document > main{
    padding: 0;
    top: 64px;
}

.landing-page .row.landingblock .container{
    font-size: 16px;
}

.anchor-point {
    position: absolute;
    margin-top: -128px;
}

body.landing-page > main{
    padding: 0;
    top: 64px;
}

body > header .whatsapp{
    top: 12px;
    display: none;
}

header [data-type="mobile-menu"] [data-type="menu"] li.cta a,
body > header li.cta a{
    background: #8a4992 !important;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 20em;
    -moz-border-radius: 20em;
    border-radius: 20em;
    padding: 8px 1em;
}

header [data-type="mobile-menu"] [data-type="menu"] li.cta a{
    margin-left: 32px;
}

body > header li.cta:hover a{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
    color: #fff;
}

body > header li.cta:active a{
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    transform: scale(0.98);
}

body.landing-page > header figure a{
    pointer-events: none;
}

body.landing-page header [data-type="mobile-menu"] nav{
    display: none;
    pointer-events: none;
}

body.landing-page header [data-type="mobile-menu"] .fixed + [data-level="1"]{
    padding-top: 0;
}

body > header figure {
    margin-left: -24px;
}

.row.cover-fullwidth {
    width: 100%;
    bottom: 0;
    height: auto;
    /* background: #576b8f url(../../images/campingfriuli.bio/cover-bg.jpg) 50% 50% no-repeat; */
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    height: 50vh;
    height: calc(50vh - 80px);
    z-index: 0;
    min-height: 300px;
}

.row.cover-fullwidth+.row.landingblock{
    padding-top: 32px;
}

[data-model="covers-wrapper"] {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100%;
}

[data-model="covers"] {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    left: 0;
    margin: 0;
    padding: 0;
    min-width: 100%;
    border: 0;
    outline: 0;
    bottom: 1px;
    top: 0;
    -webkit-transition: margin 0.2s ease;
    -moz-transition: margin 0.2s ease;
    -ms-transition: margin 0.2s ease;
    -o-transition: margin 0.2s ease;
    transition: margin 0.2s;
    /* cursor: url(//www.google.com/intl/en_ALL/mapfiles/openhand.cur) 4 4, move; */
    cursor: default;
}

[data-model="covers"] li {
    top: 0;
    height: 100%;
    z-index: 2;
    display: block;
    width: 100vw;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    background: transparent;
}

[data-model="covers"] li > .cover-image {
    position: absolute;
    width: 100%;
    top: 0;
    overflow: hidden;
    height: auto;
    bottom: 0;
    background: no-repeat 50% 50%;
    background-size: cover;
}


.row.cover h1{
    font-size: 3.4rem;
    color: #3b7;
    margin-bottom:0;
}

.row.cover h2{

}

.row.cover .slide{
   text-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.row.cover .content h2{
    margin-bottom: 0;
}

.row.cover .slide{
    max-width: 80%;
    width: 60%;
}

.row.cover .content h2{
    line-height: 1em;
}

.row.cover .content p{
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 4rem;
    margin-top: 0;
    color: inherit;
    font-weight: normal;
}

.row.cover h3{
    font-size: 2.6rem;
    margin-bottom: 0;
    color: #333;
}

.row.cover h4{
    color: #1eaedb;
}

.row.cover h6 + p,
.row.cover h5 + p,
.row.cover h4 + p,
.row.cover h3 + p{
    margin-top: 16px;
}

.row.cover h3 + h4{
    margin-bottom: 16px;
}

.row.cover h4{
    font-size: 2.2rem;
    margin-bottom: 0;
    line-height: 1;
}

.row.cover h5{
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 1.8rem;
    margin-top: 0;
    color: #666;
    font-weight: normal;
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.row.cover h6{
    font-size: 1.4rem;
    margin-bottom: 0;
    line-height: 1;
}

[data-model="covers"] .slide.center,
[data-model="covers"] .slide.right,
[data-model="covers"] .slide.left {
    text-align: left;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    bottom: auto;
    position: relative;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

[data-model="covers"] .slide.center {
    margin-top: -64px;
    -webkit-transform: translate(-50%,-10vh);
    -ms-transform: translate(-50%,-10vh);
    -o-transform: translate(-50%,-10vh);
    transform: translate(-50%,-10vh);
    position: absolute;
    top: auto;
    bottom: 0;
    text-align: center;
}

.row.landingblock{
    display: table;
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;
    min-height: 120px;
    padding: 32px 0 64px;
    box-sizing: border-box;
    position: relative;
}

.row.landingblock.embeddedcode .u-full-width .content{
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
}

.landingblock .embedded-code{
    margin-top: 32px;
}

.landingblock .embedded-code .smcx-embed,
.landingblock .embedded-code .smcx-embed>.smcx-iframe-container{
    max-width: 100%;
    min-height: 300px;
    height: auto;
    border: 0;
}

.landingblock .embedded-code .smcx-embed>.smcx-iframe-container{
    overflow: hidden;
    position: relative;
    padding-top: 60%;
}

.landingblock .embedded-code .smcx-embed>.smcx-iframe-container iframe{
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

@media (max-width: 880px) {
    .landingblock .embedded-code .smcx-embed>.smcx-iframe-container{
        overflow: hidden;
        position: relative;
        padding-top: 75%;
    }

    .landingblock .embedded-code .smcx-embed>.smcx-iframe-container iframe{
        height: 100%;
    }

    .landing-page .row.landingblock,
    .row.landingblock.textandicon{
        padding: 32px 0;
    }

    .landing-page .row.landingblock.background{
        padding: 0 0 32px;
    }

    .row.landingblock.background .image-wrapper::before{
        width: 100%;
        height: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .landingblock.textandicon .image-wrapper{
        margin: 32px auto;
    }
}

.row.landingblock.left{
    left: 0;
}

.row.landingblock .columns > div{
    margin-bottom: 0;
}

/*.row.landingblock .columns.txt > div{
    width: 90%;
    max-width: 600px;
}*/

.row.landingblock.textonly{
    min-height: 120px;
}

.row.landingblock:first-child{
    padding-top: 32px;
}

.row.landingblock::before{
    content: '';
    height: 1px;
    width: 100%;
    border-top: 1px solid #f0f0f0;
    position: absolute;
    left: 0;
    top: 0;

}

.row.landingblock.textonly,
.row.landingblock.textandicon{
    background: none!important;
}

.row.landingblock.textalign-center{
    text-align: center;
}

.row.landingblock.textalign-right{
    text-align: right;
}


.row.textonly + .row.landingblock.hubspotform::before{
    display: none;
}

.row.textonly + .row.landingblock.hubspotform{
    padding-top: 0;
    padding-bottom: 64px;
}


.row.cover-fullwidth + .row.landingblock::before{
    display: none;
}
.row.landingblock:first-child::before{
    display: none;
}

.row.landingblock .container{
    display: table-row;
    width: 100%;
    box-sizing: border-box;
}

.row.landingblock.embeddedcode .container,
.row.landingblock.acform .container,
.row.landingblock.hubspotform .container{
    max-width: 980px;
    width: 90%;
    display: block;
}

.embeddedcode .container,
.acform .container form._form{
    background: transparent!important;
}

.acform ._button-wrapper ._submit{
    height: auto;
}

.acform [data-name="gdpr_earthmeals"] + span label{
    display: inline-block;
}

.acform ._form-title{
    display: none!important;
}


.row.landingblock .columns{
    display: table-cell;
    vertical-align: top;
    height: 100%;
    position: relative;
    float: none;
    padding-bottom: 0;
    width: auto;
}


.row.landingblock.embeddedcode .container .six.columns,
.row.landingblock.acform .container .six.columns,
.row.landingblock.hubspotform .container .six.columns{
    width: 48%;
}


.columns.txt{
    padding: 27px;
    padding-left: 0;
    padding-right: 0;

}

.row.landingblock .columns.bg{
    width: 45%;
}

.row.landingblock .columns.txt{
    width: 55%;
    vertical-align: middle;
}

.left .columns.txt{
    padding-right: 16px;
}

.row.right{
    right: auto;
}

.row.right .txt{
    text-align: inherit;
    padding-right: 0;
    padding-left: 16px;
}

.row .txt ol{
    padding-left: 32px;
}

.row .txt ol li {
    list-style-position: outside;
    margin-bottom: 0;
}

.textonly .u-full-width{
    padding-top: 32px;
    padding-bottom: 32px;
}

.textonly .u-full-width > div{
    /*max-width: 800px;*/
    margin: 0 auto;
}

.u-full-width h3,
.columns.txt h3{
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 1em;
    color: #32bb77;
}

.u-full-width h4,
.columns.txt h4{
    margin-bottom: 0;
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 4rem;
    margin-top: 0;
    color: #9E9E9E;
    font-weight: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: auto;
}

.u-full-width p,
.columns.txt p{
    padding-top: 8px;
    color: #999;
    position: relative;
    display: block;
}

.landingblock .columns.bg-left{
    display: none;
}

.landingblock.left,
.landingblock.right{
    background-image: none!important;
}

.landingblock .image-wrapper{
    position: relative;
    width: 440px;
    height: 370px;
    background-size: cover;
    background-position: 50% 50%;
    margin-top: 32px;
    margin-bottom: 32px;
    /*min-width: 440px;*/
    margin: 32px auto 32px auto;
    width: 100%;
}

.landingblock .image-wrapper::before {
    content: '';
    left: 0;
    width: 448px;
    width: calc(100% + 10px);
    height: 380px;
    height: calc(100% + 10px);
    border: 1px solid #f0f0f0;
    position: absolute;
    -webkit-transform: translate(-6px, -6px);
    -moz-transform: translate(-6px, -6px);
    -ms-transform: translate(-6px, -6px);
    -o-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
}

.landingblock .image-wrapper.icon{
    width: 160px;
    height: 160px;
    -moz-border-radius: 20em;
    -webkit-border-radius: 20em;
    border-radius: 20em;
}

.landingblock .image-wrapper.icon::before{
    -moz-border-radius: 20em;
    -webkit-border-radius: 20em;
    border-radius: 20em;
}


.call2action .row.actions > li {
    flex: 1 1 120px;
    margin: 32px 0;
}

.row.call2action .icon-wrapper{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.row.call2action .icon-wrapper::before {
    content: '';
    width: 106px;
    height: 106px;
    position: absolute;
    -webkit-transform: translate(-50%, -4px);
    -moz-transform: translate(-50%, -4px);
    -ms-transform: translate(-50%, -4px);
    -o-transform: translate(-50%, -4px);
    transform: translate(-50%, -4px);
}

.scroll-downs{
    bottom: 0;
    -webkit-transform: translate(0, -20%) scale(0.6,0.6);
    -moz-transform: translate(0, -20%) scale(0.6,0.6);
    -ms-transform: translate(0, -20%) scale(0.6,0.6);
    -o-transform: translate(0, -20%) scale(0.6,0.6);
    transform: translate(0, -20%) scale(0.6,0.6);
    z-index: 2;
}

.mousey{
    border: 3px solid inherit;
}

.healty.c2a{
    text-align: center;
    padding: 32px;
    background-color: #5fbb5f;
}

.healty.c2a h3 {
    color: #fff;
    padding-top: 0;
    margin-bottom: 0;
}

.healty.c2a h4 {
    font-family: 'Learning Curve', cursive;
    text-transform: lowercase;
    font-size: 5rem;
    line-height: 1em;
    color: #172734;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.healty.c2a p{
    color: #fff;
    width: 80%;
    margin: 0 auto;
    display: block;
}

.healty.c2a .switch-btns {
    margin-top: 32px;
}

.healty.c2a .button.button-primary {
    margin-right: 32px;
    background-color: #172734;
    border-color: #172734;
    color: #fff;
}

.healty.c2a .button.button-primary {

    background-color: #172734;
    border-color: #172734;
    color: #fff;
    width: auto;
    min-width: 120px;
    max-width: 240px;
    margin: 0 8px 12px;

}

.healty.c2a .button.button-primary:hover{
    background-color: #fff;
    border-color: #fff;
    color: #172734;
}

/*.healty.c2a .button.button-primary.test {
    background-color: #5fbb5f;
    border-color: #5fbb5f;
}*/

.row.downloadform{
    background-color: #503b27;
    background-image: url(../../images/beeathy/bg-download-2-min-low-min.jpg);
    background-repeat: no-repeat;
    background-position: 50% 90%;
    background-size: 100%;
}


.row.downloadform a,
.row.downloadform label,
.row.downloadform p,
.row.downloadform h3,
.row.downloadform h4{
    color: #fff;
    text-decoration: none;
}

body > footer{
    margin-top: 32px;
}

.hubspot iframe{
    display: inline-block;
    margin: 0 auto;
    padding: 64px auto 64px;
    position: relative;
    max-width: 800px;
    width: 90%!important;
}


/*.row.landingblock.textalign-center ul,
.row.landingblock.textalign-center li{
    text-align: left!important;
}*/

.row.landingblock.embeddedcode,
.row.landingblock.acform,
.row.landingblock.hubspotform{
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;

}

.embeddedcode,
.activecampaign,
.hubspot {
    background-color: #daf2ab;
    border-radius: 10px;
    border: solid 2px #8dc63f;
    padding: 10px;
}

.embeddedcode{
    border: 0;
}

.embeddedcode li,
.acform li,
.hubspotform li{
    list-style: none;
    padding-right: 16px;
    padding-left: 32px;
}

.embeddedcode li:before,
.acform li:before,
.hubspotform li::before {
    content: "•";
    color: #8dc63f;
    font-size: 20px;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}


.hubspot .u-full-width h3 {
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    color: #666666;
}


.hubspot .u-full-width h4{
    font-family: 'Nunito', sans-serif;
    color: #666;
    font-size: 2rem;
    width: 90%;
    position: relative;
    text-align: center;
    margin: 16px auto;
}

.red{
    color: #f00;
}

.row.landingblock.embeddedcode .container .six.columns.mobile,
.row.landingblock.acform .container .six.columns.mobile,
.row.landingblock.hubspotform .container .six.columns.mobile{
    display: none;
}

.hubspot .u-full-width h4 small.alert{
    display: block;
    background-color: #8BC34A;
    color: #fdfbfb!important;
    padding: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1;
    color: #a2b57d;
    width: 80%;
    margin: 6px auto;
}


.landingblock.healty {
    color: #172734;
    background: #fff url(/assets/images/beeathy/bg-foglie-min-min.jpg) no-repeat 100% 0;
    background-position: 100% 0;
    background-attachment: unset;
    background-size: 300px;
    width: 100%;
    max-width: unset;
}

.landingblock.healty .container{
    text-align: center;
    margin-top: 32px;
    display: block;
    padding-bottom: 32px;
}

.healty h4 {
    font-family: 'Learning Curve', cursive;
    /* text-transform: lowercase; */
    font-size: 5rem;
    line-height: 1em;
    color: #5fbb5f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.healty p {
    width: 80%;
    margin: 0 auto;
}

.healty h3 {
    padding-top: 0;
    margin-bottom: 0;
}

.healty h3, .how-works h3 {
    font-weight: 600;
}


.healty .howto {
    margin-top: 32px;
    margin-bottom: 0;
    width: 80%;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.healty .howto li {
    width: 20%;
    margin: 0;
    display: inline-table;
    text-align: center;
}

.howto svg {
    height: 80px;
    fill: #172734;
    display: block;
    width: 60px;

    margin: 0 auto 12px;
}

.howto svg {
    fill: #999;
    color: #999;
}

.howto svg.icon-qualita,
.howto svg.icon-sapore,
.howto svg.icon-freschi,
.howto svg.icon-chef {
    width: 80px;
    height: 80px;
}


.healty .howto h5 {
    color: #172734;
    font-size: 2.4rem;
    font-family: 'Learning Curve', cursive;
    text-transform: lowercase;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    text-align: center;
}

.row.landingblock .howto .columns{

    display: inline-block;
    width: 20%;
    margin: 0;
    float: left;
}

.embeddedcode.textalign-right .container .six.columns:nth-child(2),
.acform.textalign-right .container .six.columns:nth-child(2){
    text-align: left;
    padding-left: 32px;
}

.embeddedcode.textalign-left .container .six.columns:first-child,
.acform.textalign-left .container .six.columns:first-child{
    text-align: left;
}

.embeddedcode.textalign-left .container .u-full-width,
.embeddedcode.textalign-right .container .u-full-width,
.acform.textalign-right .container .u-full-width,
.acform.textalign-left .container .u-full-width{
    text-align: center;
}

.row.landingblock.right .eight.columns.txt{
    margin-left: 5%;
    padding-left: 5%;
}

.row.landingblock.left .eight.columns.txt{
    margin-right: 5%;
    padding-right: 5%;
}

.embeddedcode .container .six.columns:first-child,
.acform .container .six.columns:first-child{
    padding-right: 32px;
}


.u-full-width{
    /*max-width: 980px;*/
    margin: 0 auto;
}

.row.landingblock h3{
    margin-bottom: 0;
}

.row.landingblock h4{
    margin-bottom: 0.5em;
}

form._form{
    background: transparent!important;
    border: 0! important;
}

._form-content label{
    display: inline-block;
}

.embeddedcode.textalign-center .container .six.columns:first-child,
.acform.textalign-center .container .six.columns:first-child{
    text-align: center;
    width: 90%;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.embeddedcode.textalign-center .container .twelve.columns.activecampaign,
.embeddedcode.textalign-center .container .six.columns.activecampaign,
.acform.textalign-center .container .twelve.columns.activecampaign,
.acform.textalign-center .container .six.columns.activecampaign{
    width: auto;
    display: inline-block;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
}


.landingblock.textandicon .u-full-width > h3,
.landingblock.textandicon .u-full-width > h4,
.landingblock.textandicon.textalign-center{
    text-align: center;
}

.landingblock.background .image-wrapper{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 32px;
    /*max-width: 980px;*/
}

.landingblock.background .image-wrapper + div{
    margin-top: 32px;
}

.row.landingblock ol{
    counter-reset: item;
}
.row.landingblock li{
    list-style: none;
    padding-left: 2em;
    counter-increment: item;
    margin-bottom: 0;
}

.row.landingblock ol > li:before {
    display: inline-block;
    width: 16px;
    padding-right: 16px;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
    margin-left: -16px;
}

.row.landingblock ul > li:before {
    content: "•";
    color: rgb(141, 198, 63);
    font-size: 22px;
    display: inline-block;
    width: 16px;
    margin-left: -16px;
    /*padding-right: 16px;*/
    text-align: center;
}

.row.landingblock.healty ul > li:before{
    display: none;
}

.ml-form-embedPermissions .ml-form-embedPermissionsContent h4 {
    text-align: left;
    font-weight: bold!important;
}

[data-type="preview"][data-model="meal-info"]{
    display: none;
}

@media (max-width: 970px){
.healty .howto li.three.columns:first-child{
    margin-top: 0!important;
}

body > header .whatsapp{
    top: 12px;
}
}


@media (max-width: 880px) {

.healty .howto li.three.columns{
    float: none;

}

.row.landingblock.right .eight.columns.txt{
    padding-left: 32px;
    margin-left: 0;
}

.row.landingblock.embeddedcode .container .six.columns,
.row.landingblock.embeddedcode .six.columns,
.row.landingblock.acform .container .six.columns,
.row.landingblock.acform .six.columns,
.row.landingblock.hubspotform .six.columns{
    display: block;
    width: 100%;
    margin-top: 32px;
}

.row.landingblock.embeddedcode .six.columns.activecampaign,
.row.landingblock.acform .six.columns.activecampaign,
.row.landingblock.hubspotform .six.columns.hubspot{
    display: block;
    width: 100%;
}

.row.landingblock.embeddedcode .container .six.columns.mobile,
.row.landingblock.acform .container .six.columns.mobile,
.row.landingblock.hubspotform .container .six.columns.mobile{
    display: block;
    width: 100%;
    margin-top: 32px;
    display: none;
}

.landingblock.healty h3{
    padding-top: 32px;
}

.howto li.three.columns{
    width: 33%;
}

.landingblock.healty {
    background-position: 100% 0;
    background-size: 230px;
    background-attachment: unset;
}

.row.landingblock.textalign-center {
    text-align: center!important;
}

.row.landingblock .u-full-width h3{
    font-size: 3rem;
    margin-bottom: 0.5em;
}

.row.landingblock .u-full-width h4{
    font-size: 3rem;
    margin-bottom: 0.5em;
}

.row.landingblock.textalign-center .columns > div{
    text-align: center;
}

.landingblock .image-wrapper::before{
    content: '';
    display: block!important;
}

.landingblock.textandicon .u-full-width > h3,
.landingblock.textandicon .u-full-width > h4,
.landingblock.textandicon.textalign-center{
    text-align: center;
}

.landingblock.background .image-wrapper{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 32px;
}


.landingblock.textandicon.textalign-center .image-wrapper.icon{
    top: 32px;
    margin: 32px auto 64px;
}


.u-full-width{
    width: 90%;
    margin: auto;
    margin-bottom: 32px;
}
}


@media (max-width: 600px) {

.landingblock.healty h3{
    width: 80%;
    margin: 0 auto;
}

.landingblock.healty {
    background-position: 100% 0;
    background-size: 130px;
    background-attachment: unset;
}

.healty .howto li.three.columns:first-child{
    margin-top: 32px!important;
}

.healty .howto li.three.columns{
    float: none;
    width: 100%;
    display: block;
    margin-top: 16px;
    margin-bottom: 16px;
}

.healty .howto{
    padding-bottom: 64px;
}
}

@media (max-width: 550px) {
    .healty.c2a .button.button-primary{
        margin: 0 auto 16px;
    }

    body[data-platform="mobile"] > main > article.cover{
        height: 100vh;
    }

    .activecampaign .g-recaptcha > div {
        width: 270px!important;
        /* margin-left: -54px; */
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        margin-left: 50%;
    }
}