<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (orientation: portrait) and (max-width: 740px){
    html,body{
        font-size: 14px;
    }
    .background-full{
        object-fit: unset !important;
    }
    video, #video{
        height: auto;
    }
    h1{
        font-size:2.1rem;
    }
    .container-card h2{
        font-size: 1.2rem;
        margin-bottom:1.5rem;
    }
    .form-control{
        font-size:1.2rem;
    }
    label{
        font-size:1.2rem;
    }
    .d-flex.flex-row-reverse{
        flex-wrap: wrap;
    }
    .container-card{
        padding-top:2.1rem;
        padding-bottom:2.1rem;
    }
    .spaceMenu{
        height:6vh;
        width:100%;
    }
    .spaceMenu2{
        height:1.5vh;
        width:100%;
    }
    .spaceMenu3{
        height:3vh;
        width:100%;
    }
    .methodology-paragraph{
        width:100%;
        margin-left:0;
    }
    .card-body{
        padding-bottom: 4.5rem;
    }
    form{
        width: 90%;
        margin-left: 5%;
    }
    footer p{
        font-size:0.72rem;
    }
    .imgFooter{
        max-width:100%;
    }
    .bannerProject{
        width:100%;
        padding-left:5%!important;
        padding-right:5%!important;
    }
    .showMore{
        background-color: white;
        /*border-radius:15px;*/
        max-width:20%;
        margin:2px;
        /*border:1px solid #3a80ad;*/
        padding:6px!important;
        /*background-size:contain;
        background-position:center;
        width:100px;
        height:100px;*/
    }
    .bannerProject .col-md-4{
        margin-bottom:9px;
    }
    header{
        height:6vh;
    }
    .text-menu-mobile{
        font-size:2.1rem;
    }
    .card{
        height:70vh;
        border:none;
        margin-bottom:3vh;
      }
      .card-body{
        height: 54%;
      }
      .card-front .card-body,.card-back .card-body{
        background-color: #f1f1f1;
      }
      .img-padding {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
      }
	  .privacyPolicyLabel{
		font-size: 0.72rem;
	  }
}</pre></body></html>