/* MINI */
@media only screen and (min-device-width: 768px) and (max-device-width: 820px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
   .menu{
        display:none;
    }
    
    .right-menu{
        display:none;
    }
    
    h1{
        line-height: 4rem;
                font-size: 4.9rem;

    }
    .footer-links li a:after {
    transform: translateY(0.75rem);
}


    
         .item-menu svg{
     transform: rotate(0deg);
     opacity: 1;
}
    
    .img-hero .trail__img {
    height: 63vh;
}
    
    .banner-text{

    }
    
    .hero {
    padding-top:10rem;
    padding-bottom:5rem;

    }
    
    .title-svg{
        left: 0.5rem;
        top: 0;
    }
    
    .item-logo svg {
        height: 2.3rem;
    }
    
    .item-logo .cls-3 {
        fill: #3dbfef;
    }


    .item-logo .cls-4 {
        fill: #37b4aa;
    }


    .item-logo .cls-5 {
        fill: #d3cb0e;
      }
    
    .logos{
       width: 100%;
        grid-template-columns: repeat(3, auto);
        margin-top: 3rem;
        gap: 1.5rem;
    }
    
    .trail__img{
    height: 20rem;
    }
    .item-logo svg {
        height: 2.3rem;
    }
    
    .mobile{
        display:block;
    }
    
    .desktop{
        display:none;
    }
    
.img-visual {
    position: relative !important;
    left: 0;
    width: 100%;
        place-items: start;
}

.img-visual.v-2 {
    right: 0;
    left: inherit;
}

.img-visual.v-3 {
    left: 0;
    width: 100%;
}

.grid-section h2 {
    font-size: 2rem;
    margin-bottom: 3rem !important;
}

.label-check {
    font-size: 14px;
}

.hero .container {

    gap: 8vh;
}
    
    .grid-section {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3rem;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    
    .text-grid{
        grid-template-columns: 1fr;
    }    
    
    .form-grid{
        grid-template-columns: 1fr;
    }


.checkbox-input{
    display: grid;
   grid-template-columns:1rem auto;
}




.col-visual {
    order: 1;
}

footer{
    position: relative;
    padding-top:3rem;
}

.footer-links {
    margin-bottom: 1rem;
    margin-top: 0;
}

footer h3 {
    font-size: 16px;
    margin-top: 1rem;
}

footer h4 {
    font-size: 14px;
}

footer p {
    font-size: 12px;
}

.footer-links li a {

    font-size: 12px;
}

.grid-flex-hero{
    gap: 1rem;
    flex-direction: column;
}


}







































































/* AIR */
@media only screen and (min-device-width: 820px) and (max-device-width: 1020px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    
     .menu{
        display:none;
    }
    
    .right-menu{
        display:none;
    }
    
    h1{
        line-height: 4rem;
                font-size: 4.9rem;

    }
    
         .item-menu svg{
     transform: rotate(0deg);
     opacity: 1;
}

.footer-links li a:after {
    transform: translateY(0.75rem);
}
    
    .img-hero .trail__img {
    height: 63vh;
}
    
    .banner-text{

    }
    
    .hero {
    padding-top:10rem;
    padding-bottom:5rem;

    }
    
    .title-svg{
        left: 0.5rem;
        top: 0;
    }
    
    .item-logo svg {
        height: 2.3rem;
    }
    
    .item-logo .cls-3 {
        fill: #3dbfef;
    }


    .item-logo .cls-4 {
        fill: #37b4aa;
    }


    .item-logo .cls-5 {
        fill: #d3cb0e;
      }
    
    .logos{
       width: 100%;
        grid-template-columns: repeat(3, auto);
        margin-top: 3rem;
        gap: 1.5rem;
    }
    
    .trail__img{
    height: 20rem;
    }
    .item-logo svg {
        height: 2.3rem;
    }
    
    .mobile{
        display:block;
    }
    
    .desktop{
        display:none;
    }
    
.img-visual {
    position: relative !important;
    left: 0;
    width: 100%;
        place-items: start;
}

.img-visual.v-2 {
    right: 0;
    left: inherit;
}

.img-visual.v-3 {
    left: 0;
    width: 100%;
}

.grid-section h2 {
    font-size: 2rem;
    margin-bottom: 3rem !important;
}

.label-check {
    font-size: 14px;
}

.hero .container {

    gap: 8vh;
}
    
    .grid-section {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3rem;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    
    .text-grid{
        grid-template-columns: 1fr;
    }    
    
    .form-grid{
        grid-template-columns: 1fr;
    }


.checkbox-input{
    display: grid;
   grid-template-columns:1rem auto;
}




.col-visual {
    order: 1;
}

footer{
    position: relative;
    padding-top:3rem;
}

.footer-links {
    margin-bottom: 1rem;
    margin-top: 0;
}

footer h3 {
    font-size: 16px;
    margin-top: 1rem;
}

footer h4 {
    font-size: 14px;
}

footer p {
    font-size: 12px;
}

.footer-links li a {

    font-size: 12px;
}



.grid-flex-hero{
    gap: 1rem;
    flex-direction: column;
}

}






































































/* PRO */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 2) {

   .menu{
        display:none;
    }
    
    .right-menu{
        display:none;
    }
    
         .item-menu svg{
     transform: rotate(0deg);
     opacity: 1;
}
    
    h1{
        line-height: 4rem;
                font-size: 6.5rem;

    }
    
    .footer-links li a:after {
    transform: translateY(0.75rem);
}
    
    .img-hero .trail__img {
    height: 63vh;
}
    
    .banner-text{

    }
    
    .hero {
    padding-top:10rem;
    padding-bottom:5rem;

    }
    
    .title-svg{
        left: 0.5rem;
        top: 0;
    }
    
    .item-logo svg {
        height: 2.3rem;
    }
    
    .item-logo .cls-3 {
        fill: #3dbfef;
    }


    .item-logo .cls-4 {
        fill: #37b4aa;
    }


    .item-logo .cls-5 {
        fill: #d3cb0e;
      }
    
    .logos{
       width: 100%;
        grid-template-columns: repeat(3, auto);
        margin-top: 3rem;
        gap: 1.5rem;
    }
    
    .trail__img{
    height: 20rem;
    }
    .item-logo svg {
        height: 2.3rem;
    }
    
    .mobile{
        display:block;
    }
    
    .desktop{
        display:none;
    }
    
.img-visual {
    position: relative !important;
    left: 0;
    width: 100%;
        place-items: start;
}

.img-visual.v-2 {
    right: 0;
    left: inherit;
}

.img-visual.v-3 {
    left: 0;
    width: 100%;
}

.grid-section h2 {
    font-size: 2rem;
    margin-bottom: 3rem !important;
}

.label-check {
    font-size: 14px;
}

.hero .container {

    gap: 8vh;
}
    
    .grid-section {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3rem;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    
    .text-grid{
        grid-template-columns: 1fr;
    }    
    
    .form-grid{
        grid-template-columns: 1fr;
    }


.checkbox-input{
    display: grid;
   grid-template-columns:1rem auto;
}




.col-visual {
    order: 1;
}

footer{
    position: relative;
    padding-top:3rem;
}

.footer-links {
    margin-bottom: 1rem;
    margin-top: 0;
}

footer h3 {
    font-size: 16px;
    margin-top: 1rem;
}

footer h4 {
    font-size: 14px;
}

footer p {
    font-size: 12px;
}

.footer-links li a {

    font-size: 12px;
}


.grid-flex-hero{
    gap: 1rem;
    flex-direction: column;
}

}